added about.html
This commit is contained in:
parent
3a756bbae1
commit
ffb6b0b7fb
2 changed files with 71 additions and 0 deletions
60
home/Dario48/about.html
Normal file
60
home/Dario48/about.html
Normal file
|
|
@ -0,0 +1,60 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script async data-id="101478527" src="/6adf4fcf445ae38ea.js"></script>
|
||||||
|
<noscript
|
||||||
|
><p><img width="1" height="1" src="/de19c075a2d1c4975" /></p
|
||||||
|
></noscript>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta content="Dario48's wacky and wonderful website" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="A website from a guy who hates web dev"
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
content="https://dario48.site/home/Dario48/about.html"
|
||||||
|
property="og:url"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
content="https://dario48.site/home/Dario48/Pictures/html.svg"
|
||||||
|
property="og:image"
|
||||||
|
/>
|
||||||
|
<meta content="#161925" data-react-helmet="true" name="theme-color" />
|
||||||
|
<title>/home/Dario48/</title>
|
||||||
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
<script src="/path.js" defer=""></script>
|
||||||
|
</head>
|
||||||
|
<body id="body">
|
||||||
|
<div class="border">
|
||||||
|
<div class="column">
|
||||||
|
<form id="navbar">
|
||||||
|
<div class="stretch row">
|
||||||
|
Dario48's website
|
||||||
|
<div style="aspect-ratio: 1 / 1">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onclick="document.getElementById('body').remove();"
|
||||||
|
>
|
||||||
|
X
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<form>
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
value="/home/Dario48/about.html"
|
||||||
|
class="stretch"
|
||||||
|
id="path"
|
||||||
|
/>
|
||||||
|
</form>
|
||||||
|
<nav class="row">
|
||||||
|
<p>
|
||||||
|
I'm a linux user, zig and C programmer, chess player, celeste
|
||||||
|
player. I self host this website on a 20€ laptop.
|
||||||
|
</p>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -73,6 +73,17 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
<nav class="row">
|
||||||
|
<div class="column folder">
|
||||||
|
<a href="about.html">
|
||||||
|
<img
|
||||||
|
src="/home/Dario48/Pictures/html.svg"
|
||||||
|
style="display: block; margin-left: auto; margin-right: auto"
|
||||||
|
/>
|
||||||
|
<p style="text-align: center">about.html</p>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue