forked from UTA-Mobi/Mobi_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (54 loc) · 2.36 KB
/
index.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
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <title>Mobi</title>
<link href="styles/styles.css" media="screen" rel="stylesheet" type="text/css" />
<script src="js/script.js" type="text/javascript"></script>
</head>
<body style="background-color:#0088cc">
<!-- Top nav bar -->
<div id= "donut">
<div class="navbar navbar-fixed-top" id="blah">
<div class="navbar-header">
<button type="button" class="navbar-toggle btn-custom" data-toggle="collapse" data-target=".navbar-collapse" id = "button" style="text-color:white;">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<center><a class="navbar-brand" class= "active" href="#">Mobi</a>
</center>
</div>
<div class="navbar-collapse collapse">
<center>
<ul class="nav navbar-nav">
<li><a href="OurProjects.html" id="tiki">OUR PROJECTS </a></li>
<li><a href="GetInvolved.html" id="tiki">GET INVOLVED</a></li>
<li><a href="Resources.html" id="tiki">RESOURCES</a></li>
<li><a href="AboutUs.html" id="tiki"> ABOUT US</a></li>
</ul></center>
</div><!--/.navbar-collapse -->
</div>
</div>
<!-- end top nav bar -->
<h1 id="Greeting">
Mobi</h1>
<h2 id="Greeting">
The organization for developers, by developers</h2>
<!--
<img id="GreetingPicture" src="http://i.imgur.com/a2Lz5T7.jpg?1" /></body>
-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/BootStrap.js"></script>
</body>
</html>