50 lines
No EOL
1.4 KiB
HTML
50 lines
No EOL
1.4 KiB
HTML
<!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> |