added buttons, updated project links
This commit is contained in:
parent
9a44e8df35
commit
4f7821e90b
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
image: arimelody
|
||||
image: docker.arimelody.me/arimelody
|
||||
container_name: arimelody
|
||||
ports:
|
||||
- 80:80
|
||||
|
|
BIN
public/img/buttons/elke.gif
(Stored with Git LFS)
Normal file
BIN
public/img/buttons/elke.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
public/img/buttons/zvava.png
(Stored with Git LFS)
Normal file
BIN
public/img/buttons/zvava.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -23,6 +23,7 @@
|
|||
<script src="/script/main.js" defer></script>
|
||||
<script src="/script/accessibility.js" defer></script>
|
||||
<link rel="me" href="https://wetdry.world/@ari">
|
||||
<link rel="me" href="https://ice.arimelody.me/@ari">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -78,7 +79,7 @@
|
|||
|
||||
<p>
|
||||
i like to create things on the internet! namely <a href="/music">music</a>,
|
||||
<a href="https://youtube.com/mellodoot" target="_blank">videos</a>, art <small><em>(link pending)</em></small>, and the odd
|
||||
<a href="https://youtube.com/@arispacegirl" target="_blank">videos</a>, art <small><em>(link pending)</em></small>, and the odd
|
||||
<a href="https://github.com/mellodoot?tab=repositories" target="_blank">code project</a> from time to time!
|
||||
if it's a thing you can create on a computer, i've probably taken a swing at it.
|
||||
</p>
|
||||
|
@ -131,13 +132,13 @@
|
|||
</p>
|
||||
<ul class="links">
|
||||
<li>
|
||||
<a href="https://youtube.com/@mellodoot" target="_blank">youtube</a>
|
||||
<a href="https://youtube.com/@arispacegirl" target="_blank">youtube</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://mellodoot.tumblr.com" target="_blank">tumblr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitch.tv/mellodoot" target="_blank">twitch</a>
|
||||
<a href="https://twitch.tv/arispacegirl" target="_blank">twitch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://sptfy.com/mellodoot" target="_blank">spotify</a>
|
||||
|
@ -155,15 +156,10 @@
|
|||
</p>
|
||||
<ul class="links">
|
||||
<li>
|
||||
<a href="https://catdance.xyz" target="_blank">
|
||||
<a href="https://catdance.arimelody.me" target="_blank">
|
||||
catdance
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/mellodoot/sandblock" target="_blank">
|
||||
sandblock
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/mellodoot/prideflag" target="_blank">
|
||||
pride flag
|
||||
|
@ -200,6 +196,12 @@
|
|||
<a href="https://mae.wtf" target="_blank">
|
||||
<img src="/img/buttons/mae.png" alt="vimae web button">
|
||||
</a>
|
||||
<a href="https://zvava.org" target="_blank">
|
||||
<img src="/img/buttons/zvava.png" alt="zvava web button">
|
||||
</a>
|
||||
<a href="https://elke.cafe" target="_blank">
|
||||
<img src="/img/buttons/elke.gif" alt="elke web button">
|
||||
</a>
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
Reference in a new issue