diff --git a/public/background-f-000143-10.png b/public/background-f-000143-10.png deleted file mode 100644 index 8f85696..0000000 Binary files a/public/background-f-000143-10.png and /dev/null differ diff --git a/public/buildplate.webp b/public/buildplate.webp new file mode 100644 index 0000000..da59b8f Binary files /dev/null and b/public/buildplate.webp differ diff --git a/public/buildplate0.png b/public/buildplate0.png deleted file mode 100644 index 024255d..0000000 Binary files a/public/buildplate0.png and /dev/null differ diff --git a/public/data.webp b/public/data.webp new file mode 100644 index 0000000..8d09987 Binary files /dev/null and b/public/data.webp differ diff --git a/public/data0.png b/public/data0.png deleted file mode 100644 index 56200fb..0000000 Binary files a/public/data0.png and /dev/null differ diff --git a/public/icon0.svg b/public/facebook.svg similarity index 100% rename from public/icon0.svg rename to public/facebook.svg diff --git a/public/icon3.svg b/public/instagram.svg similarity index 100% rename from public/icon3.svg rename to public/instagram.svg diff --git a/public/landing.png b/public/landing.png new file mode 100644 index 0000000..b36e94a Binary files /dev/null and b/public/landing.png differ diff --git a/public/icon1.svg b/public/linkedin.svg similarity index 100% rename from public/icon1.svg rename to public/linkedin.svg diff --git a/public/open-science-palettematched0.png b/public/open-science-palettematched0.png deleted file mode 100644 index c7e1ab8..0000000 Binary files a/public/open-science-palettematched0.png and /dev/null differ diff --git a/public/openscience.webp b/public/openscience.webp new file mode 100644 index 0000000..046a0f5 Binary files /dev/null and b/public/openscience.webp differ diff --git a/public/readme.md b/public/readme.md deleted file mode 100644 index 2dbf495..0000000 --- a/public/readme.md +++ /dev/null @@ -1 +0,0 @@ -In this folder you can store your assets... \ No newline at end of file diff --git a/public/icon2.svg b/public/youtube.svg similarity index 100% rename from public/icon2.svg rename to public/youtube.svg diff --git a/src/LandingPage/InfoScroll.svelte b/src/LandingPage/InfoScroll.svelte index 980c7f1..4cd384c 100644 --- a/src/LandingPage/InfoScroll.svelte +++ b/src/LandingPage/InfoScroll.svelte @@ -5,7 +5,11 @@
- + An L-PBF buildplate after a successful print
Experts in L-PBF
@@ -37,7 +41,11 @@
- + A dashboard featuring L-PBF thermographic analyses
Data Driven Research
@@ -72,7 +80,11 @@
- + A render of the open science logo with a modified color palette
Open Science
diff --git a/src/LandingPage/LandingPage.scss b/src/LandingPage/LandingPage.scss index eddf978..ac6a3eb 100644 --- a/src/LandingPage/LandingPage.scss +++ b/src/LandingPage/LandingPage.scss @@ -14,7 +14,7 @@ .landing-zone { position: relative; - background-image: url("background-f-000143-10.png"); + background-image: url("landing.png"); background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/src/LandingPage/NavigationFooter.svelte b/src/LandingPage/NavigationFooter.svelte index 7eadb07..7b9616b 100644 --- a/src/LandingPage/NavigationFooter.svelte +++ b/src/LandingPage/NavigationFooter.svelte @@ -7,16 +7,32 @@