This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapis.html
74 lines (63 loc) · 3.28 KB
/
apis.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
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<!-- General Meta -->
<meta charset="utf-8">
<meta name="description" content="Cal Hacks : Oct 9-11 @ UC Berkeley">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cal Hacks | APIs</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="assets/stylesheet/apis.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/bear.png">
</head>
<body>
<div id='overflow-wrapper'>
<nav id="nav">
<a href="home"><img id="logo_white" class="logo" src="assets/img/logo_white.svg" alt="Calhacks"></a>
<a href="home"><img id="logo_orange" class="logo" src="assets/img/logo_orange.svg" alt="Calhacks"></a>
<img id="menu_white" class="nav-menu" src="assets/img/menu_white.svg" alt="">
<img id="menu_orange" class="nav-menu" src="assets/img/menu_orange.svg" alt="">
</nav>
<div id="landing" class="section full">
<div id="landing-filter-hashtag-instagram-hashtag-besties-for-life-hashtag-no-filter-hashtag-slide-into-my-dms"></div>
<div class="section-wrapper">
<div id="copy-container">
<div class="headline">APIs</div>
</div>
</div>
</div>
<div class="section" id="apis">
<div class="section-body">
<div class="faq-row">
</div>
<div class="faq-row">
</div>
<div class="clear"></div>
</div>
<div class="slant bottom right"></div>
</div>
<div id="apply" class="section">
<div class="desktop-img"></div>
<div class="apply-container">
<div class="apply-header">Are you ready to build something awesome?</div>
<a class="button apply rain-drake" href="#">Yesss!!!</a>
</div>
</div>
<div class="section" id="footer">
<a href="https://www.facebook.com/CalHacks" target="_blank" class="social"><img src="assets/img/facebook.svg" alt="Facebook"></a>
<a href="https://twitter.com/calhacks" target="_blank" class="social"><img src="assets/img/twitter.svg" alt="Twitter"></a>
<a href="mailto:[email protected]" target="_blank" class="social"><img src="assets/img/mail.svg" alt="Email"></a>
<a href="https://instagram.com/calhacks" target="_blank" class="social instagram"><img src="assets/img/instagram.svg" alt="Instagram"></a>
<p>Made with ♥ by the Cal Hacks team! Contact us at <a href="mailto:[email protected]">[email protected]</a></p>
<p class="credit">Credit: <a href="http://www.freepik.com/">freepik</a> for the desktop illustration</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
<script src="https://connect.soundcloud.com/sdk-2.0.0.js"></script>
<script src="assets/javascript/sponsor_apis.js"></script>
<script src="assets/javascript/apis.js"></script>
</body>
</html>