This commit is contained in:
BOTAlex 2025-02-02 21:07:17 +01:00
parent 99e260c00f
commit 4feb8b3e76
2 changed files with 8 additions and 12 deletions

View File

@ -3,11 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="description" content="
Deprived Devs is a team of passionate developers and artists specializing in indie game development,
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!">
We are the deprived devs, and we are a team of developers specializing in indie game development, full-stack development, and anything tech-related!">
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

View File

@ -41,7 +41,7 @@
<!-- Detect 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 collaborate to create game, and hopefully more in the future! Wanna join? Hit us up." property="og:description" />
<meta content={PreviewDeprivedLogo} property="og:image" />
@ -56,9 +56,9 @@
{:else}
Deprived
<br/>
<h1 class="-mt-6 prose" style="font-size: 2rem;">
<span class="-mt-6 prose" style="font-size: 2rem;">
Devs
</h1>
</span>
{/if}
</h1>
{#if mobile}
@ -69,9 +69,9 @@
<div class="flex justify-center w-full px-8 py-4">
<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
</h1>
</h2>
<Profile name="Zhen / Alex" tags={["Programmer", "3D artist", "UX Designer"]} isMobile={mobile}>
<span>
@ -118,7 +118,7 @@
<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" : ""}">
<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>
</article>
@ -128,7 +128,7 @@
</div>
<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>
</article>