-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
47 lines (45 loc) · 1.84 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="no-js" lang="en">
<head>
<meta charset="utf-8" />
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>Language selection | CodeFest 5 / Sélection de la langue | FestiCode 5 </title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- Meta data -->
<meta name="description" content="" />
<!-- Meta data-->
<link href="./wet-boew/assets/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="./wet-boew/theme-wet-boew/css/theme.min.css" />
<link rel="stylesheet" href="./theme/css/theme.css" />
<link rel="stylesheet" href="./theme/css/codefest.css" />
<noscript><link rel="stylesheet" href="./wet-boew/css/noscript.min.css" /></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage" class="wb-sppe">
<header>
<div id="wb-bnr">
<div class="container">
<div class="row mrgn-tp-lg mrgn-bttm-lg">
<div class="col-md-8 col-md-offset-2">
<img class="img-responsive" src="./theme/assets/logo.svg" alt="WxT" />
</div>
</div>
</div>
</div>
</header>
<main property="mainContentOfPage" class="container">
<div class="row mrgn-tp-lg">
<section class="col-md-6">
<h2 class="h3 text-center">CodeFest 5</h2>
<a class="btn btn-lg btn-primary btn-block" href="index-en.html">English</a>
</section>
<section class="col-md-6" lang="fr">
<h2 class="h3 text-center">FestiCode 5</h2>
<a class="btn btn-lg btn-primary btn-block" href="index-fr.html">Français</a>
</section>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="./wet-boew/wet-boew/js/wet-boew.min.js"></script>
</body>
</html>