Skip to content

Commit 1c455fb

Browse files
authored
feat: ✨ home page (#3)
* feat: ✨ coming soon page + publications page added * refactor: ♻️ update nav menu * refactor: ♻️ strip content for events and dataset page * feat: ✨ updated hero page * refactor: ♻️ update button theme * feat: ✨ update landing page * fix: 🐛 typescript type * feat: ✨ gradient background on landing text * feat: ✨ update to the hero text * fix: 🐛 mobile hero section
1 parent 11f97f1 commit 1c455fb

24 files changed

Lines changed: 655 additions & 169 deletions

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"framer-motion": "^8.0.2",
3939
"gray-matter": "^4.0.3",
4040
"html-react-parser": "^3.0.4",
41+
"motion": "^11.15.0",
4142
"next": "^13.0.2",
4243
"plaiceholder": "^2.5.0",
4344
"react": "^18.2.0",
4.3 KB
Loading
11.4 KB
Loading
2.68 KB
Loading

public/favicon/favicon-16x16.png

-667 Bytes
Loading

public/favicon/favicon-32x32.png

-262 Bytes
Loading

public/favicon/favicon.ico

320 Bytes
Binary file not shown.

public/favicon/site.webmanifest

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
{
2-
"name": "",
3-
"short_name": "",
4-
"icons": [
5-
{
6-
"src": "/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/android-chrome-512x512.png",
12-
"sizes": "512x512",
13-
"type": "image/png"
14-
}
15-
],
16-
"theme_color": "#ffffff",
17-
"background_color": "#ffffff",
18-
"display": "standalone"
19-
}
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

public/images/hero-image.jpg

2.05 MB
Loading

public/images/logo-regular.png

398 KB
Loading

0 commit comments

Comments
 (0)