In this course, you will learn how to build a portfolio website using JavaScript, HTML, and CSS. This is a great project to improve you frontend development skills.

āœļø MacLinz developed this course course. Check out his channel: https://www.youtube.com/c/MacLinzUniversalChannel

šŸ’» Code: https://github.com/Maclinz/JS_CSS_PortfolioProject

ā­ļø Course Contents ā­ļø
āŒØļø (0:00:00) Introduction
āŒØļø (0:02:37) Switch Between Sections
āŒØļø (0:48:53) Header Content
āŒØļø (1:06:22) About Section
āŒØļø (1:42:34) Portfolios Section
āŒØļø (1:58:52) Blogs Section
āŒØļø (2:11:31) Contact Section
āŒØļø (2:44:09) Media Queries

šŸŽ‰ Thanks to our Champion and Sponsor supporters:
šŸ‘¾ Raymond Odero
šŸ‘¾ AgustĆ­n Kussrow
šŸ‘¾ aldo ferretti
šŸ‘¾ Otis Morgan
šŸ‘¾ DeezMaster

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

24 Comments

  1. You can see that he actually provides cover fire for the other guy to retreat, this also distracted the Russian soldiers, allowing the other Ukrainian soldier to safely escape, it is more than likely that the soldier who dies orders the other soldier to retreat, as the soldier begins to retreat simultaneously to when the other soldier provides cover fire before being hit, you can also see it looks like they briefly exchange communication less than 5 seconds prior. 3:10

  2. suggestion: i think the buttons should have a text so visitors dont have to click them and find out what they're for. plus i also want it to scroll through the different sections, meaning the different sections should be directly one after the other while scrolling AND if the user wants to quickly navigate to a section then he can use the buttons

  3. How would I make it where each blog post has its own page? Iā€™d rather put an excerpt on the main page because putting a whole article makes scrolling down the blog page a task

  4. Is there a simple way to have different transitions for each section? I've been messing around with the code a little but can't find a solution.

    Edit: I found a solution. Example:

    #contact.active {

    display: block;

    animation: contactAnim 1s ease-in-out;

    @keyframes contactAnim {

    0% {

    transform: scale(0);

    }

    100% {

    transform: scale(1);

    }

    }

    }

Leave A Reply

Please enter your comment!
Please enter your name here