mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-17 13:34:22 +01:00
problem: stock photos SUCK
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
BIN
static/_rocket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
BIN
static/_sats.png
Normal file
BIN
static/_sats.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 197 KiB |
BIN
static/_work.png
Normal file
BIN
static/_work.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Reference in New Issue
Block a user