Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoyle2 committed Dec 24, 2024
1 parent 054f384 commit 7201eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/about/examples/example.astro
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import InlineCanvas from "../../../components/InlineCanvas.astro";
<SubSection id="images" title="Adding Images">

<p>
You can also add images with or without a caption. More info on formatting images is in the <a href="/about/docs#images"> Style guide & documentation</a>.
You can also add images with or without a caption. For info on where images should be saved at, see the <a href="/about/instructions/mechse#setup">setup page</a>. More info on formatting images is in the <a href="/about/docs#images"> Style guide & documentation</a>.
</p>
<Image src="/Solid_Mechanics/Bending-Figures/Geometry.png" width="4"> Add caption here if you want one </Image>
</SubSection>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/instructions/mechse.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import SubSubSection from "../../../components/SubSubSection.astro"
Mechref uses <a href="https://github.com/IllinoisRef/mechref" target="_blank" rel="noopener noreferrer">GitHub</a> as a version-control and collaboration platform. While the project's files are public, only those with access can edit them. To gain access, email Professor <a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">Matt West</a> ([email protected]) to be added as a collaborator. Once granted, use <a href="https://github.com/IllinoisRef/mechref/blob/main/README.md" target="_blank" rel="noopener noreferrer">this guide</a> to set up a local version of the website, allowing you to quickly make and visualize your changes before they are published online.
</SubSection>

<SubSection title="Setup your course">
<SubSection title="Setup your course" id="setup">
Before adding your page, decide on a name and abbreviation for your course. This abbreviation will be used in all links referring to your course's pages, e.g., the abbreviation for Solid Mechanics is "sol", therefore the link to the "Bending" page will be "/sol/bending". Ideally, the abbreviation should be short but distinct, and cannot contain any spaces or special characters. Here is a table with all existing courses and their abbreviated names:

<DisplayTable id="course-names">
Expand Down

0 comments on commit 7201eeb

Please sign in to comment.