-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (117 loc) · 5.46 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>kid.js - teaching the future the art of coding</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap-responsive.css">
<link rel="stylesheet" href="/flat-ui/css/flat-ui.css">
<!-- Using only with Flat-UI (free)-->
<link rel="stylesheet" href="/common-files/css/icon-font.css">
<!-- end -->
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/flat-ui/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- header-21 -->
<header class="header-21">
<div class="container">
<div class="navbar span12">
<div class="navbar-inner">
<button type="button" class="btn btn-navbar"> </button>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">HOME</a></li>
<li><a href="http://kidjs.org/teatalk/">TEATALK</a></li>
<li><a href="http://openvis.org">ABOUT US</a></li>
<li><a href="http://twitter.com/_kidjs">TWITTER</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="header-21-sub v-center">
<div>
<div class="background"> </div>
<div class="container">
<h3><img class="hl gulpLogo" src="img/rocket.png" alt="">
<span class="gulpBrand">
kid.js
</span>
</h3>
<p class="lead">teaching our future the art of coding</p>
</div>
</div>
<a class="control-btn fui-arrow-down" href="#"> </a>
</section>
<!-- content-6 -->
<section class="content-6 v-center">
<div>
<div class="container">
<h3>
<img src="/img/[email protected]" width="150", height="150" />
Our Projects</h3>
<p class="lead">kid.js offers a variety of events for science and education</p>
<div class="row features">
<div class="span4 offset2">
<h6>Teatalks</h6>
<p>Keep calm and drink tea! In Teatalks experts in science and engineering are sharing ideas with you. Come and talk, we provide you with cake and tea.</p>
</div>
<div class="span4 offset1">
<h6>Student group</h6>
<p>Want to bring the joy of coding to your region? Just contact one of our local student groups or create a student group yourself. We help you with that!</p>
</div>
</div>
<div class="row features">
<div class="span4 offset2">
<h6>Mentorship</h6>
<p>Need some help on your way to become an expert programmer? Our experts can help you with valuable tips and mentoring. Don't hasitate to ask questions.</p>
</div>
<div class="span4 offset1">
<h6>Masterclass</h6>
<p>Want to learn how to create a website? We visit schools to teach the art of coding. Just give us a call!</p>
</div>
</div>
</div>
</div>
</section>
<!-- content-12 -->
<section class="content-12">
<center>
<a class="btn btn-large get-started" href="mailto:[email protected]">Get in touch!</a>
</center>
<br/><br/><br/>
<hr>
</section>
<!-- content-17 -->
<section class="content-17 v-center">
<div class="container">
<h3>
<a href="http://openvis.org">
<img src="img/openvis.png" width="150" height="150" alt="">
</a>
</h3>
<h4>Made by <a href="http://openvis.org">OpenVis</a></h4>
<p style="margin: 0">
<a href="http://twitter.com/_kidjs">Follow us</a> on Twitter for more kidjs updates
</p>
</div>
</section>
<!-- Placed at the end of the document so the pages load faster -->
<script src="/flat-ui/js/jquery-1.8.3.min.js"></script>
<script src="/flat-ui/js/bootstrap.min.js"></script>
<!--[if lt IE 8]>
<script src="/flat-ui/js/icon-font-ie7.js"></script>
<![endif]-->
<script src="/common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="/common-files/js/startup-kit.js"></script>
<script src="/js/script.js"></script>
</body>
</html>