Compare commits

...

4 Commits

Author SHA1 Message Date
waifu 7fc5071fbb links 3 months ago
waifu 5b96e67cb0 stuff 3 months ago
waifu c7beb1f688 img folder 3 months ago
waifu 2369401cef name fix 3 months ago
  1. 0
      ai_laptop_crying.webp
  2. 0
      home/art/img/artfriends.png
  3. BIN
      home/art/img/bg.jpg
  4. 0
      home/art/img/comics.png
  5. 0
      home/art/img/drawings.png
  6. 0
      home/art/img/inspiration.png
  7. 0
      home/art/img/photos.png
  8. 0
      home/art/img/threedee.png
  9. 12
      home/art/index.html
  10. 10
      home/art/styles.css
  11. 3
      home/normal/index.html
  12. BIN
      home/normal/stuff/friends/beanbutton.gif
  13. 2
      index.html

BIN
home/art/img/bg.jpg (Stored with Git LFS)

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>

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…
Cancel
Save