cabin

Source code for personal website
git clone git://git.dimitrijedobrota.com/cabin.git
Log | Files | Refs

index.html (2655B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 	<head>
      4 		<title>Dimitrije Dobrota's Cabin</title>
      5 		<meta charset="UTF-8" />
      6 		<meta name="viewport" content="width=device-width,initial-scale=1"/>
      7 		<meta name="description" content="Dimitrije Dobrota's personal site. You can find my daily findings in a form of articles on my blog as well as various programming projects." />
      8 		<link rel="stylesheet" type="text/css" href="/css/index.css?v=1.0.0" />
      9 		<link rel="stylesheet" type="text/css" href="/css/colors.css?v=1.0.0" />
     10 		<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
     11 		<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
     12 	</head>
     13 	<body>
     14 		<input type="checkbox" id="theme_switch" class="theme_switch">
     15 		<main>
     16 			<div class="content">
     17 				<label for="theme_switch" class="switch_label"></label>
     18 				<h1>Dimitrije Dobrota</h1>
     19 				<h4>21-year old junior of Computer Engineering and Information Theory interested in linux and CS</h4>
     20 				<h2>Articles</h2>
     21 				<p>I try to document my daily findings and the things I find interesting in my <a href="./blog/">blog</a></p>
     22 				<p>You can subscribe to my <a href="https://dimitrijedobrota.com/blog/rss.xml">RSS feed</a> or <a href="https://dimitrijedobrota.com/blog/index.atom">Atom feed</a> for updates</p>
     23 				<h2>Highlighted projects</h2>
     24 					<li><a href="https://git.dimitrijedobrota.com/alec/log.html">Alec</a>: Abstraction Layer for Escape Sequences for C++</li>
     25 					<li><a href="https://git.dimitrijedobrota.com/cabin/log.html">Cabin</a>: Source code for this website</li>
     26 					<li><a href="https://git.dimitrijedobrota.com/dotfiles/log.html">Dotfiles</a>: Dotfiles with my latest configuration files and scripts</li>
     27 					<li><a href="https://git.dimitrijedobrota.com/gol/log.html">Game of Life</a>: Implementation of Conway's Game of Life for terminal written in C</li>
     28 					<li><a href="https://git.dimitrijedobrota.com/leetcode/log.html">Leetcode</a>: Solution to 1000+ leetcode probems in C++</li>
     29 					<li><a href="https://git.dimitrijedobrota.com/stamen/log.html">Stamen</a>: Static menu generator for C and C++</li>
     30 					<li><a href="https://git.dimitrijedobrota.com/stellar/log.html">Chess Engine</a>: 2100+ rated bitboard chess engine written in C++</li>
     31 				<ul>
     32 				</ul>
     33 				<p>All of my projects can be found in my <a href="https://git.dimitrijedobrota.com">repos</a> or on <a href="https://github.com/DimitrijeDobrota">Github</a></p>
     34 				<h2>Contact</h2>
     35 				<p>For any questions feel free to <a href="mailto:mail@dimitrijedobrota.com">email me</a></p>
     36 			</div>
     37 		</main>
     38 		<script src="/scripts/main.js"></script>
     39 	</body>
     40 </html>