Add new blog post about my lifetime Premium membership on Nexus Mods
This commit is contained in:
parent
fec8018113
commit
eee44c9ad5
|
@ -31,6 +31,7 @@ let authorLink = "https://leilukin.neocities.org/"; // Enter your website, socia
|
||||||
use a date it must still follow that format. */
|
use a date it must still follow that format. */
|
||||||
|
|
||||||
let postsArray = [
|
let postsArray = [
|
||||||
|
[ "posts/2024-03-06-I-Received-a-Lifetime-Premium-Membership-on-Nexus-Mods-for-Free.html" ],
|
||||||
[ "posts/2023-11-20-Finally-Beat-A-Bugs-Life-Video-Game-24-Years-Later.html", encodeURI( `Finally Beat A Bug's Life The Video Game — 24 Years Later` ) ],
|
[ "posts/2023-11-20-Finally-Beat-A-Bugs-Life-Video-Game-24-Years-Later.html", encodeURI( `Finally Beat A Bug's Life The Video Game — 24 Years Later` ) ],
|
||||||
[ "posts/2023-11-19-I-Can-Finally-Game-on-a-Solid-State-Drive.html", encodeURI( `I Can Finally Game on a Solid-State Drive` ) ],
|
[ "posts/2023-11-19-I-Can-Finally-Game-on-a-Solid-State-Drive.html", encodeURI( `I Can Finally Game on a Solid-State Drive` ) ],
|
||||||
[ "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-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` ) ],
|
||||||
|
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!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/2024-03-06-I-Received-a-Lifetime-Premium-Membership-on-Nexus-Mods-for-Free.html">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
<meta property="og:site_name" content="Leilukin's Hub">
|
||||||
|
<meta property="og:title" content="I Received a Lifetime Premium Membership on Nexus Mods for Free | Blog">
|
||||||
|
<meta name="author" content="Leilukin">
|
||||||
|
<meta property="og:description" content="In light of my mods hosted on Nexus Mods reaching 30,000 unique downloads, I was rewarded a free lifetime Premium membership on Nexus Mods.">
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://i.postimg.cc/P5zQQ9dt/thunderbird-2024-03-06-20-45-36-381.png" alt="A partial email message from Nexus Mods about a free lifetime Premium membership reward">
|
||||||
|
<figcaption>
|
||||||
|
<p>[Image description: A partial email message from Nexus Mods that reads:</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Hey leilukin,</p>
|
||||||
|
<p>Congratulations! Many people are downloading your mods and your efforts have been recognised with a free Nexus Mods Premium reward.</p>
|
||||||
|
<p>To see and redeem your rewards, you can visit your rewards tab on the billing page.</p>
|
||||||
|
<p>Redeem now</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>End desctiption.]</p>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://i.postimg.cc/XqCYnKpJ/Screenshot-2024-03-06-at-20-49-26-Nexus-Mods-Home.png" alt="Nexus Mods website notification about a lifetime Premium membership reward">
|
||||||
|
<figcaption>
|
||||||
|
[Image description: A notification on the Nexus Mods website that reads, "Your mods reached 30,000 UDLs! Enjoy Lifetime Premium membership on us." End description.]
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="https://i.postimg.cc/SjbNRXMG/Screenshot-2024-03-06-at-20-52-27-Nexus-Mods-Users.png" alt="The Membership tab on Nexus Mods account settings showing lifetime Premium membership">
|
||||||
|
<figcaption>
|
||||||
|
[Image description: The Membership tab in the Nexus Mods account setting page, showing the current membershiup being "Mod Author Reward: Lifetime Premium", starting from 6th Mar 2024 with no end date. End description.]
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<p>Wow, I just got informed by Nexus Mods via email and website notification that I have received a lifetime Premium membership for free on Nexus Mods as a mod author reward, since <a href="https://www.nexusmods.com/users/3041255?tab=user+files" target="blank">all my mods that are hosted on Nexus Mods</a> have reached 30,000 unique downloads in total!</p>
|
||||||
|
|
||||||
|
<p>It was actually only through receiving this reward that I learned about Nexus Mods' <a href="https://www.nexusmods.com/news/14933" target="blank">program to reward free Premium memberships to mod authors</a>.</p>
|
||||||
|
|
||||||
|
<p>I never spent a single cent on Nexus Mods, and my mods are all passion projects, so I never expected to enjoy any extra benefits or privileges on Nexus Mods.</p>
|
||||||
|
|
||||||
|
<p>That said, I cannot complain about receiving a premium membership on a website I use regularly for free, even though the unlimited mod download speed is the only benefit I am really interested in. After all, I do download a lot of mods for various video games from Nexus Mods.</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>
|
Loading…
Reference in New Issue