Skip to content

Commit 98aace5

Browse files
author
sbmsr
committed
readme update
1 parent ec8d5ac commit 98aace5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44

55
This is a landing page written in HTML/CSS/JS. Your job is to fix these issues:
66

7-
1. Nav Buttons Don't Work (Desktop & Mobile)
8-
1. Desktop Nav Is Visible on Mobile
9-
1. Invert Banner Image Colors
10-
1. Tiles Need to be 2x2 CSS Grid
11-
1. Improve Errors on Signup Form Validation
7+
1. [Nav Buttons Don't Work](https://github.com/developer-job-simulation/vanilla-landing-page/issues/1)
8+
1. [Desktop Nav Is Visible on Mobile](https://github.com/developer-job-simulation/vanilla-landing-page/issues/2)
9+
1. [Invert Banner Image Colors](https://github.com/developer-job-simulation/vanilla-landing-page/issues/3)
10+
1. [Tiles Need to be 2x2 CSS Grid](https://github.com/developer-job-simulation/vanilla-landing-page/issues/4)
11+
1. [Improve Errors on Signup Form Validation](https://github.com/developer-job-simulation/vanilla-landing-page/issues/5)
1212

1313
## Learning Objectives
1414

1515
You will learn and gain experience with:
1616

17-
- Linking to Page Elements
18-
- Mobile Responsive Design
19-
- CSS Filters
20-
- CSS Grid
21-
- Stateful Form Validation
17+
- [Linking to Page Elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a)
18+
- [Mobile Responsive Design](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design)
19+
- [CSS Filters](https://developer.mozilla.org/en-US/docs/Web/CSS/filter)
20+
- [CSS Grid](https://developer.mozilla.org/en-US/docs/Web/CSS/grid)
21+
- [Clientside Form Validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
2222
- Navigating a Large, Messy CSS File
2323

2424
## How to start working
2525

2626
1. Fork this repo and clone it locally.
2727
1. Open index.html in your browser to see the current state of the project.
28-
1. Fix all the issues (hints are provided as TODO comments in the code)
28+
1. Fix all the issues (some hints are provided as TODO comments in the code)
2929
1. Once all your solutions are complete, create a single Pull Request to this repository
3030
1. Check if your solutions passes our automated tests.
3131

0 commit comments

Comments
 (0)