Add more copy

This commit is contained in:
Isaac Mills 2025-05-29 09:47:49 -06:00
parent 8d0331e659
commit 66ca1f46cd
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 58 additions and 20 deletions

View file

@ -6,8 +6,9 @@ steps:
commands: commands:
- corepack enable - corepack enable
- pnpm install - pnpm install
- pnpm run build --no-chache - pnpm run build --no-cache
- rm -rf /var/woodpecker/thesandwich/* - rm -rf /var/woodpecker/thesandwich/*
- mkdir -p /var/woodpecker/thesandwich/
- mv dist/* /var/woodpecker/thesandwich/ - mv dist/* /var/woodpecker/thesandwich/
volumes: volumes:
- /var/woodpecker:/var/woodpecker - /var/woodpecker:/var/woodpecker

View file

@ -114,7 +114,7 @@
</x-blockquote> </x-blockquote>
<x-project img="/assets/tysoncloud.svg"> <x-project img="/assets/tysoncloud.svg">
<fill:title># TYSONCLOUD</fill:title> <fill:title># TYSONCLOUD</fill:title>
<fill:subtitle>## When she computes your edge 'till you serve</fill:subtitle> <fill:subtitle>## When she compute your serve 'till you edge</fill:subtitle>
<fill:description> <fill:description>
<markdown> <markdown>
You're really gonna give up your web baby to big cloud? _Non-sense!_ Slap that baby You're really gonna give up your web baby to big cloud? _Non-sense!_ Slap that baby
@ -150,36 +150,68 @@
<fill:subtitle>## Git gud scrub!</fill:subtitle> <fill:subtitle>## Git gud scrub!</fill:subtitle>
<fill:description> <fill:description>
<markdown> <markdown>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut Crush your friends in the game of life and get receipts using **c0re**! Gamify the effort of surpassing your
labore peers in every possible area and become objectively and provabley the _best_ person.
et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat
nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.
</markdown> </markdown>
<p>Join the fray, and become the best person you can be <span id="c0re-countup"></span> ago!</p>
<script>
// Set the date we're counting down to
var countDownDate = new Date("March 7, 2025").getTime();
function countup() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = now - countDownDate;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("c0re-countup").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
}
countup();
// Update the count down every 1 second
var x = setInterval(countup, 1000);
</script>
</fill:description> </fill:description>
</x-project> </x-project>
<x-project svg="assets/c0re.svg" href="https://github.com/StratusFearMe21/grezi-next" class="project-alt"> <x-project text="e" href="https://github.com/StratusFearMe21/grezi-next" class="project-alt">
<fill:title># Grezi</fill:title> <fill:title># Grezi</fill:title>
<fill:subtitle>## When the power is point</fill:subtitle> <fill:subtitle>## When the power is point</fill:subtitle>
<fill:description> <fill:description>
<markdown> <markdown>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut Imagine a slideshow, but with extra lizard brain! That's what Grezi is. On top of making your
labore presentation extra skibidi bop bop yes yes, it also allows you to write your presentation with a markup
et language! Instead of dragging things around on a slide, try opening notepad and writing
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ```
ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu ViewBox: Size[0] ^
fugiat 1:2,
nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit 1:2,
anim id est laborum. ]
Title: Paragraph(
"Bruh"
)
{
Title: ViewBox[0]__..,
..
}[]
```
</markdown> </markdown>
</fill:description> </fill:description>
</x-project> </x-project>
<x-project text="?"> <x-project text="?">
<fill:title># Mystery</fill:title> <fill:title># Mystery</fill:title>
<fill:subtitle>## Oooooooo</fill:subtitle> <fill:subtitle>## _Oooooooo_</fill:subtitle>
<fill:description> <fill:description>
<markdown>Nobody knows what this project is gonna be. The creator, Josh, won't tell anyone.</markdown> <markdown>Nobody knows what this project is gonna be. The creator, Josh, won't tell anyone.</markdown>
<form hx-post="/api/speculate"> <form hx-post="/api/speculate">
@ -194,6 +226,11 @@
<x-blockquote cite="Your mom, last night"> <x-blockquote cite="Your mom, last night">
OMG these projects are so skibidi! I must know the rizzlers behind them! OMG these projects are so skibidi! I must know the rizzlers behind them!
</x-blockquote> </x-blockquote>
<x-project text="?">
<fill:title># Coming soon to theaters</fill:title>
<fill:subtitle>## This website is under construction</fill:subtitle>
<fill:description>We'll get to it, trust</fill:description>
</x-project>
</div> </div>
<div style="background-color: #484848;"> <div style="background-color: #484848;">
<p style="font-size: 8pt;">Copyright, The SANDWICH™ 2025 ©®☺ⓖⓨⓐⓣⓣ</p> <p style="font-size: 8pt;">Copyright, The SANDWICH™ 2025 ©®☺ⓖⓨⓐⓣⓣ</p>