forked from TeamAF/ICU-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 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
<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 active" href="./index.html">HOME</a>
<a class="nav-item nav-link eventDropdown" href="./events.html">EVENT
<i class="fa fa-caret-down" aria-hidden="true"></i>
<div class="eventDropdownContent"><ul>
<li>EVENT</li>
<li>EVENT</li>
<li>EVENT</li>
<li>EVENT</li>
<li>EVENT</li>
<li>EVENT</li>
</ul></div>
</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" href="./contact.html">CONTACT</a>
</div>
</nav>
<br>
<div class="section1 container">
<div class="container">
<h2>FEATURED EVENT : 我的少男少女時代</h2>
<a href="https://www.facebook.com/events/1304529422914724/" target="_blank">
<img class="featured" src="./featured/party.jpg">
</a>
</div>
</div>
<!--
<div class="section1 container">
<div class="tiles">
<h2>ICU CONDO PARTY 我的少男少女時代</h2>
<div class="tilesRow1">
<section class="col1"></section>
<div class="col2">
<section class="row1"></section>
<div class="row2">
<section class="col1"></section>
<section class="col2"></section>
</div>
</div>
</div>
<div class="tilesRow2 ">
<section class="col1"></section>
<section class="col2"></section>
</div>
</div>
</div> -->
</body>
</html>