From 5ee8a2b7b9e740364bf39e94d2e69aa9762a9b90 Mon Sep 17 00:00:00 2001 From: edbrz9 <ed@brz9.devd> Date: Mon, 2 Jan 2023 22:51:53 +0100 Subject: [PATCH] ressources page added --- ressources/index.html | 96 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 ressources/index.html diff --git a/ressources/index.html b/ressources/index.html new file mode 100644 index 0000000..44409fd --- /dev/null +++ b/ressources/index.html @@ -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> + + \ No newline at end of file