kovachev.xyz/index.html
2024-04-22 00:30:11 +00:00

88 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Kovachev.xyz Main Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<h1>Main Page</h1>
</header>
<article>
<p>Welcome to the main page of my website.</p>
<p>Here you will find a variety of hobbies, projects, and resources
relating to those areas.</p>
<!-- The below are my external links to other platforms. -->
<h2 id="links">Links</h2>
<div id="link_menu">
<ul class="links">
<li>
<a href="https://www.youtube.com/channel/UCFSEmpkBC4eJYcewb3N7GEw">
<img src="static/youtube.png" alt="YouTube icon" title="YouTube account" width="48" height="48"></img>
</a>
</li>
<li>
<a href="mailto:ktkovachev@gmail.com">
<img src="static/mail.ico" alt="Gmail logo" title="Send me an email" width="48" height="48"></img>
</a>
</li>
<li>
<a href="library.kovachev.xyz">
<img src="static/calibre.png" alt="Calibre logo" title="Read books online" width="48" height="48">
</a>
</li>
<li>
<a href="https://en.wiktionary.org/wiki/User:Kiril_kovachev">
<img src="static/wiktionary.svg" alt="Wiktionary logo" title="Wiktionary account" width="48" height="48"></img>
</a>
</li>
<li>
<a href="https://git.kovachev.xyz/kkovachev">
<img class="invert" src="static/gitea.svg" alt="GitHub logo" title="Git" width="48" height="48"></img>
</a>
</li>
<li>
<a href="https://linkedin.com/in/kiril-kovachev-27b0a42b1">
<img src="static/linkedin.svg" alt="LinkedIn logo" title="LinkedIn profile" width="48" height="48">
</a>
</li>
</ul>
</div>
<h2>Biography</h2>
<p>I'm a student of computer science currently in his first year. My interests are especially compilers, operating systems, and servers, at least as far as concerns computing; my interests outside of computers include
<a href="/languages">languages</a>, <a href="/exercise">exercise</a>, and <a href="/reading">reading</a>.</p>
<p>Also, if you'd like, you can take a look at my <a href="/cv">CV</a>.</p>
<h2>Git</h2>
<div class="center">
<a href="https://git.kovachev.xyz">
<img src="static/gitea.svg" alt="Gitea logo" title="See my Git repositories" width="48" height="48"></img>
</a>
</div>
<p>You can access my Git repositories (personal projects etc.) at <a href=https://git.kovachev.xyz>git.kovachev.xyz</a>.</p>
<p>If you'd like to make an account and use the platform, please contact me! I can create an account for you (but for security I've disabled registration in general).</p>
<h2>Library</h2>
<p><a href=https://library.kovachev.xyz>Click here</a> to access the
calibre library. You can log in using the credentials:</p>
<span>Username: public</span><br>
<span>Password: public</span>
</article>
<h2>Email</h2>
<p>I'm hosting an email server and a web-facing client as well, if you'd like to access your emails through a free interface.</p>
<p>If you'd like to avail yourself, please see <a href="https://mail.kovachev.xyz">mail.kovachev.xyz</a>! (Note: not currently set up.)</p>
</body>
</html>