-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (81 loc) · 3.67 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
<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="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/bootstrap/css/bootstrap-responsive.min.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="/favicon.ico">
<link rel="apple-touch-icon" href="/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 class="active"><a href="#">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><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="/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="/flags/en-us.png" /> en-us</a></li>
<li><a href="/index-zh-cn.html"><img class="flag" src="/flags/zh-cn.png" /> zh-cn</a></li>
<li><a href="/index-zh-hk.html"><img class="flag" src="/flags/zh-hk.png" /> zh-hk</a></li>
<li><a href="/index-zh-sg.html"><img class="flag" src="/flags/zh-sg.png" /> zh-sg</a></li>
<li><a href="/index-zh-tw.html"><img class="flag" src="/flags/zh-tw.png" /> zh-tw</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="headline" class="hero-unit">
<h1>Wahlque</h1>
<p>The new world for education</p>
<p>
<ul>
<li><a href="http://blog.wahlque.org/en">Blog</a></li>
<li><a href="http://wiki.wahlque.org/">Wiki</a></li>
<li><a href="http://playground.wahlque.org/">Playground</a></li>
<li><a href="https://github.com/Wahlque">Code</a></li>
<li><a href="https://groups.google.com/d/forum/wahlque">Google Groups</a></li>
</ul>
</p>
</div>
</div> <!-- /container -->
<script src="/javascripts/jquery-1.7.2.min.js"></script>
<script src="/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27097299-1']);
_gaq.push(['_setDomainName', '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>