diff --git a/src/app.html b/src/app.html index 612b251..4e56b9b 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@ - + diff --git a/src/lib/images/DeprivedLogo-NoBackground.png b/src/lib/images/DeprivedLogo-NoBackground.png new file mode 100644 index 0000000..79e330e Binary files /dev/null and b/src/lib/images/DeprivedLogo-NoBackground.png differ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d5603bb..f98d999 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -9,6 +9,7 @@ import { Parallax, ParallaxLayer, StickyLayer } from "svelte-parallax"; import { tick } from 'svelte' + import PreviewDeprivedLogo from "$lib/images/DeprivedLogo-NoBackground.png"; import BackgroundVideo from "$lib/videos/DeprivedDevMontage.gif" import Carousel from './comps/Carousel.svelte'; @@ -40,6 +41,12 @@ +Deprived devs + + + + +
Background video
diff --git a/static/images/icons/DeprivedLogo-NoBackground.png b/static/images/icons/DeprivedLogo-NoBackground.png new file mode 100644 index 0000000..79e330e Binary files /dev/null and b/static/images/icons/DeprivedLogo-NoBackground.png differ diff --git a/static/images/icons/DeprivedLogo-SkullI-Background.png b/static/images/icons/DeprivedLogo-SkullI-Background.png new file mode 100644 index 0000000..70bf86e Binary files /dev/null and b/static/images/icons/DeprivedLogo-SkullI-Background.png differ diff --git a/static/images/icons/DeprivedLogo-TransparentAndWhiteBackground.png b/static/images/icons/DeprivedLogo-TransparentAndWhiteBackground.png new file mode 100644 index 0000000..01476a5 Binary files /dev/null and b/static/images/icons/DeprivedLogo-TransparentAndWhiteBackground.png differ diff --git a/static/images/posts/folder-icons/cover.png b/static/images/icons/cover.png similarity index 100% rename from static/images/posts/folder-icons/cover.png rename to static/images/icons/cover.png