-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create OSF website LWU #5
Open
dhzdhd
wants to merge
7
commits into
main
Choose a base branch
from
feat/website-lwu
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7f26f2f
Add base website lwu structure
dhzdhd da5b6d9
Add html and css links
dhzdhd 481b0bf
Add Task 1 for HTML-CSS
Crimson-Blade 130e958
Add website LWU and update HTML-CSS LWU
dhzdhd 445678f
Update LWU
dhzdhd 0215540
Update web LWU's
dhzdhd 0b2972a
Add info about newly added docs
dhzdhd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# HTML and CSS LWU | ||
|
||
This is a LWU module and is not specific to any project. | ||
|
||
### Prerequisites | ||
|
||
- An editor | ||
- [Visual Studio Code](https://code.visualstudio.com/) (recommended) | ||
- [Webstorm](https://www.jetbrains.com/webstorm/) | ||
- [Neovim](https://neovim.io/) | ||
- [Emacs](https://www.gnu.org/software/emacs/) | ||
- etc | ||
- A web browser | ||
- Consider using web browsers that use different engines like | ||
- Chrome (and other browsers that are Chromium based) + Firefox | ||
- Safari + Chrome + Firefox for MacOS | ||
- A development or nightly version of the browser can be used for extra features | ||
|
||
### Roadmap | ||
|
||
You are expected to complete the following | ||
|
||
- Articles | ||
- [A fun, interactive and concise course on HTML and CSS](https://www.internetingishard.com/html-and-css/) | ||
|
||
Or | ||
|
||
- MDN web tutorials for [HTML](https://developer.mozilla.org/en-US/docs/Learn/HTML) and [CSS](https://developer.mozilla.org/en-US/docs/Learn/CSS) | ||
|
||
Or | ||
|
||
- [Tutorials from Google Chrome DevRel a.k.a web.dev](https://web.dev/learn/) | ||
|
||
### End assessment | ||
|
||
- Do the given assignment - [Odin Project assignment](https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-sign-up-form) | ||
- Add an image of your choice in the folder as well. | ||
- Upload the results on [CodePen](https://codepen.io/) or any other such site and send the links on the Discord LWU forum post | ||
|
||
--- | ||
|
||
### Documentation ( For Reference ) | ||
|
||
- [MDN web docs](https://developer.mozilla.org/en-US/) | ||
- [HTML specification](https://html.spec.whatwg.org/multipage/) | ||
- [CSS specification](https://www.w3.org/Style/CSS/specs.en.html) | ||
|
||
### Cheatsheets | ||
|
||
- [HTML cheatsheet](https://www.hostinger.com/tutorials/html-cheat-sheet) | ||
- [CSS cheatsheet](https://www.hostinger.com/tutorials/css-cheat-sheet) | ||
|
||
### Extra Reading | ||
|
||
- [Information about web accessibility](https://a11y-style-guide.com/style-guide/section-resources.html) | ||
- [CSS Tricks articles](https://css-tricks.com/) | ||
- [Web security info](https://cheatsheetseries.owasp.org/index.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# JS and TS LWU | ||
|
||
This is a LWU module and is not specific to any project. | ||
|
||
### Prerequisites | ||
|
||
- An editor | ||
- [Visual Studio Code](https://code.visualstudio.com/) (recommended) | ||
- [Webstorm](https://www.jetbrains.com/webstorm/) | ||
- [Neovim](https://neovim.io/) | ||
- [Emacs](https://www.gnu.org/software/emacs/) | ||
- etc | ||
|
||
### Roadmap | ||
|
||
You are expected to complete the following | ||
|
||
- JS | ||
- [JavaScript.info](https://javascript.info/) | ||
|
||
Or | ||
|
||
- MDN web tutorials for [JS](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Youtube videos or courses would be better |
||
- If you prefer books, [Eloquent JS](http://eloquentjavascript.net/) | ||
- TS | ||
- [TypeScript handbook](https://www.typescriptlang.org/docs/handbook/intro.html) | ||
|
||
### End assessment | ||
|
||
- Complete the given assignment - [Odin Project Assignment](https://www.theodinproject.com/lessons/node-path-javascript-todo-list) | ||
- Upload the results on [CodePen](https://codepen.io/) or any other such site and send the links on the Discord LWU forum post | ||
|
||
--- | ||
|
||
### Documentation ( For Reference ) | ||
|
||
- [MDN web docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | ||
- [JS specification](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/) | ||
- [TS docs](https://www.typescriptlang.org/docs/) | ||
|
||
### Cheatsheets | ||
|
||
- [Sort of a cheatsheet](https://learnxinyminutes.com/docs/javascript/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# React LWU | ||
|
||
This is a LWU module and is not specific to any project. | ||
|
||
### Prerequisites | ||
|
||
- HTML-CSS LWU | ||
- JS-TS LWU | ||
|
||
### Roadmap | ||
|
||
You are expected to complete the following | ||
|
||
- [React Beta docs](https://beta.reactjs.org/learn) | ||
|
||
--- | ||
|
||
### Documentation ( For Reference ) | ||
|
||
- [React Beta API reference](https://beta.reactjs.org/reference/react) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# OSF Website LWU | ||
|
||
This LWU will get you up and ready to contribute to the OSF website. | ||
As the project consists of the frontend, backend and a bit of devops, you can choose any/all of the three. | ||
|
||
### Prerequisites | ||
|
||
- Frontend | ||
- HTML-CSS LWU | ||
- JS-TS LWU | ||
- React LWU | ||
- Backend | ||
- JS-TS LWU | ||
- DevOps | ||
- Nothing | ||
|
||
### Roadmap | ||
|
||
- Frontend | ||
- [Next.JS](https://nextjs.org/learn/foundations/about-nextjs?utm_source=next-site&utm_medium=homepage-cta&utm_campaign=next-website) | ||
- [TailwindCSS](https://tailwindcss.com/docs/installation) | ||
- Backend | ||
- [MongoDB](https://learn.mongodb.com/learn/learning-path/introduction-to-mongodb) | ||
- [About headless CMS](https://www.contentful.com/r/knowledgebase/what-is-headless-cms/) | ||
- [About PayloadCMS](https://payloadcms.com/docs/getting-started/what-is-payload) | ||
- DevOps | ||
- [Docker](https://docs.docker.com/get-started/) | ||
|
||
### End assessment | ||
|
||
- Work on any issue present on the repository | ||
- Please read the WEBSITE_CONFIG.md document and CMS_CONFIG.md (for backend) to setup the website locally | ||
|
||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too vague and open ended. The site is HUGE