forked from PatLittle/OpenCanadaAPI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (52 loc) · 2.7 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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Government CKAN API</title>
<link href="theme/assets/favicon.ico" rel="icon" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="theme/css/theme.min.css"/>
<link rel="stylesheet" type="text/css" href="theme/css/messages.min.css"/>
</head>
<body class="splash" vocab="http://schema.org/" typeof="WebPage">
<div id="bg">
<img src="theme/assets/sp-bg-2.jpg" alt="">
</div>
<main role="main">
<div class="sp-hb">
<div class="sp-bx col-xs-12">
<div class="row">
<div class="col-xs-11 col-md-8">
<img src="theme/assets/sig-spl.svg" width="283" alt="Government of Canada / Gouvernement du Canada">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1 class="h3 text-center">Open Government CKAN API</h1>
<hr>
<h1 class="h3 text-center">Gouvernement ouvert CKAN API</h1>
</div>
</div>
<div class="row">
<section class="col-xs-6 text-right">
<h2 class="wb-inv">Government of Canada</h2>
<p><a href="en" 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="fr" 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="https://www.canada.ca/en/transparency/terms.html" class="sp-lk">Terms and conditions</a> <span class="glyphicon glyphicon-asterisk"></span> <a href="https://www.canada.ca/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="theme/assets/wmms-spl.svg" width="127" alt="Symbol of the Government of Canada / Symbole du gouvernement du Canada">
</div>
</div>
</div>
</div>
</main>
</body>
</html>