💯Web 2 Starter Project Challenges
Challenge 1: Content
README.md
fileWhat is this?
How do I use it?
Citations
index.html
filerequired boilerplate for HTML document
SVG favicons
<!-- Favicons -->
<link rel="icon" href="/favicons" sizes="32x32">
<link rel="icon" href="/favicons/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
Stylesheets
Your styles in `styles.css`
Scripts
script.js
filedefer
attribute
# Challenge 2: Design
Challenge 3: Code
Challenge 4: Process
Remove “Deploy with Netlify” button from
README.md
README.md
file edited with your-own-content e.g. name, citations, notes, links, or any relevant information
Challenge 5: Deployment
Provide URL to your project repo stored on GitHub
Example: https://github.com/YourUserName/RepoName
Provide URL to your project website deployed via Netflify
Example: https://YourAppName.netlify.com
Last updated