Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,10 @@ Go to `/src/index.html` and put your information, there are 5 sections:
<div class="col-md-6 col-sm-12">
<div class="about-wrapper__info load-hidden">
<p class="about-wrapper__info-text">
This is where you can describe about yourself. The more you describe
about yourself, the more chances you can!
Hello, I’m <strong>Ali Husham</strong>—a fullstack developer and creative technologist passionate about building resilient, user-centric digital products.
</p>
<p class="about-wrapper__info-text">
Extra Information about you! like hobbies and your goals.
With expertise in <strong>JavaScript, Node.js, React, MongoDB, and Python</strong>, I build scalable web applications and lead cross-functional teams to deliver accessible, secure, and visually compelling solutions.
</p>
<span class="d-flex mt-3">
<a
Expand Down
8 changes: 5 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ <h2 class="section-title load-hidden">About me</h2>
<div class="col-md-6 col-sm-12">
<div class="about-wrapper__info load-hidden">
<p class="about-wrapper__info-text">
This is where you can describe about yourself. The more you
describe about yourself, the more chances you have!
Hello, I’m <strong>Ali Husham</strong>—a fullstack developer and creative technologist passionate about building resilient, user-centric digital products. With a foundation in <strong>JavaScript, Node.js, React, MongoDB, and Python</strong>, I architect and deliver scalable web applications that balance performance, security, and seamless user experience.
</p>
<p class="about-wrapper__info-text">
Extra Information about you! like hobbies and your goals.
I thrive in collaborative, fast-paced environments, leading cross-functional teams to solve complex challenges and drive innovation. As a bilingual developer I design cyber-inspired portfolios and products that prioritize accessibility and security. I’m committed to accessibility, security, and continuous learning—always exploring new technologies and creative strategies.
</p>
<p class="about-wrapper__info-text about-wrapper__info-text--important">
<strong>Contact:</strong> <a href="mailto:[email protected]">[email protected]</a> | <a rel="noreferrer" target="_blank" href="https://linkedin.com/in/ali-awadalkareem">LinkedIn</a> | <a rel="noreferrer" target="_blank" href="https://alihusham144.com">Portfolio</a>
</p>
<span class="d-flex mt-3">
<a
Expand Down