Skip to content

Commit

Permalink
Updated "naked" version of website
Browse files Browse the repository at this point in the history
  • Loading branch information
AeriaVelocity committed Sep 27, 2023
1 parent a8182c8 commit e66829e
Showing 1 changed file with 43 additions and 26 deletions.
69 changes: 43 additions & 26 deletions index-naked.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,56 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Arsalan Kazmi</title>
<meta name="description" content="Arsalan Kazmi's personal website" />
<meta name="author" content="Arsalan Kazmi" />

<!-- HTML Meta Tags -->
<title>Velocity</title>
<meta name="description" content="Hi, I'm Velocity. I like doing stupid things with/to computers.">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://that1m8head.github.io/">
<meta property="og:title" content="Velocity">
<meta property="og:description" content="Hi, I'm Velocity. I like doing stupid things with/to computers.">
<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="Velocity">
<meta name="twitter:description" content="Hi, I'm Velocity. I like doing stupid things with/to computers.">
<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">
<script src="script.js"></script>
</head>
<body>
<div class="header" onclick="window.location.href = 'index.html';">
<img src="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=125" class="avatar"></img>
<img src="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=200" class="avatar"></img>
<div class="header-text">
<h1>Arsalan Kazmi</h1>
<h2>Velocity</h2>
<h1>Velocity</h1>
<h2>Arsalan Kazmi</h2>
</div>
</div>
<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 technically a software developer, but I prefer to call myself a professional computer breaker.</p>
<p>My username for the most part is That1M8Head, and I use my old one, SpeedStriker243, if it can't be changed.</p>
<p>You can find me on <a href="https://github.com/that1m8head">GitHub</a>, <a href="https://twitter.com/that1m8head">Twitter</a>, <a href="https://youtube.com/@that1m8head">YouTube</a> and <a rel="me" href="https://social.linux.pizza/@that1m8head">Mastodon</a>.</p>
<p>I'm British (specifically, I'm a Londoner), and I'm currently a student at the <a href="https://herts.ac.uk">University of Hertfordshire</a>.</p>
<p>I like spending my time writing code, messing around with computers, playing games, making random edits, watching YouTube videos and sleeping.</p>
<p><a href="https://sonic-lockandload.github.io">Sonic: Lock &amp; Load</a> is currently my main project, and what I work on in most of my time.</p>
<h2>Projects</h2>
<ul>
<li><a href="https://sonic-lockandload.github.io/">Sonic: Lock & Load</a>, a Sonic the Hedgehog first-person shooter DOOM mod and fan game, which uses the GZDoom source port. My passion project.</li>
<li><a href="https://github.com/That1M8Head/that1m8head.github.io">This website.</a></li>
<li><a href="https://that1m8head.github.io/sued/">sued</a>, a line editor similar to the standard editor, <code>ed</code>, but significantly worse and slightly more user-friendly. Includes basic editing functionality, with writing, line replacing and line deleting, as well as the ability to run programs.</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/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>
</ul>
<h2>More stuff</h2>
<ul>
<li><a href="articles/stuff-i-use.html">Software and hardware that I use</a></li>
<li><a href="articles/web-design-philosophy.html">My web design philosophy</a></li>
</ul>
<div class="box" id="socials">
<p><a href="mailto:[email protected]">Email</a><a href="https://github.com/that1m8head">GitHub</a><a href="https://twitter.com/that1m8head">Twitter</a><a href="https://youtube.com/@that1m8head">YouTube</a><a rel="me" href="https://social.linux.pizza/@that1m8head">Mastodon</a></p>
</div>
<div class="box">
<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 technically a software developer, but I prefer to call myself a professional computer breaker.</p>
<p>My username for the most part is That1M8Head, and I use my old one, SpeedStriker243, if it can't be changed.</p>
<p>I'm British (specifically, I'm a Londoner), and I'm currently a student at the <a href="https://herts.ac.uk">University of Hertfordshire</a>.</p>
<p>I like spending my time writing code, messing around with computers, playing games, making random edits, watching YouTube videos and sleeping.</p>
<p><a href="https://sonic-lockandload.github.io">Sonic: Lock &amp; Load</a> is currently my main project, and what I work on in most of my time.</p>
<h2>Projects</h2>
<ul>
<li><a href="https://sonic-lockandload.github.io/">Sonic: Lock & Load</a>, a Sonic the Hedgehog first-person shooter DOOM mod and fan game, which uses the GZDoom source port. My passion project.</li>
<li><a href="https://github.com/That1M8Head/that1m8head.github.io">This website.</a></li>
<li><a href="https://that1m8head.github.io/sued/">sued</a>, a line editor similar to the standard editor, <code>ed</code>, but significantly worse and slightly more user-friendly. Includes basic editing functionality, with writing, line replacing and line deleting, as well as the ability to run programs.</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/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>
</ul>
</div>
</body>
</html>

0 comments on commit e66829e

Please sign in to comment.