img folder

This commit is contained in:
waifu 2024-05-26 14:34:03 -03:00
parent 2369401cef
commit c7beb1f688
7 changed files with 6 additions and 6 deletions

View file

@ -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>