Add CosmicDS to educators page and add link under interactives.

This commit is contained in:
Carifio24 2024-09-06 17:27:51 -04:00
Родитель ab1b3accd1
Коммит 72c98a3375
3 изменённых файлов: 20 добавлений и 4 удалений

Просмотреть файл

@ -58,6 +58,8 @@ The WWT ecosystem includes a [Windows application][windows-client], an
<b>Interested in the Moon?</b> Explore five different lunar imagesets using WWT.
{% end %}
For more astronomical interactives powered by WWT, check out <a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">Cosmic Data Stories</a>.
</section>

Просмотреть файл

@ -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, its effective!
But you dont 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/") }}
<section class="flex-buttons">
{{ bigbutton(text="CosmicDS homepage", url="https://www.cosmicds.cfa.harvard.edu/") }}
{{ bigbutton(text="WWTA homepage", url="https://wwtambassadors.org/") }}
</section>
Heres a video overview of the WWTA [ThinkSpace Seasons Lab][thinkspace-seasons]:

Просмотреть файл

@ -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;
}