-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathindex.html
48 lines (48 loc) · 2.29 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
<!DOCTYPE html>
<html class="no-js" lang="en" dir="ltr">
<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 - Web Experience Toolkit / Sélection de la langue - Boîte à outils de l’expérience Web - Working examples - Web Experience Toolkit
</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta name="description" content="Web Experience Toolkit (WET) includes reusable components for building and maintaining innovative Web sites that are accessible, usable, and interoperable. These reusable components are open source software and free for use by departments and external Web communities">
<link href="./theme-wet-boew/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="./theme-wet-boew/css/theme.min.css">
<noscript><link rel="stylesheet" href="./wet-boew/css/noscript.min.css"></noscript>
</head>
<body vocab="http://schema.org/" resource="#wb-webpage" typeof="WebPage">
<div class="wb-sppe">
<header role="banner">
<div id="wb-bnr">
<div class="container">
<div class="row mrgn-tp-lg mrgn-bttm-lg">
<div id="wb-spllg" class="col-md-8 col-md-offset-2">
<img src="./theme-wet-boew/assets/logo.svg" alt="Web Experience Toolkit">
</div>
</div>
</div>
</div>
</header>
<main role="main" property="mainContentOfPage" resource="#wb-main" class="container">
<div class="row mrgn-tp-lg">
<div class="col-md-12">
<section class="col-md-6">
<h2 class="h3 text-center">Web Experience Toolkit</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="License-en.html" rel="license">Terms and conditions of use</a>
</section>
<section class="col-md-6" lang="fr">
<h2 class="h3 text-center">Boîte à outils de l’expérience Web</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="Licence-fr.html" rel="license">Conditions régissant l'utilisation</a>
</section>
</div>
</div>
</main>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="./wet-boew/js/wet-boew.min.js"></script>
</body>
</html>