cabin

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

commit 4b6d4ac62794a877648b5c7503412672a57f8817
parent 0315a283c902d7465a88c399565ec356c7413c77
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Wed, 14 Sep 2022 21:20:36 +0200

Add more project to highlights

Diffstat:
Mindex.html | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html @@ -17,19 +17,21 @@ <label for="theme_switch" class="switch_label"></label> <h1>Dimitrije Dobrota</h1> <h4>Freshman of Electrical and Computer Engineering and Linux enthusiast</h4> -<h2>On this webpage…</h2> -<h3>Articles</h3> +<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> -<h3>Highlighed projects</h3> +<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> -<li><a href="https://git.dimitrijedobrota.com/GameOfLife/log.html">Game of Life</a>: Implementation of Conway's Game of Life for terminal written in C</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> -<h3>Contact</h3> +<h2>Contact</h2> <p>For any questions feel free to <a href="mailto:mail@dimitrijedobrota.com">email me</a></p> </div> </main>