-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
62 lines (61 loc) · 3.18 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
<!DOCTYPE html><!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--><!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<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 - Documentation - Web Experience Toolkit (WET) / Sélection de la langue - Documentation - Boîte à outils de l'expérience Web (BOEW)</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<meta name="description" content="Documentation of the project roadmap, design decision, usability finding...">
<!-- Meta data-->
<!--[if gte IE 9 | !IE ]><!-->
<link href="https://wet-boew.github.io/wet-boew/theme-wet-boew/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="https://wet-boew.github.io/wet-boew/theme-wet-boew/css/theme.min.css">
<!--<![endif]-->
<!--[if lt IE 9]>
<link href="https://wet-boew.github.io/wet-boew/theme-wet-boew/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="https://wet-boew.github.io/wet-boew/theme-wet-boew/css/ie8-theme.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://wet-boew.github.io/wet-boew/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<noscript><link rel="stylesheet" href="https://wet-boew.github.io/wet-boew/css/noscript.min.css" /></noscript>
</head>
<body vocab="https://schema.org/" typeof="WebPage">
<header role="banner">
<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">
<object type="image/svg+xml" tabindex="-1" role="img" data="https://wet-boew.github.io/wet-boew/assets/logo.svg" aria-label="Web Experience Toolkit"></object>
</div>
</div>
</div>
</div>
</header>
<main role="main" property="mainContentOfPage" class="container">
<div class="row mrgn-tp-lg">
<div class="col-md-12">
<section class="col-md-6">
<h2 class="h3 text-center">Language selection - Style Guide<br /> <small>Web Experience Toolkit</small></h2>
<a class="btn btn-lg btn-primary btn-block" href="index-en.html">English</a>
<a class="btn btn-lg btn-default btn-block" href="https://wet-boew.github.io/wet-boew/License-en.html" rel="license">Terms and conditions of use</a>
</section>
<section class="col-md-6" lang="fr">
<h2 class="h3 text-center">Sélection de la langue - Guide de style<br /> <small>Boîte à outils de l’expérience Web</small></h2>
<a class="btn btn-lg btn-primary btn-block" href="index-fr.html">Français</a>
<a class="btn btn-lg btn-default btn-block" href="https://wet-boew.github.io/wet-boew/Licence-fr.html" rel="license">Conditions régissant l'utilisation</a>
</section>
</div>
</div>
</main>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://wet-boew.github.io/wet-boew/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="https://wet-boew.github.io/wet-boew/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
</body>
</html>