Skip to content

Commit

Permalink
username change
Browse files Browse the repository at this point in the history
  • Loading branch information
notwithering committed Mar 10, 2024
1 parent 676679f commit 5dcfe8a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions blog/canvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>

<div class="mainContent">
<h1 class="hlWhite title">Canvas</h1>
<img src="https://raw.githubusercontent.com/NotWithering/canvas/master/screenshot.png" width="500px">
<img src="https://raw.githubusercontent.com/notwithering/canvas/master/screenshot.png" width="500px">

<h2 class="title"><strong>What is Viu?</strong></h2>
<h3>
Expand Down Expand Up @@ -60,7 +60,7 @@ <h3>
<h2 class="title"><strong>What is this package I'm developing?</strong></h2>
<h3>
<p>
<a href="https://github.com/NotWithering/canvas">Canvas</a>
<a href="https://github.com/notwithering/canvas">Canvas</a>
is a package for go that I am currently developing. This package at the time of writing this provides multiple functions and types to help you implement subcharacter-layering. It provides functions to create canvases, fill canvases, render a canvas, and convert an image to a canvas.
</p>
<p>
Expand All @@ -80,7 +80,7 @@ <h2>
<div>
<h2>
<a href="https://twitter.com/Cores64">Twitter</a>
<a href="https://github.com/NotWithering">Github</a>
<a href="https://github.com/notwithering">Github</a>
<a href="https://discord.com/users/432983959522246657">Discord</a>
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion blog/graphs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h2>
<div>
<h2>
<a href="https://twitter.com/Cores64">Twitter</a>
<a href="https://github.com/NotWithering">Github</a>
<a href="https://github.com/notwithering">Github</a>
<a href="https://discord.com/users/432983959522246657">Discord</a>
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
<div>
<h2>
<a href="https://twitter.com/Cores64">Twitter</a>
<a href="https://github.com/NotWithering">Github</a>
<a href="https://github.com/notwithering">Github</a>
<a href="https://discord.com/users/432983959522246657">Discord</a>
</h2>
</div>
Expand Down
8 changes: 4 additions & 4 deletions blog/upmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>
Okay, you've almost certainly not heard of UPmap. So let's just go around the outline and I can explain everything in the next few sections.
</p>
<p>
<a href="https://github.com/NotWithering/upmap">UPmap</a> is a tool for Planetarium.<br>
<a href="https://github.com/notwithering/upmap">UPmap</a> is a tool for Planetarium.<br>
<a href="https://www.planetarium.digital/">Planetarium</a> is a game where people create things, and other people play them.
</p>
</h3>
Expand All @@ -62,7 +62,7 @@ <h3>
<h2 class="title"><strong>What is UPmap?</strong></h2>
<h3>
<p>
<a href="https://github.com/NotWithering/upmap">UPmap</a>
<a href="https://github.com/notwithering/upmap">UPmap</a>
is a tool on MIT License that waits for a PMap file to update and then automatically publishes the game to Planetarium.
</p>
<p>
Expand All @@ -75,7 +75,7 @@ <h3>
UPmap has other options but waiting for a write is the default. Using the -now flag skips waiting for a save and just updates it now, or you can use the -silent flag and then put it in the background with "&" and it's seamless.
</p>
<p>
I'm not going to sit here and list out the usage and examples, that's the job for the <a href="https://github.com/NotWithering/upmap/blob/main/README.md">README.md</a> so I suggest reading it for yourself.
I'm not going to sit here and list out the usage and examples, that's the job for the <a href="https://github.com/notwithering/upmap/blob/main/README.md">README.md</a> so I suggest reading it for yourself.
</p>
</h3>
</div>
Expand All @@ -90,7 +90,7 @@ <h2>
<div>
<h2>
<a href="https://twitter.com/Cores64">Twitter</a>
<a href="https://github.com/NotWithering">Github</a>
<a href="https://github.com/notwithering">Github</a>
<a href="https://discord.com/users/432983959522246657">Discord</a>
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>
<div>
<h2>
<a href="https://twitter.com/Cores64">Twitter</a>
<a href="https://github.com/NotWithering">Github</a>
<a href="https://github.com/notwithering">Github</a>
<a href="https://discord.com/users/432983959522246657">Discord</a>
</h2>
</div>
Expand Down

0 comments on commit 5dcfe8a

Please sign in to comment.