UNTER BAUSTELLE
This commit is contained in:
parent
08510d9ccb
commit
93c19b1d81
7 changed files with 114 additions and 5 deletions
50
about.html
Normal file
50
about.html
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="english">
|
||||
|
||||
<head>
|
||||
<meta name="viewport">
|
||||
<meta charset="UTF-8">
|
||||
<title>marty.tf - about</title>
|
||||
<link rel="icon" href="src/marty_narklos.png">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="about.css">
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="flexbox-v">
|
||||
<div id="contact_logobox" class="box">
|
||||
<img class="box" id="contact_logo" src="src/marty_narklos.png" alt="a drawing of me, by narklos">
|
||||
<br>
|
||||
<br>
|
||||
headshot drawn by
|
||||
<a class="link" href="https://linktr.ee/Narklos">narklos</a>
|
||||
</div>
|
||||
<div class="box links" id="contactbox">
|
||||
<div class="flexbox-v">
|
||||
<div class="box protocol">mail</div>
|
||||
<div class="box contact">
|
||||
<a href="mailto:marty@marty.tf"> marty@marty.tf </a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flexbox-v">
|
||||
<div class="box protocol">matrix</div>
|
||||
<div class="box contact">
|
||||
<a href="https://matrix.to/#/@marty:yap.marty.tf">
|
||||
@marty:yap.marty.tf
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flexbox-v">
|
||||
<div class="box protocol">fediverse</div>
|
||||
<div class="box contact">
|
||||
<a rel="me" href="https://fedi.marty.tf/@marty">
|
||||
@marty@fedi.marty.tf
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue