Add examples page - #164
Open
reniejoshi wants to merge 11 commits into
Open
Conversation
|
🌐 Preview URL: https://pr-164.frcsoftware.pages.dev |
Adrianamm
reviewed
Aug 25, 2026
Member
reniejoshi
force-pushed
the
add-examples-page
branch
from
September 1, 2026 02:18
9de3964 to
bb39e21
Compare
reniejoshi
marked this pull request as ready for review
September 1, 2026 04:17
Adrianamm
requested changes
Sep 1, 2026
Adrianamm
left a comment
Member
There was a problem hiding this comment.
Just one suggestion. It looks great!
Comment on lines
+57
to
+65
| <section class="examples-hero"> | ||
| <div class="examples-hero-copy"> | ||
| <p class="examples-eyebrow">Repository examples</p> | ||
| <p class="hero-copy"> | ||
| Don't be afraid to take inspiration from robot code that already solved hard programming problems. | ||
| This library collects code analysis and repositories so teams can study real examples, compare approaches, and build better code faster. | ||
| </p> | ||
| </div> | ||
| </section> |
Member
There was a problem hiding this comment.
Suggested change
| <section class="examples-hero"> | |
| <div class="examples-hero-copy"> | |
| <p class="examples-eyebrow">Repository examples</p> | |
| <p class="hero-copy"> | |
| Don't be afraid to take inspiration from robot code that already solved hard programming problems. | |
| This library collects code analysis and repositories so teams can study real examples, compare approaches, and build better code faster. | |
| </p> | |
| </div> | |
| </section> | |
| <p> | |
| Don't be afraid to take inspiration from robot code that already solved hard programming problems. | |
| This library collects code analysis and repositories so teams can study real examples, compare approaches, and build better code faster. | |
| </p> |
Member
There was a problem hiding this comment.
The rest of the website doesn't put the first paragraph in a box. So I think it helps the page match the rest better. I think that suggestion works?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Description
Creates the examples section featuring code analysis of three robot code repos. This section has a similar appearance and structure to the corresponding FRCDesign.org section.
Closes #89.
Meta
Merge checklist: