From 3e2dfd2a7deca8a411f490e5fde96c7b7d71a01f Mon Sep 17 00:00:00 2001 From: Hamza Date: Wed, 22 Nov 2023 11:22:23 -0500 Subject: [PATCH] Text updates --- index.html | 23 ++++++++++------------- main.js | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 3d91855..c447bb6 100644 --- a/index.html +++ b/index.html @@ -8,33 +8,31 @@ - Editor Rust + Hamza's Site
- -

-

Hi! I'm Editor Rust.

-
I do webdev
+

Hi! I'm Hamza.

+
I do some webdev

About me

-

I'm a high school student and spend just about all my spare time programming. I do mostly full-stack web development, with Node as the backend. Btw, I use the programmer's dvorak keyboard (75 wpm).

+

I'm a high school student and spend just about all my spare time programming. I do mostly full-stack web development, with Node as the backend. Btw, I use the programmer's dvorak keyboard (100 wpm).


Work

-

My current big projects are Git Organized, a project management and planning tool for developer projects, and an unnamed chat project, which is just a bunch of experiments with web sockets and stuff.

+

My current big projects are Git Organized, a project management and planning tool for developer projects.

Other work

Some other work I've done include Hillside Township, an imaginary town with a satirical newspaper.

Another small tool I made is Activity Log, which is meant to be used for tracking time. It's a really cool project, with a nice design and charts and everything.

I also made a small JS library called Digit, which writes out long numbers in words. I'm still polishing this, and plan on adding time related features, as well as number animations.

-

Some of my really old work include some games, the best of are would be Vegetable Dash and Gold Rush.

+

Some of my really old work include some games, the best of which are Vegetable Dash and Gold Rush.


Tools

-

I spend most of my time working with JavaScript, usally with Node.js, Ejs, Tailwind CSS, and MongoDB. Clearly I use GitHub for source control.

+

I spend most of my time working with JavaScript, usally with Node.js, Ejs, Tailwind CSS, and MongoDB. Clearly I use GitHub for source control. Looking into Android development with kotlin.

Software

I use Firefox because it's open source, a great browser, and has awesome bookmark management. VS Code is my IDE.

OS

@@ -45,7 +43,7 @@

See my BFF tildejustin's stuff


Achievements

-

Me and Justin won third place at the MAGIC cybersecurity CTF! Here are the results.

+

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


Funsies

@@ -62,7 +60,7 @@

The iMessage Lockin

Dec 1 2022 -

Apple is mean, and they hate interoperability. Also nobody needs your proprietary messaging app anyway, not when I have such a cool open source one.

+

Apple hates interoperability. Also nobody needs your proprietary messaging app anyway, not when I have such a cool open source one.

@@ -88,8 +86,7 @@

Contact me

-

My developer account -> editorrust@gmail.com

-

My personal account -> hnasheralneam@gmail.com

+

My personal account -> hnasheralneam at google mail

Discord account -> namegoes.here

diff --git a/main.js b/main.js index 8317b3d..f3d35a1 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,6 @@ console.log("JavaScript Connected!"); console.log("Nice to see you :)"); -console.log("Have a great day! 💖 Editor Rust"); +console.log("Have a great day! -حمزة"); window.addEventListener("scroll", () => { document.body.style.setProperty("--scroll", window.pageYOffset / (document.body.offsetHeight - window.innerHeight));