Updated website
authorLukas Krickl <lukas@krickl.dev>
Mon, 18 Sep 2023 15:45:39 +0000 (17:45 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 18 Sep 2023 15:45:39 +0000 (17:45 +0200)
src/index.html

index c5458deba3283cda4d13df39a84144e1b0b00885..967e3501b36210b8d00f9595704270ee0216d2c7 100644 (file)
@@ -4,23 +4,30 @@
 <head>
   <title>krickl.dev</title>
   <meta name="description" content="Lukas Krickl's personal page">
-  <meta name="keywords" content="C, programming, lua, security, git, linux">
+  <meta name="keywords" content="C, programming, lua, games, engine-dev, game-dev, indie, foss, open-source, git, linux">
   <meta name="author" content="Lukas Krickl">
   <meta charset="utf-8" />
 </head>
 
 <body>
   <h1>krickl.dev</h1>
+
+  <artivle>
+    Hey! My name is Lukas and I love programming.
+    Currently I am working on a free and open source rogue-like action bullet hell game.
+    I will post simple information about the game on here as it progresses!
+  </artivle>
+
   <h2>Links</h2>
   <ul>
     <li><a href="https://git.krickl.dev">git</a></li>
     <li><a href="https://github.com/unlink2">GitHub</a></li>
+    <li><a href="https://github.com/unlink2/minirogue">Game Code</a></li>
   </ul>
   <h2>Contact</h2>
   <ul>
     <li>email: <a href="mailto:lukas@krickl.dev">lukas@krickl.dev</a></li>
-    <li>mastodon: <a href="https://infosec.exchange/@unlink2">@unlink2@infosec.exchange </a></li>
-    <li>matrix: @unlink2:infosec.exchange</li>
+    <li>mastodon: <a href="https://mastodon.gamedev.place/@unlink2">@unlink2@mastodon.gamedev.place </a></li>
   </ul>
 </body>