Attempt once again to remove PARCEL_WORKERS env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1311b775ac
commit
1a60e1b844
6 changed files with 57 additions and 44 deletions
|
@ -1,6 +1,5 @@
|
||||||
<script props>
|
<script props>
|
||||||
module.exports = {
|
module.exports = {
|
||||||
text: props.text || '',
|
|
||||||
onclick: props.onclick || '',
|
onclick: props.onclick || '',
|
||||||
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
|
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
|
||||||
headerstyle: props.headerstyle || '',
|
headerstyle: props.headerstyle || '',
|
||||||
|
@ -8,11 +7,10 @@
|
||||||
</script>
|
</script>
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<div class="project-title" style="{{titlestyle}}">
|
<div class="project-title" style="{{titlestyle}}">
|
||||||
<div class="figure">
|
<if condition="$slots.img?.filled">
|
||||||
<slot:img></slot:img>
|
<div class="figure">
|
||||||
</div>
|
<slot:img></slot:img>
|
||||||
<if condition="text != '' && !$slots.img?.filled">
|
</div>
|
||||||
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{text}}</p>
|
|
||||||
</if>
|
</if>
|
||||||
<slot:title></slot:title>
|
<slot:title></slot:title>
|
||||||
<if condition="$slots.links?.filled">
|
<if condition="$slots.links?.filled">
|
3
src/components/project/text.html
Normal file
3
src/components/project/text.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">
|
||||||
|
<yield></yield>
|
||||||
|
</p>
|
|
@ -4,7 +4,10 @@
|
||||||
That's crazy
|
That's crazy
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project text="?">
|
<x-project>
|
||||||
|
<fill:img>
|
||||||
|
<x-project.text>?</x-project.text>
|
||||||
|
</fill:img>
|
||||||
<fill:title>
|
<fill:title>
|
||||||
<markdown>
|
<markdown>
|
||||||
# Coming soon to theaters
|
# Coming soon to theaters
|
||||||
|
|
|
@ -4,7 +4,10 @@
|
||||||
Who is this guy?
|
Who is this guy?
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project text="?">
|
<x-project>
|
||||||
|
<fill:img>
|
||||||
|
<x-project.text>?</x-project.text>
|
||||||
|
</fill:img>
|
||||||
<fill:title>
|
<fill:title>
|
||||||
<markdown>
|
<markdown>
|
||||||
# Coming soon to theaters
|
# Coming soon to theaters
|
||||||
|
|
|
@ -5,10 +5,6 @@
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project id="tysoncloud">
|
<x-project id="tysoncloud">
|
||||||
<fill:links>
|
|
||||||
<x-link.github href="timmyjinks/TYSONCLOUD"></x-link.github>
|
|
||||||
<x-link.website href="https://tysoncloud.tysonjenkins.dev/" referencing="TYSONCLOUD"></x-link.website>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<img src="/assets/tysoncloud.svg">
|
<img src="/assets/tysoncloud.svg">
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -17,6 +13,10 @@
|
||||||
# TYSONCLOUD
|
# TYSONCLOUD
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.github href="timmyjinks/TYSONCLOUD"></x-link.github>
|
||||||
|
<x-link.website href="https://tysoncloud.tysonjenkins.dev/" referencing="TYSONCLOUD"></x-link.website>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<markdown>
|
<markdown>
|
||||||
## When she compute your serve 'till you edge
|
## When she compute your serve 'till you edge
|
||||||
|
@ -34,10 +34,6 @@
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project onclick="spaghetti()" class="project-alt" titlestyle="font-family: 'Apex Mk2'"
|
<x-project onclick="spaghetti()" class="project-alt" titlestyle="font-family: 'Apex Mk2'"
|
||||||
headerstyle="font-family: 'Apex Mk2'" id="simulo">
|
headerstyle="font-family: 'Apex Mk2'" id="simulo">
|
||||||
<fill:links>
|
|
||||||
<x-link.github href="richgrov/simulo"></x-link.github>
|
|
||||||
<x-link.website href="https://simulo.grover.sh" referencing="Simulo"></x-link.website>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<img src="/assets/simulo.svg">
|
<img src="/assets/simulo.svg">
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -46,6 +42,10 @@
|
||||||
# Simulo
|
# Simulo
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.github href="richgrov/simulo"></x-link.github>
|
||||||
|
<x-link.website href="https://simulo.grover.sh" referencing="Simulo"></x-link.website>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<markdown>
|
<markdown>
|
||||||
## Roblox for the real world!
|
## Roblox for the real world!
|
||||||
|
@ -67,9 +67,6 @@
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project id="c0re">
|
<x-project id="c0re">
|
||||||
<fill:links>
|
|
||||||
<x-link.website href="https://c0re.com" referencing="c0re"></x-link.website>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<include src="assets/c0re.svg"></include>
|
<include src="assets/c0re.svg"></include>
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -79,6 +76,9 @@
|
||||||
#### So shiny!
|
#### So shiny!
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.website href="https://c0re.com" referencing="c0re"></x-link.website>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<markdown>
|
<markdown>
|
||||||
## Git gud scrub!
|
## Git gud scrub!
|
||||||
|
@ -128,9 +128,6 @@
|
||||||
<x-project class="project-alt"
|
<x-project class="project-alt"
|
||||||
titlestyle="background-image: linear-gradient(to right, oklch(0.714 0.203 305.504) 0px, oklch(0.718 0.202 349.761) 100%); background-clip: text; color: transparent"
|
titlestyle="background-image: linear-gradient(to right, oklch(0.714 0.203 305.504) 0px, oklch(0.718 0.202 349.761) 100%); background-clip: text; color: transparent"
|
||||||
id="braindance">
|
id="braindance">
|
||||||
<fill:links>
|
|
||||||
<x-link.website href="https://braindance.live" referencing="Braindance"></x-link.website>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<img src="/assets/braindance.svg">
|
<img src="/assets/braindance.svg">
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -139,6 +136,9 @@
|
||||||
# Braindance
|
# Braindance
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.website href="https://braindance.live" referencing="Braindance"></x-link.website>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<markdown>
|
<markdown>
|
||||||
## Bringing the Coachella to you!
|
## Bringing the Coachella to you!
|
||||||
|
@ -151,15 +151,18 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project text="e" id="grezi">
|
<x-project id="grezi">
|
||||||
<fill:links>
|
<fill:img>
|
||||||
<x-link.github href="StratusFearMe21/grezi-next"></x-link.github>
|
<x-project.text>e</x-project.text>
|
||||||
</fill:links>
|
</fill:img>
|
||||||
<fill:title>
|
<fill:title>
|
||||||
<markdown>
|
<markdown>
|
||||||
# Grezi
|
# Grezi
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.github href="StratusFearMe21/grezi-next"></x-link.github>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<markdown>
|
<markdown>
|
||||||
## When the power is point
|
## When the power is point
|
||||||
|
@ -178,7 +181,10 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project text="?" class="project-alt" id="mystery">
|
<x-project class="project-alt" id="mystery">
|
||||||
|
<fill:img>
|
||||||
|
<x-project.text>?</x-project.text>
|
||||||
|
</fill:img>
|
||||||
<fill:title>
|
<fill:title>
|
||||||
<markdown>
|
<markdown>
|
||||||
# Mystery
|
# Mystery
|
||||||
|
|
|
@ -5,12 +5,6 @@
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project>
|
<x-project>
|
||||||
<fill:links>
|
|
||||||
<x-link.github href="richgrov"></x-link.github>
|
|
||||||
<x-link.website href="https://grover.sh/" referencing="Richard"></x-link.website>
|
|
||||||
<x-link.linkedin href="richgrov"></x-link.linkedin>
|
|
||||||
<x-link.x href="richgrov"></x-link.x>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<img src="/assets/richard.jpg" class="person">
|
<img src="/assets/richard.jpg" class="person">
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -24,6 +18,12 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</x-link>
|
</x-link>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.github href="richgrov"></x-link.github>
|
||||||
|
<x-link.website href="https://grover.sh/" referencing="Richard"></x-link.website>
|
||||||
|
<x-link.linkedin href="richgrov"></x-link.linkedin>
|
||||||
|
<x-link.x href="richgrov"></x-link.x>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<x-blockquote cite="Richard">
|
<x-blockquote cite="Richard">
|
||||||
There has never been a better time to be alive
|
There has never been a better time to be alive
|
||||||
|
@ -35,11 +35,6 @@
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project class="project-alt">
|
<x-project class="project-alt">
|
||||||
<fill:links>
|
|
||||||
<x-link.github href="Hoochymoochy"></x-link.github>
|
|
||||||
<x-link.website href="https://www.khaydenroberts.com/" referencing="Khayden"></x-link.website>
|
|
||||||
<x-link.linkedin href="khayden-roberts-5783b32b5"></x-link.linkedin>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<img src="/assets/khayden.jpg" class="person">
|
<img src="/assets/khayden.jpg" class="person">
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -53,6 +48,11 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</x-link>
|
</x-link>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.github href="Hoochymoochy"></x-link.github>
|
||||||
|
<x-link.website href="https://www.khaydenroberts.com/" referencing="Khayden"></x-link.website>
|
||||||
|
<x-link.linkedin href="khayden-roberts-5783b32b5"></x-link.linkedin>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<x-blockquote>
|
<x-blockquote>
|
||||||
You only live once, die trying
|
You only live once, die trying
|
||||||
|
@ -65,12 +65,6 @@
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project>
|
<x-project>
|
||||||
<fill:links>
|
|
||||||
<x-link.github href="StratusFearMe21"></x-link.github>
|
|
||||||
<x-link.website href="https://portfolio.nations.lol/" referencing="Isaac"></x-link.website>
|
|
||||||
<x-link.linkedin href="isaac-mills-8b1a77336"></x-link.linkedin>
|
|
||||||
<x-link.listenbrainz href="StratusFearMe21"></x-link.listenbrainz>
|
|
||||||
</fill:links>
|
|
||||||
<fill:img>
|
<fill:img>
|
||||||
<img src="/assets/isaac.jpg" class="person">
|
<img src="/assets/isaac.jpg" class="person">
|
||||||
</fill:img>
|
</fill:img>
|
||||||
|
@ -84,6 +78,12 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</x-link>
|
</x-link>
|
||||||
</fill:title>
|
</fill:title>
|
||||||
|
<fill:links>
|
||||||
|
<x-link.github href="StratusFearMe21"></x-link.github>
|
||||||
|
<x-link.website href="https://portfolio.nations.lol/" referencing="Isaac"></x-link.website>
|
||||||
|
<x-link.linkedin href="isaac-mills-8b1a77336"></x-link.linkedin>
|
||||||
|
<x-link.listenbrainz href="StratusFearMe21"></x-link.listenbrainz>
|
||||||
|
</fill:links>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
<x-blockquote cite="Isaac">
|
<x-blockquote cite="Isaac">
|
||||||
Pog
|
Pog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue