Skip to content

Commit

Permalink
Merge pull request #2480 from eurodatacube/science_hub
Browse files Browse the repository at this point in the history
added news section for science hub challenge
  • Loading branch information
santilland authored Feb 8, 2024
2 parents 3cd13d7 + 517a68d commit 084d212
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions app/src/components/ThemesLandingPage/StoriesNews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@
style="max-width: 1400px;"
>
<h3 class="mb-10" :class="[headingClass]">News</h3>
<v-row>
<v-col>
<h3>
2024-02-08: Challenge announcement!!
</h3>
<h4>
Unveil the secrets of Earth’s Dynamic Systems: Join the Open Challenge!
</h4>
<p>
Only 20 spots available! Register before 15 February! Go to <a href="https://eo4society.esa.int/event/sciencehubchallengefeb2024/" target="_blank" >
https://eo4society.esa.int/event/sciencehubchallengefeb2024/
</a> for more information.
</p>
<div style="width: 100%; text-align: center;">
<a href="https://eo4society.esa.int/event/sciencehubchallengefeb2024/" target="_blank">
<img
:src="`${publicPath}data/trilateral/Science-Hub_Challenge-240202_v2.jpg`"
style="max-width: 100%; max-height: 500px;"
/>
</a>
</div>
</v-col>
</v-row>
<v-row>
<v-col>
<h3>
Expand Down Expand Up @@ -38,6 +61,9 @@ export default {
default: return 'text-h2';
}
},
publicPath() {
return process.env.BASE_URL;
},
},
};
</script>

0 comments on commit 084d212

Please sign in to comment.