mirror of
https://github.com/G2-Games/website.git
synced 2025-04-19 18:02:54 -05:00
45 lines
1.7 KiB
HTML
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>©2023 G2</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|