Hey Awesome Developers today we will make this complete responsive minimal personal portfolio website. We will use mainly Html and Css and just a few lines of JavaScript for the Hamburger Menu Icon and Sticky Navigation Bar.

Animate CSS Library CDN Link:
https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css

Wow Js Library CDN Link:
https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js

Script To Include For Animation:

      wow = new WOW({
        boxClass: "wow", 
        animateClass: "animated", 
        offset: 0, 
        mobile: true, 
        live: true, 
      });
      wow.init();

Font-family for body text:
https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700&display=swap

Font-family For Headers:
https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap

All Sections:

  • 0:00 Intro
  • 2:50 Files Images Links
  • 3:35 Section One Navbar
  • 12:34 Section Two Main header Content
  • 18:10 Section Three About
  • 23:00 Section Four Skills
  • 26:40 Section Five Works
  • 30:09 Section Six Contact
  • 34:47 Section Seven Footer
  • 36:30 Final Words

#html #css

Complete Responsive Minimal Personal Portfolio Website Using Html Css And Javascript
2.15 GEEK