Compare commits
4 commits
3e8a5fb546
...
7fc5071fbb
Author | SHA1 | Date | |
---|---|---|---|
7fc5071fbb | |||
5b96e67cb0 | |||
c7beb1f688 | |||
2369401cef |
13 changed files with 24 additions and 9 deletions
BIN
home/art/img/bg.jpg
(Stored with Git LFS)
Normal file
BIN
home/art/img/bg.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -16,32 +16,32 @@
|
|||
<div>
|
||||
<h2>Comics</h2>
|
||||
<h3>For now we only have Commited Lines</h3>
|
||||
<a href="./comics/committed_lines/"><img src="comics.png" alt="Comics"></a>
|
||||
<a href="./comics/committed_lines/"><img src="./img/comics.png" alt="Comics"></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Three dee</h2>
|
||||
<h3>I delve in modeling sometimes</h3>
|
||||
<a href="./3d/"><img src="./threedee.png" alt="Three dee"></a>
|
||||
<a href="./3d/"><img src="./img/threedee.png" alt="Three dee"></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Drawings</h2>
|
||||
<h3>It is fun to draw</h3>
|
||||
<a href="./drawings/"><img src="drawings.png" alt="Drawings"></a>
|
||||
<a href="./drawings/"><img src="./img/drawings.png" alt="Drawings"></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Art friends</h2>
|
||||
<h3>People that I love so much I asked for permission so I could share their stuff</h3>
|
||||
<a href="./artfriends/"><img src="artfriends.png" alt="Art friends"></a>
|
||||
<a href="./artfriends/"><img src="./img/artfriends.png" alt="Art friends"></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Inspiration</h2>
|
||||
<h3>People that I am too scared to ask for permission</h3>
|
||||
<a href="./inspiration/"><img src="inspiration.png" alt="Inspiration"></a>
|
||||
<a href="./inspiration/"><img src="./img/inspiration.png" alt="Inspiration"></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Photos</h2>
|
||||
<h3>I like taking photos, here are some of them</h3>
|
||||
<a href="./photos/"><img src="photos.png" alt="Photos"></a>
|
||||
<a href="./photos/"><img src="./img/photos.png" alt="Photos"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -5,6 +5,12 @@ body, html {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
body{
|
||||
background-image: url('./img/bg.jpg');
|
||||
background-attachment: fixed;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
#header{
|
||||
justify-content: center;
|
||||
}
|
||||
|
@ -16,7 +22,9 @@ body, html {
|
|||
flex-flow: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
background-color: white;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
#menu div {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<div id="friends">
|
||||
<a href="https://waifuism.life"><img src="stuff/friends/waifu.png" ></a>
|
||||
<a href="https://reisen.church/"><img src="stuff/friends/reisen.png" ></a>
|
||||
<a href="https://husbandoism.life/"><img src="stuff/friends/hubbybutton.gif" ></a>
|
||||
<a href="https://weebles.husbandoism.life/"><img src="stuff/friends/beanbutton.gif"></a>
|
||||
<a href="https://about.munir.tokyo/"><img style="max-height: 30px;" src="stuff/friends/munir-son.png" ></a>
|
||||
<a href="https://tengu.space"><img src="stuff/friends/dev.png"></a>
|
||||
<a href="https://cyuucat.moe/"><img src="stuff/friends/cyuu.gif"></a>
|
||||
|
@ -68,6 +68,7 @@
|
|||
<a href="https://anonicus.net/"><img src="stuff/friends/anonicus.png" ></a>
|
||||
<a href="https://iogirl.com/"><img style="max-height: 33px;" src="stuff/friends/daya.jpg" ></a>
|
||||
<a href="https://den.raccoon.quest/"><img style="max-height: 33px;" src="stuff/friends/raccoonden.gif" ></a>
|
||||
<a href="https://husbandoism.life/"><img src="stuff/friends/hubbybutton.gif" ></a>
|
||||
|
||||
|
||||
|
||||
|
|
BIN
home/normal/stuff/friends/beanbutton.gif
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/beanbutton.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -15,7 +15,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div id="text">
|
||||
<img src="ai_laptop_crying.png.webp">
|
||||
<img src="ai_laptop_crying.webp">
|
||||
<h1>Um... e-excuse me... T-this website... uses music a lot, so... um... please remember to turn autoplay on!</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue