Welcome to the Oasis workshop and congratulations on starting to learn about web development! Learning about the basic technologies used in this field will allow you to build your own personal projects, website, apps, etc. And it's fun!
While this will be an introduction, it will set you up to continue learning and growing in these skills.
- https://www.w3schools.com/whatis/whatis_html.asp
- https://www.w3schools.com/whatis/whatis_css.asp
- https://www.w3schools.com/whatis/whatis_js.asp
- Go to the Repl.it link in each folder and click Fork (may need to sign in).
- Repl.it is an online code editor. We will be writing our code there!
Well done finishing the workshop! You now have the necessary skills to create your own website from scratch! Soon, you will be able to create web applications using these skills. Moving forward, we would recommend the follow steps to continue developing and learning:
- Continue reading/following through the tutorials for HTML, CSS, and JavaScript on the W3Schools website: https://www.w3schools.com/
- This is probably the most beginner-friendly way to become much more accustomed to all three languages
- HTML Tutorial: https://www.w3schools.com/html/default.asp
- CSS Tutorial: https://www.w3schools.com/css/default.asp
- JavaScript Tutorial: https://www.w3schools.com/js/default.asp
- Continue developing pages; try making basic HTML pages, such as a home page for your site, to become more proficient with the syntax you learn from the aforementioned resource
- After you've got a solid grasp of HTML, CSS, and JavaScript
If you were not able to attend, don't worry! There are still many great ways to learn these languages of the web. We'd recommend checking out the resources listed in the Ultimate Oasis Starting Guide. Here we recommend some other great tutorials for growing in your knowledge. You can also still use the workshop files as a starting point for your coding. Good luck!