62 lines
2.1 KiB
HTML
62 lines
2.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Alfieking.dev</title>
|
||
|
<link rel="icon" href="/static/content/icon.webp">
|
||
|
<link rel="stylesheet" href="/static/css/index.css">
|
||
|
<meta name="description" content="Alfie King's personal website.">
|
||
|
<meta name="keywords" content="Alfie King, Alfie, King, Alfieking, Alfieking.dev">
|
||
|
<meta name="author" content="Alfie King">
|
||
|
<meta name="robots" content="all">
|
||
|
|
||
|
<meta name="theme-color" content="#63de90">
|
||
|
<meta property="og:site_name" content="Alfieking.dev">
|
||
|
<meta property="og:url" content="https://alfieking.dev">
|
||
|
<meta property="og:title" content="Alfie King">
|
||
|
<meta property="og:description" content="server backend survivor">
|
||
|
<meta property="og:type" content="website">
|
||
|
<meta name="og:image" itemprop="image" content="static/content/icon.webp">
|
||
|
</head>
|
||
|
<body>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="#home"><img src="/static/content/icon.webp"></a></li>
|
||
|
<li><a href="#about">About</a></li>
|
||
|
<li><a href="#projects">Projects</a></li>
|
||
|
<li><a href="#links">Links</a></li>
|
||
|
<li id="music">
|
||
|
<img id="music-icon" src="" alt="">
|
||
|
<div id="music-expand">
|
||
|
<h1 id="music-title"></h1>
|
||
|
<h2 id="music-info"></h2>
|
||
|
<div id="music-progress"></div>
|
||
|
</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
<main>
|
||
|
<header id="home">
|
||
|
<div class="row">
|
||
|
<img src="/static/content/icon.webp">
|
||
|
<div class="column">
|
||
|
<h1>Alfie King</h1>
|
||
|
<h2 id="typing">server backend survivor</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
</header>
|
||
|
<section id="about">
|
||
|
|
||
|
</section>
|
||
|
<section id="projects">
|
||
|
|
||
|
</section>
|
||
|
<section id="links">
|
||
|
|
||
|
</section>
|
||
|
</main>
|
||
|
</body>
|
||
|
<script src="/static/js/typing.js"></script>
|
||
|
<script src="/static/js/music.js"></script>
|
||
|
</html>
|