Skip to content

Commit

Permalink
Add social media links to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Hashem committed Mar 31, 2024
1 parent 108cb65 commit f03e648
Showing 1 changed file with 35 additions and 28 deletions.
63 changes: 35 additions & 28 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ export default function Home() {
<a href="/" rel="noopener noreferrer">
<p>Ahmed Hashem | أحمد هاشم</p>
</a>
<a
href="https://adplist.org/mentors/ahmed-hashem"
target="_blank"
rel="noopener noreferrer"
>
<p>Book a free mentor session </p>
</a>
</div>

<div className={styles.center}>
Expand All @@ -28,13 +35,13 @@ export default function Home() {
rel="noopener noreferrer"
>
<Image
src="/facebook.svg"
alt="Facebook Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
src="/facebook.svg"
alt="Facebook Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
</a>

<a
Expand All @@ -44,13 +51,13 @@ export default function Home() {
rel="noopener noreferrer"
>
<Image
src="/twitter.svg"
alt="Twitter Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
src="/twitter.svg"
alt="Twitter Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
</a>

<a
Expand All @@ -60,13 +67,13 @@ export default function Home() {
rel="noopener noreferrer"
>
<Image
src="/linkedin.svg"
alt="Linkedin Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
src="/linkedin.svg"
alt="Linkedin Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
</a>

<a
Expand All @@ -76,13 +83,13 @@ export default function Home() {
rel="noopener noreferrer"
>
<Image
src="/github.svg"
alt="Github Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
src="/github.svg"
alt="Github Logo"
className={styles.sociallogo}
width={48}
height={48}
priority
/>
</a>
</div>
</main>
Expand Down

0 comments on commit f03e648

Please sign in to comment.