77 lines
3.1 KiB
HTML
77 lines
3.1 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. -->
|
|
<div id="link_menu">
|
|
<ul class="links">
|
|
<li>
|
|
<a href="https://en.wiktionary.org/wiki/User:Kiril_kovachev">
|
|
<img src="https://en.wiktionary.org/static/favicon/wiktionary/en.ico" alt="Wiktionary logo" title="Wiktionary account"></img>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://git.kovachev.xyz/administrator">
|
|
<img class="invert" src="https://github.githubassets.com/favicons/favicon.svg" alt="GitHub logo" title="Git" width="48" height="48"></img>
|
|
</a>
|
|
|
|
</li>
|
|
<li>
|
|
<a href="https://www.youtube.com/channel/UCFSEmpkBC4eJYcewb3N7GEw">
|
|
<img src="https://www.youtube.com/s/desktop/0529f0d5/img/favicon_48x48.png" alt="YouTube icon" title="YouTube account" width="48" height="48"></img>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="mailto:ktkovachev@gmail.com">
|
|
<img src="https://ssl.gstatic.com/ui/v1/icons/mail/rfr/gmail.ico" alt="Gmail logo" title="Send me an email" width="48" height="48"></img>
|
|
</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>
|