forked from cchan/lexhack-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.html
77 lines (61 loc) · 2.16 KB
/
feed.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
<DOCTYPE html>
<html>
<head>
<link type = "text/css" rel = "stylesheet" href = "feed.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700,600,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<script src="jquery.min.js"></script>
<script type="text/javascript" src="feed.js"></script>
</head>
<body>
<div id = "schedule" class = "large-window">
<h1> Schedule </h1>
<div class = "content">
<h2>Registration / team mingle time</h2>
<p>8:00 am - 9:00 am</p>
<h2>Opening ceremonies</h2>
<p>9:00 am - 9:15 am</p>
<h2>Hacking BEGINS (12 hours), Breakfast</h2>
<p>9:15 am</p>
<h2>Environment Setup Workshop (room TBA)</h2>
<p>9:15 am - 9:45 am</p>
<h2>Start Guide Workshop (room TBA)</h2>
<p>10:00 am - 11:00 am</p>
<h2>Lunch @ Commons 1</h2>
<p>12:00 pm - 1:00 pm</p>
<h2>Side Tournaments (including Badminton)</h2>
<p>2:00 pm - 5:00 pm</p>
<h2>Dinner</h2>
<p>6:00 pm - 7:00 pm</p>
<h2>DevPosts submitted!</h2>
<p>8:30 pm</p>
<h2>Hacking ENDS</h2>
<p>9:15 pm</p>
<h2>1st round judging + deliberation</h2>
<p>9:15 pm - 10:00 pm</p>
<h2>Hack Expo @ Commons 1</h2>
<p>9:15 pm - 10:30 pm</p>
<h2>2nd round judging / Demos</h2>
<p>10:00 pm - 10:45 pm</p>
<h2>Closing ceremonies</h2>
<p>10:45 pm - 11:00 pm</p>
</div>
</div>
<div id = "right">
<div id = "announcements" class = "large-window">
<h1> Announcements </h1>
<div id="announcements-list" class = "content">
</div>
</div>
<div id = "hotline" class = "large-window content">
<h1> Help Hotline </h1>
<div id = "inputs">
Room # <input id="room-input" type = text placeholder = "Room #"/>
<select id="skill-select" type = text placeholder = "Help for"></select>
</div>
<p> Status: <ul id="mentors-requested"></ul></p>
<a id="guide-link">Want help getting started? Try the <span>LexHack Start Guide.</span></a>
<button id="summon-mentor">Summon a mentor</button>
</div>
</div>
</body>