-
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.
General website improvements to enhance the user experience
- Loading branch information
Showing
9 changed files
with
54 additions
and
164 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
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
Binary file not shown.
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 |
---|---|---|
|
@@ -12,15 +12,19 @@ | |
<meta property="twitter:url" content="https://htv04.com/" /> | ||
<meta property="twitter:image" content="https://htv04.com/images/banner.png" /> | ||
<meta name="author" content="HTV04" /> | ||
<meta name="dcterms.date" content="May 20, 2024" /> | ||
<meta name="description" content="Fire in the hole!" /> | ||
<meta property="og:description" content="Fire in the hole!" /> | ||
<meta property="twitter:description" content="Fire in the hole!" /> | ||
<meta name="dcterms.date" content="June 5, 2024" /> | ||
<title>HTV04's Website</title> | ||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<!-- TODO --> | ||
<style> | ||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&display=swap'); | ||
/* open-sans-500 - latin */ | ||
@font-face { | ||
font-display: swap; | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: url('fonts/open-sans-v40-latin-500.woff2') format('woff2'); | ||
} | ||
body { | ||
background-color: mediumslateblue; | ||
font-family: "Open Sans", sans-serif; | ||
|
@@ -62,8 +66,7 @@ | |
<nav> | ||
<span style="background-color:slateblue;padding:5px"> | ||
HTV04's Website | | ||
<a href="/">Home</a> | | ||
<a href="/projects.html">Projects</a> | ||
<a href="/">Home</a> | ||
</span> | ||
</nav> | ||
</span> | ||
|
@@ -74,19 +77,18 @@ <h1 class="title"><span style="background-color:slateblue;padding:5px">HTV04's W | |
</header> | ||
</span> | ||
<article> | ||
<h2 id="welcome.">Welcome.</h2> | ||
<p>Things are a little WIP around these parts, but everything great starts off somewhere, right?</p> | ||
<h2 id="me.">Me.</h2> | ||
<p>My name is Harrison. I'm currently 20 years old, and I live in the United States. I have many hobbies, but my favorite by far is software development. Why? Honestly, I'm not too sure. I just really like working on software. The best way I can describe it is that it's like solving a complicated puzzle, but the result is something way more rewarding than a picture.</p> | ||
<p>I also have a knack for reverse engineering and "hacking." I'm not a l33t haxx0r or anything, but I do have an interest in checking out the internals of some of my favorite projects or hardware, and incorporating my own stuff into them.</p> | ||
<p>Finally, I'm a huge Linux and OSS enthusiast. Wherever I can, I run Linux (i use arch linux btw). I also make sure all the software I develop can run on Linux, and occasionally help port software over to Linux. I'm actually in a Linux user group at my university. My goal in that group is to help people learn more about Linux and consider using it as their main OS.</p> | ||
<p>...In other words, I'm a huge nerd. LOL</p> | ||
<h2 id="socials.">Socials.</h2> | ||
<p><a href="https://twitter.com/HTV04_">X</a> | <a rel="me" href="https://mastodon.gamedev.place/@HTV04">Mastodon</a> | <a href="https://www.youtube.com/channel/UCF1lnrLYXDYWOc4y3W8-lPg">YouTube</a></p> | ||
<p>Anything not listed here... Might be me, but also might not be me. Be cautious, and don't hesitate to ask.</p> | ||
<p>You can also reach out to me at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<h2 id="the-end.">The End.</h2> | ||
<p>The end.</p> | ||
<h2 id="me">Me</h2> | ||
<p>My name is Harrison. I am currently 20 years old and reside in the United States. Among my various hobbies, my foremost passion is software development. I liken it to solving a complex puzzle, where the outcome is far more gratifying than a picture.</p> | ||
<p>I also possess a talent for reverse engineering and ethical hacking. I am particularly interested in exploring the inner workings of some of my favorite projects or hardware and incorporating my own modifications. This has also enabled me to write more efficient code in my own projects, as it deepens my understanding of system architecture and performance optimization.</p> | ||
<p>Additionally, I am an avid Linux and open-source software enthusiast. I ensure that nearly all the software I develop is compatible with Linux and occasionally assist in porting software to the platform. I strive to open-source all my personal projects to aid other developers in learning from my work and to maintain transparency in my programs' functions.</p> | ||
<p>At my university, I am deeply involved in several technology-focused clubs and organizations. My experience in these organizations has been an excellent opportunity to sharpen my skills and collaborate with like-minded peers.</p> | ||
<h2 id="projects">Projects</h2> | ||
<p><a href="https://github.com/HTV04/funkin-rewritten">Friday Night Funkin' Rewritten</a>: Optimized rewrite of Friday Night Funkin' built on LÖVE. Runs on the Nintendo Switch (via homebrew).</p> | ||
<p><a href="https://github.com/HTV04/wiilove">WiiLÖVE</a>: A proof-of-concept Lua-based game engine for the Wii, based on the API of <a href="https://love2d.org/">LÖVE</a>.</p> | ||
<p><a href="https://github.com/HTV04/htv04.github.io">htv04.github.io</a>: This website!</p> | ||
<p>I have worked on other projects too, but I am only posting the most notable ones here. Check out my <a href="https://github.com/HTV04">GitHub</a> for more.</p> | ||
<h2 id="socials">Socials</h2> | ||
<p>My main socials are on <a href="https://x.com/HTV04_">X</a> and <a rel="me" href="https://mastodon.gamedev.place/@HTV04">Mastodon</a>. You can also reach out to me at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</article> | ||
<hr> | ||
<img src="/favicon.ico" title="HTV04's Website" alt="HTV04's Website"> | ||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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 |
---|---|---|
@@ -1,28 +1,26 @@ | ||
--- | ||
title: HTV04's Website | ||
author-meta: HTV04 | ||
date-meta: May 20, 2024 | ||
description-meta: Fire in the hole! | ||
date-meta: June 5, 2024 | ||
--- | ||
|
||
## Welcome. | ||
Things are a little WIP around these parts, but everything great starts off somewhere, right? | ||
## Me | ||
My name is Harrison. I am currently 20 years old and reside in the United States. Among my various hobbies, my foremost passion is software development. I liken it to solving a complex puzzle, where the outcome is far more gratifying than a picture. | ||
|
||
## Me. | ||
My name is Harrison. I'm currently 20 years old, and I live in the United States. I have many hobbies, but my favorite by far is software development. Why? Honestly, I'm not too sure. I just really like working on software. The best way I can describe it is that it's like solving a complicated puzzle, but the result is something way more rewarding than a picture. | ||
I also possess a talent for reverse engineering and ethical hacking. I am particularly interested in exploring the inner workings of some of my favorite projects or hardware and incorporating my own modifications. This has also enabled me to write more efficient code in my own projects, as it deepens my understanding of system architecture and performance optimization. | ||
|
||
I also have a knack for reverse engineering and "hacking." I'm not a l33t haxx0r or anything, but I do have an interest in checking out the internals of some of my favorite projects or hardware, and incorporating my own stuff into them. | ||
Additionally, I am an avid Linux and open-source software enthusiast. I ensure that nearly all the software I develop is compatible with Linux and occasionally assist in porting software to the platform. I strive to open-source all my personal projects to aid other developers in learning from my work and to maintain transparency in my programs' functions. | ||
|
||
Finally, I'm a huge Linux and OSS enthusiast. Wherever I can, I run Linux (i use arch linux btw). I also make sure all the software I develop can run on Linux, and occasionally help port software over to Linux. I'm actually in a Linux user group at my university. My goal in that group is to help people learn more about Linux and consider using it as their main OS. | ||
At my university, I am deeply involved in several technology-focused clubs and organizations. My experience in these organizations has been an excellent opportunity to sharpen my skills and collaborate with like-minded peers. | ||
|
||
...In other words, I'm a huge nerd. LOL | ||
## Projects | ||
[Friday Night Funkin' Rewritten](https://github.com/HTV04/funkin-rewritten): Optimized rewrite of Friday Night Funkin' built on LÖVE. Runs on the Nintendo Switch (via homebrew). | ||
|
||
## Socials. | ||
[X](https://twitter.com/HTV04_) | <a rel="me" href="https://mastodon.gamedev.place/@HTV04">Mastodon</a> | [YouTube](https://www.youtube.com/channel/UCF1lnrLYXDYWOc4y3W8-lPg) | ||
[WiiLÖVE](https://github.com/HTV04/wiilove): A proof-of-concept Lua-based game engine for the Wii, based on the API of [LÖVE](https://love2d.org/). | ||
|
||
Anything not listed here... Might be me, but also might not be me. Be cautious, and don't hesitate to ask. | ||
[htv04.github.io](https://github.com/HTV04/htv04.github.io): This website! | ||
|
||
You can also reach out to me at [[email protected]](mailto:contact@htv04.com). | ||
I have worked on other projects too, but I am only posting the most notable ones here. Check out my [GitHub](https://github.com/HTV04) for more. | ||
|
||
## The End. | ||
The end. | ||
## Socials | ||
My main socials are on [X](https://x.com/HTV04_) and <a rel="me" href="https://mastodon.gamedev.place/@HTV04">Mastodon</a>. You can also reach out to me at [[email protected]](mailto:[email protected]). |
This file was deleted.
Oops, something went wrong.
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