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

Getting Started Page #848

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8ce7a8b
initial getting started
jwcooper Jan 20, 2022
bdfadc7
styling of tab block content
jwcooper Jan 20, 2022
3f85abb
split out sections and add js for content
jwcooper Jan 20, 2022
2484aa7
clean up css and js and add more includes
jwcooper Jan 20, 2022
d9e126f
clean up mobile layout
jwcooper Jan 20, 2022
8ed2750
revert back to old get started link until content is filled in
jwcooper Jan 21, 2022
270bbfe
Initial content updates.
kattni Feb 3, 2022
c9323d0
Update _connecting, fill out _libraries.
kattni Feb 3, 2022
f422453
Current content for _installation
kattni Feb 4, 2022
99fbce1
Update esp32s3 devkits
prplz Jan 15, 2022
c2adfac
Add Waveshare RP2040-Zero board
CharString Jan 21, 2022
c1de7fa
Update adafruit_feather_rp2040.md
sctv Jan 24, 2022
d3c7898
Update adafruit_feather_rp2040.md
sctv Jan 25, 2022
7306da0
Update raspberry_pi_pico.md
sctv Jan 26, 2022
4fa644f
Add missing space
fabaff Jan 29, 2022
7abcdf6
Remove content
fabaff Jan 29, 2022
60b4f8c
Format as code
fabaff Jan 29, 2022
dd9bea5
Add link to shop
fabaff Jan 30, 2022
35b1810
Added my new TinyS3, FeatherS3 and ProS3
UnexpectedMaker Jan 29, 2022
d250065
Remove title
fabaff Jan 30, 2022
f055669
Add tutorial section
fabaff Jan 30, 2022
74bbf70
Add link to switching the bootloader instructions
fabaff Jan 30, 2022
f23cc56
Switch to unordered lists
fabaff Feb 1, 2022
2247cad
Content updates.
kattni Feb 4, 2022
c794239
Merge branch 'main' into getting-started
jwcooper Feb 11, 2022
aed6f17
fix ol sizing on start
jwcooper Feb 11, 2022
4ed9f7e
Merge branch 'main' into getting-started
makermelissa Feb 14, 2023
2b510a5
default to ruby 3.1.3
jwcooper Feb 14, 2023
683b7cf
update getting started links to new start page
jwcooper Feb 14, 2023
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
Prev Previous commit
update getting started links to new start page
jwcooper committed Feb 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 683b7cff4622bec05305a267e886ee069a23a3ec
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<a {% if current[1] == 'blinka' %}class="active" aria-current="page"{% endif %} href="{{ "/blinka" | relative_url }}">Blinka</a>
</div>
<div class="get-started">
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
<a href="{{ "/start" | relative_url }}">Get Started</a>
</div>
</nav>
</div>
2 changes: 1 addition & 1 deletion _includes/header_mobile.html
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<li><a {% if current[1] == 'awesome' %}class='active'{% endif %}
href="{{ "/awesome" | relative_url }}">Awesome</a></li>
<li><a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a></li>
<li><a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a></li>
<li><a href="{{ "/start" | relative_url }}">Get Started</a></li>
<li><a href="https://forums.adafruit.com/viewforum.php?f=60">Forums</a></li>
<li><a href="https://adafru.it/discord" aria-label="Discord"><i class="fab fa-discord"></i> Discord</a></li>
</ul>
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -176,7 +176,8 @@ <h2>Just the beginning...</h2>
concept. This makes CircuitPython better for you and everyone who uses it!
</p>
<p>
<a href="https://learn.adafruit.com/welcome-to-circuitpython" class="action-link include-gap">Get Started</a>
<a href="https://learn.adafruit.com/welcome-to-circuitpython"
class="action-link include-gap">Get Started</a>
</p>
</div>
</div>