add fonts doc and input on css

This commit is contained in:
Petite Flamby 2023-02-23 15:13:27 +01:00
parent 7e9f45f56e
commit 939e01061c
11 changed files with 175 additions and 16 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -13,7 +14,7 @@
<meta name="twitter:image" content="http://www.pinavetrano.be/projets/iolce/assets/images/logo_dark.svg">
<meta property="og:site_name" content="RUX — rethinking user experience ">
<meta property="og:title" content="vetrano-pina — IOLCE">
<meta property="og:title" content="vetrano-pina — RUX">
<meta property="og:description" content="L'atelier rethinking user experience — à HEAJ de Pina Vetrano">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pinavetrano.be/">
@ -21,16 +22,26 @@
<meta property="og:image:width" content="1800">
<meta property="og:image:height" content="945">
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.svg">
<title>IOLCE Pina Vetrano — DWT — Heaj</title>
<title>RUX Pina Vetrano — DWT — Heaj</title>
<!-- CSS and Javascript -->
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/style.css">
<script src="assets/js/app.js" defer></script>
</head>
<title>RUX</title>
<title>RUX</title>
</head>
<body>
<h1 class="title title">RUX</h1>
<!--https://www.youtube.com/watch?v=vJNVramny9k use this ?-->
<body data-theme="light">
<button class="js-theme-trigger">Theme</button>
<img class="full-width mgrid-start02 tgrid-start01 tgrid-end03 dgrid-start dgrid-end06" src="assets/images/akitadog.jpg"
alt="akita dog sur le site">
<h1 class="title">RUX</h1>
<!--<pre class="language-css" tabindex="0"><code class="language-css"><span class="token selector">.awesome-layouts</span> <span class="token punctuation">{</span>
<span class="token property">display</span><span class="token punctuation">:</span> grid<span class="token punctuation">;</span>
<span class="token punctuation">}</span></code></pre>-->
<p>Le pouvoir de l'amitié ! Meeting minutes</p>
</body>
</html>