mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-17 04:15:22 -04:00
81 lines
4.8 KiB
HTML
81 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="description" content="Hamza Nasher-Alneam's developer profile website!">
|
|
<meta name="theme-color" content="#f69b46">
|
|
<link rel="shortcut icon" type="image/x-icon" href="icons/phil.png">
|
|
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="styles/home.css">
|
|
<link rel="stylesheet" href="styles/styles.css">
|
|
<link rel="stylesheet" href="styles/guestbook.css">
|
|
<title>Hamza Nasher-Alneam</title>
|
|
</head>
|
|
<body>
|
|
<div class="progress-parent"><div class="progress"></div></div>
|
|
<br><br>
|
|
|
|
<div class="content">
|
|
<div class="main-text">
|
|
<h1 class="title">Hi, I'm Hamza Nasher-Alneam</h1>
|
|
<p class="subtitle">Incoming computer science freshman at UMBC, with interests in software development, cybersecurity, and system management</p>
|
|
<br>
|
|
<div>
|
|
<h2 id="about-me">About me</h2>
|
|
<p>When not doing student things, I enjoy writing unoptimized JavaScript code and messing around with Linux on desktop and server. Over the summer, I plan on working on projects, connecting with people, and getting employed.</p>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<h2 id="work">Projects</h2>
|
|
<p>Recently, I've been working on multiplayer for <a href="https://mediumrare.hnasheralneam.dev">Medium Rare</a>, a game started at QuHacks. Before that, I was working on a <a href="https://store.kde.org/p/2155168">prayer times plasmoid</a> (widget) for KDE (code <a href="https://github.com/hnasheralneam/prayertimes">here</a>), as well as a <a href="https://github.com/cool-train-game/produced-demand">Produced Demand</a>, a bus management game.</p>
|
|
<p>Last summer, I was able to work on some projects, the most prominent among them being <a href="https://fetchcv.hnasheralneam.dev/">FetchCV</a>, a developer profile site that I'm working on with a <a href="https://github.com/Urdons/">friend</a>. Another smaller project was <a href="https://hnasheralneam.github.io/activity-log/">Activity Log</a>, a time tracking tool with graphs. If you want to see what I'm working on this week, it'll be up on my <a href="https://github.com/hnasheralneam">GitHub</a>.
|
|
</p>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<h2>Achievements</h2>
|
|
<p>
|
|
<i>December 14 2024</i><br>
|
|
<a href="https://github.com/grekand46">Kai</a> and I won 1st place on the beginner track for <a href="https://quhacks.tech/">QuHacks 2025</a> with our game <a href="https://github.com/hnasheralneam/medium-rare">Medium Rare</a>, which you can play at <a href="https://mediumrare.hnasheralneam.dev">mediumrare.hnasheralneam.dev</a>.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
<i>February 24 2024</i><br>
|
|
<a href="https://github.com/Urdons">Urdons</a> and I won <b>first place</b> and the technical award at the MAGIC STEP Challenge! Here is our <a href="https://github.com/FetchCV/fetchcv">project</a> and <a href="https://docs.google.com/presentation/d/1i0Ufa3MRJhdeG6oTuq_ee8EPQ2ZBzV3qKtWBHWU25Wc/edit?usp=sharing">presentation</a>.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
<i>February 11 2024</i><br>
|
|
Two of the teams (I was on one) from the Broadneck Robotics club made it to the VEX Over Under state championship!
|
|
</p>
|
|
<br>
|
|
<p>
|
|
<i>April 20 2023</i><br>
|
|
<a href="https://github.com/tildejustin">Justin</a> and I won third place at the MAGIC cybersecurity CTF! Here are <a href="https://magicinc.org/announcing-winners-of-ctf-14">the results</a>.
|
|
</p>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<h2 id="funsies">Fun stuff</h2>
|
|
<p><a href="documents/developer_jokes.pdf">A compilation of developer jokes!</a></p>
|
|
<div class="funsies">
|
|
<p>Change the website color theme</p>
|
|
<button onclick="changeTheme()">Random</button>
|
|
<button onclick="changeThemeHex()" class="hex-code-label">Hex code</button>
|
|
<button onclick="resetTheme()">Reset</button>
|
|
</div>
|
|
</div>
|
|
<br><br>
|
|
</div>
|
|
</div>
|
|
<br><br>
|
|
<div w3-include-html="partials/footer.html"></div>
|
|
<div w3-include-html="partials/menu.html"></div>
|
|
</body>
|
|
<script src="scripts/include-html.js"></script>
|
|
<script src="scripts/script.js"></script>
|
|
<script src="scripts/main.js"></script>
|
|
<script src="https://hnasheralneam.github.io/digit/main.js"></script>
|
|
<script defer src="https://umami.hnasheralneam.dev/script.js"
|
|
data-website-id="22e45953-378d-4e42-afe7-b31c197d3105"></script>
|
|
</html>
|