Add new blog post about my A Summer's End review

This commit is contained in:
Helen Chong 2023-10-30 12:08:17 +08:00
parent e9c5dc7717
commit 4a8ad119e2
2 changed files with 63 additions and 0 deletions

View File

@ -31,6 +31,7 @@ let authorLink = "https://leilukin.neocities.org/"; // Enter your website, socia
use a date it must still follow that format.*/
let postsArray = [
[ "posts/2023-10-30-Support-for-My-Steam-Review-of-A-Summers-End.html", encodeURI( `Support for My Steam Review of A Summer's End — Hong Kong 1986` ) ],
[ "posts/2023-10-13-My-Cassette-Beasts-Pombomb-Plushie-Arrived.html", encodeURI( `My Cassette Beasts Pombomb Plushie Arrived!` ) ],
[ "posts/2023-09-11-Happy-1st-Anniversary-to-Leilukins-Hub.html", encodeURI( `Happy 1st Anniversary to Leilukin's Hub` ) ],
[ "posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html", encodeURI( `My First Birthday After the Launch of Leilukin's Hub` ) ],

View File

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<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/blog/2023-10-30-Support-for-My-Steam-Review-of-A-Summers-End.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Support for My Steam Review of A Summer's End — Hong Kong 1986 | Blog">
<meta name="author" content="Leilukin">
<meta property="og:description" content="A thank you post for the people who have supported my Steam review of A Summer's End — Hong Kong 1986.">
<link rel="stylesheet" href="../css/style-blog.css" type="text/css" media="all">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="../js/blog.js" defer></script>
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
</head>
<body>
<main class="blog-container" id="container">
<header class="blog-header" id="header">...</header>
<article class="blog-content" id="content">
<h1 class="blog-post__title" id="postTitleH1"></h1>
<h2 class="blog-post__date" id="postDate"></h2>
<p>As part of my effort to support and promote <a href="https://www.asummersend.com/" target="blank"><cite>A Summer's End — Hong Kong 1986</cite></a>, the sapphic visual novel and my absolute favourite piece of queer art ever, I left a <a href="https://steamcommunity.com/id/leilukin/recommended/1111370/" target="blank">glowing review on Steam</a> on 17 August 2023, talking about how much <cite>A Summer's End</cite> means too me as a Cantonese-speaking Chinese lesbian who grew up with Hong Kong media.</p>
<p>Since then, as of the writing of this post on 30 October 2023, my review made to the top of the most helpful reviews in the past 90 days on the <a href="https://steamcommunity.com/app/1111370" target="blank">Steam store page of <cite>A Summer's End</cite></a> with 12 votes.</p>
<img src="https://i.postimg.cc/R0PQhpTy/Screenshot-2023-10-30-at-09-52-13-A-Summer-s-End-Hong-Kong-1986-on-Steam.png" alt="Screenshot of Leilukin's review of A Summer's End — Hong Kong 1986 on Steam">
<p>In addition, I have received multiple Steam awards, with Steam Points along with them, including:</p>
<ul>
<li>Heartwarning, which awards 200 Steam Points, given by two people</li>
<li>Golden Unicorn, which awards 800 Steam Points, given by one person</li>
<li>Take My Points, which awards 1,600(!) Steam Points, given by one person</li>
</ul>
<p>Recently, on 22 October 2023, the <a href="https://leilukin.123guestbook.com/" target="_blank">guestbook</a> of my website here have also received a message from someone named Rob, who expressed appreciation for my Steam review:</p>
<blockquote>
<p>Thanks so much for your steam review of a summer's end!! So glad you have this board, so I could thank you for the heart warming review. I want to get this game for a friend of mine who is new to speaking english, and the story definitely will resonate with her.</p>
<p>I am introducing her to visual novels to hopefully help aid in her learning and practice.</p>
</blockquote>
<p>I am amazed by the amount of appreciation my Steam review of <cite>A Summer's End</cite> has been given. Thank you! <cite>A Summer's End</cite> truly deserves all the love and support it can get.</p>
<p>I cannot stress enough that <cite>A Summer's End</cite> is important because LGBTQ+ Hong Kong people and Cantonese speakers are criminally underrepresented in media. This is why we need to be vocal about our support for queer art made by non-white people, to signify to both the creators and every LGBTQ+ people that stories of queer non-white people deserve to be told.</p>
<section class="blog-nextprev" id="nextprev"></section>
</article> <!-- end of div id="content" -->
<footer class="blog-footer" id="footer"></footer>
</main> <!-- end of div id="container" -->
</body>
</html>