53 lines
2 KiB
HTML
53 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Elnu's Homepage</title>
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="https://matomo.elnu.com/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '1']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1 class="title">Elnu's Homepage </h1>
|
|
<div id="main">
|
|
<div>
|
|
<p><b>Hello!</b> I'm Elnu. I enjoy programming, watching anime, studying Japanese, and drawing (though I suck at it).</p>
|
|
<p>I don't have anything noteworthy to put on this page at the moment, but please check out some of my projects on the right!</p>
|
|
<p>Feel free to contact me through Discord.</p>
|
|
<p>Have a nice day, and good luck!</p>
|
|
</div>
|
|
<div>
|
|
<a class="card" href="https://soundcloud.com/melodyfox">
|
|
<h3>melodyfox</h3>
|
|
<p>My SoundCloud. I post my music here.</p>
|
|
</a>
|
|
<a class="card" href="https://tegakituesday.com">
|
|
<h3>Tegaki Tuesday</h3>
|
|
<p>A weekly Japanese/English handwriting challenge.</p>
|
|
</a>
|
|
<small>More coming soon™! (* ̄▽ ̄)b</small>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="socials">
|
|
<a href="https://anilist.co/user/Elnu/" title="AniList" target="_blank"><img src="anilist.svg" alt="AniList"></a>
|
|
<a href="https://discord.com/users/441283734214279178" title="Discord" target="_blank"><img src="discord.svg" alt="Discord"></a>
|
|
<a href="https://github.com/ElnuDev" title="GitHub" target="_blank"><img src="github.svg" alt="GitHub"></a>
|
|
</div>
|
|
<footer>Copyright © 2022 Elnu's Homepage. All rights reserved.</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|