summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html33
1 files changed, 17 insertions, 16 deletions
diff --git a/index.html b/index.html
index 8d1b50e..5244aa3 100644
--- a/index.html
+++ b/index.html
@@ -3,24 +3,24 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="aki">
-<meta name="tags" content="homepage, programming">
-<link rel="icon" type="image/png" href="cylo.png">
+<meta name="tags" content="homepage, software engineering, hardware engineering">
+<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Ignore</title>
-<header>
-<h1><img src="cylo.png" alt="Ignore"></h1>
-</header>
+<h1 style="display: none;">Ignore</h1>
-<nav>
-<h2>Index</h2>
-<ul>
- <li><a href="#blog">Blog</a>
- <li><a href="https://git.ignore.pl">Public Git Repositories</a>
- <li><a href="graveyard_of_the_drawings.html">Graveyard of the Drawings</a>
- <li><a href="faq.html">Frequently Asked Questions</a>
-</ul>
+<section id="about">
+<img id="profile-picture" src="profile.png">
+<p id="introduction">Welcome to my website! Over the Internet I usually go by <em>Aki</em>. I'm interested in creative
+work, primarily focused on software and hardware engineering. I post here my projects, experiments, and whatever else.
+</section>
+
+<hr>
+
+<section id="projects">
+<h2>Projects</h2>
<ul>
<li><a href="https://derelict.ignore.pl">Derelict</a> —
3D visualizations of after the battle wreckage fields for EVE Online
@@ -30,10 +30,11 @@
<li><a href="https://ignore.pl/starshatter/">Starshatter: The Open Source Project</a> —
A military space combat simulator set in distant future based on original Starshatter game
</ul>
-</nav>
+<p>See more: <a href="https://git.ignore.pl">Public Git Repositories</a>
+</section>
-<section id="blog">
-<h2>Blog</h2>
+<section id="posts">
+<h2>Posts</h2>
<ul>
<li> <a href="lets_not_store_versions_in_versioned_files.html">Let's Not Store Versions in Versioned Files</a><br>
<time>2022-07-02</time>