-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 1.98 KB
/
index.html
File metadata and controls
53 lines (50 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Brandon's Projects</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylesheets/mainStyle.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="http://www.pixempire.com/images/preview/greek-sigma-lowercase-symbol-icon.jpg">
</head>
<body>
<div class="frostedTitleBox initHidden">
<header class="initHidden">
<h1 id="titleText">Brandon Daniel's Projects</h1>
</header>
</div>
<main>
<div id="particles-js"></div>
<center>
<article>
<p class="initHidden">
To view some of my projects, click one of the buttons below.
<br> Enjoy!
</p>
</article>
<button id="analysis" class="initHidden" onclick="switchExploratory();">
Exploratory
<br> Analyses
</button>
<button id="softwareDev" class="initHidden" onclick="switchSoftware();">Application
<br> Development</button>
</center>
</main>
<!-- Required Scripts for style and animation -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
<script scr="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/plugins/CSSPlugin.min.js"></script>
<script scr="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/easing/EasePack.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.4/TimelineLite.min.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="scripts/index.js"></script>
</body>
<noscript>
<h1>Please Enable Javascript</h1>
<br>
<p>
For the best site experience, please enable Javascript. Thank you
</p>
</noscript>
</html>