-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.html
60 lines (57 loc) · 2.99 KB
/
en.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CoderDojo Tokyo - Open Source Programming Club for Kids</title>
<meta name="keywords" content="CoderDojo, Tokyo, Programming, Dojo" />
<meta name="description" content="CoderDojo, an opensource programming club for kids." />
<meta name="author" content="CoderDojo Tokyo" />
<meta name="copyright" content="© 2012 - CoderDojo Tokyo" />
<meta property="og:site_name" content="CoderDojo Tokyo"/>
<meta property="og:image" content="http://tokyo.coderdojo.com/style/images/dojo.png" />
<meta name="ajax.mentors" content="api/fb/group/314591185267494/members.json?static" />
<meta name="ajax.events" content="api/fb/event/coming.json" />
<meta name="yinyang:selfload" content="true" />
<link rel="template" href="style/template.html" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/yinyang.js"></script>
</head>
<body>
<h1>CoderDojo Tokyo</h1>
<p>CoderDojo, an open source programming club for kids</p>
<!--
<ul class="buttons">
<li><a class="button github" href="https://github.com/coderdojo-tokyo">Find us on GitHub</a></li>
<li><a class="button facebook" href="https://www.facebook.com/coderdojo.tokyo">Facebook</a></li>
</ul>
-->
<p><img src="style/images/cover.jpg" /></p>
<p>CoderDojo Tokyo opens every Sunday at <a href="http://osscafe.net/en/">Shimokitazawa OpenSource Cafe</a>. We are teaching kids how to:</p>
<ul>
<li>program with Scratch</li>
<li>build your own website with HTML, CSS, and JavaScript</li>
<li>make things with Arduino</li>
</ul>
<h2>Schedule</h2>
<p>To participate in CoderDojo Tokyo events, click "Join" on the following pages.</p>
<ul class="events">
<!--{event in ajax.events}-->
<li><a href="https://www.facebook.com/events/#{event.eid}/"><img src="#{event.pic_small}" alt="" width="50" height="50" /><span class="date">#{event.date_en}</span> #{event.name}<span class="description">#{event.description|truncate:70}</span></a></li>
<!--{end}-->
</ul>
<p class="detail-link"><a href="https://www.facebook.com/coderdojo.tokyo/events">» Schedules</a></p>
<h2>Organizers & Mentors</h2>
<p>Mentors of CoderDojo Tokyo are software/hardware engineers, designers, and educators. Some are regular vistors of OpenSource Cafe :-)</p>
<ul class="mentors">
<!--{user in ajax.mentors}--><li><a href="#{user.profile_url|default:#}"><img src="#{user.pic_square}" alt="#{user.username}" /></a></li><!--{end}-->
</ul>
<h2>About us</h2>
<ul>
<li><a href="https://www.facebook.com/coderdojo.tokyo">Facebook Page</a></li>
<li><a href="https://github.com/coderdojo-tokyo">GitHub Organization</a></li>
<li><a href="http://zen.coderdojo.com/dojo/57">CoderDojo.com</a></li>
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/coderdojo-tokyo">Google Groups</a></li>
</ul>
<p>This webpage is also <a href="https://github.com/coderdojo-tokyo/coderdojo-tokyo.github.com">open source</a>. We welcome your pull requests!</p>
</body>
</html>