leilukin-site/shrines/asummersend/gallery.html

64 lines
3.8 KiB
HTML
Raw Normal View History

2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr" id="page-top">
2023-06-15 09:18:46 +00:00
<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">
<meta property="og:url" content="https://leilukin.neocities.org/shrines/asummersend/gallery">
<meta property="og:type" content="article">
2023-06-15 09:18:46 +00:00
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Gallery | A Summers End — Hong Kong 1986 Shrine">
<meta property="og:description" content="Gallery on my A Summers End — Hong Kong 1986 shrine">
2023-06-15 12:00:48 +00:00
<link rel="stylesheet" href="asummersend.css" type="text/css" media="all">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
2023-06-15 09:18:46 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="./img/ase-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/ase-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/ase-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="components/header.js" defer></script>
<script src="components/navbar.js" defer></script>
<script src="components/sidebar-content.js" defer></script>
<script src="components/footer.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>Gallery | A Summers End — Hong Kong 1986 Shrine | Leilukin's Hub</title>
</head>
<body>
<header-component></header-component>
<main>
<!-- <aside class="left-sidebar">
Left sidebar content here
</aside> -->
2023-06-15 09:18:46 +00:00
<div class="content-container">
<section class="content-section">
<h1><cite>A Summers End — Hong Kong 1986</cite> Gallery</h1>
<p><cite>A Summers End — Hong Kong 1986</cite> was lovingly crafted by its developer Oracle and Bone with gorgeous art, so i want to make a page dedicated to my appreciation for the visual novels art.</p>
<p>I also highly recommend checking out the <a href="https://www.asummersend.com/" target="_blank">official site</a> of <cite>A Summer's End</cite> and the social media accounts of Oracle and Bone's for more beauriful art about the visual novel!</p>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>In-Game Screenshots</h2>
<img src="./img/ASE-Screenshot-01.png" alt="In-Game Screenshot of A Summer's End 01" width="100%">
<img src="./img/ASE-Screenshot-02.png" alt="In-Game Screenshot of A Summer's End 02" width="100%">
<img src="./img/ASE-Screenshot-03.png" alt="In-Game Screenshot of A Summer's End 03" width="100%">
<img src="./img/ASE-Screenshot-04.png" alt="In-Game Screenshot of A Summer's End 04" width="100%">
<img src="./img/ASE-Screenshot-05.png" alt="In-Game Screenshot of A Summer's End 05" width="100%">
<img src="./img/ASE-Screenshot-06.png" alt="In-Game Screenshot of A Summer's End 06" width="100%">
<img src="./img/ASE-Screenshot-07.png" alt="In-Game Screenshot of A Summer's End 07" width="100%">
<img src="./img/ASE-Screenshot-08.png" alt="In-Game Screenshot of A Summer's End 08" width="100%">
<img src="./img/ASE-Screenshot-09.png" alt="In-Game Screenshot of A Summer's End 09" width="100%">
</section>
2023-06-15 09:18:46 +00:00
</div>
<aside class="right-sidebar">
<right-sidebar-component></right-sidebar-component>
</aside>
</main>
<footer-component></footer-component>
2023-06-15 09:18:46 +00:00
</body>
</html>