Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Foundations Update: Clarify GitHub account requirements for publishing private repos #28983

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundations/html_css/html-foundations/project-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The website will consist of a main index page which will have links to a few recipes. The website won't look very pretty by the time you've finished but it's important to keep in mind that this project is just to build your HTML chops; we will revisit this project in the future to style it up with CSS.

### Setting up your project's GitHub repository

Check failure on line 7 in foundations/html_css/html-foundations/project-recipes.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Required heading structure

foundations/html_css/html-foundations/project-recipes.md:7 TOP004/lesson-headings Required heading structure [Expected: ### Lesson overview; Actual: ### Setting up your project's GitHub repository] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP004.md

As mentioned in the [Introduction to Git lesson](https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/introduction-to-git), you'll want to organize all your projects like a portfolio and link them to GitHub so it can be seen by others.

Expand Down Expand Up @@ -103,7 +103,7 @@

<div class="lesson-note">

A GitHub paid account is required to publish a private repository.
A GitHub paid account is required to publish web projects from a private repository. Free accounts can only publish from public repositories.

</div>

Expand Down
Loading