Skip to content

Commit

Permalink
Updated my name to "Aeria"
Browse files Browse the repository at this point in the history
  • Loading branch information
AeriaVelocity committed Mar 27, 2024
1 parent 0f4c2e7 commit 8523169
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 75 deletions.
48 changes: 0 additions & 48 deletions content.md

This file was deleted.

51 changes: 32 additions & 19 deletions index-naked.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- HTML Meta Tags -->
<title>Arsalan "Velocity" Kazmi</title>
<title>Arsalan "Aeria" Kazmi</title>
<meta name="description" content="Game/Software Developer & Creative Author">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://that1m8head.github.io/">
<meta property="og:title" content="Arsalan 'Velocity' Kazmi">
<meta property="og:title" content="Arsalan 'Aeria' Kazmi">
<meta property="og:description" content="Game/Software Developer & Creative Author">
<meta property="og:image" content="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=300">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="that1m8head.github.io">
<meta property="twitter:url" content="https://that1m8head.github.io/">
<meta name="twitter:title" content="Arsalan 'Velocity' Kazmi">
<meta name="twitter:title" content="Arsalan 'Aeria' Kazmi">
<meta name="twitter:description" content="Game/Software Developer & Creative Author">
<meta name="twitter:image" content="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=300">

Expand All @@ -30,7 +30,7 @@
<header onclick="window.location.href = 'index.html';">
<img src="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=200" class="avatar"></img>
<div class="header-text">
<h1>Arsalan "Velocity" Kazmi</h1>
<h1>Arsalan "Aeria" Kazmi</h1>
<p>Software Developer/Creative Author</p>
</div>
</header>
Expand All @@ -41,9 +41,10 @@ <h2>Social and Contact Info</h2>
<ul>
<li>Personal email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>University email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>GitHub: <a href="https://github.com/that1m8head">Profile</a></li>
<li>Twitter: <a href="https://twitter.com/that1m8head">@that1m8head</a></li>
<li>YouTube: <a href="https://youtube.com/@that1m8head">Velocity</a></li>
<li>GitHub: <a href="https://github.com/That1M8Head">That1M8Head</a></li>
<li>Twitter: <a href="https://twitter.com/that1m8head">@That1M8Head</a></li>
<li>YouTube: <a href="https://youtube.com/@that1m8head">Aeria</a></li>
<li>Bluesky: <a href="https://bsky.app/profile/aerialvelocity.bsky.social">@aerialvelocity.bsky.social</a></li>
<li>Mastodon: <a rel="me" href="https://social.linux.pizza/@that1m8head">@[email protected]</a></li>
</ul>
</section>
Expand All @@ -52,35 +53,47 @@ <h2>Social and Contact Info</h2>
<main>
<section>
<h2>About me</h2>
<p>Hi, I'm Arsalan, or Velocity. I'm <span id="age">at least 20</span> years old and I'm a game/software developer and creative author for fun.</p>
<p>Hi, I'm Arsalan (real name), or Aeria (dev pseudonym). I'm <span id="age">at least 20</span> years old and I'm a game/software developer and creative author for fun.</p>
<p>I live in north west London, and I'm currently a student at the <a href="https://herts.ac.uk">University of Hertfordshire</a>.</p>
<p>I mainly write code in Python and Rust, but I'm also learning Haskell. Rust is my primary programming language, and Python is my secondary.</p>
<p>As for writing, I use whatever's most convenient at any given time, but it's usually a lightweight markup language like Markdown or a proper typesetting format like LaTeX.</p>
<p>I also enjoy writing short stories and character profiles.</p>
<p>For creative writing, I use whatever format is most convenient at any given time, but it's usually a lightweight markup language like Markdown or a proper typesetting format like LaTeX.</p>
<p>My text editors of choice include <a href="https://code.visualstudio.com">Visual Studio Code</a>, <a href="https://gnu.org/software/emacs/">GNU Emacs</a> and <a href="https://neovim.io/">Neovim</a>, but I'm also a text editor <em>fanatic</em>, so there's a lot of text editors I like messing around with.</p>
</section>

