proj index added
This commit is contained in:
parent
9c857b6e49
commit
3716b586e6
|
@ -0,0 +1,105 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>edbrz9 | Projets</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/web/css/normalize.css">
|
||||
<link rel="stylesheet" href="assets/fonts/byl-iconfont-v3.2/icons.css"/>
|
||||
<link rel="stylesheet" href="assets/css/style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<section id="left-nav">
|
||||
<a href="/">
|
||||
<span class="byl-icon-home"></span>
|
||||
</a>
|
||||
</section>
|
||||
<section id="right-nav">
|
||||
<a href="/" class="islang">FR</a> /
|
||||
<a href="/">ENG</a>
|
||||
</section>
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<main id="root">
|
||||
|
||||
<section class="main-centered">
|
||||
|
||||
<img class="avatar" src="assets/img/oim_pola.jpg"/>
|
||||
|
||||
</section>
|
||||
|
||||
<h3>Lorem Ipsum</h3>
|
||||
|
||||
<a href="chordboard/">Un clavier d'accords</a>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
<section id="social">
|
||||
<a href="feed.xml">
|
||||
<span class="byl-icon-rss"></span>
|
||||
</a>
|
||||
<a href="https://www.instagram.com/edbrz9/"
|
||||
target="_blank">
|
||||
<span class="byl-icon-instagram"></span>
|
||||
</a>
|
||||
<a href="https://twitter.com/edbrz9"
|
||||
target="_blank">
|
||||
<span class="byl-icon-twitter"></span>
|
||||
</a>
|
||||
<a href="https://git.brz9.dev/explore/repos"
|
||||
target="_blank">
|
||||
<span class="byl-icon-git"></span>
|
||||
</a>
|
||||
<!--
|
||||
<a href="">
|
||||
<span class="byl-icon-mastodon"></span>
|
||||
</a>
|
||||
<a href="">
|
||||
<span class="byl-icon-tiktok"></span>
|
||||
</a>
|
||||
-->
|
||||
<a href="">
|
||||
<span class="byl-icon-bitcoin"></span>
|
||||
</a>
|
||||
<a href="">
|
||||
<span class="byl-icon-ethereum"></span>
|
||||
</a>
|
||||
<a href="">
|
||||
<span class="byl-icon-monero"></span>
|
||||
</a>
|
||||
<a href="">
|
||||
<span class=" "></span>
|
||||
</a>
|
||||
<a href="">
|
||||
<span class=" "></span>
|
||||
</a>
|
||||
|
||||
</section>
|
||||
|
||||
<section id ="mail">
|
||||
<p>ed<span class="132">ehbb</span>@<span class="lskd">dllls</span>brz9.dev</p>
|
||||
</section>
|
||||
|
||||
<section id="license">
|
||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">
|
||||
<img class="cc-link" src="assets/svg/edbz9-cc-by-sa.svg"/>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
<script src="assets/js/vue.min.js"></script>
|
||||
|
||||
<script src="assets/js/ed.brz9.js"></script>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue