diff options
Diffstat (limited to 'then/index.php')
-rw-r--r-- | then/index.php | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/then/index.php b/then/index.php new file mode 100644 index 0000000..94e231d --- /dev/null +++ b/then/index.php @@ -0,0 +1,60 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> + <meta name="referrer" content="no-referrer"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <title> + Past entries of my now page + </title> + <meta name="generator" content="soupault"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <link rel="stylesheet" href="/assets/css/style.css"> + </head> + <body> + <div class="container"> + <header> + <h1> + Past entries of my now page + </h1> + <div id="nav-menu"> + <nav> + 😎 + <a href="/">Home</a> + 🤔 + <a href="/now/">Now page</a> + ✍️ + <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a> + 🖥️ + <a href="/setup/">Setup</a> + 📚 + <a href="/books/">Books</a> + 📞 + <a href="/contact/">Contact</a> + ☎️ + <a href="/webring/">Webring</a> + </nav> + </div> + </header> + <main> + <p> + <date> + 2024-05-20 + </date> + </p> + <p> + I am currently doing my internship in web development and software development. Honestly if it wasn't for my internship then I wouldn't have enjoyed making this site or writing my blogs. + </p> + <p> + I am also currently working on some small games to add to my <a href="https://demonkingswarn.is-a.dev">portfolio</a>. I have also started writing blogs, you can find them <a href="https://demonkingswarn.is-a.dev/blog">here</a>, and I am really glad I did because it's fun to share my thoughts on the things which interests me. + </p> + <p> + I would like to do my bachelor's thesis on cryptography or game engine design as these are the things in which I am genuinely interested. + </p> + </main> + </div> + </body> +</html> |