-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (59 loc) · 2.28 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
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>GitHub CoderDojo by CoderDojoSF</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>GitHub CoderDojo</h1>
<p>San Francisco</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/CoderDojoSF" class="button fork"><strong>View On GitHub</strong></a>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h1>Welcome to San Francisco CoderDojo</h1>
<h3>Time</h3>
<p>
Every other Saturday, <b>12pm-2pm</b>
</p>
<h3>Location</h3>
<p>
548 4th Street, <br>
San Francisco, CA 94122
</p>
<h3>Notes for attending</h3>
<p>
<ul>
<li>Bring your ticket</li>
<li>A packed lunch</li>
<li>A laptop. Borrow one from someone if needs be.</li>
<li><b>A parent! (Very important). If you are 13 or under, your parent must stay with you during the session</b></li>
</ul>
</p>
<p>
<iframe width="550" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=37.778907, -122.397426&aq=&sll=37.778907, -122.397426&sspn=0.002453,0.00618&ie=UTF8&t=m&z=17&ll=37.778907, -122.397426&output=embed"></iframe>
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>