Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mini language, update domain name, add a yarn.lock file #5

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cosmicds.github.io/minids/annular-eclipse-2023/">
<meta property="og:url" content="https://projects.cosmicds.cfa.harvard.edu/annular-eclipse-2023/">
<meta property="og:title" content="Annular Eclipse 2023">
<meta property="og:description"
content="See the October 14, 2023 solar eclipse from multiple points of view.">
<meta property="og:site_name" content="Annular Eclipse 2023">
<meta property="og:image" content="https://cosmicds.github.io/minids/annular-eclipse-2023/preview.png">
<meta property="og:image:secure_url" content="https://cosmicds.github.io/minids/annular-eclipse-2023/preview.png">
<meta property="og:image" content="https://projects.cosmicds.cfa.harvard.edu/annular-eclipse-2023/preview.png">
<meta property="og:image:secure_url" content="https://projects.cosmicds.cfa.harvard.edu/annular-eclipse-2023/preview.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="596">
<meta property="og:image:height" content="886">
<meta property="og:image:alt" content="Story preview image">
<meta name="twitter:site" content="@CosmicDataStory">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@CosmicDataStory">
<meta name="twitter:image" content="https://cosmicds.github.io/minids/annular-eclipse-2023/preview.png">
<meta name="twitter:image" content="https://projects.cosmicds.cfa.harvard.edu/annular-eclipse-2023/preview.png">
<link rel="icon" href="https://projects.cosmicds.cfa.harvard.edu/cds-website/cosmicds-favicon.png">
<title>Annular Eclipse 2023</title>
</head>
Expand Down
16 changes: 8 additions & 8 deletions src/AnnularEclipse2023.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<div class="instructions-text" v-if="learnerPath=='Choose'">
<span class="description">
<p v-if="queryData">
<strong>{{ touchscreen ? "Tap" : "Click" }}</strong> <font-awesome-icon icon="play" size="l" class="bullet-icon"/> to "watch" the eclipse from the location shared in your link.
<strong>{{ touchscreen ? "Tap" : "Click" }}</strong> <font-awesome-icon icon="play" size="lg" class="bullet-icon"/> to "watch" the eclipse from the location shared in your link.
</p>
<p>
<strong>{{ touchscreen ? "Tap" : "Click" }}</strong> on the map to select any <span v-if="queryData">other</span> location and view the eclipse from there.
Expand Down Expand Up @@ -399,7 +399,7 @@
<v-card-text class="info-text no-bottom-border-radius">
<v-container id="user-guide">
<p style="font-size: calc(1.1 * var(--default-font-size))" class="mb-5">
This Mini Data Story allows you to display the October 14, 2023 Annular Eclipse from any location.
This Data Story allows you to display the October 14, 2023 Annular Eclipse from any location.
</p>
<v-row align="center">
<v-col cols="4">
Expand Down Expand Up @@ -607,10 +607,10 @@
<div id="text-credits">
<h3>Credits:</h3>

<p class="mt-2">This Mini Data Story is powered by WorldWide Telescope (WWT).</p>
<p class="mt-2">This Data Story is powered by WorldWide Telescope (WWT).</p>
<p class="my-3">Image of Sun is courtesy of NASA/SDO and the AIA, EVE, and HMI science teams.</p>

<h4><a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">CosmicDS</a> Mini Stories Team:</h4>
<h4><a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">CosmicDS</a> Team:</h4>

Pat Udomprasert<br>
Jon Carifio<br>
Expand Down Expand Up @@ -776,7 +776,7 @@
</div>

<div id="splash-screen-acknowledgements">
This Mini Data Story is 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>.
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>.

<div id="splash-screen-logos">
<credit-logos/>
Expand Down Expand Up @@ -3015,7 +3015,7 @@ export default defineComponent({
<style lang="less">
@font-face {
font-family: "Highway Gothic Narrow";
src: url("https://cosmicds.github.io/cds-website/fonts/HighwayGothicNarrow.ttf");
src: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/fonts/HighwayGothicNarrow.ttf");
}

:root {
Expand Down Expand Up @@ -3138,7 +3138,7 @@ body {
align-items: center;
justify-content: center;
.spinner {
background-image: url("https://cosmicds.github.io/cds-website/misc/lunar_loader.gif");
background-image: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/misc/lunar_loader.gif");
background-repeat: no-repeat;
background-size: contain;
width: 3rem;
Expand All @@ -3163,7 +3163,7 @@ body {
div {
margin: 0;
padding: 0;
background-image: url("https://cosmicds.github.io/cds-website/logos/wwt_globe_bg.png");
background-image: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/logos/wwt_globe_bg.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
Expand Down
Loading
Loading