diff options
-rw-r--r-- | src/index.html | 4 | ||||
-rw-r--r-- | src/people/cards/curly/curly.html (renamed from src/people/cards/glass/glass.html) | 12 | ||||
-rw-r--r-- | src/people/cards/curly/curly.png (renamed from src/people/cards/glass/glass.png) | bin | 39401 -> 39401 bytes | |||
-rw-r--r-- | src/people/index.html | 4 | ||||
-rw-r--r-- | src/services/index.html | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/src/index.html b/src/index.html index 11499de..31aad01 100644 --- a/src/index.html +++ b/src/index.html @@ -18,7 +18,7 @@ <hr> <div class="card-body"> <p> - Infernal Garden is :!ital<a href="/people#glass">my</a>:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.<br><br> + Infernal Garden is :!ital<a href="/people#curly">my</a>:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.<br><br> You can find out more on the <a href="/about">about page</a>. </p> </div> @@ -28,4 +28,4 @@ </article> :?src/templates/body-bottom.html </body> -</html>
\ No newline at end of file +</html> diff --git a/src/people/cards/glass/glass.html b/src/people/cards/curly/curly.html index 0736ecb..c8b0377 100644 --- a/src/people/cards/glass/glass.html +++ b/src/people/cards/curly/curly.html @@ -12,21 +12,21 @@ color: var(--text-primary); } </style> -<section id="glass"> +<section id="curly"> <span class="card"> - <img class="card-image" src="/people/cards/glass/glass.png"> + <img class="card-image" src="/people/cards/curly/curly.png"> <div> <span class="card-head"> - glass:!refglass:!/ref + curly:!refcurly:!/ref <a href="xmpp:glass@infernal.garden" aria-label="xmpp"><i class="fa fa-xmpp" aria-hidden="true"></i></a> - <a href="https://ak.infernal.garden/glass" aria-label="akkoma"><i class="fa fa-pleroma" aria-hidden="true"></i></a> - <a href="https://git.infernal.garden/glass" aria-label="gitea"><i class="fa fa-gitea" aria-hidden="true"></i></a> + <a href="https://ak.infernal.garden/curly" aria-label="akkoma"><i class="fa fa-pleroma" aria-hidden="true"></i></a> + <a href="https://git.infernal.garden?q=curly" aria-label="git"><i class="fa fa-git" aria-hidden="true"></i></a> <a href="https://github.com/curlybryce/" aria-label="github"><i class="fa fa-github" aria-hidden="true"></i></a> </span> <hr> <div class="card-body"> <p> - Hello! I'm glass! (or curly, etc.)<br> + Hello! I'm curly! (or glass, etc.)<br> I thought Infernal Garden was a pretty cool name so I figured I'd try and make a thing out of it.<br> Also! I made this website! - and the thing to compile it with: <a href="https://git.infernal.garden/soup/s3g">s3g</a> </p> diff --git a/src/people/cards/glass/glass.png b/src/people/cards/curly/curly.png Binary files differindex a926ecc..a926ecc 100644 --- a/src/people/cards/glass/glass.png +++ b/src/people/cards/curly/curly.png diff --git a/src/people/index.html b/src/people/index.html index a30c722..f3f6e1d 100644 --- a/src/people/index.html +++ b/src/people/index.html @@ -24,9 +24,9 @@ </div> </div> <br> - :?src/people/cards/glass/glass.html + :?src/people/cards/curly/curly.html </section> </article> :?src/templates/body-bottom.html </body> -</html>
\ No newline at end of file +</html> diff --git a/src/services/index.html b/src/services/index.html index 22072e0..29ff45d 100644 --- a/src/services/index.html +++ b/src/services/index.html @@ -27,12 +27,12 @@ <div class="card"> <div> <span class="card-head"> - Gitea:!refgitea:!/ref + Cgit/Gitolite:!refcgit-olite:!/ref </span> <hr> <div class="card-body"> <p> - A private Gitea server.<br> + A private Cgit/Gitolite server.<br> <a href="https://git.infernal.garden">https://git.infernal.garden</a> </p> </div> @@ -87,4 +87,4 @@ </article> :?src/templates/body-bottom.html </body> -</html>
\ No newline at end of file +</html> |