Skip to content

Commit

Permalink
revamp coming soon page
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed May 20, 2024
1 parent 333f112 commit ea4b08c
Show file tree
Hide file tree
Showing 32 changed files with 297 additions and 70 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
Expand All @@ -13,6 +13,7 @@
"@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/lexend": "^5.0.18",
"@fontsource/merriweather": "^5.0.13",
"astro": "^4.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
Expand Down
Binary file added public/butterfly.mp4
Binary file not shown.
File renamed without changes
Binary file added public/images/forest.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/images/m4n-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/images/m4n-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/naturist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/CREAF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/CW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/Ciencias-Lisboa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/Dreamocracy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/ECSA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/Earthwatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/FLB-IAAC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/Forests-Of-The-World.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/IHE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/NIIA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/NILU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/NIOO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/NORDECO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/Tracasa-Global.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/ku_logo_uk_h-1 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/necu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/vito-logo_blue_1-1 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/vizzuality_logo-1 1.png
10 changes: 2 additions & 8 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import '@fontsource/lexend';
import '@fontsource/merriweather';
interface Props {
title: string;
Expand All @@ -24,13 +25,6 @@ const { title } = Astro.props;
</html>
<style is:global>
body {
background-image: url(/bg-mobile.svg);
@apply bg-blue-500 bg-cover bg-fixed bg-center bg-no-repeat font-sans text-white antialiased;
}

@media only screen and (min-width: 1023px) {
body {
background-image: url(/bg-desktop.svg);
}
@apply bg-white-900 text-base font-sans antialiased;
}
</style>
275 changes: 214 additions & 61 deletions src/pages/index.astro

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,56 @@ export default {
extend: {
fontSize: {
'2xs': '.65rem', // 10px
'xs': '.75rem', // 12px
'base': '.875rem', // 14px
'xl': '0.975rem', // 16px
'2xl': '1.5rem', // 24px
'3xl': '2rem' // 32px
},
colors: {
blue: {
950: '#243B4A',
},
lime: {
300: '#E4EA80',
},
green: {
900: '#237471',
},
'white-900': '#F7EEE0'
},
fontFamily: {
sans: ['Lexend', ...defaultTheme.fontFamily.sans],
serif: ['Merriweather', ...defaultTheme.fontFamily.serif],
},
backgroundImage: {
'forest': "url('/images/forest.jpeg')",
'm4n-logo': "url('/images/m4n-logo.svg')",
'm4n-logo-white': "url('/images/m4n-logo-white.svg')",
'naturist': "url('/images/naturist.png')",
'europe-flag': "url('/images/flag-of-europe.svg')",
'ciencias-lisboa': "url('/images/partners/Ciencias-Lisboa.png')",
'creaf': "url('/images/partners/CREAF.png')",
'cw': "url('/images/partners/CW.png')",
'dreamocracy': "url('/images/partners/Dreamocracy.png')",
'earthwatch': "url('/images/partners/Earthwatch.png')",
'flb-iaac': "url('/images/partners/FLB-IAAC.png')",
'tracasa-global': "url('/images/partners/Tracasa-Global.png')",
'forest-of-the-world': "url('/images/partners/Forests-Of-The-World.png')",
'ku': "url('/images/partners/ku_logo_uk_h-1 1.png')",
'niia': "url('/images/partners/NIIA.png')",
'nilu': "url('/images/partners/NILU.png')",
'nioo': "url('/images/partners/NIOO.png')",
'polski': "url('/images/partners/polski_alarm_smogowy_znak_kolor-1 1.png')",
'unep': "url('/images/partners/UNEPWCMC_Logo-Blue-2019-600x176 1.png')",
'vito': "url('/images/partners/vito-logo_blue_1-1 1.png')",
'vizzuality': "url('/images/partners/vizzuality_logo-1 1.png')",
'vms': "url('/images/partners/VWS_RIVM_Logo_online_ex_pos_en-1 1.png')",
'ihe': "url('/images/partners/IHE.png')",
'necu': "url('/images/partners/necu.png')",
'ecsa': "url('/images/partners/ECSA.png')",
'nordeco': "url('/images/partners/NORDECO.png')",
}
},
},
plugins: [],
Expand Down

0 comments on commit ea4b08c

Please sign in to comment.