-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
67 lines (54 loc) · 2.55 KB
/
experience.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<HTML>
<HEAD id="one">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"></link>
<link href="bootstrap-social.css" rel="stylesheet"></link>
<link href="font-awesome.min.css" rel="stylesheet"></link>
<link href="font-awesome.css" rel="stylesheet"></link>
<script type="text/javascript" src="jquery.scrollTo.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="myCSS.css"></link>
<BODY data-spy="scroll">
<a href="nextPage.html" class="glyphicon glyphicon-menu-down" aria-hidden="true" id="down" ></a>
<div id="nav" class="navbar page-scroll">
<a href="javascript:void(0)" class="closebtn" onclick="closing()">?</a>
<a href="nextPage.html" class="page"></a>
<a href="experience.html" class="page-scroll"><span class="glyphicon glyphicon-home" aria-hidden="true"><br> Home</span></a>
<a href="nextPage.html" class="page-scroll"><span class="glyphicon glyphicon-briefcase" aria-hidden="true"><br> Experience</span></a>
<a href="nextPage.html" class="page"><br> Projects</a>
<a href="nextPage.html" class="page"><span class="glyphicon glyphicon-envelope" aria-hidden="true"><br> Contact</span></a>
</div>
<div class="opener" onclick="opening()">?</div>
<div class="classy" id="sidebar"></div>
<script>
function opening() {
document.getElementById('nav').style.width = "100px";
}
function closing() {
document.getElementById('nav').style.width = "0px";
}
</script>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
<div class="box4"></div>
<div class="circle"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="circle4"></div>
<script src="js/jquery.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
</BODY>
</HTML>