Portfolio with a dark & light mode

now you can practice what you learn with HTML, CSS and JAVASCRIPT , you can learn how to create a potfolio with a toggle button to switch from the dark mode to the light mode. see the tutorial and get the full code👌😁

Using HTML & CSS Only

see the full tutoria in this video

what we use in the website?

what we do in the hero section?

in the hero section we do the navbar using the FlexBox "display:inline-block",with a big h1 'I'm front-End developer' a small paragraph 'lorem' with a grey color linear gradient button labeled "Subscribe" providing clear options for users to make a purchase.

what in the other sections?

a cards sectin with a h2 for the title and < a > for the card , after this we add the image and a small text and a button , in the last section we add the About Us section with h2 and paragraph and a simple image .

Full Code Download