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.
50 lines
1.7 KiB
50 lines
1.7 KiB
<!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>
|
|
<div id="menu">
|
|
<div>
|
|
<h2>Comics</h2>
|
|
<h3>For now we only have Commited Lines</h3>
|
|
<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="./img/threedee.png" alt="Three dee"></a>
|
|
</div>
|
|
<div>
|
|
<h2>Drawings</h2>
|
|
<h3>It is fun to draw</h3>
|
|
<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="./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="./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="./img/photos.png" alt="Photos"></a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
</html> |