lanye74.github.io/index.html

56 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<title>LayneTheEpic's Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A collection of random projects that you might find useful or interesting.">
<link rel="stylesheet" href="shared/shared.css">
<link rel="stylesheet" href="root/style.css">
<!-- <link rel="stylesheet" href="root/animation.css"> -->
<!-- <link rel="stylesheet" href="root/tile.css"> -->
<!-- <script defer src="../../shared/shared.js"></script> -->
<!-- <script defer src="root/main.js"></script> -->
</head>
<body>
<!--
<h1 id="logo">LayneTheEpic's Website</h1>
<divider id="logo-divider"><arrow></arrow></divider>
<text-container>
<p>Hello, and welcome to my website!</p>
<p>It's currently <span class="construction">under construction</span>, but more and more will be added over time.</p>
<p>Here you can find most of my projects, <span class="fun">have fun!</p><br />
<p class="sign">- Layne</p>
</text-container>
<h2 id="projects">Projects</h2>
<divider id="projects-divider"></divider>
<tile-container id="tiles">
<tile id="shady">
<img-container>
<img alt="Shady Logo" src="assets/shady/shady256.png">
</img-container>
<hover-text>Click to go</hover-text>
<name>Shady</name>
</tile>
</tile-container>
<skipper>Click to skip</skipper> -->
<!-- todo: use tab-index to implement keyboard navigation in a resonable way -->
<h1>Website in progress :)</h1>
<h1 class="glow">Website in progress :)</h1>
</body>
</html>