87 lines
3.0 KiB
HTML
87 lines
3.0 KiB
HTML
</div>
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
<div id="sidebar">
|
|
|
|
<div class="inner">
|
|
|
|
<!-- Search Box
|
|
<section id="search" class="alt">
|
|
<form method="get" action="#">
|
|
<input type="text" name="search" id="search" placeholder="Search..." />
|
|
</form>
|
|
</section> -->
|
|
|
|
<!-- Menu -->
|
|
<nav id="menu">
|
|
<ul>
|
|
<li><a href="index.html">Derière leçon</a></li>
|
|
<li>
|
|
<span class="opener">Leçons</span>
|
|
<ul>
|
|
<li><a href="#">Leçon 1</a></li>
|
|
<li><a href="#">Leçon 2</a></li>
|
|
<li><a href="#">Leçon 3</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="maitresse.html">Maitresse</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- Featured Posts -->
|
|
<div class="featured-posts">
|
|
<div class="heading">
|
|
<h2>Featured Posts</h2>
|
|
</div>
|
|
<div class="owl-carousel owl-theme">
|
|
<a href="#">
|
|
<div class="featured-item">
|
|
<img src="assets/images/featured_post_01.jpg" alt="featured one">
|
|
<p>Aliquam egestas convallis eros sed gravida. Curabitur consequat sit.</p>
|
|
</div>
|
|
</a>
|
|
<a href="#">
|
|
<div class="featured-item">
|
|
<img src="assets/images/featured_post_01.jpg" alt="featured two">
|
|
<p>Donec a scelerisque massa. Aliquam non iaculis quam. Duis arcu turpis.</p>
|
|
</div>
|
|
</a>
|
|
<a href="#">
|
|
<div class="featured-item">
|
|
<img src="assets/images/featured_post_01.jpg" alt="featured three">
|
|
<p>Suspendisse ac convallis urna, vitae luctus ante. Donec sit amet.</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<p class="copyright">Copyright © CC BY NC ND
|
|
<br>Designed by Geoff at JServ with template Ramayana by <a rel="nofollow" href="https://www.facebook.com/templatemo">Template Mo</a>.</p>
|
|
</footer>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<!-- Scripts -->
|
|
<!-- Bootstrap core JavaScript -->
|
|
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></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>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|