Update content
This commit is contained in:
parent
0002a9ea6e
commit
cf7140c24c
4 changed files with 6 additions and 10 deletions
0
assets/not_sure.jpg
Normal file → Executable file
0
assets/not_sure.jpg
Normal file → Executable file
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
16
index.html
Normal file → Executable file
16
index.html
Normal file → Executable file
|
@ -53,11 +53,7 @@
|
|||
<div class="section-text">
|
||||
<div class="about-me">
|
||||
<h1>Leadership</h1>
|
||||
<p>I co-founded the Game Dev Club with some friends at school to create a space at my school for people
|
||||
interested in
|
||||
computers and software development. It is also an officially registered <a
|
||||
href="https://hackclub.com/">Hack Club</a>, which gives the club support and
|
||||
opportunities. In the first year, we already have 9 members who meet weekly both inside and outside of school to show off their work and give presentations about topics like creating engaging games and versioning code with Git.</p>
|
||||
<p>I co-founded the Game Dev Club with some friends to create a space at my school for people interested in computers and software development. It is also an officially registered <a href="https://hackclub.com/">Hack Club</a>, which gives the club support and opportunities to connect with other teens with similar interests across the world. In the first year, we had 9 members who meet weekly both inside and outside of school to show off their work and give presentations about and discuss topics like creating engaging games and versioning code with Git.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-head">
|
||||
|
@ -86,7 +82,7 @@
|
|||
<div class="about-me">
|
||||
<h1>Skills</h1>
|
||||
<p>I have worked primarily with JavaScript and Node.js to create full-stack web apps, but I am also
|
||||
comfortable in several other languages, including Python and Java. I use Linux for my daily work, but also use OpenSuse on a server.</p>
|
||||
comfortable in several other languages, including Python and Java. I use Linux for my daily work, but also use Kubuntu on a server.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -96,7 +92,7 @@
|
|||
<div class="section-text">
|
||||
<div class="about-me">
|
||||
<h1>Clubs</h1>
|
||||
<p>I am a member of the Broadneck Robotics Club, where I write code for my team and help other teams with code. Throughout the 2023-2024 season, we participated in multiple local competitions, learning from our losses to improve our robot. Our efforts paid off near the end of the season, when we made it into the VEX Robotics state competition.</p>
|
||||
<p>Last year, I was a member of the Broadneck Robotics Club, where I wrote code for my team and help other teams with code. Throughout the 2023-2024 season, we participated in multiple local competitions, learning from our losses to improve our robot. Our efforts paid off near the end of the season, when we made it into the VEX Robotics state competition.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-head">
|
||||
|
@ -184,7 +180,7 @@
|
|||
<div class="will-not-find-me-at">
|
||||
<a class="nothing-link" href="https://github.com/hnasheralneam"><i class="fa-brands fa-github"></i></a>
|
||||
<a class="nothing-link" href="mailto:hnasheralneam@gmail.com"><i class="fa-brands fa-google"></i></a>
|
||||
<a class="nothing-link" href="http://hnasheralneam.onthewifi.com:3000"><i
|
||||
<a class="nothing-link" href="http://forgejo.hnasheralneam.dev"><i
|
||||
class="fa-solid fa-code-branch"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -197,7 +193,7 @@
|
|||
<div class="contact">
|
||||
<p>Email | <a class="fancy-underline" href="mailto:hnasheralneam@gmail.com">hnasheralneam@gmail.com</a></p>
|
||||
<p>GitHub | <a class="fancy-underline" href="https://github.com/hnasheralneam/">@hnasheralneam</a></p>
|
||||
<p>Developer website | <a class="fancy-underline" href="https://hnasheralneam.github.io/">hnasheralneam.github.io</a></p>
|
||||
<p>Developer website | <a class="fancy-underline" href="https://hnasheralneam.dev/">hnasheralneam.dev</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -205,4 +201,4 @@
|
|||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
0
scripts/main.js
Normal file → Executable file
0
scripts/main.js
Normal file → Executable file
0
styles/styles.css
Normal file → Executable file
0
styles/styles.css
Normal file → Executable file
Loading…
Reference in a new issue