-
Notifications
You must be signed in to change notification settings - Fork 9
/
index-en-us.html
148 lines (135 loc) · 6.53 KB
/
index-en-us.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wahlque: the new world for education</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="http://wahlque.org/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="http://wahlque.org/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="http://wahlque.org/styles/style.css" rel="stylesheet">
<link href="/styles/style.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://wahlque.org/favicon.ico">
<link rel="apple-touch-icon" href="http://wahlque.org/apple-touch-icon.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<h1><a class="brand" href="http://wahlque.org">Wahlque</a></h1>
<div class="nav-collapse">
<ul class="nav">
<li><a href="http://wahlque.org/">Home</a></li>
<li><a href="http://blog.wahlque.org/en">Blog</a></li>
<li><a href="http://wiki.wahlque.org/">Wiki</a></li>
<li class="active"><a href="http://playground.wahlque.org/">Playground</a></li>
<li><a href="https://github.com/Wahlque">Code</a></li>
</ul>
</div><!--/.nav-collapse -->
<div class="pull-right">
<div id="language-selector" class="btn-group">
<button id="language" class="btn"><span><img class="flag" src="http://wahlque.org/flags/en-us.png" /></span></button>
<button class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul id="languages" class="dropdown-menu">
<li><a href="/index-en-us.html"><img class="flag" src="http://wahlque.org/flags/en-us.png" /> en-us</a></li>
<li><a href="/index-zh-cn.html"><img class="flag" src="http://wahlque.org/flags/zh-cn.png" /> zh-cn</a></li>
<li><a href="/index-zh-hk.html"><img class="flag" src="http://wahlque.org/flags/zh-hk.png" /> zh-hk</a></li>
<li><a href="/index-zh-sg.html"><img class="flag" src="http://wahlque.org/flags/zh-sg.png" /> zh-sg</a></li>
<li><a href="/index-zh-tw.html"><img class="flag" src="http://wahlque.org/flags/zh-tw.png" /> zh-tw</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="slideshow" class="hero-unit span10">
<div id="mainimage">
<div id="caption"></div>
</div>
<div id="thumbnails">
<ul>
<li>
<a href="/images/slideshow/twilight.png"><img src="/images/slideshow/twilight.th.png" alt="Twilight" /></a>
<div class="description">
<p>Day and night on Wahlque.</p>
</div>
</li>
<li>
<a href="/images/slideshow/terra.png"><img src="/images/slideshow/terra.th.png" alt="Terra" /></a>
<div class="description">
<p>Generated terra on Wahlque</p>
</div>
</li>
<li>
<a href="/images/slideshow/tree.png"><img src="/images/slideshow/tree.th.png" alt="Tree" /></a>
<div class="description">
<p>A tree generated by L-system</p>
</div>
</li>
</ul>
</div>
</div>
<div id="tutorials" class="span12 aligncenter">
<div id="tutorials-left" class="span4">
<h3>Proof of concept</h3>
<ul>
<li><a href='/poc/orbits/'>The orbits of the three star system</a>
<li><a href='/poc/plant2d'>A tree</a>
<li><a href='/poc/weather'>The weather on the planet</a>(warning: it need one minute to intialize and one minute per step for calculating)
</ul>
<h3>CoffeeScript tutorial</h3>
<ul>
<li><a href='/tutorials/coffeescript/001-hello-world/'>Hello World</a>
<li><a href='/tutorials/coffeescript/002-using-modules/?a=1&b=2'>Using modules</a>
<li><a href='/tutorials/coffeescript/003-qwery-bonzo-bean/'>Qwery, Bonzo, Bean</a>
<li><a href='/tutorials/coffeescript/004-webworkers/'>WebWorkers</a>
</ul>
</div>
<div id="tutorials-right" class="span4">
<h3>Mechanics tutorial</h3>
<ul>
<li><a href='/tutorials/mechanics/001-binary-stars/'>Binary stars</a>
<li><a href='/tutorials/mechanics/002-restricted-3-bodies/'>Planet in a binary star system</a>
<li><a href='/tutorials/mechanics/003-twilight-zone/'>Twilight zone on the planet</a>
</ul>
<h3>Computational graphics tutorial</h3>
<ul>
<li><a href='/tutorials/graphics/001-terrain-gen/'>Terrain generation</a>
<li><a href='/tutorials/graphics/002-rotated-wahlque/'>Rotated Wahlque</a>
<li><a href='/tutorials/graphics/003-colorful-wahlque/'>Colorful Wahlque</a>
</ul>
<h3>Atmospheric science tutorial</h3>
<ul>
<li><a href='/tutorials/atmospheric/001-balanced-temperature/'>Temperature on the planet</a>
</ul>
</div>
<div id="notices" class="span3">
<h3>Notice</h3>
</div>
</div>
</div> <!-- /container -->
<script src="http://wahlque.org/javascripts/jquery-1.7.2.min.js"></script>
<script src="http://wahlque.org/bootstrap/js/bootstrap.min.js"></script>
<script src="/javascripts/triqui.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27097299-1']);
_gaq.push(['_setDomainName', 'playground.wahlque.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>