-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (49 loc) · 1.56 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
<html>
<head>
<title>Hackers@Berkeley</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/index.css" />
<script src="assets/js/menu.js"></script>
</head>
<body>
<div id="top_bar">
<div id="outside_menu">
<nav role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li>About Us</li></a>
<a href="calendar.html"><li>Event Calendar</li></a>
<a href="https://medium.com/hackersatberkeley"><li>Hackers of Berkeley</li></a>
<a href="contact.html"><li>Contact Us</li></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd-C6XUFoXVkrW-yJ0DkTCSx1EnA7VQj-DbWJVK5mLszGToYg/viewform"><li>Requests</li></a>
</ul>
</div>
</nav>
</div>
<!-- <div id="login">
<button type="button">Login</button>
</div> -->
</div>
<div id="center_view">
<img id="logo" src="assets/img/h@b_logo.png">
<div id="header">
<span style="color:#00b386;">HACKERS</span>
<span style="color:white;">AT</span>
<span style="color:#00b386;">BERKELEY</span>
</div>
<div id="slogan">
Build.Break.Build
</div>
<div id="calendar">
<a href="calendar.html" class="button">Event calendar</a>
<!-- <button type="button">Event calendar</button> -->
</div>
</div>
<img id="background" src="assets/img/background_landing_page.JPG">
</body>
</html>