More SEO
This commit is contained in:
parent
99e260c00f
commit
4feb8b3e76
|
@ -3,11 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="description" content="
|
<meta name="description" content="
|
||||||
Deprived Devs is a team of passionate developers and artists specializing in indie game development,
|
We are the deprived devs, and we are a team of developers specializing in indie game development, full-stack development, and anything tech-related!">
|
||||||
full-stack web development, server administration, and creative tech solutions.
|
|
||||||
Explore our projects today!
|
|
||||||
Zhentao Wei (AKA. Alex) desgined this website in Svelte Kit, HTML, CSS, and of course JS.
|
|
||||||
We are the deprived devs. We are all deprived of sleep!">
|
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<!-- Detect mobile -->
|
<!-- Detect mobile -->
|
||||||
<MediaQuery query='(max-width: {mobileThreshold})' bind:matches={mobile} />
|
<MediaQuery query='(max-width: {mobileThreshold})' bind:matches={mobile} />
|
||||||
|
|
||||||
<title>Deprived devs</title>
|
<title>We are the DEPRIVED DEVS</title>
|
||||||
<meta content="We are the deprived devs" property="og: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="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={PreviewDeprivedLogo} property="og:image" />
|
||||||
|
@ -56,9 +56,9 @@
|
||||||
{:else}
|
{:else}
|
||||||
Deprived
|
Deprived
|
||||||
<br/>
|
<br/>
|
||||||
<h1 class="-mt-6 prose" style="font-size: 2rem;">
|
<span class="-mt-6 prose" style="font-size: 2rem;">
|
||||||
Devs
|
Devs
|
||||||
</h1>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
</h1>
|
</h1>
|
||||||
{#if mobile}
|
{#if mobile}
|
||||||
|
@ -69,9 +69,9 @@
|
||||||
|
|
||||||
<div class="flex justify-center w-full px-8 py-4">
|
<div class="flex justify-center w-full px-8 py-4">
|
||||||
<div class="grid space-y-5" style="width: 100%; max-width: 21cm;">
|
<div class="grid space-y-5" style="width: 100%; max-width: 21cm;">
|
||||||
<h1 class="prose main-title" style="font-size: {!mobile ? 3 : 2}rem;">
|
<h2 class="prose main-title" style="font-size: {!mobile ? 3 : 2}rem;">
|
||||||
Developers
|
Developers
|
||||||
</h1>
|
</h2>
|
||||||
|
|
||||||
<Profile name="Zhen / Alex" tags={["Programmer", "3D artist", "UX Designer"]} isMobile={mobile}>
|
<Profile name="Zhen / Alex" tags={["Programmer", "3D artist", "UX Designer"]} isMobile={mobile}>
|
||||||
<span>
|
<span>
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
|
|
||||||
<div class="grid place-content-center place-items-center min-h-screen pointer-events-auto font-mono">
|
<div class="grid place-content-center place-items-center min-h-screen pointer-events-auto font-mono">
|
||||||
<article class="pt-16 prose overflow-hidden {mobile ? "px-8" : ""}">
|
<article class="pt-16 prose overflow-hidden {mobile ? "px-8" : ""}">
|
||||||
<h1 class="main-title {!mobile ? "text-center m-auto" : "m-0"}" style="font-size: {!mobile ? 3 : 3}rem; ">About us</h1>
|
<h2 class="main-title {!mobile ? "text-center m-auto" : "m-0"}" style="font-size: {!mobile ? 3 : 3}rem; ">About us</h2>
|
||||||
<p>We are a small group of developers and artists who started out as classmates, united by our passion for all things technology.</p>
|
<p>We are a small group of developers and artists who started out as classmates, united by our passion for all things technology.</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<article class="pt-16 prose {mobile ? "px-8" : ""}">
|
<article class="pt-16 prose {mobile ? "px-8" : ""}">
|
||||||
<h1 class="main-title {!mobile ? "text-center m-auto" : "m-0"}" style="font-size: {!mobile ? 3 : 3}rem; ">Games</h1>
|
<h2 class="main-title {!mobile ? "text-center m-auto" : "m-0"}" style="font-size: {!mobile ? 3 : 3}rem; ">Games</h2>
|
||||||
<p>Here are some of our games from various gamejams from the past. <br/>(<span class="font-bold">ONLY</span> 48 hours per game)</p>
|
<p>Here are some of our games from various gamejams from the past. <br/>(<span class="font-bold">ONLY</span> 48 hours per game)</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue