-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made the page more semantic and added a footer and license
The website is now CC BY-NC-SA licensed.
- Loading branch information
1 parent
e66829e
commit 6a17297
Showing
4 changed files
with
260 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,31 +26,49 @@ | |
<script src="script.js"></script> | ||
</head> | ||
<body> | ||
<div class="header" onclick="window.location.href = 'index.html';"> | ||
<header onclick="window.location.href = 'index.html';"> | ||
<img src="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=200" class="avatar"></img> | ||
<div class="header-text"> | ||
<h1>Velocity</h1> | ||
<h2>Arsalan Kazmi</h2> | ||
</div> | ||
</div> | ||
<div class="box" id="socials"> | ||
</header> | ||
|
||
<nav 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 & 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> | ||
</nav> | ||
|
||
<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 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 & Load</a> is currently my main project, and what I work on in most of my time.</p> | ||
</section> | ||
|
||
<section> | ||
<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> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<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> | ||
<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> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,31 +27,49 @@ | |
<script src="script.js"></script> | ||
</head> | ||
<body> | ||
<div class="header" onclick="window.location.href = 'index.html';"> | ||
<header onclick="window.location.href = 'index.html';"> | ||
<img src="http://gravatar.com/avatar/f04c2d1fe01f14d1b499227a9e04fff4?s=200" class="avatar"></img> | ||
<div class="header-text"> | ||
<h1>Velocity</h1> | ||
<h2>Arsalan Kazmi</h2> | ||
</div> | ||
</div> | ||
<div class="box" id="socials"> | ||
</header> | ||
|
||
<nav 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 & 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> | ||
</nav> | ||
|
||
<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 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 & Load</a> is currently my main project, and what I work on in most of my time.</p> | ||
</section> | ||
|
||
<section> | ||
<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> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<p>You can view a <a href="index-naked.html">CSS-free version of this site</a> for accessibility reasons or otherwise.</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> | ||
<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> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.