This is the starter code for the Live Coding session. During the session, we will populate these files to build a Student Portfolio website featuring:
- Sparky Image
- Flexbox & Grid Layouts
index.html: Contains the basic HTML structure and font links.styles.css: Contains the CSS variables and basic reset.
- Click the green Code button at the top of this page.
- Select Download ZIP.
- Extract (Unzip) the downloaded file to a folder on your computer.
- Open your terminal (Command Prompt or PowerShell).
- Run the following command:
git clone https://github.com/gdg-pup-webdev/sj1-boilerplate.git
- Open this folder in VS Code.
- Right-click
index.htmland select "Open with Live Server". - Follow along with the speaker!