waifuism.life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waifuism/home/art/index.html

50 lines
1.7 KiB

5 months ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Art</title>
<link rel="stylesheet" href="../../default_style.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="../../static/site/favicon.png" type="image/x-icon">
</head>
<body>
<div id="header">
<h1>Art</h1>
</div>
5 months ago
<div id="menu">
<div>
<h2>Comics</h2>
<h3>For now we only have Commited Lines</h3>
4 months ago
<a href="./comics/committed_lines/"><img src="./img/comics.png" alt="Comics"></a>
</div>
<div>
5 months ago
<h2>Three dee</h2>
<h3>I delve in modeling sometimes</h3>
4 months ago
<a href="./3d/"><img src="./img/threedee.png" alt="Three dee"></a>
</div>
<div>
5 months ago
<h2>Drawings</h2>
<h3>It is fun to draw</h3>
4 months ago
<a href="./drawings/"><img src="./img/drawings.png" alt="Drawings"></a>
5 months ago
</div>
<div>
<h2>Art friends</h2>
<h3>People that I love so much I asked for permission so I could share their stuff</h3>
4 months ago
<a href="./artfriends/"><img src="./img/artfriends.png" alt="Art friends"></a>
</div>
<div>
5 months ago
<h2>Inspiration</h2>
<h3>People that I am too scared to ask for permission</h3>
4 months ago
<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>
4 months ago
<a href="./photos/"><img src="./img/photos.png" alt="Photos"></a>
5 months ago
</div>
5 months ago
</div>
</body>
</html>