added better logo
This commit is contained in:
parent
6bb351e2bd
commit
02cabb05ad
7 changed files with 8 additions and 1 deletions
|
@ -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 @@
|
|||
<!-- Detect 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;">
|
||||
<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;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue