progress on webshop
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 18s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 18s
This commit is contained in:
parent
db2b81f0bc
commit
e345af4a56
3 changed files with 46 additions and 27 deletions
|
|
@ -6,4 +6,20 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div>Baller</div>
|
||||
<div class=" grid grid-cols-2 items-center gap-x-16">
|
||||
<div class="w-48 h-48 bg-blue-500 justify-self-end"></div>
|
||||
<div class="justify-self-start flex flex-col w-full">
|
||||
<div>Tracker</div>
|
||||
<div>NRF52840 + ICM45856</div>
|
||||
<div class="flex">
|
||||
<div>200DKK</div>
|
||||
<div>20GBP</div>
|
||||
<div>25USD</div>
|
||||
</div>
|
||||
<div class="flex join">
|
||||
<button class="join-item btn btn-primary">-</button>
|
||||
<div class="join-item input input-disable cursor-default"></div>
|
||||
<button class="join-item btn btn-primary">+</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
0
src/pages/shop/comps/trackers/TrackerItem.svelte
Normal file
0
src/pages/shop/comps/trackers/TrackerItem.svelte
Normal file
|
|
@ -111,7 +111,7 @@
|
|||
<p>
|
||||
Hi, I am {$re?.nick ? $re?.nick + "/Alex" : "Alex"}, {@html !mobile
|
||||
? ""
|
||||
: "<br/>"} I'm that chinese guy.
|
||||
: "<br/>"} I'm known as BOTAlex online
|
||||
</p>
|
||||
<p>
|
||||
Here's my CV: <a href="/cv?hideOnPrint=1" style="color:lightblue;"
|
||||
|
|
@ -132,11 +132,11 @@
|
|||
NixOS now
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/benjamin-dreyer/"
|
||||
target="_blank"
|
||||
style="color:lightblue;">Linked-in</a
|
||||
>
|
||||
<!-- <a -->
|
||||
<!-- href="https://www.linkedin.com/in/benjamin-dreyer/" -->
|
||||
<!-- target="_blank" -->
|
||||
<!-- style="color:lightblue;">Linked-in</a -->
|
||||
<!-- > -->
|
||||
</p>
|
||||
</span>
|
||||
</Profile>
|
||||
|
|
@ -152,11 +152,12 @@
|
|||
<span>
|
||||
<p>Snorre does not get paid.</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/oliver-schwenger-291944278/"
|
||||
target="_blank"
|
||||
style="color:lightblue;">Linked-in</a
|
||||
>
|
||||
<!-- <a -->
|
||||
<!-- href="https://www.linkedin.com/in/oliver-schwenger-291944278/" -->
|
||||
<!-- target="_blank" -->
|
||||
<!-- style="color:lightblue;">Linked-in</a -->
|
||||
<!-- > -->
|
||||
<br />
|
||||
</p>
|
||||
</span>
|
||||
</Profile>
|
||||
|
|
@ -170,11 +171,12 @@
|
|||
<span>
|
||||
<p>Abla espaniol</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/kim-rex-de-dios-408860299/"
|
||||
target="_blank"
|
||||
style="color:lightblue;">Linked-in</a
|
||||
>
|
||||
<!-- <a -->
|
||||
<!-- href="https://www.linkedin.com/in/kim-rex-de-dios-408860299/" -->
|
||||
<!-- target="_blank" -->
|
||||
<!-- style="color:lightblue;">Linked-in</a -->
|
||||
<!-- > -->
|
||||
<br />
|
||||
</p>
|
||||
</span>
|
||||
</Profile>
|
||||
|
|
@ -186,17 +188,18 @@
|
|||
isMobile={mobile}
|
||||
>
|
||||
<span>
|
||||
<p>Closeted omega weeb</p>
|
||||
<p>Used to draw furry commisions (Wasted potential)</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/sylvester-junge-0b2a73196/"
|
||||
target="_blank"
|
||||
style="color:lightblue;">Linked-in</a
|
||||
>,
|
||||
<a
|
||||
href="https://www.youtube.com/watch?v=xvFZjo5PgG0"
|
||||
style="color:lightblue;">Funny link</a
|
||||
>
|
||||
<!-- <a -->
|
||||
<!-- href="https://www.linkedin.com/in/sylvester-junge-0b2a73196/" -->
|
||||
<!-- target="_blank" -->
|
||||
<!-- style="color:lightblue;">Linked-in</a -->
|
||||
<!-- >, -->
|
||||
<!-- <a -->
|
||||
<!-- href="https://www.youtube.com/watch?v=xvFZjo5PgG0" -->
|
||||
<!-- style="color:lightblue;">Funny link</a -->
|
||||
<!-- > -->
|
||||
<br />
|
||||
</p>
|
||||
</span>
|
||||
</Profile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue