update
This commit is contained in:
parent
462d0cd2cb
commit
f48355078b
|
@ -20,11 +20,8 @@
|
||||||
|
|
||||||
<main id="root" class="homepage">
|
<main id="root" class="homepage">
|
||||||
|
|
||||||
<p></p>
|
<p>Bienvenue sur mon site. Ça va être un peu bordélique, mais c'est comme ça. Au cour des 10 dernière années, j'ai eu plusieurs projets musicaux, vous pourrez trouver ma discographie non exhaustive <a href="disco/">ici</a>. J'ai aussi codé deux trois trucs sympa que vous pourrez trouver <a href="proj/">ici</a>.
|
||||||
<a href="disco/">Discographie</a>
|
</p>
|
||||||
<a href="proj/">Projets</a>
|
|
||||||
<a href="ressources/">Ressources</a>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
|
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/footer.php"); ?>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<!--
|
||||||
<nav>
|
<nav>
|
||||||
<section id="left-nav">
|
<section id="left-nav">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
@ -22,14 +23,16 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
-->
|
||||||
|
|
||||||
<main id="root">
|
<main id="root">
|
||||||
|
|
||||||
<h3>Projets</h3>
|
<h3>Projets</h3>
|
||||||
|
|
||||||
<a href="chordboard/">Chord board</a>
|
<p>Sur cette page je posterai des projets que j'ai codé d'abord pour moi mais qui peuvent être utile à d'autres.</p>
|
||||||
<a href="fonts/">Font book</a>
|
|
||||||
|
<h4><a href="chordboard/">Un clavier d'accords modal</a> <a href="https://git.brz9.dev/ed/ed.brz9.dev/src/branch/master/proj/chordboard" target="_blank" rel="noopener noreferrer"><span class="brz9-icon-git"></span></a></h4>
|
||||||
|
|
||||||
<a href="icons/">Icons</a>
|
<a href="icons/">Icons</a>
|
||||||
<a href="YT2P/">YT2P</a>
|
<a href="YT2P/">YT2P</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue