2019-09-18 21:33:51 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700" rel="stylesheet">
|
|
|
|
|
|
2019-09-19 22:12:43 +02:00
|
|
|
<title>Cours anglais CE2-CM1 Médan</title>
|
2019-09-18 21:33:51 +02:00
|
|
|
|
2019-09-19 11:22:16 +02:00
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
|
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
2019-09-18 21:33:51 +02:00
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Ramayana CSS Template
|
|
|
|
|
https://templatemo.com/tm-529-ramayana
|
|
|
|
|
-->
|
|
|
|
|
|
2019-09-19 11:22:16 +02:00
|
|
|
<!-- Additional CSS Files -->
|
2019-09-18 21:33:51 +02:00
|
|
|
<link rel="stylesheet" href="assets/css/fontawesome.css">
|
|
|
|
|
<link rel="stylesheet" href="assets/css/templatemo-style.css">
|
|
|
|
|
<link rel="stylesheet" href="assets/css/owl.css">
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="is-preload">
|
|
|
|
|
|
|
|
|
|
<!-- Wrapper -->
|
|
|
|
|
<div id="wrapper">
|
|
|
|
|
|
|
|
|
|
<!-- Main -->
|
|
|
|
|
<div id="main">
|
|
|
|
|
<div class="inner">
|
|
|
|
|
|
|
|
|
|
<!-- Header -->
|
|
|
|
|
<header id="header">
|
|
|
|
|
<div class="logo">
|
2019-09-19 15:04:40 +02:00
|
|
|
<a href="index.html">Mes cours d'anglais</a>
|
2019-09-18 21:33:51 +02:00
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<!-- Services -->
|
|
|
|
|
<section class="services">
|
|
|
|
|
<div class="container-fluid">
|
2019-09-20 00:16:23 +02:00
|
|
|
<div class="row" id="words">
|
2019-09-18 21:33:51 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2019-09-19 11:22:16 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2019-09-18 21:33:51 +02:00
|
|
|
<!-- Sidebar -->
|
|
|
|
|
<div id="sidebar">
|
|
|
|
|
|
|
|
|
|
<div class="inner">
|
|
|
|
|
|
2019-09-19 15:04:40 +02:00
|
|
|
<!-- Search Box
|
2019-09-18 21:33:51 +02:00
|
|
|
<section id="search" class="alt">
|
|
|
|
|
<form method="get" action="#">
|
|
|
|
|
<input type="text" name="search" id="search" placeholder="Search..." />
|
|
|
|
|
</form>
|
2019-09-19 15:04:40 +02:00
|
|
|
</section> -->
|
2019-09-18 21:33:51 +02:00
|
|
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
|
<nav id="menu">
|
|
|
|
|
<ul>
|
2019-09-19 22:12:43 +02:00
|
|
|
<li><a href="index.html">Page d'accueil</a></li>
|
2019-09-18 21:33:51 +02:00
|
|
|
<li>
|
2019-09-19 22:12:43 +02:00
|
|
|
<span class="opener">Leçons</span>
|
2019-09-20 00:16:23 +02:00
|
|
|
<ul id="lessonIndex">
|
2019-09-18 21:33:51 +02:00
|
|
|
</ul>
|
|
|
|
|
</li>
|
2019-09-19 22:12:43 +02:00
|
|
|
<li><a href="https://www.toutemonannee.com/connect">Lien vers le blog</a></li>
|
2019-09-18 21:33:51 +02:00
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
|
<footer id="footer">
|
2019-09-19 15:04:40 +02:00
|
|
|
<p class="copyright">Droits de copy Creative Commons CC-BY-NC-ND
|
|
|
|
|
<br>Fait par Geoff, JServ depuis les templates de <a rel="nofollow" href="https://www.facebook.com/templatemo">Template Mo</a></p>
|
2019-09-18 21:33:51 +02:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
2019-09-19 11:22:16 +02:00
|
|
|
|
|
|
|
|
<!-- Scripts -->
|
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
2019-09-20 00:16:23 +02:00
|
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
|
2019-09-19 11:22:16 +02:00
|
|
|
<script src="https://code.responsivevoice.org/responsivevoice.js?key=9KldoXRR"></script>
|
|
|
|
|
|
|
|
|
|
<script src="assets/js/browser.min.js"></script>
|
|
|
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
|
|
|
<script src="assets/js/transition.js"></script>
|
|
|
|
|
<script src="assets/js/owl-carousel.js"></script>
|
|
|
|
|
<script src="assets/js/custom.js"></script>
|
2019-09-20 00:16:23 +02:00
|
|
|
<script src="assets/js/generator.js"></script>
|
2019-09-18 21:33:51 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|