forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (81 loc) · 4.34 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
90
<!DOCTYPE html>
<!--[if IE 7]><html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="no-js ie8"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![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-eng.html / wet-boew.github.io/wet-boew/Licence-fra.html -->
<title>Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)</title>
<link rel="shortcut icon" href="dist/theme-wet-boew/images/favicon.ico" />
<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." />
<meta name="description" lang="fr" content="La Boîte à outils de l’expérience Web (BOEW) rassemble différents composants réutilisables et prêts-à-utiliser pour la conception et la mise à jour de sites Web innovateurs qui sont à la fois accessibles, conviviaux et interopérables. Tous ces composants réutilisables sont des logiciels libres mis à la disposition des ministères et des collectivités Web externes." />
<meta name="robots" content="noindex, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]>
<script src="dist/js/jquery-ie.min.js"></script>
<script src="dist/js/polyfills/html5shiv-min.js"></script>
<link rel="stylesheet" href="dist/grids/css/util-ie-min.css" />
<link rel="stylesheet" href="dist/js/css/pe-ap-ie-min.css" />
<link rel="stylesheet" href="dist/theme-wet-boew/css/theme-sp-pe-ie-min.css" />
<noscript><link rel="stylesheet" href="dist/theme-wet-boew/css/theme-ns-ie-min.css" /></noscript>
<![endif]-->
<!--[if gt IE 8]><!-->
<script src="dist/js/jquery.min.js"></script>
<link rel="stylesheet" href="dist/grids/css/util-min.css" />
<link rel="stylesheet" href="dist/js/css/pe-ap-min.css" />
<link rel="stylesheet" href="dist/theme-wet-boew/css/theme-sp-pe-min.css" />
<noscript><link rel="stylesheet" href="dist/theme-wet-boew/css/theme-ns-min.css" /></noscript>
<!--<![endif]-->
<!-- CustomCSSStart -->
<!-- CustomCSSEnd -->
</head>
<body><div id="wb-body">
<div id="wb-head"><div id="wb-head-in"><header>
<!-- HeaderStart -->
<div id="wet-fullhd"><div id="wet-fullhd-in">
</div></div>
<div id="wet-bnr" role="banner"><div id="wet-bnr-in">
<div id="wet-title"><p id="wet-title-in"><object data="dist/theme-wet-boew/images/logo.svg" role="img" tabindex="-1" type="image/svg+xml"><img src="dist/theme-wet-boew/images/logo.png" alt="" /></object> <span>Web Experience Toolkit (WET) <small>Collaborative open source project led by the Government of Canada</small></span> <span lang="fr">Boîte à outils de l'expérience Web (BOEW) <small>Projet à source ouverte collaboratif dirigé par le Gouvernement du Canada</small></span></p></div>
<!-- HeaderEnd -->
</header></div></div>
<div id="wb-core"><div id="wb-core-in" class="equalize">
<div id="wb-main" role="main"><div id="wb-main-in">
<!-- MainContentStart -->
<h1 id="wb-cont">Language selection / <span lang="fr">Sélection de langue</span></h1>
<div class="span-4">
<ul class="button-group">
<li><a class="button button-accent" href="index-eng.html">English</a></li>
<li><a class="button" href="License-eng.html" rel="license">Terms and conditions of use</a></li>
</ul>
</div>
<div class="span-4" lang="fr">
<ul class="button-group">
<li><a class="button button-accent" href="index-fra.html">Français</a></li>
<li><a class="button" href="Licence-fra.html" rel="license">Conditions régissant l'utilisation</a></li>
</ul>
</div>
<div class="clear"></div>
<!-- MainContentEnd -->
</div></div>
</div></div>
</div>
<!-- ScriptsStart -->
<script src="dist/js/settings.js"></script>
<!--[if lte IE 8]>
<script src="dist/theme-wet-boew/js/theme-ie-min.js"></script>
<script src="dist/js/pe-ap-ie-min.js"></script>
<script src="dist/js/jquerymobile/jquery.mobile-ie.min.js"></script>
<![endif]-->
<!--[if gt IE 8]><!-->
<script src="dist/theme-wet-boew/js/theme-min.js"></script>
<script src="dist/js/pe-ap-min.js"></script>
<script src="dist/js/jquerymobile/jquery.mobile.min.js"></script>
<!--<![endif]-->
<!-- ScriptsEnd -->
<!-- CustomScriptsStart -->
<!-- CustomScriptsEnd -->
</body>
</html>