@@ -17,6 +17,8 @@ import mesaBib from "./assets/txt/mesa.bib.txt";
1717/*import mesaIconPng from "./assets/img/mesa-favicon.png";*/
1818import mesaLogoPng from "./assets/img/mesa-logo.png" ;
1919import mesaMp4 from "./assets/videos/mesa1.mp4" ;
20+ import mesaPng from "./assets/img/mesa-favicon.png" ;
21+ import sdkPng from "./assets/img/sdk.png" ;
2022import githubPng from "./assets/img/github.png" ;
2123import readthedocsPng from "./assets/img/readthedocs.png" ;
2224import zenodoPng from "./assets/img/zenodo.png" ;
@@ -141,10 +143,28 @@ function Body() {
141143 < GlCards >
142144 {
143145 < >
146+ < GlLogoCard
147+ title = "MESA"
148+ paragraph = { `Latest MESA release version` }
149+ buttonLabel = "Get MESA"
150+ link = { {
151+ href : "https://zenodo.org/records/13353788"
152+ } }
153+ iconUrls = { [ mesaPng ] }
154+ />
155+ < GlLogoCard
156+ title = "MESA SDK"
157+ paragraph = { `MESA Software Development Kit` }
158+ buttonLabel = "Get MESA SDK"
159+ link = { {
160+ href : "http://user.astro.wisc.edu/~townsend/static.php?ref=mesasdk"
161+ } }
162+ iconUrls = { [ sdkPng ] }
163+ />
144164 < GlLogoCard
145165 title = "Code Repository"
146166 paragraph = { `Source code hosted on GitHub` }
147- buttonLabel = "Check out the code"
167+ buttonLabel = "Check out source code"
148168 link = { {
149169 href : "https://github.com/MESAHub/mesa"
150170 } }
@@ -209,7 +229,7 @@ function Body() {
209229 < GlLogoCard
210230 title = "MESA-web"
211231 paragraph = { `Web interface to run MESA experiments` }
212- buttonLabel = "Try out MESA-web"
232+ buttonLabel = "Try MESA-web"
213233 link = { {
214234 href : "http://user.astro.wisc.edu/~townsend/static.php?ref=mesa-web-submit"
215235 } }
0 commit comments