mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 23:55:54 -05:00
Fixed broken links
This commit is contained in:
parent
3e2dfd2a7d
commit
cd1690f497
1 changed files with 7 additions and 7 deletions
12
index.html
12
index.html
|
@ -24,12 +24,12 @@
|
||||||
<p>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).</p>
|
<p>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).</p>
|
||||||
<br>
|
<br>
|
||||||
<h2 id="work">Work</h2>
|
<h2 id="work">Work</h2>
|
||||||
<p>My current big projects are <a href="https://github.com/editorrust/git-organized">Git Organized</a>, a project management and planning tool for developer projects.</p>
|
<p>My current big projects are <a href="https://github.com/hnasheralneam/git-organized">Git Organized</a>, a project management and planning tool for developer projects.</p>
|
||||||
<h3>Other work</h3>
|
<h3>Other work</h3>
|
||||||
<p>Some other work I've done include <a href="https://hillside-township.github.io/">Hillside Township</a>, an imaginary town with a satirical newspaper.</p>
|
<p>Some other work I've done include <a href="https://hillside-township.github.io/">Hillside Township</a>, an imaginary town with a satirical newspaper.</p>
|
||||||
<p>Another small tool I made is <a href="https://editorrust.github.io/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.</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.</p>
|
||||||
<p>I also made a small JS library called <a href="https://editorrust.github.io/digit/">Digit</a>, which writes out long numbers in words. I'm still polishing this, and plan on adding time related features, as well as number animations.</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, as well as number animations.</p>
|
||||||
<p>Some of my really old work include some games, the best of which are <a href="https://editorrust.github.io/vegetable-dash/">Vegetable Dash</a> and <a href="https://editorrust.github.io/gold-rush/">Gold Rush</a>.</p>
|
<p>Some of my really old work include some games, the best of which are <a href="vegetable-dash/">Vegetable Dash</a> and <a href="gold-rush/">Gold Rush</a>.</p>
|
||||||
<br>
|
<br>
|
||||||
<h2 id="workflow">Tools</h2>
|
<h2 id="workflow">Tools</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<p>I have to use Windows now, but hate it with a passion. As soon as possible, I'm switching to Linux.</p>
|
<p>I have to use Windows now, but hate it with a passion. As soon as possible, I'm switching to Linux.</p>
|
||||||
<br>
|
<br>
|
||||||
<h2>More</h2>
|
<h2>More</h2>
|
||||||
<p>Developer jokes! <a href="https://docs.google.com/document/d/e/2PACX-1vRKinOJRXxrcpdMauNaTAzLNVHom4OkadGgdm6ja82330EJFr_5FRw4ThSj71GcjG9Ll_7jh-7mox95/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 stuff</p>
|
<p>See my BFF <a href="https://github.com/tildejustin">tildejustin</a>'s stuff</p>
|
||||||
<br>
|
<br>
|
||||||
<h2>Achievements</h2>
|
<h2>Achievements</h2>
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div>
|
<div>
|
||||||
<h2>Find me</h2>
|
<h2>Find me</h2>
|
||||||
<p>My Github -> <a href="https://github.com/editorrust">GitHub</a></p>
|
<p>My Github -> <a href="https://github.com/hnasheralneam">GitHub</a></p>
|
||||||
<p class="faded-footer">GitHub is great, I host all my projects on it</p>
|
<p class="faded-footer">GitHub is great, I host all my projects on it</p>
|
||||||
<p>CodePen -> <a href="https://codepen.io/editorrust">CodePen</a>, <a href="https://codepen.io/hnasheralneam">CodePen</a></p>
|
<p>CodePen -> <a href="https://codepen.io/editorrust">CodePen</a>, <a href="https://codepen.io/hnasheralneam">CodePen</a></p>
|
||||||
<p class="faded-footer">Some small projects</p>
|
<p class="faded-footer">Some small projects</p>
|
||||||
|
|
Loading…
Reference in a new issue