new comics location plus art init

server
waifu 4 months ago
parent 68b21a1102
commit da8bc41a03
  1. BIN
      home/art/artfriends.png
  2. BIN
      home/art/comics.png
  3. BIN
      home/art/drawings.png
  4. 30
      home/art/index.html
  5. BIN
      home/art/inspiration.png
  6. BIN
      home/art/photos.png
  7. 30
      home/art/styles.css
  8. BIN
      home/art/threedee.png
  9. 2
      home/normal/index.html

BIN
home/art/artfriends.png (Stored with Git LFS)

Binary file not shown.

BIN
home/art/comics.png (Stored with Git LFS)

Binary file not shown.

BIN
home/art/drawings.png (Stored with Git LFS)

Binary file not shown.

@ -9,20 +9,42 @@
<link rel="icon" href="../../static/site/favicon.png" type="image/x-icon"> <link rel="icon" href="../../static/site/favicon.png" type="image/x-icon">
</head> </head>
<body> <body>
<h1> <div id="header">
Sometimes I make things and other times I look at art <h1>Art</h1>
</h1> </div>
<div id="menu"> <div id="menu">
<div> <div>
<h2>Comics</h2> <h2>Comics</h2>
<h3>For now we only have Commited Lines</h3>
<a href="./comics/committed_lines/"><img src="comics.png" alt="Comics"></a>
</div>
<div>
<h2>Three dee</h2> <h2>Three dee</h2>
<h3>I delve in modeling sometimes</h3>
<a href="./3d/"><img src="./threedee.png" alt="Three dee"></a>
</div>
<div>
<h2>Drawings</h2> <h2>Drawings</h2>
<h3>It is fun to draw</h3>
<a href="./drawings/"><img src="drawings.png" alt="Drawings"></a>
</div> </div>
<div> <div>
<h2>Art friends</h2> <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>
</div>
<div>
<h2>Inspiration</h2> <h2>Inspiration</h2>
<h2>Various</h2> <h3>People that I am too scared to ask for permission</h3>
<a href="./inspiration/"><img src="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>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

BIN
home/art/inspiration.png (Stored with Git LFS)

Binary file not shown.

BIN
home/art/photos.png (Stored with Git LFS)

Binary file not shown.

@ -1,7 +1,35 @@
body, html {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#header{
justify-content: center;
}
#menu{ #menu{
border-style: double; border-style: double;
border-width: 20px; border-width: 20px;
display: flex; display: flex;
flex-flow: row; flex-flow: row;
flex-wrap: wrap;
justify-content: center;
}
#menu div {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 10px; /* Adjust margin as needed */
}
#menu h2 {
text-align: center;
}
} #menu h3 {
text-align: center;
}

BIN
home/art/threedee.png (Stored with Git LFS)

Binary file not shown.

@ -31,7 +31,7 @@
<h1>Check out some of my links and stuff</h1> <h1>Check out some of my links and stuff</h1>
<div id="links"> <div id="links">
<a href="https://mai.waifuism.life/@waifu">Fediverse account</a> <a href="https://mai.waifuism.life/@waifu">Fediverse account</a>
<a href="https://comic.waifuism.life">Comics</a> <a href="../art/comics/committed_lines/">Comics</a>
<a href="https://www.patreon.com/thewaifuismlife">Patreon</a> <a href="https://www.patreon.com/thewaifuismlife">Patreon</a>
<a href="https://www.pixiv.net/en/users/69402865">Pixiv (Gallery)</a> <a href="https://www.pixiv.net/en/users/69402865">Pixiv (Gallery)</a>
<a href="https://www.youtube.com/@waifu332">YTVideos</a> <a href="https://www.youtube.com/@waifu332">YTVideos</a>

Loading…
Cancel
Save