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 pathhardware.html
95 lines (83 loc) · 4.43 KB
/
hardware.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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 | Hardware</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">Hardware</div>
</div>
</div>
</div>
<div id="about" class="section">
<div class="section-wrapper">
<div class="section-body">
<h1>Citris</h1>
<p>
Hackers have full access to the Citrix Invention Lab located at <a href="assets/img/map.png" target="_blank">Sutardja Dai Hall</a>. Learn more <a href="http://invent.citris-uc.org/about/facilities/">here!</a>
</p>
<h1>MLH</h1>
<ul>
<li>Arduinos</li>
<li>Fire Phone</li>
<li>Leap Motion</li>
<li>Muse</li>
<li>Oculus Rift</li>
<li>Pebble</li>
<li>Spark Core (THESE DON'T WORK ON AIRBEARS2 OR CALVISITOR)</li>
<li>Myo</li>
<li>Nest Cam</li>
<li>Various wires/breadboarding</li>
</ul>
<h1>ARM</h1>
<ul>
<li>ARM Cortex-M0+ Processor based NXP LPC824MAX – similar to the NXP LPC812MAX which has a slightly smaller RAM</li>
<li>ARM Cortex-M4 Processor based STM32 411-RE NUCLEO</li>
<li>ARM Cortex-M0 Processor based NXP LPC11U24</li>
</ul>
</div>
</div>
<div class="slant bottom left"></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>