website/random/photo_grid/index.html
2024-04-22 03:13:17 -05:00

45 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>G2's Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The Stylesheet -->
<link rel="stylesheet" href="/assets/main-style.css">
</head>
<body>
<header>
<a href="/"><h1>G2 Games</h1></a>
<ul class="navigation">
<a href="/"><li>Home</li></a>
<a href="/random"><li>Random</li></a>
<a href="/portfolio"><li>Portfolio</li></a>
<a href="/blog"><li>Blog</li></a>
</ul>
</header>
<main>
<h2 class="sep center">Photo Grid Test</h2>
<section class="img_grid centered">
<img class="pixel" src="https://g2games.dev/blog/images/pastel-cities-sunset.png">
<img src="https://g2games.dev/blog/images/old-cameras/fd75-1.jpg">
<img src="https://g2games.dev/blog/images/really-retro-tv/soldered.webp">
<img src="https://g2games.dev/blog/images/space-images/space1.png">
<img src="https://g2games.dev/blog/images/space-images/space2.png">
<img src="https://g2games.dev/blog/images/test-post/sunflower.webp">
<img src="https://g2games.dev/blog/images/old-cameras/fd91-img1.JPG">
<img src="https://g2games.dev/blog/images/space-images/jupiter.png">
<img src="https://g2games.dev/blog/images/image4.jpg">
<img src="https://g2games.dev/blog/images/old-cameras/fd91-img2.JPG">
<img src="https://g2games.dev/blog/images/old-cameras/fd75-img1.JPG">
</section>
</main>
<footer>
<p>&copy;2023 G2</p>
</footer>
</body>
</html>