Compare commits
No commits in common. "b7071e4c92d38780c30cf561a1e6b5a75c1e422b" and "6acc9005d2855c7c175f151973076c5b3f45b594" have entirely different histories.
b7071e4c92
...
6acc9005d2
@ -4,10 +4,5 @@ import { steamGetNowPlaying } from "$lib/steam"
|
|||||||
export const load = async ({}) => {
|
export const load = async ({}) => {
|
||||||
const lastTrack = await lastFmGetNowPlaying()
|
const lastTrack = await lastFmGetNowPlaying()
|
||||||
const lastGame = await steamGetNowPlaying()
|
const lastGame = await steamGetNowPlaying()
|
||||||
const banners = [getBannerNo(), getBannerNo(), getBannerNo()]
|
return {lastTrack, lastGame}
|
||||||
return {banners, lastTrack, lastGame}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
const getBannerNo = () => {
|
|
||||||
return Math.floor(Math.random() * 18) + 1;
|
|
||||||
};
|
|
@ -11,28 +11,20 @@
|
|||||||
<div class="flex flex-col gap-y-2 lg:gap-y-0">
|
<div class="flex flex-col gap-y-2 lg:gap-y-0">
|
||||||
<Window title="readme?" iconUri="/icons/question.png">
|
<Window title="readme?" iconUri="/icons/question.png">
|
||||||
<div class="flex flex-col prose prose-ralsei prose-img:m-0 leading-none">
|
<div class="flex flex-col prose prose-ralsei prose-img:m-0 leading-none">
|
||||||
<div class="flex flex-row gap-2 mb-2 mx-auto overflow-hidden">
|
|
||||||
{#each data.banners as bannerNo, index}
|
|
||||||
{@const hideIfMobile = index === data.banners.length - 1}
|
|
||||||
<img width=150 height=20 alt="banner" class="{hideIfMobile ? "hidden" : ""} sm:inline w-[150px] [height:20px] [image-rendering:pixelated_!important]" src="/banners/{bannerNo}.gif">
|
|
||||||
{/each}
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-grow">
|
<div class="flex flex-grow">
|
||||||
<div class="w-36 [height:9rem] bg-ralsei-black bg-opacity-40 place-content-center">
|
<Tooltip x="-translate-x-[40%]" targetX="group-hover:-translate-x-[10%]">
|
||||||
<Tooltip x="-translate-x-[40%]" targetX="group-hover:-translate-x-[10%]">
|
<svelte:fragment slot="tooltipContent">character from q.u.q. (good vn go read it NOW)</svelte:fragment>
|
||||||
<svelte:fragment slot="tooltipContent">character from q.u.q. (good vn go read it NOW)</svelte:fragment>
|
<img
|
||||||
<img
|
class="mt-1 ml-1 w-36 [height:9rem] u-photo"
|
||||||
class="w-36 u-photo"
|
src="/pfp.png"
|
||||||
src="/pfp.png"
|
alt="character from q.u.q."
|
||||||
alt="character from q.u.q."
|
/>
|
||||||
/>
|
</Tooltip>
|
||||||
</Tooltip>
|
|
||||||
</div>
|
|
||||||
<ul
|
<ul
|
||||||
class="place-self-center m-0 leading-none marker:[content:'->'] [list-style-type:'->']"
|
class="place-self-center m-0 leading-none marker:[content:'->'] [list-style-type:'->']"
|
||||||
>
|
>
|
||||||
<li class="[list-style-type:'->'] p-note">trying to do stuff</li>
|
<li class="[list-style-type:'->'] p-note">trying to do stuff</li>
|
||||||
<li class="[list-style-type:'->'] p-note">is a thing that exists</li>
|
<li class="[list-style-type:'->'] p-note">is a thing</li>
|
||||||
<li class="[list-style-type:'->']">
|
<li class="[list-style-type:'->']">
|
||||||
<span class="p-category">software engineer</span>,
|
<span class="p-category">software engineer</span>,
|
||||||
<span class="p-category">indie game dev</span>
|
<span class="p-category">indie game dev</span>
|
||||||
|
Before Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 816 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 832 B |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 913 B |
Before Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |