-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (116 loc) · 10.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- HTML Meta Tags -->
<title>Arsalan "Aeri" Kazmi</title>
<meta name="description" content="Game/Software Developer & Creative Author">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://aeriavelocity.github.io/">
<meta property="og:title" content="Arsalan 'Aeri' 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="aeriavelocity.github.io">
<meta property="twitter:url" content="https://aeriavelocity.github.io/">
<meta name="twitter:title" content="Arsalan 'Aeri' Kazmi">
<meta name="twitter:description" content="Game/Software Developer & Creative Author">
<meta name="twitter:image" content="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=300">
<!-- Meta Tags Generated via dnschecker.org-->
<link rel="shortcut icon" href="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4" type="image/png">
<link rel="stylesheet" href="style.css" type="text/css">
<script src="script.js"></script>
</head>
<body>
<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 "Aeri" Kazmi</h1>
<p>Software Developer/Creative Author</p>
</div>
</header>
<nav>
<section>
<h2>Social and Contact Info</h2>
<ul>
<li>Personal email: <a href="mailto:sonicspeed848@gmail.com">sonicspeed848@gmail.com</a></li>
<li>Professional email: <a href="mailto:arsalankazmi580@gmail.com">arsalankazmi580@gmail.com</a></li>
<li>Bluesky: <a href="https://bsky.app/profile/aeriavelocity.bsky.social">@aeriavelocity.bsky.social</a></li>
<li>GitHub: <a href="https://github.com/AeriaVelocity">AeriaVelocity</a></li>
<li>YouTube: <a href="https://youtube.com/@AeriaVelocity">AeriaVelocity</a></li>
</ul>
</section>
</nav>
<main>
<section>
<h2>About me</h2>
<p>Hi, I'm Arsalan, or Aeri. 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>, studying Software Engineering (Hons).</p>
<p>I typically write code in either Rust (for most things), Python (for quick prototyping and all that) or GDScript (for making games in <a href="https://godotengine.org">Godot Engine</a>)</p>
<p>My main computer is a HP Victus 16 gaming laptop, running <a href="https://fedoraproject.org">Fedora Linux 40</a>. It came with Windows 11, but I swapped it out with Linux Mint and then later Fedora, simply because I wasn't happy with the introduction of Microsoft Recall. (Yes I'm very aware it's only for "Copilot+" PCs, it's still crappy)</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>These days I usually use <a href="https://code.visualstudio.com">Visual Studio Code</a> for all my programming, scripting, markup-ing, typesetting or writing needs.</a></p>
</section>
<section>
<h2>Game Projects</h2>
<ul>
<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. In active development.</li>
<li><a href="https://aeriavelocity.itch.io/sonic-revelocity">Sonic Re;Velocity</a>, a 2D Sonic fan game with a focus on high-speed momentum-based platforming built using Godot Engine. GPL-3.0. In active development.</li>
<li><a href="https://github.com/AeriaVelocity/VariableWeapons">Variable Weapons</a>, a DOOM gameplay mod for GZDoom which modifies the weapons and adds some new mechanics. GPL-3.0. On hiatus for now.</li>
<li><a href="https://github.com/AeriaVelocity/DevilMayChainsaw">Devil May Chainsaw</a>, a DOOM gameplay mod which transforms it into a stylish action experience, focusing on chainsaw combat. GPL-3.0. On hiatus for now.</li>
</ul>
</section>
<section>
<h2>Software Projects</h2>
<ul>
<li><a href="https://aeriavelocity.github.io/sued/">sued</a>, a stateless vector-oriented command-based text editor written in Rust, with focus on speed, simplicity, ease of use and staying the hell out of your way. Source code available <a href="https://github.com/aeriavelocity/sued">on GitHub</a>. GPL-3.0. In active development.</li>
<li><a href="https://github.com/AeriaVelocity/clarice">Clarice</a>, a natural-language-syntax functional/declarative programming language written in Rust, inspired by Python and Haskell, using English words to replace symbols. LGPL-3.0. In active development, but is currently not production-ready.</li>
<li><a href="https://github.com/AeriaVelocity/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. Considered dormant, development is on indefinite hold, because sued is cooler.</li>
<li>Whatever projects are on my <a href="https://github.com/AeriaVelocity?tab=repositories">GitHub page</a> that I haven't touched in ages.</li>
</ul>
</section>
<section>
<h2>Writing Projects</h2>
<ul>
<li><a href="https://aeriavelocity.github.io/tlpl/">Take it and Like it Public Licence</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. Considered "finished".</li>
<li><a href="https://aeriavelocity.github.io/subjective_programming_introduction/">Subjective Programming Introduction</a>, a subjectively introductory guide to programming in Python and C. Currently unfinished and dormant. GFDL-1.3.</li>
</ul>
</section>
<section>
<h2>Planned Projects</h2>
<h3>Game</h3>
<ul>
<li><a href="https://github.com/AeriaVelocity/Swordlink">Swordlink: Glitchfall Chronicles</a>, a 2D stylish action hack-and-slash and puzzle game built using Godot Engine. Not presently in development, though an early demo exists.</li>
<li>Persona ε (epsilon), a Persona fan game intended to be a "mirror" of Persona 3, with inspirations taken from the overall franchise, starring a female protagonist. Conceptual, with ideas.</li>
<li>Embers of Continuum, a hack-and-slash/turn-based RPG hybrid inspired in part by the Persona/SMT games and the Devil May Cry series. Conceptual, with ideas thrown about sometimes, but most of them are internal.</li>
<li>Seraph's Rapture, a 3D stylish action hack-and-slash game with a fantastical story set between the celestial, human and infernal realms, with heavy inspirations taken from the Devil May Cry and Neptunia games. Conceptual, with notes and lore snippets planned and written here and there.</li>
</ul>
<h3>Software</h3>
<ul>
<li>Rexsh, a cross-platform hyper-extensible command-line shell environment written in Racket, heavily inspired by the Emacs family of text editors. Conceptual, serves as the idea for my UH Final Year Project.</li>
</ul>
<p>There are no planned writing projects.</p>
</section>
</main>
<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/aeriavelocity">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">
<img style="height:40px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1">
<img style="height:40px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1">
</p>
<p>Put simply:</p>
<ul>
<li><strong>CC</strong> - This is a Creative Commons licence.</li>
<li><strong>BY</strong> - Attribution; you have to give me credit if you share or adapt this website.</li>
<li><strong>NC</strong> - Non-commercial; you can't sell your adaptations.</li>
<li><strong>SA</strong> - Share-alike; when adapting, you can't swap out the licence.</li>
<li><strong>4.0</strong> - This is the fourth version of the CC BY-NC-SA licence.</li>
</ul>
</footer>
</body>
</html>