2024-04-21 23:30:22 +00:00
<!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. -->
2024-04-22 00:13:29 +00:00
< h2 id = "links" > Links< / h2 >
2024-04-21 23:30:22 +00:00
< div id = "link_menu" >
< ul class = "links" >
< li >
2024-04-22 00:04:48 +00:00
< a href = "https://www.youtube.com/channel/UCFSEmpkBC4eJYcewb3N7GEw" >
2024-04-22 00:13:29 +00:00
< img src = "static/youtube.png" alt = "YouTube icon" title = "YouTube account" width = "48" height = "48" > < / img >
2024-04-21 23:30:22 +00:00
< / a >
< / li >
< li >
2024-04-22 21:14:40 +00:00
< a href = "mailto:kiril@kovachev.xyz" >
2024-04-22 00:13:29 +00:00
< img src = "static/mail.ico" alt = "Gmail logo" title = "Send me an email" width = "48" height = "48" > < / img >
2024-04-21 23:30:22 +00:00
< / a >
< / li >
< li >
2024-04-22 21:40:16 +00:00
< a href = "https://library.kovachev.xyz" >
2024-04-22 00:56:44 +00:00
< img src = "static/calibre.png" alt = "Calibre logo" title = "Visit my library" width = "48" height = "48" >
2024-04-21 23:30:22 +00:00
< / a >
< / li >
< li >
2024-04-22 00:04:48 +00:00
< a href = "https://en.wiktionary.org/wiki/User:Kiril_kovachev" >
2024-04-22 00:13:29 +00:00
< img src = "static/wiktionary.svg" alt = "Wiktionary logo" title = "Wiktionary account" width = "48" height = "48" > < / img >
2024-04-22 00:04:48 +00:00
< / a >
< / li >
< li >
< a href = "https://git.kovachev.xyz/kkovachev" >
2024-04-22 22:07:27 +00:00
< img src = "static/gitea.svg" alt = "GitHub logo" title = "Git" width = "48" height = "48" > < / img >
2024-04-21 23:30:22 +00:00
< / a >
2024-04-22 00:04:48 +00:00
2024-04-21 23:30:22 +00:00
< / li >
2024-04-22 00:30:11 +00:00
< 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 >
2024-04-22 21:53:51 +00:00
< 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 >
2024-04-22 22:07:27 +00:00
< 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 >
2024-04-22 21:53:51 +00:00
2024-04-21 23:30:22 +00:00
< / 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 >
2024-08-15 22:12:57 +00:00
< 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 >
2024-04-21 23:30:22 +00:00
< / body >
< / html >