Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.7 KiB

<!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 src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/moment.min.js"></script>
<script src="anilist.js"></script>
<script src="rss.js"></script>
<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>
<a class="card" href="https://blog.elnu.com">
<h3>Blog</h3>
<p>My Blog!</p>
</a>
<small>More coming soon™! (* ̄▽ ̄)b</small>
</div>
</div>
<h3 style="display: none">Recently watched anime from <a href="https://anilist.co/user/Elnu/">AniList</a></h3>
<div id="anime" class="activities" style="display: none">
Loading recent anime activity...
</div>
<h3 style="display: none">Recent posts from <a href="https://blog.elnu.com">blog</a></h3>
<div id="posts" class="activities" style="display: none">
Loading recent post activity...
</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://git.elnu.com/ElnuDev" title="Git" target="_blank"><img src="git.svg" alt="Git"></a>
</div>
<footer>Copyright &copy; 2022 Elnu's Homepage. All rights reserved.</footer>
</div>
</body>
</html>