Skip to content

Commit

Permalink
add Get Started button
Browse files Browse the repository at this point in the history
modeled from the button in the Solar Eclipse 2024 data story.
  • Loading branch information
heywooddogwood committed Dec 4, 2024
1 parent 22acc54 commit b8e652e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/AnnularEclipse2023.vue
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,20 @@
<p class="highlight"> Annular Eclipse </p>
</div>
</div>

<div>
<v-btn
class="splash-get-started"
@click="closeSplashScreen"
:color="accentColor"
:density="xSmallSize ? 'compact' : 'default'"
size="x-large"
variant="elevated"
rounded="lg"
>
Get Started
</v-btn>
</div>

<div id="splash-screen-acknowledgements">
Brought to you by <a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">Cosmic Data Stories</a> and <a href="https://www.worldwidetelescope.org/home/" target="_blank" rel="noopener noreferrer">WorldWide Telescope</a>.
Expand Down Expand Up @@ -3503,6 +3517,14 @@ body {

}

.splash-get-started {
border: 2px solid white;
font-size: calc(1.8 * var(--default-font-size));
margin-top: 5%;
margin-bottom: 2%;
font-weight: bold !important;
}

#splash-screen-guide {
margin-block: 1.5em;
font-size: min(5vw, 4vh);
Expand Down

0 comments on commit b8e652e

Please sign in to comment.