-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCurrentProjects.html
49 lines (43 loc) · 2.05 KB
/
CurrentProjects.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
<head>
<title>Rowan ACM</title>
<link rel="stylesheet" href="bootstrap-3.2.0-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="font-awesome-4.2.0/font-awesome-4.2.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/styles.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1 id="ACMTitle">ROWAN ACM CLUB</h1>
<div class="container">
<!---navbar-->
<nav class="navbar navbar-default" role="navigation">
<ul class="nav nav-tabs nav-justified" role="tablist">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="CurrentProjects.html">Current Projects</a></li>
<li><a href="PastProjects.html">Past Projects</a></li>
<li><a href="BoardMembers.html">Board Members</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</nav>
<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<div class="navbar-text pull-left">
<p>
Rowan ACM Website<br />
In development by Albert Rynkiewicz and Mike Middleton V1.0
</p>
</div>
<div class="navbar-text pull-right">
<a href="https://www.facebook.com/rowanacm"><i class="fa fa-facebook-square fa-2x"></i></a>
</div>
</div>
</div>
</div>
</body>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>