-
Notifications
You must be signed in to change notification settings - Fork 5
Add "Community & Resources" section to website #92
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
Open
krisjdev
wants to merge
2
commits into
main
Choose a base branch
from
docs/community-resources-section
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
2 commits
Select commit
Hold shift + click to select a range
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 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| --- | ||
| layout: default | ||
| title: "Community & Resources" | ||
| sub_title: Join our community, or check out some resources to help you with your next tapeout | ||
| header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg" | ||
| --- | ||
| <!-- {% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %} --> | ||
| {% include layouts/header/page-title.html %} | ||
|
|
||
| <div class="wrapper light-wrapper"> | ||
| <div class="container inner"> | ||
| <h3 class="section-title text-center mb-20">Community</h3> | ||
| <p class="text-center mb-40">Discussion forums for design questions and peer support.</p> | ||
| <div class="row text-center"> | ||
| <div class="col-md-6"> | ||
| <div class="box bg-white shadow p-30"> | ||
| <div class="icon mb-20"> | ||
| <i class="jam jam-messages-alt" style="font-size: 48px; color: #4f66d0;"></i> | ||
| </div> | ||
| <h4>Discord</h4> | ||
| <p class="mb-0">Join us on discord at <a href="/discord">wafer.space/discord</a></p> | ||
| </div> | ||
| </div> | ||
| <div class="col-md-6"> | ||
| <div class="box bg-white shadow p-30"> | ||
| <div class="icon mb-20"> | ||
| <i class="jam jam-messages-alt" style="font-size: 48px; color: #4f66d0;"></i> | ||
| </div> | ||
| <h4>Matrix</h4> | ||
| <p class="mb-0">We're also on Matrix at <a href="https://matrix.to/#/#gf180mcu:fossi-chat.org">#gf180mcu:fossi-chat.org</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="wrapper gray-wrapper"> | ||
| <div class="container inner"> | ||
| <h3 class="section-title text-center mb-20">Resources</h3> | ||
| <p class="text-center mb-40">Documentation and previously submitted designs.</p> | ||
| <div class="row align-items-center"> | ||
| <ul class="icon-list bullet-default"> | ||
| <li> | ||
| <i class="jam jam-cog"></i> | ||
| <a href="https://github.com/wafer-space/gf180mcu-project-template" target="_blank" rel="noopener"> | ||
| Project template | ||
| </a> | ||
| — start your design from a working example | ||
| </li> | ||
| <li> | ||
| <i class="jam jam-document"></i> | ||
| <a href="https://gf180mcu-pdk.readthedocs.io/" target="_blank" rel="noopener"> | ||
| PDK documentation | ||
| </a> | ||
| — GF180MCU process design kit reference | ||
| </li> | ||
| <li> | ||
| <i class="jam jam-microchip"></i> | ||
| <a href="https://mithro.github.io/gf180mcu-project-template/" target="_blank" rel="noopener"> | ||
| Slot specifications | ||
| </a> | ||
| — die dimensions, pad rings, and I/O details | ||
| </li> | ||
| <li> | ||
| <i class="jam jam-archive"></i> | ||
| <a href="https://github.com/wafer-space/ws-run1" target="_blank" rel="noopener"> | ||
| Run 1 repository | ||
| </a> | ||
| — list of publicly accessible projects with source code | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| {% include layouts/footer/footer-1.html %} | ||
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
Oops, something went wrong.
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.
Uncomment the navigation include to display the site menu.
The navigation include is commented out, which will prevent the site's main navigation menu from appearing on this page. Cross-referencing with other pages (e.g.,
help.html:9), the nav include should be active.🔧 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents