-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
153 lines (106 loc) · 5.16 KB
/
index.html
File metadata and controls
153 lines (106 loc) · 5.16 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html><!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<!--<![endif]-->
<head prefix="og: http://ogp.me/ns#">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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>ETS Documentation</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta name="robots" content="noindex, nofollow, noarchive">
<meta name="dc.title" content="ETS User Guide">
<meta name="dc.title" lang="fr" content="ETS User Guide">
<meta name="dc.language" title="ISO639-2" content="eng">
<meta name="dc.language" lang="fr" title="ISO639-2" content="fra">
<!--[if gte IE 9 | !IE ]><!-->
<link href="assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="css/wet-boew.min.css"/>
<!--<![endif]-->
<link rel="stylesheet" href="css/theme.min.css"/>
<link rel="stylesheet" href="css/messages.min.css"/>
<!--[if lt IE 9]>
<link href="/etc/designs/canada/wet-boew/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/etc/designs/canada/wet-boew/css/messages-ie.min.css">
<link rel="stylesheet" href="/etc/designs/canada/wet-boew/css/ie8-wet-boew.min.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/etc/designs/canada/wet-boew/ie8-wet-boew.min.js"></script>
<![endif]-->
<noscript><link rel="stylesheet" href="css/noscript.min.css"/></noscript>
<script src="//assets.adobedtm.com/caacec67651710193d2331efef325107c23a0145/satelliteLib-78cf42deb149c9766cbaaa6151e252b9b67c0200.js"></script>
<script>dataLayer = []; dataLayer1 = [];</script>
</head>
<body class="splash" vocab="http://schema.org/" typeof="WebPage">
<div id="bg"><img id="splash-image" src="assets/splash/sp-bg-1.jpg" alt=""></div><main property="mainContentOfPage">
<div class="sp-hb">
<div class="sp-bx col-xs-12">
<h1 property="name" class="wb-inv">Canada.ca</h1>
<div class="row">
<div class="col-xs-11 col-md-8">
<img src="assets/sig-spl.svg" alt="Government of Canada / Gouvernement du Canada"/>
</div>
</div>
<div class="row">
<section class="col-xs-6 text-right">
<h2 class="wb-inv">Government of Canada</h2>
<p><a href="Intro.html" class="btn btn-primary">English</a></p>
</section>
<section class="col-xs-6" lang="fr">
<h2 class="wb-inv">Gouvernement du Canada</h2>
<p><a href="Intro.html" class="btn btn-primary">Français</a></p>
</section>
</div>
</div>
<div class="sp-bx-bt col-xs-12">
<div class="row">
<div class="col-xs-7 col-md-8">
<a href="/en/transparency/terms.html" class="sp-lk">Terms & conditions</a> <span class="glyphicon glyphicon-asterisk"></span> <a href="/fr/transparence/avis.html" class="sp-lk" lang="fr">Avis</a>
</div>
<div class="col-xs-5 col-md-4 text-right mrgn-bttm-md">
<img src="assets/wmms-spl.svg" alt="Symbol of the Government of Canada / Symbole du gouvernement du Canada"/>
</div>
</div>
</div>
</div>
</main>
<script>
var splashImagePaths = [];
var numImages = 0;
var selectedImageIndex = 5;
splashImagePaths.push('assets/splash/sp-bg-1.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-10.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-11.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-12.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-2.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-3.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-4.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-5.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-6.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-7.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-8.jpg');
numImages++;
splashImagePaths.push('assets/splash/sp-bg-9.jpg');
numImages++;
document.getElementById("splash-image").src = splashImagePaths[Math.floor((Math.random() * numImages))];
</script>
<!--[if gte IE 9 | !IE ]><!-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/etc/designs/canada/wet-boew/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="js/theme.min.js"></script>
<script type="text/javascript">_satellite.pageBottom();</script>
</body>
</html>