Skip to content

Commit 7a7a458

Browse files
committed
add links
1 parent d3c2cb5 commit 7a7a458

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ yarn install
2222
npm run deploy
2323
```
2424

25+
Then, to view the webpage, do
26+
27+
```console
28+
npm run preview
29+
```
30+
31+
and open `http://localhost:4173/` in your browser.
32+
2533
## How the website was set up
2634

2735
Uses https://github.com/thieryw/gitlanding (v2) React components

src/App.tsx

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import mesaBib from "./assets/txt/mesa.bib.txt";
1717
/*import mesaIconPng from "./assets/img/mesa-favicon.png";*/
1818
import mesaLogoPng from "./assets/img/mesa-logo.png";
1919
import mesaMp4 from "./assets/videos/mesa1.mp4";
20+
import mesaPng from "./assets/img/mesa-favicon.png";
21+
import sdkPng from "./assets/img/sdk.png";
2022
import githubPng from "./assets/img/github.png";
2123
import readthedocsPng from "./assets/img/readthedocs.png";
2224
import 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
}}

src/assets/img/sdk.png

4.91 KB
Loading

0 commit comments

Comments
 (0)