Skip to content

Updating to latest version#1

Open
vossitch wants to merge 315 commits intovossitch:mainfrom
TheOdinProject:main
Open

Updating to latest version#1
vossitch wants to merge 315 commits intovossitch:mainfrom
TheOdinProject:main

Conversation

@vossitch
Copy link
Copy Markdown
Owner

@vossitch vossitch commented Aug 7, 2024

No description provided.

thatblindgeye and others added 30 commits January 23, 2022 11:42
This is to avoid the wrong idea that flex-wrap without defined space of items it affects is working "incorrectly".
Remove a step of abstraction about cards "knowing" so the hint directly references defining space of cards.

Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
07 flex layout 2: add additional hint for cards requiring space
04 flex information: fix the solution to fit the self-check
Rather than tailoring contribution guides to the repo they reside in, I decided to make one that was more general and could be simply copy+pasted into each repo where necessary. This can require less upkeep when changes are made (simply copy+paste across all repos rather than needing to comb through and copy+paste only specific sections that were updated). Tailored instructions will be added later, such as instructions for running TOP locally, lesson writing guide (TBA), etc.
ojuliocode and others added 30 commits February 28, 2024 12:37
flex/03-flex-header-2: fixed links not leading to desired URL
… to card class in solution.css (#501)

* Add gap to container instead of adding margin to card

* Increasing gap to 32px

* Increase padding in container class
README: add more info about git workflow and not to open PR
Since commit 65b831b changed `container`'s padding,
the instruction of padding in `README.md` should be changed as well.
Since commit 061fe0a replaced the margin with gap in solution.css, the margin should be deleted in style.css as well.
02-margin-and-padding-2: Updated solution.css and desired-outcome.png to solve Issue#545
Child combinator is not considered as a descendant combinator, therefore it should not be listed as a possible combinator.
Update desired-outcome.png to match solution code.

Close #570
#566)

Signed-off-by: Namit Arjaria <namitarjaria25@gmail.com>
Original repo structure was prone to people forgetting exactly what was instructed, leading
them to do the wrong exercises (especially when they have momentum from studying).

The new structure puts exercises in groups (based around their respective lesson assignments) which are in turn placed in course folders. More intuitive organisation.
Not all rows would grow taller on narrowing.
README previously said all possible solutions were provided which is inaccurate and not desirable either.
This is not the 'final' exercise for CSS Foundations, as README suggests.
Because '01-margin-and-padding-1' and '02-margin-and-padding-2' are the
last exercises for CSS Foundations, this README's wording needs to be
updated for accuracy.
01-cascade-fix: Fix typo in README
Placeholder comment was added to intro exercise 4 but not the others
Some content was changed in a previous PR but missed some stuff, leaving some confusing instructions and comments in.
Stale since curriculum was previously updated to recommend Live Preview over Live Server.
Pixel matching not the point of the exercise
1. ESLint not installed as a dependency
1. Would therefore only be useful for IDE ESLint extensions, and it's a
   legacy config format anyway which may not work in current/future
   versions
1. Not sure how ESLint is valuable here anyway, given 99% of exercises
   contain no JS (only 2 exercises right now, unlikely to be many more
   in the future) and what JS does exist is extremely minimal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.