added better logo
This commit is contained in:
parent
6bb351e2bd
commit
02cabb05ad
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en" data-theme="Synthwave" style="overflow-x: hidden;">
|
<html lang="en" data-theme="Synthwave" style="overflow-x: hidden;">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" href="%sveltekit.assets%/images/icons/DeprivedLogo-TransparentAndWhiteBackground.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<!-- Change theme for site here -->
|
<!-- Change theme for site here -->
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -9,6 +9,7 @@
|
||||||
import { Parallax, ParallaxLayer, StickyLayer } from "svelte-parallax";
|
import { Parallax, ParallaxLayer, StickyLayer } from "svelte-parallax";
|
||||||
import { tick } from 'svelte'
|
import { tick } from 'svelte'
|
||||||
|
|
||||||
|
import PreviewDeprivedLogo from "$lib/images/DeprivedLogo-NoBackground.png";
|
||||||
|
|
||||||
import BackgroundVideo from "$lib/videos/DeprivedDevMontage.gif"
|
import BackgroundVideo from "$lib/videos/DeprivedDevMontage.gif"
|
||||||
import Carousel from './comps/Carousel.svelte';
|
import Carousel from './comps/Carousel.svelte';
|
||||||
|
@ -40,6 +41,12 @@
|
||||||
<!-- Detect mobile -->
|
<!-- Detect mobile -->
|
||||||
<MediaQuery query='(max-width: {mobileThreshold})' bind:matches={mobile} />
|
<MediaQuery query='(max-width: {mobileThreshold})' bind:matches={mobile} />
|
||||||
|
|
||||||
|
<title>Deprived devs</title>
|
||||||
|
<meta content="We are the deprived devs" property="og:title" />
|
||||||
|
<meta content="We collaborate to create game, and hopefully more in the future! Wanna join? Hit us up." property="og:description" />
|
||||||
|
<meta content={PreviewDeprivedLogo} property="og:image" />
|
||||||
|
<meta content="#bdd6ee" data-react-helmet="true" name="theme-color" />
|
||||||
|
|
||||||
<div class="pointer-events-auto" style="position: relative; width: 100%; height: 100%; overflow: hidden;">
|
<div class="pointer-events-auto" style="position: relative; width: 100%; height: 100%; overflow: hidden;">
|
||||||
<img id="backgroundGif" src="{BackgroundVideo}" alt="Background video"/>
|
<img id="backgroundGif" src="{BackgroundVideo}" alt="Background video"/>
|
||||||
<div class="main-title m-auto" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; gap: 2rem; color: white; padding: 1rem;">
|
<div class="main-title m-auto" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; gap: 2rem; color: white; padding: 1rem;">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue