Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix more css and html errors
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbenpai committed Mar 16, 2024
1 parent a2081b7 commit 9047136
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions views/pages/alex/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ html(lang="en")
font-family: 'Nunito', sans-serif;
}

a {
text-decoration: none;
color: inherit;
weight: bold;
}

@media only screen and (max-width: 768px) {
.menu-icon {
display: block;
Expand Down Expand Up @@ -324,18 +330,20 @@ html(lang="en")
p.txt Email
section#femdevs
h2 FemDevs
p My journey extends into the world of entrepreneurship. As a co-owner of
p
| My journey extends into the world of entrepreneurship. As a co-owner of
strong
a(href="https://thefemdevs.com") FemDevs,
| Along with my fellow owners, colleagues, and most importantly, friends, Oblong and Ben. I'm committed to helping talented individuals, regardless of gender, to thrive in the tech industry.
a(href="https://thefemdevs.com") FemDevs,
| along with my fellow owners, colleagues, and most importantly, friends, Oblong and Ben. I'm committed to helping talented individuals, regardless of gender, to thrive in the tech industry.
section#language
h2 Language Proficiency
p Beyond coding, I'm also talented in many other areas, like language.
p I am fluent in both English and Arabic. Additionally, I'm currently learning French.
p I've found a passion for translation. As a dedicated member of the
p
| Beyond coding, I'm also talented in many other areas, like language.
| I am fluent in both English and Arabic. Additionally, I'm currently learning French.
| I've found a passion for translation. As a dedicated member of the
strong
a(href="https://en.pronouns.page/") Pronouns Page
| team, I contribute my expertise as an Arabic translator, to make it more inclusive and diverse.
a(href="https://en.pronouns.page/") Pronouns Page
| team, I contribute my expertise as an Arabic translator, to make it more inclusive and diverse.

section#interests
h2 General Interests
Expand Down

0 comments on commit 9047136

Please sign in to comment.