Skip to content

Commit 1448eef

Browse files
committed
website homepage: add tabs
1 parent 1299ff4 commit 1448eef

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

docs/.vitepress/config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ export default defineConfig({
1515
logo: "/icon-full.png",
1616
nav: [
1717
{ text: "Home", link: "/" },
18-
{ text: "NERSC", link: "/nersc/login" },
19-
{ text: "Guides", link: "/guides/data" },
18+
{ text: "News", link: "/news" },
19+
{ text: "User's Guide", link: "/guides/data" },
20+
{ text: "At NERSC", link: "/nersc/login" },
21+
{ text: "Gallery", link: "/gallery/" },
2022
],
2123

2224
sidebar: {

docs/gallery/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
## Aerosols in E3SMv2 on the ne30pg2 grid
4+
5+
## EAMxx-MAMxx sample output on the ultra-low-resolution ne4pg2 grid
6+
7+
## SCREAM output on the 3.5~km (ne1024) grid

docs/gallery/news.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ features:
3434
src: /logos/paraview_trame_python.png
3535
width: 180px
3636
details:
37-
User Interfaces (UI) based on Python and trame provide
37+
User Interfaces (UIs) based on Python and trame provide
3838
intuitive access to ParaView's powerful analysis and visualization
3939
capabilities without requiring a steep learning curve.
4040
link: https://www.paraview.org/

0 commit comments

Comments
 (0)