new comics location plus art init
This commit is contained in:
parent
68b21a1102
commit
da8bc41a03
9 changed files with 75 additions and 7 deletions
BIN
home/art/artfriends.png
(Stored with Git LFS)
Normal file
BIN
home/art/artfriends.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/comics.png
(Stored with Git LFS)
Normal file
BIN
home/art/comics.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/drawings.png
(Stored with Git LFS)
Normal file
BIN
home/art/drawings.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -9,20 +9,42 @@
|
|||
<link rel="icon" href="../../static/site/favicon.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Sometimes I make things and other times I look at art
|
||||
</h1>
|
||||
<div id="header">
|
||||
<h1>Art</h1>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<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>
|
||||
</div>
|
||||
<div>
|
||||
<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>
|
||||
<h3>It is fun to draw</h3>
|
||||
<a href="./drawings/"><img src="drawings.png" alt="Drawings"></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Art friends</h2>
|
||||
<h2>Inspiration</h2>
|
||||
<h2>Various</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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
BIN
home/art/inspiration.png
(Stored with Git LFS)
Normal file
BIN
home/art/inspiration.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/photos.png
(Stored with Git LFS)
Normal file
BIN
home/art/photos.png
(Stored with Git LFS)
Normal file
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{
|
||||
border-style: double;
|
||||
border-width: 20px;
|
||||
display: flex;
|
||||
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)
Normal file
BIN
home/art/threedee.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -31,7 +31,7 @@
|
|||
<h1>Check out some of my links and stuff</h1>
|
||||
<div id="links">
|
||||
<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.pixiv.net/en/users/69402865">Pixiv (Gallery)</a>
|
||||
<a href="https://www.youtube.com/@waifu332">YTVideos</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue