mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 15:45:54 -05:00
Added Gaza article
This commit is contained in:
parent
4bc2bf6de8
commit
11a6cb8190
2 changed files with 20 additions and 12 deletions
BIN
Documents/situation_in_gaza.pdf
Normal file
BIN
Documents/situation_in_gaza.pdf
Normal file
Binary file not shown.
32
index.html
32
index.html
|
@ -8,7 +8,7 @@
|
||||||
<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 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/home.css">
|
||||||
<link rel="stylesheet" href="Styles/styles.css">
|
<link rel="stylesheet" href="Styles/styles.css">
|
||||||
<title>Hamza's Site</title>
|
<title>Hamza N's Website</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="progress-parent">
|
<div class="progress-parent">
|
||||||
|
@ -18,31 +18,31 @@
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="main-text">
|
<div class="main-text">
|
||||||
<h1 class="title">Hi! I'm Hamza.</h1>
|
<h1 class="title">I'm Hamza N</h1>
|
||||||
<center><em>I do some webdev</em></center>
|
<center><em>hi there</em></center>
|
||||||
<h2 id="about-me">About me</h2>
|
<h2 id="about-me">About me</h2>
|
||||||
<p>I'm a high school student and spend just about all my spare time programming. I've mostly done full stack web dev, but am learning Kotlin for Android development, and trying out Godot for the school Game Dev Club. Also in school robotics! Writing C++ for that (doing Vex robotics). Used to use Linux (Kubuntu), waiting to use it again (prob. Fedora). Btw, I use the programmer's dvorak (~100 wpm).</p>
|
<p>I'm a high school student. I spend a lot of time programming. I've mostly done full stack web dev, but am learning Kotlin for Android development, and trying out Godot for the school Game Dev Club. Also in school robotics! Writing C++ for that (doing Vex robotics). Used to use Linux (Kubuntu), waiting to use it again (prob. Fedora). Btw, I use the programmer's dvorak (~100 wpm).</p>
|
||||||
<br>
|
<br>
|
||||||
<h2 id="work">Work</h2>
|
<h2 id="work">Work</h2>
|
||||||
<p>Like I mentioned above, I've been just experimenting around recently. Working on a bunch of small projects in Python, GDscript, Java, and Kotlin. Until I find something good enough to stick with, because web dev doesn't sound great as a career choice. If you want to see whatever project I'm working on this week, it'll be up on my GitHub.</p>
|
<p>Like I mentioned above, I've been just experimenting around recently. Working on a bunch of small projects in Python, GDscript, Java, and Kotlin. Until I find something good enough to stick with, because web dev doesn't sound great as a career choice. If you want to see whatever project I'm working on this week, it'll be up on my GitHub.</p>
|
||||||
<p>A ambitious project I was working on in JavaScript was <a href="https://github.com/hnasheralneam/git-organized">Git Organized</a>, a project management and planning tool; web hosting isn't working right now, but you can set it up yourself if you like.</p>
|
<p>A ambitious project I was working on in JavaScript was <a href="https://github.com/hnasheralneam/git-organized">Git Organized</a>, a project management and planning tool; web hosting isn't working right now, but you can set it up yourself if you like.</p>
|
||||||
<h3>Other work</h3>
|
<h3>Other work</h3>
|
||||||
<p>Another small tool I made is <a href="activity-log/">Activity Log</a>, which is meant to be used for tracking time. It's a really cool project, with a nice design and charts and everything. I'm trying to make this an android app.</p>
|
<p>Another small tool I made is <a href="activity-log/">Activity Log</a>, which is meant to be used for tracking time. It's a really cool project, with a nice design and charts and everything. I'm trying to make this an Android app.</p>
|
||||||
<p>I also made a small JS library called <a href="digit/">Digit</a>, which writes out long numbers in words. I'm still polishing this, and plan on adding time related features; this is probably the most useful thing I've made.</p>
|
<p>I also made a small JS library called <a href="digit/">Digit</a>, which writes out long numbers in words. I'm still polishing this, and plan on adding time related features; this is probably the most useful thing I've made.</p>
|
||||||
<p>My really old work includes some games, the best of which are <a href="vegetable-dash/">Vegetable Dash</a> and <a href="gold-rush/">Gold Rush</a>.</p>
|
<p>My really old work includes some games; they are still up on my GitHub.</p>
|
||||||
<br>
|
<br>
|
||||||
<h2 id="workflow">Tools</h2>
|
<h2 id="workflow">Tools</h2>
|
||||||
<p>When working with JavaScript: Node.js, Ejs, Tailwind CSS, and MongoDB</p>
|
<p>When working with JavaScript: Node.js, Ejs, Tailwind CSS, and MongoDB</p>
|
||||||
<p>Android development: Kotlin, Jetpack Compose, Android Studio</p>
|
<p>Android development: Kotlin, Jetpack Compose, Android Studio. The built in Jetbrains editor is actually really nice</p>
|
||||||
<p>Game development: Godot, GDscript</p>
|
<p>Game development: Godot, GDscript</p>
|
||||||
<p>Python, sometimes, when I can't avoid it. The worst parts are the dependance on indentation and variable declaration</p>
|
<p>Python, sometimes, when I can't avoid it. The worst parts are how varibles are declared and the dependance on indentation</p>
|
||||||
<p>Some Java, with Eclipse because Comp Sci A. The type checking is actually really nice</p>
|
<p>Some Java, with Eclipse because Comp Sci A. The type checking in Java is actually really nice</p>
|
||||||
<h3>Software</h3>
|
<h3>Software</h3>
|
||||||
<p>Browser of choice is Firefox, because there is enough chromium in the world.</p>
|
<p>Browser of choice is Firefox, because there is enough chromium in the world.</p>
|
||||||
<p>IDE depends on the language, but usually VS code.</p>
|
<p>IDE depends on the language, but usually VS code.</p>
|
||||||
<p>Blender, Kdenlive, Simplenote, Inkscape, Gimp</p>
|
<p>Blender, Kdenlive, Simplenote, Inkscape, Gimp</p>
|
||||||
<p>Trying to switch to more open source stuff, like libreoffice. It's not bad, just having everything online is helpful because I can't exactly install libreoffice write on a school chromebook.</p>
|
<p>Trying to switch to more open source stuff, like libreoffice. It's not bad, just having everything online is helpful because I can't exactly install libreoffice write on a school chromebook.</p>
|
||||||
<p>For operating systems, I have to use Windows now, but hate it with a passion. As soon as possible, I'm switching to Linux and never looking back.</p>
|
<p>For operating systems, I have to use Windows now, but hate it with a passion. As soon as possible, I'm switching to Linux and never looking back. I installed Asahi on an Apple Silicon Macbook; some stuff didn't work. But everything else is so much faster.</p>
|
||||||
<br>
|
<br>
|
||||||
<h2>Strange behavior</h2>
|
<h2>Strange behavior</h2>
|
||||||
<h3>Empty start menu, task bar, and desktop</h3>
|
<h3>Empty start menu, task bar, and desktop</h3>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<br>
|
<br>
|
||||||
<h2>More</h2>
|
<h2>More</h2>
|
||||||
<p>Developer jokes! <a href="https://docs.google.com/document/d/e/2PACX-1vT9Kvy57jQ1nlwBzSdQS_hvxl6CxbG-pRgtHLLJtjMjuM371riglrc_2k61b89VPrd3HNzkh5Ahb04w/pub">Check them out</a></p>
|
<p>Developer jokes! <a href="https://docs.google.com/document/d/e/2PACX-1vT9Kvy57jQ1nlwBzSdQS_hvxl6CxbG-pRgtHLLJtjMjuM371riglrc_2k61b89VPrd3HNzkh5Ahb04w/pub">Check them out</a></p>
|
||||||
<p>See my BFF <a href="https://github.com/tildejustin">tildejustin</a>'s GitHub. It's a lot of minecraft stuff</p>
|
<p>See my friend <a href="https://github.com/tildejustin">tildejustin</a>'s GitHub. It's a lot of minecraft stuff</p>
|
||||||
<br>
|
<br>
|
||||||
<h2>Achievements</h2>
|
<h2>Achievements</h2>
|
||||||
<p>Justin 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>
|
<p>Justin 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>
|
||||||
|
@ -66,8 +66,16 @@
|
||||||
<a href="/thoughts.html">
|
<a href="/thoughts.html">
|
||||||
<h2>Thoughts</h2>
|
<h2>Thoughts</h2>
|
||||||
</a>
|
</a>
|
||||||
<a href="/thoughts.html#imessage-lockin">
|
|
||||||
|
<a href="Documents/situation_in_gaza.pdf">
|
||||||
<div class="thoughts-bit first-of-class">
|
<div class="thoughts-bit first-of-class">
|
||||||
|
<h4>The Humanitarian Crisis in Gaza: Then and Now</h4>
|
||||||
|
<i>Nov 29 2023</i>
|
||||||
|
<p>A brief history of Gaza, with a special focus on the recent events.</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<a href="/thoughts.html#imessage-lockin">
|
||||||
|
<div class="thoughts-bit">
|
||||||
<h4>The iMessage Lockin</h4>
|
<h4>The iMessage Lockin</h4>
|
||||||
<i>Dec 1 2022</i>
|
<i>Dec 1 2022</i>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
Loading…
Reference in a new issue