/portfolio-v2

My personal portfolio

Primary LanguageHTML

Portfolio (v2)

Live Demo: hbakouane.dev

I created this portfolio for my new website using Bootstrap, you can use it too, just make sure you keep my credits :) Thanks!

Change the color scheme?

Just go the assets/css/main.css and change the color variables

:root {
    --gray: rgba(191, 191, 191, 0.163);
    --main: rgb(49, 142, 228);
    --main-dark: rgb(17, 68, 116);
}

Light Mode:

image

Dark Mode:

image