forked from aajii/CodeClubWorld-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (36 loc) · 2.54 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
<!DOCTYPE html>
<html class="world" lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Club World Projects — Code Club World Projects</title>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="./css/master.min.css">
<link rel="stylesheet" href="./css/prism.css">
</head>
<body class="index-template world">
<header class="header" role="banner">
<a class="home-link" href="./index.html"><img alt="" class="logo" height="100" src="./img/ccw_logo.png"></a>
<h1 class="title">Code Club World Projects</h1>
</header>
<main class="main" role="main">
<section class="index"><h1 class="index-title">Languages</h1><ul class="index-list"><li class="index-item"><a class="index-link" href="en-GB/index.html">English</a></li><li class="index-item"><a class="index-link" href="nb-NO/index.html">Norsk</a></li><li class="index-item"><a class="index-link" href="sv-SE/index.html">Svenska</a></li><li class="index-item"><a class="index-link" href="pl-PL/index.html">Polski</a></li><li class="index-item"><a class="index-link" href="es-ES/index.html">Español</a></li><li class="index-item"><a class="index-link" href="fr-FR/index.html">Français</a></li></ul></section>
</main>
<aside class="legal-notice copyright">
<p>These projects are for use outside the UK only. More information is available on our website at <a href="http://www.codeclub.org.uk/">http://www.codeclub.org.uk/</a>. This coursework is developed in the open on GitHub (<a href="https://github.com/CodeClub/">https://github.com/CodeClub</a>), come and join us!</p>
<p>© 2014 Code Club. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">BY-NC-SA 4.0 International License</a>.</p>
</aside>
<link rel="stylesheet" href="./js/prism.js">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30750176-2']);
_gaq.push(['_setDomainName', 'codeclubworld.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>