diff --git a/content/home.md b/content/home.md index 8270ef0..d6624b6 100644 --- a/content/home.md +++ b/content/home.md @@ -58,6 +58,8 @@ The WWT ecosystem includes a [Windows application][windows-client], an Interested in the Moon? Explore five different lunar imagesets using WWT. {% end %} +For more astronomical interactives powered by WWT, check out Cosmic Data Stories. + diff --git a/content/use/educators.md b/content/use/educators.md index 3ddbe5a..8bb8900 100644 --- a/content/use/educators.md +++ b/content/use/educators.md @@ -10,14 +10,21 @@ titlebox_class = "background-19023" WorldWide Telescope empowers learners of all ages to explore the universe interactively and in three dimensions. Not only is this cool, it’s effective! But you don’t have to take our word for it — check out the materials and -research of the [WWT Ambassadors][ambassadors] (WWTA) program, an effort based -at the [Center for Astrophysics | Harvard & Smithsonian][cfa] that uses WWT to -transform classroom astronomy education: +research of the [Cosmic Data Stories][cosmicds] (CosmicDS) and [WWT Ambassadors][ambassadors] +(WWTA) programs. These are both efforts based at the [Center for Astrophysics | Harvard & Smithsonian][cfa] +that use WWT to transform classroom astronomy education: +[cosmicds]: https://www.cosmicds.cfa.harvard.edu/ [ambassadors]: https://wwtambassadors.org/ [cfa]: https://www.cfa.harvard.edu/ -{{ bigbutton(text="Go to the WWTA homepage", url="https://wwtambassadors.org/") }} +
+ +{{ bigbutton(text="CosmicDS homepage", url="https://www.cosmicds.cfa.harvard.edu/") }} + +{{ bigbutton(text="WWTA homepage", url="https://wwtambassadors.org/") }} + +
Here’s a video overview of the WWTA [ThinkSpace Seasons Lab][thinkspace-seasons]: diff --git a/sass/_content.scss b/sass/_content.scss index 30945c7..b631009 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -219,3 +219,10 @@ a { outline: none; } } + +// Flex container for the educator page buttons +.flex-buttons { + display: flex; + flex-direction: row; + justify-content: space-evenly; +}