Landing page redacted!
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 17s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 17s
This commit is contained in:
parent
07f0d798a2
commit
4205712d32
5 changed files with 53 additions and 44 deletions
|
|
@ -4,6 +4,7 @@
|
|||
import onDestroy from "@e/onDestroy";
|
||||
import ArrowBigDown from "lucide-svelte/icons/arrow-big-down";
|
||||
import fly from "@e/fly";
|
||||
import re from "@ts/Redaction/Redactor";
|
||||
const buildTime = __BUILD_TIME__;
|
||||
|
||||
let scrollY = 0;
|
||||
|
|
@ -156,16 +157,16 @@
|
|||
/>
|
||||
|
||||
<div class="{hideOnPrint ? 'hide-on-print' : ''} w-full">
|
||||
<!-- Keep scrolling thing -->
|
||||
<div class="hidden h-64 w-full flex flex-col justify-center items-center">
|
||||
<div>Keep scrolling to veiw Zhen's portfolio site!</div>
|
||||
<div class="flex justify-center">
|
||||
<ArrowBigDown />
|
||||
<ArrowBigDown />
|
||||
<ArrowBigDown />
|
||||
<ArrowBigDown />
|
||||
</div>
|
||||
</div>
|
||||
<!-- <!-- Keep scrolling thing --> -->
|
||||
<!-- <div class="hidden h-64 w-full flex flex-col justify-center items-center"> -->
|
||||
<!-- <div>Keep scrolling to veiw [Redacted]'s portfolio site!</div> -->
|
||||
<!-- <div class="flex justify-center"> -->
|
||||
<!-- <ArrowBigDown /> -->
|
||||
<!-- <ArrowBigDown /> -->
|
||||
<!-- <ArrowBigDown /> -->
|
||||
<!-- <ArrowBigDown /> -->
|
||||
<!-- </div> -->
|
||||
<!-- </div> -->
|
||||
|
||||
<div
|
||||
class="hidden h-64 w-full flex flex-col justify-end items-center"
|
||||
|
|
@ -193,7 +194,7 @@
|
|||
<br />
|
||||
<span>Snorre Ettrup Altschul</span>
|
||||
<br />
|
||||
<span>Zhentao Wei</span>
|
||||
<span>{$re?.name ?? "BOT Alex"}</span>
|
||||
</div>
|
||||
<div class="flex flex-col items-center">
|
||||
<h3><b>About this website</b></h3>
|
||||
|
|
@ -221,7 +222,9 @@
|
|||
</div>
|
||||
<div class="flex flex-col items-center">
|
||||
<h3><b>Contact</b></h3>
|
||||
<a href="mailto:zhen@deprived.dev">zhen@deprived.dev</a>
|
||||
<a href="mailto:{$re?.email ?? 'Alex@deprived.dev'}"
|
||||
>{$re?.email ?? "alex@deprived.dev"}</a
|
||||
>
|
||||
<div class="mt-2"></div>
|
||||
<a
|
||||
href="https://discord.gg/awatEEqc3M"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue