-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit A Media Query For About Section
- Loading branch information
Showing
18 changed files
with
276 additions
and
291 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,27 +8,27 @@ | |
| years old, I specialize in creating dynamic, user-friendly web experiences using HTML, CSS, JavaScript, Sass, and Bootstrap. I focus on blending creativity with functionality, ensuring that every project is both visually compelling and optimized for performance. Driven by a love for innovation, I continually refine my skills to stay ahead of industry trends. Whether it’s building responsive layouts, improving UI, or exploring new technologies, I aim to create impactful digital solutions. As a detail-oriented problem solver, I thrive in both team and solo projects, and I’m committed to contributing to the future of web development. Let’s connect and bring ideas to life through design and technology! | ||
.details | ||
ul.row | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Name: | ||
span Ahmed Allam | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Age: | ||
span#year 20 | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Country: | ||
span Egypt | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Job: | ||
span Web Developer | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Phone: | ||
span | ||
a(href="https://wa.me/201200555290" target="_blank").line-effect +20 120 055 5290 | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Email: | ||
span | ||
a(href="mailto:[email protected]?subject=Potential%20Collaboration&body=I%20would%20like%20to%20discuss%20your%20latest%20projects%20and%20explore%20how%20we%20can%20work%20together.").line-effect [email protected] | ||
li.col-lg-6.col-md-12 | ||
li.col-lg-6.col-md-12.col-sm-12 | ||
span Freelance: | ||
span Available | ||
._button | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
ul.dmenu.scroll-nav.d-flex | ||
li | ||
a.scroll-to.active(href="#home" data-scroll="home") | ||
a(href="#home" data-scroll="home") | ||
span Home | ||
img(src="assets/images/icons/home.png" alt="" loading="lazy") | ||
li | ||
a.scroll-to(href="#about" data-scroll="about") | ||
a(href="#about" data-scroll="about") | ||
span About | ||
img(src="assets/images/icons/user.png" alt="" loading="lazy") | ||
li | ||
a.scroll-to(href="#services" data-scroll="services") | ||
a(href="#services" data-scroll="services") | ||
span Services | ||
img(src="assets/images/icons/support.png" alt="" loading="lazy") | ||
li | ||
a.scroll-to(href="#portfolio" data-scroll="portfolio") | ||
a(href="#portfolio" data-scroll="portfolio") | ||
span Portfolio | ||
img(src="assets/images/icons/portfolio.png" alt="" loading="lazy") | ||
li | ||
a.scroll-to(href="#certificates" data-scroll="certificates") | ||
a(href="#certificates" data-scroll="certificates") | ||
span Certificates | ||
img(src="assets/images/icons/certificate.png" alt="" loading="lazy") | ||
li | ||
a.scroll-to(href="#blog" data-scroll="blog") | ||
a(href="#blog" data-scroll="blog") | ||
span Blog | ||
img(src="assets/images/icons/blog.png" alt="" loading="lazy") | ||
li | ||
a.scroll-to(href="#contact" data-scroll="contact") | ||
a(href="#contact" data-scroll="contact") | ||
span Contact | ||
img(src="assets/images/icons/contact.png" alt="" loading="lazy") |
Oops, something went wrong.