problem: stock photos SUCK

This commit is contained in:
gsovereignty
2024-07-11 15:31:33 +08:00
parent e3735971fa
commit 2d6d73a38c
5 changed files with 5 additions and 8 deletions

View File

@@ -48,7 +48,7 @@
<nav class="grid gap-2 text-lg font-medium">
<a href="##" class="flex items-center gap-2 text-lg font-semibold">
<Rocket class="h-6 w-6" />
<span>Nostrocket LFG</span>
<span><img src={`${base}/logo.png`} /></span>
</a>
<NewMenu />
</nav>

View File

@@ -1,10 +1,7 @@
<script lang="ts">
import BellRing from 'lucide-svelte/icons/bell-ring';
import Check from 'lucide-svelte/icons/check';
import { base } from '$app/paths';
import { Button } from '$lib/components/ui/button/index.js';
import * as Card from '$lib/components/ui/card/index.js';
import { Switch } from '$lib/components/ui/switch/index.js';
import { base } from '$app/paths';
import CreateNewRocket from '../../components/CreateNewRocket.svelte';
const notifications = [
@@ -31,7 +28,7 @@
<Card.Title>Proof of Work</Card.Title>
<Card.Description>I have skills and I'm ready to work for sats.</Card.Description>
</Card.Header>
<img src="{base}/a.png" />
<img src="{base}/_work.png" />
<Card.Content class="grid gap-4">
<div>
<ul class="ml-6 list-disc [&>li]:mt-2">
@@ -55,7 +52,7 @@
<Card.Description>I have Sats, and I want a slice of a Rocket's satflow.</Card.Description
>
</Card.Header>
<img src="{base}/scrooge.png" width="100%" />
<img src="{base}/_sats.png" width="100%" />
<Card.Content class="grid gap-4">
<div>
<ul class="ml-6 list-disc [&>li]:mt-2">
@@ -81,7 +78,7 @@
>I'm working on my own project and I want other people to join me.</Card.Description
>
</Card.Header>
<img src="{base}/rocket.jpg" width="100%" />
<img src="{base}/_rocket.png" width="100%" />
<Card.Content class="grid gap-4">
<div>
<ul class="ml-6 list-disc [&>li]:mt-2">

BIN
static/_rocket.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
static/_sats.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

BIN
static/_work.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB