-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (61 loc) · 2.04 KB
/
index.html
File metadata and controls
74 lines (61 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<!--
Jeremy Jao
07.23.2014
This is my personal website...
Uses bootstrap from the maxcdn.
Lots of jquery and javascript too lel
-->
<title>Website of Jeremy Jao</title>
Tells Mobile Sites what do
<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
Latest compiled and minified CSS
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
Optional theme
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="myJavascriptFiles/repetitiveTyping.js"></script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<!--
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mobile-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="">Jeremy Jao</a>
</div>
<div class="collapse navbar-collapse" id="mobile-collapse">
<ul class="nav navbar-nav">
<li><a href="#">Hello</a></li>
<li><a href="#">Who Am I?</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">What Have I done....<span class="caret"></span></a>
</li>
<li><a href="#">EMR Meaningful Use Blog</a></li>
<li><a href="#">Current Projects</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Contact Me</a></li>
</ul>
</div>
</div>
</nav>
-->
<script>
navbar();
</script>
<div class="container" id="">
<h1>Sup guise</h1>
<p>Hello this is Jeremy.</p>
</div>
<div id="#">No</div>
</body>
</html>