-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
42 lines (42 loc) · 2.36 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
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8"/>
<title>Language selection - Open Government Platform (OGPL) / Sélection de la langue - Plate-forme de gouvernement ouvert (PGO)</title>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link rel="shortcut icon" href="/wet-boew/dist/theme-ogpl/images/favicon.ico" />
<meta name="description" content="Welcome to the Open Government Platform! You’ll find here a growing set of open source, open government platform code that allows any city, organization, or government to create an open data site."/>
<!--[if gte IE 9 | !IE ]><!--> <link href="/wet-boew/assets/favicon.ico" rel="icon" type="image/x-icon"/> <link rel="stylesheet" href="/wet-boew/css/wet-boew.min.css"/> <!--<![endif]-->
<link rel="stylesheet" href="./css/theme.min.css"/>
<!--[if lt IE 9]><link href="/wet-boew/assets/favicon.ico" rel="shortcut icon"/> <link rel="stylesheet" href="/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="/wet-boew/js/ie8-wet-boew.min.js"></script><![endif]-->
<noscript><link rel="stylesheet" href="/wet-boew/css/noscript.min.css"/></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage" class="wb-sppe">
<header role="banner">
<div id="wb-bnr">
<div class="container">
<div class="row mrgn-tp-lg text-center">
<img src="/wet-boew/assets/logo.png" alt="Open Government Platform (OGPL)" />
</div>
</div>
</div>
</header>
<main role="main" property="mainContentOfPage" class="container">
<div class="row">
<div class="col-md-12">
<section class="col-md-6">
<h2 class="h3 text-center">Open Government Platform (OGPL)</h2>
<a class="btn btn-lg btn-primary btn-block" href="index-en.html">English</a>
</section>
<section class="col-md-6" lang="fr">
<h2 class="h3 text-center">Plate-forme de gouvernement ouvert (PGO)</h2>
<a class="btn btn-lg btn-primary btn-block" href="index-fr.html">Français</a>
</section>
</div>
</div>
</main>
<!--[if gte IE 9 | !IE ]><!--> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/wet-boew/js/wet-boew.min.js"></script> <!--<![endif]-->
<!--[if lt IE 9]><script src="/wet-boew/js/ie8-wet-boew2.min.js"></script><![endif]-->
</body>
</html>