-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
75 lines (75 loc) · 2.34 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
74
75
<html>
<head>
<meta http-equiv="Refresh" content="0; url='https://www.eventbrite.com/e/coderdojo-indy-tickets-169792005459'" />
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="app.css"/>
<title>CoderDojo main page</title>
</head>
<body>
<header class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Coder Dojo Indy</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="programs.html">Programs</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="container">
<!-- view counts -->
<div class="view-count-wrapper">
You are visitor number<br/>(in binary)
<div>
<span class="view-count">
<!-- temporary -->
11001101001
</span>
</div>
or 1641 in decimal. NOTE: This is not accurate in any way; it's just a number.
</div>
<center>
<img src="coder-dojo.png"></img>
<h1>you can learn lots from coder dojo</h1>
</center>
<h2>like...</h2>
<ul class="row examples">
<!-- Scratch -->
<li class="col-md-3">
<h3>Scratch!</h3>
<p>
Create stories, games, and animations.
</p>
<a href="http://scratch.mit.edu/">Scratch Site</a>
</li>
<!-- Codecademy -->
<li class="col-md-3 col-md-offset-1">
<h3>HTML</h3>
<p>
Make web sites, like this one.
</p>
<a href="http://www.codecademy.com/tracks/web">Codecademy</a>
</li>
<!-- Khan Academy -->
<li class="col-md-3 col-md-offset-1">
<h3>JavaScript</h3>
<p>
Make web sites do cool things.
</p>
<a href="https://www.khanacademy.org/cs">Khan Academy</a>
</li>
</ul>
<p>Also check out an <a href="htmleditor.html">HTML sandbox</a> for practicing in HTML! (Currently unfunctional)</p>
</div>
</body>
</html>