From f234f452d6a1dc46e753a506997e5dcbc3963484 Mon Sep 17 00:00:00 2001 From: Hamza Nasher-Alneam Date: Tue, 18 Feb 2025 21:22:07 -0500 Subject: [PATCH] Text updates --- index.html | 25 ++++++++++++------------- styles/guestbook.css | 4 ++-- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 6959327..a39f031 100644 --- a/index.html +++ b/index.html @@ -20,33 +20,33 @@

I'm Hamza Nasher-Alneam

-

A high school student with an interest in software and system management

+

A muslim high school student with an interest in software development and system management


About me

-

I'm a high school student in the United States. When I have time, I enjoy writing unoptimized code, messing around with Linux and servers, or practicing for CyberPatriots. Fedora KDE btw.

+

I'm a high school student in the United States. When I have time, I enjoy writing unoptimized code, messing around with Linux (Fedora KDE btw) and servers, or practicing for CyberPatriots. I hope to pursure some sort of computer science or engineering degree in college.


Work

-

With senior year of high school well under way, it's difficult to find time, but over the summer I was able to work on some projects, the most prominent among them being FetchCv, a developer profile site that I'm working on with a friend. If you want to see what project I'm working on this week, it'll be up on my GitHub. +

With senior year of high school well under way, it's difficult to find time for side projects, but I've been working on a prayer times plasmoid (widget) for KDE (code here), as well as a game for the Hack Club program Juice. +

Over the summer I was able to work on some projects, the most prominent among them being FetchCV, a developer profile site that I'm working on with a friend. Another smaller project was Activity Log, a time tracking tool with graphs. If you want to see what project I'm working on this week, it'll be up on my GitHub.

-

Recently, I've been working on a server, an old desktop from around 2010. It's running Kubuntu, because for some reason I decided a desktop OS would be great for a server. Now I'm trying to self-host everything, from photo backup with Immich to file backup with Rysnc to web analytics, along with a self-hosted Forgejo instance. Everything's up on my website at hnasheralneam.dev.

-

A small tool I've made is Activity Log, a time tracking tool with graphs.

+

Recently, I've been working on a server, an old desktop from around 2010. It's running Kubuntu, because for some reason I decided a desktop OS would be great for a server. Now I'm trying to self-host everything, from photo backup with Immich to file backup with Rysnc to web analytics with Umami, along with a self-hosted Forgejo instance, which is a pain. Almost everything is up on my domain, hnasheralneam.dev, and anything else is on GitHub.

+


Achievements

-

Kai and I won 1st place on the beginner track for QuHacks 2025 with our game Medium Rare. December 14 2024

-

Urdons and I won first place and the technical award at the MAGIC STEP Challenge! Here is our project and presentation. - February 24 2024

+

Kai and I won 1st place on the beginner track for QuHacks 2025 with our game Medium Rare, which you can play at mediumrare.onrender.com. December 14 2024

+

Urdons and I won first place and the technical award at the MAGIC STEP Challenge! Here is our project and presentation.February 24 2024

Our school robotics team got into the VEX Over Under state championship! February 11 2024

Justin and I won third place at the MAGIC cybersecurity CTF! Here are the results. April 20 2023


Fun stuff

-

Developer jokes!

+

A compilation of developer jokes!

Change the website color theme

@@ -55,7 +55,7 @@

-

Guest book

+

Guest book - leave a note!

@@ -89,8 +89,7 @@

The social issues with iMessage

Dec 1 2022 -

Didn't update this for the RCS announcement, but that'll take a while to come into effect and still won't - change much socially in the U.S.

+

I discusses the technology behind SMS, which is used when messaging between iPhones and other devices, as well as the newer MMS and RCS standards.

@@ -109,7 +108,7 @@

Social

Github -> @hnasheralneam

- +

LinkedIn - > LinkedIn

diff --git a/styles/guestbook.css b/styles/guestbook.css index 567f065..0f35db1 100644 --- a/styles/guestbook.css +++ b/styles/guestbook.css @@ -74,7 +74,7 @@ top: 0; left: 0; font-size: 1.5rem; - line-height: 1rem; + font-family: inherit; padding-bottom: 2rem; } @@ -173,7 +173,7 @@ .new-message { background-color: #222222aa; box-shadow: 0 0 .2rem #444; - } + } .new-message textarea { background-color: #111;