cabin

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

commitc3922d1324f670bd9888acbf7cecf38e6f8e508b
parent4b6d4ac62794a877648b5c7503412672a57f8817
authorDimitrije Dobrota <mail@dimitrijedobrota.com>
dateMon, 10 Jul 2023 08:13:16 +0200

General update

Diffstat:
Mindex.html|++++++++++++++++++++++++++++++++++++-------------------------------------

1 files changed, 36 insertions(+), 37 deletions(-)


diff --git a/index.html b/index.html

@@ -1,40 +1,39 @@

<!DOCTYPE html>
<html lang="en">
<head>
<title>Dimitrije Dobrota's Cabin</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<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." />
<link rel="stylesheet" type="text/css" href="/css/index.css" />
<link rel="stylesheet" type="text/css" href="/css/colors.css" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
</head>
<body>
<input type="checkbox" id="theme_switch" class="theme_switch">
<main>
<div class="content">
<label for="theme_switch" class="switch_label"></label>
<h1>Dimitrije Dobrota</h1>
<h4>Freshman of Electrical and Computer Engineering and Linux enthusiast</h4>
<h2>Articles</h2>
<p>I try to document my daily findings and the things I find interesting in my <a href="./blog/">blog</a></p>
<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>
<h2>Highlighted projects</h2>
<ul>
<li><a href="https://git.dimitrijedobrota.com/cii/log.html">C Interfaces and Implementations</a>: C Interfaces and Implementations inspired by the book by David Hanson</li>
<li><a href="https://git.dimitrijedobrota.com/cabin/log.html">Cabin</a>: Source code for this website</li>
<li><a href="https://git.dimitrijedobrota.com/chess/log.html">Chess Trainer</a>: Terminal based Chess trainer using Anki</li>
<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>
<li><a href="https://git.dimitrijedobrota.com/pane/log.html">Pane</a>: Termbox2 based terminal UI library</li>
<li><a href="https://git.dimitrijedobrota.com/stagit/log.html">Stagit</a>: Static git page generator</li>
<li><a href="https://git.dimitrijedobrota.com/stamd/log.html">Stamd</a>: Static markdown page generator</li>
</ul>
<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>
<h2>Contact</h2>
<p>For any questions feel free to <a href="mailto:mail@dimitrijedobrota.com">email me</a></p>
</div>
</main>
<script src="/scripts/main.js"></script>
</body>
<head>
<title>Dimitrije Dobrota's Cabin</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<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." />
<link rel="stylesheet" type="text/css" href="/css/index.css?v=1.0.0" />
<link rel="stylesheet" type="text/css" href="/css/colors.css?v=1.0.0" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
</head>
<body>
<input type="checkbox" id="theme_switch" class="theme_switch">
<main>
<div class="content">
<label for="theme_switch" class="switch_label"></label>
<h1>Dimitrije Dobrota</h1>
<h4>21-year old junior of Computer Engineering and Information Theory interested in linux and CS</h4>
<h2>Articles</h2>
<p>I try to document my daily findings and the things I find interesting in my <a href="./blog/">blog</a></p>
<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>
<h2>Highlighted projects</h2>
<li><a href="https://git.dimitrijedobrota.com/cabin/log.html">Cabin</a>: Source code for this website</li>
<li><a href="https://git.dimitrijedobrota.com/chess/log.html">Chess Trainer</a>: Terminal based Chess trainer using Anki</li>
<li><a href="https://git.dimitrijedobrota.com/engine/log.html">Chess Engine</a>: Bitboard engine written in C</li>
<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>
<li><a href="https://git.dimitrijedobrota.com/pane/log.html">Pane</a>: Termbox2 based terminal UI library</li>
<li><a href="https://git.dimitrijedobrota.com/stamd/log.html">Stamd</a>: Static markdown page generator</li>
<ul>
</ul>
<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>
<h2>Contact</h2>
<p>For any questions feel free to <a href="mailto:mail@dimitrijedobrota.com">email me</a></p>
</div>
</main>
<script src="/scripts/main.js"></script>
</body>
</html>