-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (50 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/hackathon.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Fugaz+One|Cousine|Orbitron|Nunito' rel='stylesheet' type='text/css'>
<body>
<div class="container-fluid background">
<div class="row-fluid logo" style="height:100px">
<h2>#hackPHX</h2>
</div>
<div class="row-fluid">
<div class="span1 offset10">
<img height="10px" src="img/usb.png">
</div>
<div class="span1">
</div>
</div>
<div class="row-fluid">
<div class="span6 offset1 arduino arduino-text">
<span class="arduino-comment">
/*
<img alt="February 23rd" src="img/feb23.png" class="event-date">
FREE. Signup now. Seats Limited. Your Arduino toolkit and skills. Our secret ingredient. The hackerspace's resources. A small budget for additional stuff. After ~12 hours of hacking a winner will arise, but every team is going home with hardware!
<br >
*/
</span>
<br>
<br>
<span class="arduino-syntax-highlighting1">void setup</span>(){}
<br>
<br>
<span class="arduino-syntax-highlighting1">void loop</span>(){
<br>
<span class="arduino-syntax-highlighting1 arduino-tab-indent">Serial.println</span>(<span class="arduino-syntax-highlighting2"><a class="arduino-hilighted-background" href="http://hackphx.com/arduino_winter2012/">"SIGN UP HERE!"</a></span>);
<br>
}
<br>
<br>
<span class="arduino-syntax-highlighting1">void pastEvents</span>(){}
<br>
<span class="arduino-syntax-highlighting1 arduino-tab-indent">Serial.println</span>(<span class="arduino-syntax-highlighting2">"<a href="http://hackphx.com/html5game_winter2012/" class="archive-link">HTML5 Games Hackathon"</a></span>);
<br>
}
</div>
</div>
</div>
</body>
</html>