DEV Community

My Personal Portfolio Website

Hey everyone! 👋

I built my personal portfolio website to showcase my programming projects and skills.

It’s made with HTML, CSS, and includes:

  • Sticky header with hover animations
  • Smooth scrolling sections
  • Buttons linking to my Python projects
  • Floating icons and animated section headings 🎨

Check it out and see my projects: 🔗 https://github.com/MariaEgyptDev/portfolio

I’m continuously improving it and adding more projects, so any feedback or tips are welcome 🚀

Top comments (1)

Collapse
 
xerrs_ profile image
xerrs

Hi there Maryam,

I checked your github repo, and saw the website you programmed, keep on coding and keep on learning! There are a few things I would recommend you add.

The first thing that is missing is there is no style.css within the github repo. Probably a slip-up. Consider going to your terminal and running;

$ git add style.css
$ git commit -m "added style.css file"
$ git push -u origin main

The second thing I would recommend is actually renaming your repository. Rename it to .github.io . Then read a little bit about github pages, and how to host static files. Asking devs to review your website without a link will unfortunately not get you much reviews. Consider publishing it using the method mentioned above (trust me, you will feel proud after publishing your first publicly accessible portfolio, I know I did lol).

Thirdly, not sure if someone demotivated you, but if they did, ignore them. Website development is not something that you learn from one day to another. The most difficult part is to start, and you started, so now dont forget to keep the ball rolling. Keep learning and improving!