friendship with embed has ended, now innterhtml is my best friend

This commit is contained in:
martyTF 2026-06-17 19:06:13 +02:00
parent 93c19b1d81
commit bf4e947853
6 changed files with 38 additions and 237 deletions

View file

@ -1,50 +0,0 @@
<!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>