Replace namespaces with subfolders
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-13 07:19:11 -06:00
parent 82c7edd62b
commit f84b0d8c0d
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
13 changed files with 30 additions and 42 deletions

View file

@ -5,18 +5,6 @@
"root": "./src",
"folders": [
"components"
],
"namespaces": [
{
"name": "link",
"root": "./src/link",
"fallback": "./src"
},
{
"name": "tab",
"root": "./src/tab",
"fallback": "./src"
}
]
},
"posthtml-markdownit": {

View file

@ -4,10 +4,10 @@
}
</script>
<nav class="tab-list" role="tablist" hx-indicator="#indicator">
<x-tab::button page="projects.html" selected="{{ selected-- == 0 }}">Our Projects</x-tab::button>
<x-tab::button page="who_we_are.html" selected="{{ selected-- == 0 }}">Who we are</x-tab::button>
<x-tab::button page="interests.html" selected="{{ selected-- == 0 }}">Our Interests</x-tab::button>
<x-tab::button page="page_four.html" selected="{{ selected-- == 0 }}">Page Four</x-tab::button>
<x-tab.button page="projects.html" selected="{{ selected-- == 0 }}">Our Projects</x-tab.button>
<x-tab.button page="who_we_are.html" selected="{{ selected-- == 0 }}">Who we are</x-tab.button>
<x-tab.button page="interests.html" selected="{{ selected-- == 0 }}">Our Interests</x-tab.button>
<x-tab.button page="page_four.html" selected="{{ selected-- == 0 }}">Page Four</x-tab.button>
</nav>
<hr style="margin: 0">
<div id="tab-content" role="tabpanel" class="tab-content">

View file

@ -1,4 +1,4 @@
<x-tab::content selected="2">
<x-tab.content selected="2">
<x-section-head header="Shoutouts to cool things!">
<x-blockquote cite="Tyson Jenkins (CEO of TYSONCLOUD)">
That's crazy
@ -17,4 +17,4 @@
</fill:subtitle>
<fill:description>We'll get to it, trust</fill:description>
</x-project>
</x-tab::content>
</x-tab.content>

View file

@ -1,4 +1,4 @@
<x-tab::content selected="3">
<x-tab.content selected="3">
<x-section-head header="Page four">
<x-blockquote cite="Josh Arbon (CEO of Tysontoucherinator)">
Who is this guy?
@ -17,4 +17,4 @@
</fill:subtitle>
<fill:description>We'll get to it, trust</fill:description>
</x-project>
</x-tab::content>
</x-tab.content>

View file

@ -1,4 +1,4 @@
<x-tab::content selected="0">
<x-tab.content selected="0">
<x-section-head header="Our projects">
<x-blockquote cite="You, just now">
Wow, such professionalism! What are these guys working on now?
@ -6,8 +6,8 @@
</x-section-head>
<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>
<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>
<img src="/assets/tysoncloud.svg">
@ -35,8 +35,8 @@
<x-project onclick="spaghetti()" class="project-alt" titlestyle="font-family: 'Apex Mk2'"
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>
<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>
<img src="/assets/simulo.svg">
@ -68,7 +68,7 @@
</x-project>
<x-project id="c0re">
<fill:links>
<x-link::website href="https://c0re.com" referencing="c0re"></x-link::website>
<x-link.website href="https://c0re.com" referencing="c0re"></x-link.website>
</fill:links>
<fill:img>
<include src="assets/c0re.svg"></include>
@ -129,7 +129,7 @@
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">
<fill:links>
<x-link::website href="https://braindance.live" referencing="Braindance"></x-link::website>
<x-link.website href="https://braindance.live" referencing="Braindance"></x-link.website>
</fill:links>
<fill:img>
<img src="/assets/braindance.svg">
@ -153,7 +153,7 @@
</x-project>
<x-project text="e" id="grezi">
<fill:links>
<x-link::github href="StratusFearMe21/grezi-next"></x-link::github>
<x-link.github href="StratusFearMe21/grezi-next"></x-link.github>
</fill:links>
<fill:title>
<markdown>
@ -221,4 +221,4 @@
</li>
</ol>
</fill:footer>
</x-tab::content>
</x-tab.content>

View file

@ -1,4 +1,4 @@
<x-tab::content selected="1">
<x-tab.content selected="1">
<x-section-head header="Who are these guys?">
<x-blockquote cite="Your mom, last night">
OMG these projects are so skibidi! I must know the rizzlers behind them!
@ -6,10 +6,10 @@
</x-section-head>
<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>
<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>
<img src="/assets/richard.jpg" class="person">
@ -36,9 +36,9 @@
</x-project>
<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>
<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>
<img src="/assets/khayden.jpg" class="person">
@ -66,10 +66,10 @@
</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>
<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>
<img src="/assets/isaac.jpg" class="person">
@ -95,4 +95,4 @@
</markdown>
</fill:description>
</x-project>
</x-tab::content>
</x-tab.content>