All Tracks/build a personal portfolio webpage project/
Đang tải...
Hướng dẫn thử thách
1 / 1

Build a Personal Portfolio Webpage

**Objective:** Build an app that is functionally similar to <a href="https://personal-portfolio.freecodecamp.rocks" target="_blank" rel="noopener noreferrer nofollow">https://personal-portfolio.freecodecamp.rocks</a>. **Do not copy this demo project**. **User Stories:** 1. Your portfolio should have a welcome section with an `id` of `welcome-section` 1. The welcome section should have an `h1` element that contains text 1. Your portfolio should have a projects section with an `id` of `projects` 1. The projects section should contain at least one element with a `class` of `project-tile` to hold a project 1. The projects section should contain at least one link to a project 1. Your portfolio should have a navbar with an id of `navbar` 1. The navbar should contain at least one link that you can click on to navigate to different sections of the page 1. Your portfolio should have a link with an id of `profile-link`, which opens your GitHub or freeCodeCamp profile in a new tab 1. Your portfolio should have at least one media query 1. The height of the welcome section should be equal to the height of the viewport 1. The navbar should always be at the top of the viewport Fulfill the user stories and pass all the tests below to complete this project. Give it your own personal style. Happy Coding! **Note:** Be sure to add `<link rel="stylesheet" href="styles.css">` in your HTML to link your stylesheet and apply your CSS
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.sh
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.