<section>
<h2>Projects</h2>
<h2>Game Projects</h2>
<ul>
<li><a href="https://sonic-lockandload.github.io/">Sonic: Lock & Load</a>, a Sonic the Hedgehog character-action first-person shooter DOOM mod and fan game, which uses the GZDoom source port. My passion project.</li>
<li><a href="https://that1m8head.github.io/sued/">sued</a>, a line editor inspired by the terseness of the standard text editor, <code>ed</code>, but more user-friendly, with a different command set. Source code available <a href="https://github.com/That1M8Head/sued">on GitHub</a>.</li>
<li><a href="https://github.com/That1M8Head/QVSED">QVSED</a>, or Qt-based Volatile Small Editor, a graphical editor built using the PyQt5 framework which is entirely stateless and doesn't store any file metadata.</li>
<li><a href="https://that1m8head.github.io/infriendly">Infriendly</a>, an online web platform for writing textual documents that intentionally does not have any "smart" features. Source code available <a href="https://github.com/That1M8Head/infriendly">on GitHub</a>.</li>
<li><a href="https://that1m8head.github.io/tlpl/">Take it and Like it Public License</a>, a non-legally binding, not-accepted-by-any-courts super permissive software licence for works that you don't care about. Basically an informal version of the MIT/X licence.</li>
<li><a href="https://sonic-lockandload.github.io/">Sonic: Lock & Load</a>, a Sonic the Hedgehog stylish action first-person shooter DOOM mod and fan game, which uses the GZDoom source port. My passion project. GPL-3.0.</li>
<li><a href="https://that1m8head.itch.io/green-hill-zone-simulator">Green Hill Zone Simulator</a>, an asset-flip-y high-momentum intentionally bad Sonic fan game built using the Godot Engine. Submitted as part of RAGE 2024, a game jam-type event by the Sonic Fan Games HQ people. GPL-3.0.</li>
<li><a href="https://github.com/That1M8Head/VariableWeapons">Variable Weapons</a>, a DOOM gameplay mod for GZDoom which modifies the weapons and adds some new mechanics. GPL-3.0.</li>
</ul>
</section>

<section>
<h2>Software Projects</h2>
<ul>
<li><a href="https://that1m8head.github.io/sued/">sued</a>, a line editor inspired by the terseness of the standard text editor, <code>ed</code>, but more user-friendly, with a different command set. Source code available <a href="https://github.com/That1M8Head/sued">on GitHub</a>. WTFPL.</li>
<li><a href="https://github.com/That1M8Head/QVSED">QVSED</a>, or Qt-based Versatile Stateless Editor, a graphical editor built using the PyQt5 framework which is entirely stateless and doesn't store any file metadata. GPL-3.0.</li>
<li><a href="https://that1m8head.github.io/infriendly">Infriendly</a>, an online web platform for writing textual documents that intentionally does not have any "smart" features. Source code available <a href="https://github.com/That1M8Head/infriendly">on GitHub</a>. Apache-2.0.</li>
<li>Probably more stuff. Check out my <a href="https://github.com/That1M8Head">GitHub page</a> to see if I come up with some other random stuff.</li>
</ul>
</section>

<section>
<h2>Writings</h2>
<p>Okay, well none of them are public. But let's just pretend for a second that I work really hard and that I have a lot of articles and essays here.</p>
<h2>Writing Projects</h2>
<ul>
<li><a href="https://that1m8head.github.io/tlpl/">Take it and Like it Public License</a>, a non-legally binding, not-accepted-by-any-courts super permissive software licence for works that you don't care about. Basically an informal version of the MIT/X licence. Licensed under itself.</li>
<li><a href="https://that1m8head.github.io/subjective_programming_introduction/">Subjective Programming Introduction</a>, a subjectively introductory guide to programming in Python and C. Currently unfinished. GFDL-1.3.</li>
<li><a href="https://github.com/That1M8Head/non-exemplary-notice">Non-Exemplary Notice</a>, a notice for FLOSS (Free, Libre and Open Source Software) licensed software. Public domain (CC0).</li>
</ul>
</section>
</main>

