My first Portofolio Website. Please review it

I made my first portofolio website. Please check it out and give me some feedback also to my two little projects within the website.

The first project in the portofolio website is a travellors blog for my partner and the 2nd project i built was to practise javascript.

https://sheydom.github.io/personalPortofolio/

4 Likes

good work! :clap:t2:

just an issue with the contact links, when you click it, it redirects you to a new page with your website instead of redirecting to the email, social media links, etc.

1 Like

Yes your are right I forgot to mention it is not completed yet.
The contact symbols are not active at the moment. But thanks for going through it.

1 Like

Hello!

The intro would look cleaner if you put “web developer & coder” (drop the article) in one line.

Use clamp() for the fonts to adapt to the screen.

Try (you can adjust the values for your taste)
font-size: clamp(2rem, 6vw, 4rem)
for the headline,
font-size: clamp(1rem, 3vw, 1.5rem)
for the tagline
and watch the magic happening.

1 Like

yep you are right it made it look cleaner and the responsiveness is much better thanks for that!