forked from TeamAF/ICU-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
32 lines (26 loc) · 1.3 KB
/
contact.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
<html>
<head>
<meta charset= "utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css" integrity="sha384-2hfp1SzUoho7/TsGGGDaFdsuuDL0LX2hnUp6VkX3CUQ2K4K+xjboZdsXyp4oUHZj" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/general.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<script src="https://code.jquery.com/jquery-3.1.1.js" integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA=" crossorigin="anonymous"></script>
</head>
<body>
<!-- NAVBAR -->
<div class="container">
<a href="./index.html"><img class="logo "src="./img/title.png"></a>
</div>
<nav class="navbar navbar-default bg-white">
<div class="nav navbar-nav">
<a class="nav-item nav-link" href="./index.html">HOME</a>
<a class="nav-item nav-link eventDropdown" href="./events.html">EVENT</a>
<a class="nav-item nav-link" href="./sponsors.html">SPONSORS</a>
<a class="nav-item nav-link" href="#">ABOUT</a> <a class="nav-item nav-link" href="./executives.html">EXECUTIVE</a>
<a class="nav-item nav-link pull-xs-right active" href="./contact.html">CONTACT</a>
</div>
</nav>
<br>
</body>
</html>