<footer>
<h2>End</h2>
<p>You are viewing the <em>CSS-free version of this site</em>. <a href="index.html">Go back to the pretty version.</a></p>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">This website</span> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/that1m8head">Arsalan "Velocity" Kazmi</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0.</a></p>
<p>You can view a <a href="index-naked.html">CSS-free version of this site</a> for accessibility reasons or otherwise, even though this website should be easy enough to read anyway.</p>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">This website</span> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/that1m8head">Arsalan "Aeria" Kazmi</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0.</a></p>
<p>
<img style="height:40px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1">
<img style="height:40px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1">
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- HTML Meta Tags -->
<title>Arsalan "Velocity" Kazmi</title>
<title>Arsalan "Aeria" Kazmi</title>
<meta name="description" content="Game/Software Developer & Creative Author">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://that1m8head.github.io/">
<meta property="og:title" content="Arsalan 'Velocity' Kazmi">
<meta property="og:title" content="Arsalan 'Aeria' Kazmi">
<meta property="og:description" content="Game/Software Developer & Creative Author">
<meta property="og:image" content="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=300">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="that1m8head.github.io">
<meta property="twitter:url" content="https://that1m8head.github.io/">
<meta name="twitter:title" content="Arsalan 'Velocity' Kazmi">
<meta name="twitter:title" content="Arsalan 'Aeria' Kazmi">
<meta name="twitter:description" content="Game/Software Developer & Creative Author">
<meta name="twitter:image" content="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=300">

Expand All @@ -31,7 +31,7 @@
<header onclick="window.location.href = 'index.html';">
<img src="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=200" class="avatar"></img>
<div class="header-text">
<h1>Arsalan "Velocity" Kazmi</h1>
<h1>Arsalan "Aeria" Kazmi</h1>
<p>Software Developer/Creative Author</p>
</div>
</header>
Expand All @@ -44,7 +44,7 @@ <h2>Social and Contact Info</h2>
<li>University email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>GitHub: <a href="https://github.com/That1M8Head">That1M8Head</a></li>
<li>Twitter: <a href="https://twitter.com/that1m8head">@That1M8Head</a></li>
<li>YouTube: <a href="https://youtube.com/@that1m8head">Velocity</a></li>
<li>YouTube: <a href="https://youtube.com/@that1m8head">Aeria</a></li>
<li>Bluesky: <a href="https://bsky.app/profile/aerialvelocity.bsky.social">@aerialvelocity.bsky.social</a></li>
<li>Mastodon: <a rel="me" href="https://social.linux.pizza/@that1m8head">@[email protected]</a></li>
</ul>
Expand All @@ -54,7 +54,7 @@ <h2>Social and Contact Info</h2>
<main>
<section>
<h2>About me</h2>
<p>Hi, I'm Arsalan, or Velocity. I'm <span id="age">at least 20</span> years old and I'm a game/software developer and creative author for fun.</p>
<p>Hi, I'm Arsalan (real name), or Aeria (dev pseudonym). I'm <span id="age">at least 20</span> years old and I'm a game/software developer and creative author for fun.</p>
<p>I live in north west London, and I'm currently a student at the <a href="https://herts.ac.uk">University of Hertfordshire</a>.</p>
<p>I mainly write code in Python and Rust, but I'm also learning Haskell. Rust is my primary programming language, and Python is my secondary.</p>
<p>I also enjoy writing short stories and character profiles.</p>
Expand All @@ -65,7 +65,7 @@ <h2>About me</h2>
<section>
<h2>Game Projects</h2>
<ul>
<li><a href="https://sonic-lockandload.github.io/">Sonic: Lock & Load</a>, a Sonic the Hedgehog character-action first-person shooter DOOM mod and fan game, which uses the GZDoom source port. My passion project. GPL-3.0.</li>
<li><a href="https://sonic-lockandload.github.io/">Sonic: Lock & Load</a>, a Sonic the Hedgehog stylish action first-person shooter DOOM mod and fan game, which uses the GZDoom source port. My passion project. GPL-3.0.</li>
<li><a href="https://that1m8head.itch.io/green-hill-zone-simulator">Green Hill Zone Simulator</a>, an asset-flip-y high-momentum intentionally bad Sonic fan game built using the Godot Engine. Submitted as part of RAGE 2024, a game jam-type event by the Sonic Fan Games HQ people. GPL-3.0.</li>
<li><a href="https://github.com/That1M8Head/VariableWeapons">Variable Weapons</a>, a DOOM gameplay mod for GZDoom which modifies the weapons and adds some new mechanics. GPL-3.0.</li>
</ul>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2>Writing Projects</h2>
<footer>
<h2>End</h2>
<p>You can view a <a href="index-naked.html">CSS-free version of this site</a> for accessibility reasons or otherwise, even though this website should be easy enough to read anyway.</p>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">This website</span> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/that1m8head">Arsalan "Velocity" Kazmi</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0.</a></p>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">This website</span> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/that1m8head">Arsalan "Aeria" Kazmi</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0.</a></p>
<p>
<img style="height:40px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1">
<img style="height:40px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1">
Expand Down

0 comments on commit 8523169

Please sign in to comment.