ressources page added

This commit is contained in:
edbrz9 2023-01-02 22:51:53 +01:00
parent 43b729ccea
commit 5ee8a2b7b9
1 changed files with 96 additions and 0 deletions

96
ressources/index.html Normal file
View File

@ -0,0 +1,96 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Check</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://ed.brz9.dev/assets/css/normalize.css">
<link rel="stylesheet" href="https://ed.brz9.dev/assets/fonts/byl-iconfont-v3.2/icons.css"/>
<link rel="stylesheet" href="https://ed.brz9.dev/assets/css/style.css"/>
</head>
<body>
<main id="root">
<rnav v-bind:tag="tags.css"></rnav>
<rnav v-bind:tag="tags.code"></rnav>
<ritem v-bind:tags="[tags.code, tags.css]" v-bind:fresh="isFresh" ref="ritems">CSS Reffs</ritem>
</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 rel="me" href="https://mamot.fr/@edardach" target="_blank">
<span class="byl-icon-mastodon"></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="">
<a rel="me" href="https://mamot.fr/@edardach">
<span class="byl-icon-mastodon"></span>
</a>
<a href="">
<span class="byl-icon-tiktok"></span>
</a>
-->
<a href="/BTC">
<span class="byl-icon-bitcoin"></span>
</a>
<a href="/ETH">
<span class="byl-icon-ethereum"></span>
</a>
<a href="/XMR">
<span class="byl-icon-monero"></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="https://ed.brz9.dev/assets/svg/edbz9-cc-by-sa.svg"/>
</a>
</section>
</footer>
</body>
<script src="https://ed.brz9.dev/assets/js/vue.min.js"></script>
<script src="../assets/js/ed.brz9.js"></script>
</html>