-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
66 lines (65 loc) · 2.3 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/css/normalize.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body id="mainpage">
<!-- Header -->
<div id="header">
<h1>HKSA · 香港同學會</h1>
<!-- Swap out with image later -->
<div id="navbar">
<ul>
<li><a href="home">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="events">Events</a></li>
<li><a href="people">People</a></li>
<li><a href="contacts">Contacts</a></li>
</ul>
</div>
</div>
<!-- End Header -->
<!-- Main Body -->
<div id="content">
<div class="carousel">
<div class="container">
<h1 class="center">Hong Kong Student Association of Stanford University</h1>
<br />
<p class="center"><img src="assets/images/flower.png"></p>
<br />
<h3>
The Hong Kong Student Association is a group of undergrad and graduate students interested in Hong Kong and its culture. We hold monthly events celebrating Hong Kong culture. Also, lots of random stuff are going on right now, which is pretty important to know about. So yeah, that's what I'm telling you.
</h3>
</div>
</div>
</div>
<!-- End Main Body -->
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<!--
<div class="column">
<img src="assets/images/flag.png">
</div>
-->
<div class="column rest">
<div class="column">
<p><strong>Affiliated Groups</strong></p>
</div>
<div class="column rest">
<p>ACSSS (Chinese Student Association), AAGSA (Asian American Graduate Student Asso.), STSA (Taiwanese Student Association), Stanford Korean Student Association, Elijah</p>
</div>
<div class="column full">
<p>Lorem Ipsum filler text? In the past I used Hipster Ipsum a lot, but I wonder if there is one for Dim Sum.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer -->
</body>
</html>