This website is kinda personal. I have been trying to biuld a personal portfolio website and had many variations like this one and this also. Eventually I decided to go for a minimalistic and simple look. The colours I choose were three:
1. Light black for the website background,
2. Black for cards and some hover effects and
3. Green for the accent colour.
I chose Jetbrains Mono Variable font which is a font from the famous IDE creators Jetbrains. I kind of used their IDEs at first when I was learning to code but most of them are free for students. Later I transitioned to VS Code but I still made sure the display font was Jetbrains Mono. So this is kind of a personal favourite. The font is open source and you can find it here.
The website is a single page website with a few sections. The hero section has a welcome message and a call to action to learn more about me. The about section has a brief description of me and my interests. The tech stack section has a list of technologies I am familiar with. The contact section has a form to contact me. The projects section has a list of projects I have done.
I have biuld with HTML, plain CSS and a little JavaScript for adding functionablility.
You can find the source code of this website here.