File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import readthedocsPng from "./assets/img/readthedocs.png";
1919import zenodoPng from "./assets/img/zenodo.png" ;
2020import mailmanPng from "./assets/img/mailman.png" ;
2121import pythonPng from "./assets/img/python.png" ;
22+ import webPng from "./assets/img/web.png" ;
23+ import schoolPng from "./assets/img/school.png" ;
2224import { OnyxiaUi } from "theme" ;
2325
2426export function App ( ) {
@@ -110,7 +112,7 @@ function Body() {
110112 {
111113 < >
112114 < GlLogoCard
113- title = "Code repository "
115+ title = "Code Repository "
114116 paragraph = { `Source code hosted on GitHub` }
115117 buttonLabel = "Check out the code"
116118 link = { {
@@ -165,6 +167,24 @@ function Body() {
165167 } }
166168 iconUrls = { [ pythonPng ] }
167169 />
170+ < GlLogoCard
171+ title = "MESA Summer Schools"
172+ paragraph = { `Materials from past MESA workshops and how to host your own` }
173+ buttonLabel = "Check out MESA Summer Schools"
174+ link = { {
175+ href : "https://docs.mesastar.org/en/24.08.1/summer_schools.html"
176+ } }
177+ iconUrls = { [ schoolPng ] }
178+ />
179+ < GlLogoCard
180+ title = "MESA-web"
181+ paragraph = { `Web interface to run MESA experiments` }
182+ buttonLabel = "Try out MESA-web"
183+ link = { {
184+ href : "http://user.astro.wisc.edu/~townsend/static.php?ref=mesa-web-submit"
185+ } }
186+ iconUrls = { [ webPng ] }
187+ />
168188 </ >
169189 }
170190 </ GlCards >
You can’t perform that action at this time.
0 commit comments