Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 13, 2024
1 parent 8b080e7 commit 40f3bee
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fuz is a [Svelte](https://svelte.dev/) UI library
with components and helpers for making friendly and helpful websites.
It's in early alpha and it will go through many breaking changes.

Fuz is being made to support [Zzz](https://zzz.ryanatkn.com/)
Fuz is being made to support [Zzz](https://www.zzzbot.dev/)
and [my other projects](https://www.ryanatkn.com/)
that focus on end-users.
Fuz emphasizes capability and efficiency and tries to be simple for those goals.
Expand Down
46 changes: 30 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/node": "^22.7.5",
"@types/prismjs": "^1.26.4",
"eslint": "^9.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Community_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
>spiderspace.org</a
>
- nontechnical design videos where we'll make a social website together with
<a href="https://zzz.ryanatkn.com/">Zzz</a> when it's ready, YouTube channel
<a href="https://www.zzzbot.dev/">Zzz</a> when it's ready, YouTube channel
<a rel="me" href="https://youtube.com/@spiderspace_8000">@spiderspace_8000</a
>{#if selected === 'spiderspace.org'}, you are here{/if}
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Project_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--<a href="https://www.spiderspace.org/"></a>--><!--<a href="https://www.webdevladder.net/"></a>--><a
class="project_link"
title="Zzz - social web app framework"
href="https://zzz.ryanatkn.com/"><Svg data={zzz_logo} {size} /><span class="name">Zzz</span></a
href="https://www.zzzbot.dev/"><Svg data={zzz_logo} {size} /><span class="name">Zzz</span></a
>
<a class="project_link" title="Moss - CSS framework" href="https://moss.ryanatkn.com/"
><Svg data={moss_logo} {size} /><span class="name">Moss</span></a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
alpha and will have many breaking changes.
</p>
<p>
Fuz is being made to support <a href="https://zzz.ryanatkn.com/">Zzz</a> and
Fuz is being made to support <a href="https://www.zzzbot.dev/">Zzz</a> and
<a href="https://www.ryanatkn.com/table">my other projects</a>
that focus on end-users. Fuz emphasizes capability and efficiency and tries to be simple
for those goals. Compared to most UI libraries, Fuz has fewer features and more opinions,
Expand Down
2 changes: 1 addition & 1 deletion src/routes/library/introduction/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Fuz is a Svelte UI library that builds on my CSS framework <a
href="https://moss.ryanatkn.com/">Moss</a
>. It's in early alpha and there will be many breaking changes. I'm making it to support
<a href="https://zzz.ryanatkn.com/">Zzz</a>
<a href="https://www.zzzbot.dev/">Zzz</a>
and
<a href="https://www.ryanatkn.com/">my other projects</a> that focus on end-users, so it'll continue
to grow slowly as I find the time and usecases.
Expand Down
2 changes: 1 addition & 1 deletion src/routes/library/logos/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ul class="box text_align_center unstyled">
<li>
<Code content={`<Svg data={zzz_logo} />`} />
<a href="https://zzz.ryanatkn.com/"><Svg data={zzz_logo} size="var(--icon_size_xl3)" /></a>
<a href="https://www.zzzbot.dev/"><Svg data={zzz_logo} size="var(--icon_size_xl3)" /></a>
</li>
<li>
<Code content={`<Svg data={moss_logo} />`} />
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const package_json = {
'@sveltejs/adapter-static': '^3.0.5',
'@sveltejs/kit': '^2.7.0',
'@sveltejs/package': '^2.3.5',
'@sveltejs/vite-plugin-svelte': '^4.0.0-next.6',
'@sveltejs/vite-plugin-svelte': '4.0.0-next.6',
'@types/node': '^22.7.5',
'@types/prismjs': '^1.26.4',
eslint: '^9.12.0',
Expand Down

0 comments on commit 40f3bee

Please sign in to comment.