123 lines
3.7 KiB
HTML
123 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="">
|
||
|
||
<head>
|
||
<!-- Style CSS -->
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<meta name="description" content="Une description du site">
|
||
<meta name="author" content=" my name ">
|
||
|
||
<title> Le titre de mon site </title>
|
||
|
||
|
||
<!-- Bootstrap core CSS -->
|
||
<link href="/static/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||
<!-- Custom fonts for this template -->
|
||
<link href="/static/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||
<link href="/static/css/fontes-creative.css">
|
||
<!-- Plugin CSS -->
|
||
<link href="/static/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||
<!-- Custom styles for this template -->
|
||
<link href="/static/css/creative.css" rel="stylesheet">
|
||
|
||
|
||
|
||
|
||
</head>
|
||
|
||
<body id="page-top">
|
||
|
||
|
||
<!-- Navigation -->
|
||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
||
<div class="container">
|
||
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
|
||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||
<ul class="navbar-nav ml-auto">
|
||
|
||
|
||
<li class="nav-item">
|
||
<a class="nav-link js-scroll-trigger" href="/test-image/#bloc1"> A propos </a>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="nav-item">
|
||
<a class="nav-link js-scroll-trigger" href="/#bloc3"> Galerie </a>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="nav-item dropdown">
|
||
<a class="nav-link dropdown-toggle" href="#" id="Sous-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||
Sous-menu
|
||
</a>
|
||
<div class="dropdown-menu" aria-labelledby="Sous-menu">
|
||
|
||
<a class="dropdown-item" href="https://kitoy.me">Un lien</a>
|
||
|
||
<a class="dropdown-item" href="https://kitoy.eu">Un autre truc</a>
|
||
|
||
</div>
|
||
</li>
|
||
|
||
|
||
|
||
<li class="nav-item">
|
||
<a class="nav-link js-scroll-trigger" href="/#bloc5"> Contact </a>
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
|
||
<section class="" id="test_bloc" style="
|
||
">
|
||
<div class="container">
|
||
<div class="px-3 mx-auto">
|
||
<h2 class="ql-align-center">Mon titre </h2><pre data-language="bash">
|
||
#!/bin/bash
|
||
echo "Putain con ! C'est génial !"
|
||
</pre><p></p><h2>Titre 2</h2><h3>Titre 3</h3><h4>Titre 4 </h4><p></p><p class="ql-align-right"><span style="background-color: rgb(255, 153, 0);">Youpi !!!!!!!!!!!!!!!</span></p><p class="ql-align-center"></p><blockquote>Une citation</blockquote><p></p><p></p><p>Vous pouvez aussi empiler les blocs de texte poiur les mettre de couleur différentes par exemple </p><p></p><p></p>
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
</body>
|
||
|
||
<script>
|
||
function rm_node(idName){
|
||
const element = document.getElementById(idName);
|
||
element.remove();
|
||
}
|
||
</script>
|
||
|
||
<!-- Bootstrap core JavaScript -->
|
||
<script src="/static/vendors/jquery/jquery.min.js"></script>
|
||
<script src="/static/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
|
||
<!-- Plugin JavaScript -->
|
||
<script src="/static/vendors/jquery-easing/jquery.easing.min.js"></script>
|
||
<script src="/static/vendors/scrollreveal/scrollreveal.min.js"></script>
|
||
<script src="/static/vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||
<script src="/static/vendors/htmx/htmx.min.js"></script>
|
||
|
||
<!-- Custom scripts for this template -->
|
||
<script src="/static/js/creative.js"></script>
|
||
|
||
|
||
|
||
|
||
</html>
|