mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 15:45:54 -05:00
Update text
This commit is contained in:
parent
0d156ab68e
commit
24f19f34bf
1 changed files with 11 additions and 12 deletions
23
index.html
23
index.html
|
@ -22,23 +22,24 @@
|
|||
<em class="subtitle">A second-generation Syrian immigrant with an interest in computer stuff</em>
|
||||
<br><br>
|
||||
<h2 id="about-me">About me</h2>
|
||||
<p>I'm a high school student in the United States. When I have time, I like to do programming, which in the past has been mostly full stack web dev. Now, I'm learning Kotlin for Android development, trying out Godot for the school Game Dev Club, and writing C++ code for the school robotics team. Currently using the Fedora KDE Spin.</p>
|
||||
<p>I'm a high school student in the United States. When I have time, I like to do programming, which has been mostly full stack web dev. Now, I'm learning Kotlin for Android development, trying out Godot for the school Game Dev Club, and writing C++ code for the school robotics team. Currently using the Fedora KDE Spin.</p>
|
||||
<br>
|
||||
<h2 id="work">Work</h2>
|
||||
<p>As hinted 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. If you want to see whatever project I'm working on this week, it'll be up on my <a href="https://github.com/hnasheralneam">GitHub</a>.</p>
|
||||
<p>As 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. If you want to see whatever project I'm working on this week, it'll be up on my <a href="https://github.com/hnasheralneam">GitHub</a>.</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>
|
||||
<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>My really old work includes some games; they are still up on my GitHub.</p>
|
||||
<br>
|
||||
<h2 id="workflow">Tools</h2>
|
||||
<p>Languages: JavaScript, Java, Python, GDscript, Kotlin, C++</p>
|
||||
<p>IDEs: VS Code, Android Studio, Godot built-in, Eclipse, VEXcode (sadly)</p>
|
||||
<p>Languages: JavaScript, Java, Python</p>
|
||||
<p>IDEs: VIsual Studio Code, Android Studio, Jetbrains IDEs sometimes</p>
|
||||
<h3>Software</h3>
|
||||
<p>Browser of choice is Firefox, keyboard layouts are programmer's dvorak (~100wpm) and arabic 101 (like 10wpm).</p>
|
||||
<p>Windows 11 (unfortunatly), Fedora 39 KDE Spin, and ChromeOS for school.</p>
|
||||
<p>Firefox.</p>
|
||||
<p>Keyboard layouts are programmer's dvorak (~100wpm) and arabic 101 (~15wpm).</p>
|
||||
<p>Fedora 40 KDE Spin, Windows 11 (unfortunatly), and ChromeOS for school.</p>
|
||||
<h3>Opinions</h3>
|
||||
<p>I use Python, sometimes, when I can't avoid it. The worst parts are how variables are declared and the dependance on indentation.</p>
|
||||
<p>I use Python, sometimes, when I can't avoid it. The worst parts are varibles and the dependance on indentation.</p>
|
||||
<p>The type checking in Java is actually really nice.</p>
|
||||
<p>I use open source when possible.</p>
|
||||
<br>
|
||||
|
@ -78,7 +79,7 @@
|
|||
<div class="thoughts-bit">
|
||||
<h4>An Argument Against Folding Phones</h4>
|
||||
<i>Dec 1 2022</i>
|
||||
<p>They're expensive, fragile, and impractical; I'll tell you why if you click right here.</p>
|
||||
<p>They're expensive, fragile, and impractical</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -89,13 +90,11 @@
|
|||
<div>
|
||||
<h2>Find me</h2>
|
||||
<p>Github -> <a href="https://github.com/hnasheralneam">GitHub</a></p>
|
||||
<p class="faded-footer">A lot of my work is on GitHub</p>
|
||||
<p>Replit -> <a href="https://replit.com/@hnasheralneam">Replit</a></p>
|
||||
<p class="faded-footer">Some smaller projects</p>
|
||||
<p class="faded-footer">Many of my projects are on GitHub</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Contact me</h2>
|
||||
<p>My personal account -> <a href="mailto:hnasheralneam@gmail.com">hnasheralneam at google mail</a></p>
|
||||
<p>Email account -> <a href="mailto:hnasheralneam@gmail.com">hnasheralneam at google mail</a></p>
|
||||
<p>Discord account -> <a href="#">namegoes.here</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue