Skip to content

Commit

Permalink
Fix scroll-x bug and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caldas committed Feb 24, 2022
1 parent 641f45b commit de62d94
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- updated Next.js from 10.0.0 to 12.0.10
- fixed scroll-x added by the layout container, adjust README
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![Web Developer Path Logo](/images-web-dev-path/web-dev-path-logo.png)
![Web Developer Path header](/images-readme/header-readme.png)

<br />

# Web Developer Path

Expand All @@ -12,15 +14,18 @@ If you are an experienced and a patient-lovely developer, a true rockstar who wa

<br />

# Slack
## How to get started?

Reach out on [our channel](https://join.slack.com/t/webdevpath/shared_invite/zt-xqqgwwo5-a09BSVWC9ZrHmS6RaMBzVw)!
Just reach out on [slack](https://join.slack.com/t/webdevpath/shared_invite/zt-xqqgwwo5-a09BSVWC9ZrHmS6RaMBzVw)!
There is where we get together and learn from each other. Once on our channel, someone will help you out, we've got you.

<br />

# Quickstart
## Quickstart

To run this project locally do the following steps:
After talking to us on Slack and deciding this project is your "cup of tea", you'll be added to the project as a collaborator. That's when you'll have be able to get your Pull requests reviewed and merged.

This is how to get started locally:

- [Git clone this repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
- Run `npm install`
Expand All @@ -29,25 +34,20 @@ To run this project locally do the following steps:

<br />

# What if I don't know what to do after cloning the repo?

Just reach out on [slack](https://join.slack.com/t/webdevpath/shared_invite/zt-xqqgwwo5-a09BSVWC9ZrHmS6RaMBzVw)! Someone will help you out, we've got you.

<br />

# Resources
## Resources

Here you will find content and resources related to courses and practical steps to land your first job as a web developer.

## Courses and Certifications

- **Git**
- **Git and GitHub**

- [Git Official Basics](https://git-scm.com/book/en/v2)
- [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
- [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
- [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
- [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
- [How to review a PR](https://www.youtube.com/watch?v=lSnbOtw4izI&t=187s)

* **Harvard**

Expand All @@ -64,6 +64,7 @@ Here you will find content and resources related to courses and practical steps
- _**React**_
- [React Handbook for Beginners](https://www.freecodecamp.org/news/react-beginner-handbook/)
- [React Functional Components, Props, and JSX – React.js Tutorial for Beginners](https://www.freecodecamp.org/news/react-components-jsx-props-for-beginners/)
- [Next.js crash course series](https://www.youtube.com/watch?v=A63UxsQsEbU)

* **PHP**

Expand Down
Binary file added images-readme/header-readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images-web-dev-path/pr-example.png
Binary file not shown.
Binary file removed images-web-dev-path/web-dev-path-logo.png
Binary file not shown.
7 changes: 0 additions & 7 deletions styles/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@

.container {
min-height: 100vh;
padding: 0 0.5rem;
width: 100%;
margin: 0 auto;
}

.main {
padding: 3rem 0;
}

@media (min-width: $desktop-breakpoint) {
.container {
width: 80%;
}
}
2 changes: 0 additions & 2 deletions styles/TwoColumn.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
@use './mixins' as *;

.container {
width: 100vw;
margin: 0 calc(50% - 50vw);
background-color: #8cd5e8;

.inner {
Expand Down

0 comments on commit de62d94

Please sign in to comment.