-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
68 lines (50 loc) · 1.96 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
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang=en>
<head>
<title>Team aeChack ~ AEC Hackathon 2013 at Facebook HQ</title>
<meta charset=utf-8>
<meta name=author content='Theo Armour'>
</head>
<body>
<script src=http://jaanga.github.io/libs/md/showdown.js ></script>
<script src=http://jaanga.github.io/libs/db/r2/doc-browser.js ></script>
<div id=txt >
<h1>
<a href='' >aeChack</a>
</h1>
<p><small>The web site for Team aeCkack's high energy entry to the <a href="http://www.aechackathon.com/" target="_blank">AEC Hackathon</a>
held at Facebook HQ in Menlo Park CA, November 8-10, 2013.</small></p>
<p><small>The team entry was a winner. Then again, so were all the entries from the other half dozen teams.</small></p>
<p id=intro >
<a href=JavaScript:DS.displayMarkdown('readme.md',intro); >aeChack Read Me on GitHub</a>
</p>
<p><a href="https://github.com/aeChack/aeChack.github.io" target="_blank">Source code on GitHub</a></p>
<hr>
<p id=de>
<a href=JavaScript:DS.displayMarkdown('web-site-content/accomplishments.md',de); >aeChack Accomplishments</a><br>
What the team accomplished.
</p>
<p id=co>
<a href=JavaScript:DS.displayMarkdown('web-site-content/contributors.md',co); >Contributors</a><br>
Project hot shots, kool kids and calorific colleagues.
</p>
<p id=hl>
<a href=JavaScript:DS.displayMarkdown('web-site-content/links.md',hl); >Hot Links</a><br>
Links to sites that may be of further interest.
</p>
<p id=ga>
<a href=JavaScript:DS.displayMarkdown('photos/gallery.md',ga); >Photo Gallery</a><br>
Photos of the Hackathon.
</p>
<hr>
<p>
<a href='https://github.com/aeChack/aeChack.github.io/blob/master/copyright-notice-and-license.md' target='_blank'>aeChack Copyright and License</a>
</p>
</div>
<script>
DS.menu.innerHTML = txt.innerHTML;
txt.innerHTML = '';
DS.init( 'https://github.com/aeChack/aeChack.github.io/blob/master/','readme.md', intro );
</script>
</body>
</html>