87 lines
3.4 KiB
HTML
87 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Bunny's Pixel art and drawings</title>
|
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
|
<link rel="stylesheet" href="/stylesheets/bunny.css">
|
|
</head>
|
|
<body>
|
|
<h1 id="PageTitle">Bunny's Art Corner</h1>
|
|
<div class="mainView">
|
|
<div id="ArtGallery">
|
|
<div class="galleryRow">
|
|
<div class="image">
|
|
<h4>Mosaic</h4>
|
|
<img src="/media/Art/Mossaic.png" alt="A repeating pattern of ovals, stars, circles, and diamonds">
|
|
<p>This is just a pattern I made by adding a bunch of shapes and colors till it felt right</p>
|
|
</div>
|
|
<div class="image">
|
|
<h4>Site Button</h4>
|
|
<img src="/media/Art/VoidSystem.png" alt="">
|
|
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia, maiores!</p>
|
|
</div>
|
|
<div class="image">
|
|
<h4>Site favicon</h4>
|
|
<img src="/media/blackhole.png" alt="">
|
|
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quo, quis.</p>
|
|
</div>
|
|
<div class="image">
|
|
<h4></h4>
|
|
<img src="/comet.png" alt="">
|
|
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime, illo.</p>
|
|
</div>
|
|
</div>
|
|
<div class="galleryRow">
|
|
<div class="image">
|
|
<h4>Small Meteorite</h4>
|
|
<img src="/media/Art/meteorite_small_1.png" alt="">
|
|
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
|
|
</div>
|
|
<div class="image">
|
|
<h4>Large Meteorite</h4>
|
|
<img src="/media/Art/Meteorite_Large_1_100.png" alt="">
|
|
<p></p>
|
|
</div>
|
|
<div class="image">
|
|
<h4>Mail Icon</h4>
|
|
<img src="/media/Icons/mail.png" alt="">
|
|
<p>Made 10/15/25. For the links page</p>
|
|
</div>
|
|
<div class="image">
|
|
<h4></h4>
|
|
<img src="" alt="">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
<div class="galleryRow">
|
|
<div class="image">
|
|
<h4></h4>
|
|
<img src="" alt="">
|
|
<p></p>
|
|
</div>
|
|
<div class="image">
|
|
<h4></h4>
|
|
<img src="" alt="">
|
|
<p></p>
|
|
</div>
|
|
<div class="image">
|
|
<h4></h4>
|
|
<img src="" alt="">
|
|
<p></p>
|
|
</div>
|
|
<div class="image">
|
|
<h4></h4>
|
|
<img src="" alt="">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
<a id="back" href="/index.html">Go Back</a>
|
|
</div>
|
|
|
|
</div>
|
|
<a href="/media/atrabutions/Tag Hand Graffiti Trash.txt" id="fontAtrabution">Font Creator</a>
|
|
</body>
|
|
</html> |