106 lines
4.3 KiB
HTML
106 lines
4.3 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:kiril@kovachev.xyz">
|
|
<img src="static/mail.ico" alt="Gmail logo" title="Send me an email" width="48" height="48"></img>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://library.kovachev.xyz">
|
|
<img src="static/calibre.png" alt="Calibre logo" title="Visit my library" 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 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>
|
|
<li>
|
|
<a href="https://lichess.org/@/kiril_kovachev">
|
|
<img class="whitebg" src="static/lichess.svg" alt="Lichess logo" title="Lichess profile" width="48" height="48">
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/ktkovachev">
|
|
<img class="invert" src="static/github.svg" alt="GitHub logo" title="GitHub 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>
|
|
|
|
<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>Personal targets</h2>
|
|
<p>There are a number of goals I'd like to eventually attain, some of which a good deal into the present.
|
|
Regardless, I've resolved to do the following:
|
|
</p>
|
|
<ul>
|
|
<li>Career: become a senior software developer</li>
|
|
<ul><li>Become skilled enough to make projects of my own on large scale that satisfy me</li>
|
|
<li>Make my own operating system</li>
|
|
</ul>
|
|
<li>Master the German language</li><ul><li>Pass the Goethe Institut C2 exam</li></ul>
|
|
<li>Master the Japanese language</li><ul><li>Pass <a href="kanken/">level 1</a></li><li>Pass Nihongo Kentei level 1</li></ul>
|
|
<li>Attain a high level of <a href="exercise/">calisthenics</a> profiency (qualified on the exercise page)</li>
|
|
<li>Make Wiktionary a worthy Bulgarian dictionary</li>
|
|
</ul>
|
|
|
|
</body>
|
|
|
|
</html>
|