Skip to content

Commit a1d2e85

Browse files
committed
🚀
0 parents  commit a1d2e85

File tree

8 files changed

+152
-0
lines changed

8 files changed

+152
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# MyST build outputs
2+
_build

images/jupyter-book.webp

6.29 KB
Loading

images/jupyter.png

74.3 KB
Loading

images/mystmd.svg

Lines changed: 30 additions & 0 deletions
Loading

images/nasa-tops.webp

3.79 KB
Loading

images/nasa.webp

3.64 KB
Loading

index.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
title: Welcome to My Landing Page
3+
site:
4+
hide_outline: true
5+
hide_toc: true
6+
hide_title_block: true
7+
---
8+
9+
+++ { "kind": "split-image" }
10+
11+
Welcome
12+
13+
## Welcome to My Landing Page
14+
15+
Accelerating discovery through better scientific communication tools.
16+
17+
![](https://raw.githubusercontent.com/rowanc1/pics/refs/heads/main/banff-tall.png)
18+
19+
{button}`Documentation <https://mystmd.org/guide/website-landing-pages>`
20+
21+
+++ { "kind": "justified"}
22+
23+
Justified Block
24+
25+
## Ready to dive right in?
26+
27+
:::::{grid} 1 2 2 2
28+
::::{card}
29+
:url: https://next.juptyerbook.org
30+
:footer: Jupyter Book
31+
32+
:::{image} ./images/jupyter-book.webp
33+
:height: 256px
34+
:::
35+
36+
Jupyter Book Documentation
37+
::::
38+
39+
::::{card}
40+
:url: https://mystmd.org
41+
:footer: MyST Markdown
42+
43+
:::{image} ./images/mystmd.svg
44+
:height: 256px
45+
:::
46+
47+
MyST Documentation
48+
::::
49+
50+
:::::
51+
52+
+++ {"kind": "logo-cloud"}
53+
54+
Other projects you've heard of
55+
56+
::::{grid} 1 2 3 3
57+
58+
:::{figure} ./images/jupyter.png
59+
:height: 100px
60+
Jupyter
61+
:::
62+
63+
:::{figure} ./images/nasa-tops.webp
64+
:height: 100px
65+
NASA TOPS
66+
:::
67+
68+
:::{figure} ./images/nasa.webp
69+
:height: 100px
70+
NASA
71+
:::
72+
::::
73+
74+
{button}`Our Funders<#>`
75+
76+
+++ { "kind": "centered"}
77+
78+
## Heading 1
79+
80+
A wild caption appeared!
81+
82+
### Heading 2
83+
84+
{button}`Get started<#>` See more
85+
86+
[Learn more]()
87+
88+
+++ { "kind": "justified"}
89+
90+
A subtitle?
91+
92+
## Heading 1
93+
94+
A wild caption appeared!
95+
96+
### Heading 2
97+
98+
{button}`Get started<#>` This is a description.
99+
100+
[Learn more]()
101+
102+
+++ { "kind": "no-such-block" }
103+
104+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
105+
106+
+++ { "kind": "split-image" }
107+
108+
Uh oh, no image!

myst.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See docs at: https://mystmd.org/guide/frontmatter
2+
version: 1
3+
project:
4+
id: ee007168-b9a5-4dba-8823-1639a4aeb956
5+
title: Hello Landing Pages
6+
site:
7+
template: book-theme
8+
title: Hello Landing Pages
9+
options:
10+
favicon: favicon.ico
11+
logo: site_logo.png
12+
logo_text: Landing Pages

0 commit comments

Comments
 (0)