Started on deprived trackers on website
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 21s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 21s
This commit is contained in:
parent
215124e338
commit
ab913372eb
1 changed files with 29 additions and 0 deletions
|
@ -34,11 +34,15 @@
|
|||
|
||||
const mobileThreshold : string = '600px'; // was 1000px. zhen testing
|
||||
let mobile : boolean;
|
||||
let debug = false;
|
||||
|
||||
onMount(()=> {
|
||||
let tabTittleElement = window.document.getElementById("TabTittle");
|
||||
if (tabTittleElement) // Not null
|
||||
tabTittleElement.innerHTML = "Deprived devs";
|
||||
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
debug = params.has('debug');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
@ -72,6 +76,31 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="{debug? "" : "hidden"} cozette flex flex-col justify-center items-center w-full md:px-8 pt-4">
|
||||
<h2 class="text-center" style="font-size: {!mobile ? 3 : 2}rem;">
|
||||
Trackers
|
||||
</h2>
|
||||
<div class="grid grid-cols-2 items-center">
|
||||
<div>
|
||||
<img src="https://placehold.co/400x400" alt="">
|
||||
</div>
|
||||
<div class="flex flex-col">
|
||||
<div>
|
||||
<h2 class="font-semibold text-base-content">Deprived Trackers</h2>
|
||||
<span class="text-base-content">
|
||||
Hopefully the cheapest Smol-type SlimeVR Trackers on the market.
|
||||
</span>
|
||||
</div>
|
||||
<div class="py-2"></div>
|
||||
<div class="flex justify-center gap-2">
|
||||
<button class="btn btn-secondary">Buy</button>
|
||||
<button class="btn btn-primary">Learn more</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cozette flex flex-col justify-center items-center w-full md:px-8 pt-4">
|
||||
<h2 class="text-center" style="font-size: {!mobile ? 3 : 2}rem;">
|
||||
Developers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue