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

Add the bootcamp to the beginner canned message #109

Merged
merged 1 commit into from
Nov 1, 2024
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
15 changes: 6 additions & 9 deletions conf.py
Original file line number Diff line number Diff line change
@@ -53,18 +53,15 @@
'we encourage you to use the "Request a Code Review" feature on the website!'
),
"beginner": (
"👋🏼 Hello! We are happy to have you here. "
"Exercism is best suited for people who have some experience in programming. "
"If you are completely new to the topic, exercism might be very challenging. "
"There are many great free resources online, that can kickstart your journey in "
"computer science.\n"
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great "
"for a wide understanding.\n"
"👋🏼 Hello!\n"
"Exercism is designed for people who have some experience in programming. "
"If you are new to coding, we recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org\n\n"
"There are many other great resources online, that can kickstart your journey in computer science.\n"
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great for a wide understanding.\n"
"* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course "
"which will teach you Python using their browser-based environment.\n"
"* For a focus on web development, try [The Odin Projects](http://theodinproject.com). "
"It is a long-term commitment that will guide you to through some projects and "
"will leave you with a nice portfolio by the end.\n"
"It is a long-term commitment that will guide you to through some projects and will leave you with a nice portfolio by the end.\n"
"* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource."
),
"howto-ask": (
Loading