Skip to content

Commit

Permalink
remove funding links
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jan 2, 2025
1 parent 8403cf8 commit 4b3cfdb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
8 changes: 4 additions & 4 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 @@ -37,7 +37,7 @@
"@prettier/plugin-xml": "^3.4.1",
"@ryanatkn/belt": "^0.29.0",
"@ryanatkn/eslint-config": "^0.6.0",
"@ryanatkn/fuz": "^0.131.4",
"@ryanatkn/fuz": "^0.131.5",
"@ryanatkn/fuz_blog": "^0.11.0",
"@ryanatkn/fuz_gitops": "^0.44.0",
"@ryanatkn/fuz_mastodon": "^0.28.0",
Expand Down
8 changes: 7 additions & 1 deletion src/routes/Contact_Info.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<h2 class="mb_xl2">contact me</h2>
<ul class="contact_info panel bg shadow_xs py_md pr_md relative">
<li>
I'm looking for work! Here's my <a
href="https://docs.google.com/document/d/1Fti-__uwjazBllAqR73wrQ1lG6QO0ECBpz4n7XENP0Y/edit?usp=sharing"
>resume</a
>
</li>
<li>
@ryanatkn on
<a rel="me" href="https://github.com/ryanatkn">GitHub</a>,
Expand All @@ -22,7 +28,7 @@
<a rel="me" href="https://fosstodon.org/@webdevladder">Mastodon</a>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a> (not looking for work)
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>

Expand Down
4 changes: 2 additions & 2 deletions src/routes/Page_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
{#if !pathname.endsWith('/blog') && !pathname.includes('/blog/')}
<Card href="{base}/blog" icon="🪧" align="right">blog</Card>
{/if}
{#if !pathname.endsWith('/funding')}
<!-- {#if !pathname.endsWith('/funding')}
<Card href="{base}/funding" icon="🐚" align="right">funding</Card>
{/if}
{/if} -->
4 changes: 2 additions & 2 deletions src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<p>
My work is
<a href="https://github.com/ryanatkn">open source on GitHub</a>
and this website's homepage lists <a href="{base}/">my ongoing projects</a>. I'm currently
trying to get <a href="{base}/funding">funding</a> directly from my users, viewers, and readers.
and this website's homepage lists <a href="{base}/">my ongoing projects</a>. <!--I'm currently
trying to get <a href="{base}/funding">funding</a> directly from my users, viewers, and readers.-->
</p>
<p>
I work on the web because for all its flaws, it's a collectively-governed sandboxed platform
Expand Down
5 changes: 5 additions & 0 deletions src/routes/funding/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
Patreon
</Card>
</section>
<aside>
⚠️ This is outdated, I'm now looking for a job instead of funding after dropping my project Zzz,
which was formerly Felt. Decided I want to work with people instead of alone for an indefinite
period.
</aside>
<section class="panel p_sm shadow_md w_100">
<div class="panel bg p_xl shadow_xs">
<div class="float_right icon_size_lg">🪶</div>
Expand Down

0 comments on commit 4b3cfdb

Please sign in to comment.