Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #9

Open
wants to merge 1 commit into
base: v4.0-dist
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 45 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,52 @@
<!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)
<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>
<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/" 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" 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>
<div class="wb-sppe">
<header>
<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 property="mainContentOfPage" 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>

</html>