new commit

This commit is contained in:
jbugel-lol 2025-01-02 18:01:59 +01:00
parent 3912d43f85
commit 42438083b8
4 changed files with 93 additions and 4 deletions

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/favicon.png" />
<title>jbugel</title>
%sveltekit.head% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover" class="min-h-screen bg-ctp-base text-ctp-text overscroll-none"> <body data-sveltekit-preload-data="hover" class="min-h-screen bg-ctp-base text-ctp-text overscroll-none">

View file

@ -250,10 +250,11 @@
</div> </div>
</section> </section>
<section id="blog" class="flex flex-col items-center p-28"> <section id="blog" class="flex flex-col items-center p-28 text-center">
<h2 class="text-2xl md:text-3xl lg:text-5xl">Blog</h2> <h2 class="text-2xl md:text-3xl lg:text-5xl">Blog</h2>
<ul class="p-4 pb-96"> <ul class="p-4 pb-96">
<li><a href="/blog/2024/October/hello-world">Hello, World</a></li> <li><a href="/blog/2024/October/hello-world">Hello, World</a></li>
<li><a href="/blog/2025/January/NeedForSpeed/MostWanted2005/QualityOfLifeMods">Need for Speed: Most Wanted (2005) | Quality of Life Mods</a></li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quality of Life Mods - NFS MW 2005</title>
</head>
<body>
<header class="py-6">
<div class="container mx-auto text-center">
<h1 class="text-4xl font-bold">Quality of Life Mods</h1>
<p class="text-2xl mt-2">Need for Speed: Most Wanted (2005)</p>
<p class="text-lg mt-1">by <span class="font-semibold">jbugel</span></p>
</div>
</header>
<main class="container mx-auto px-4 py-8">
<p class="text-lg text-center mb-6">
<strong>Need for Speed: Most Wanted (2005)</strong> is a game I loved as a kid. Its timeless, but the modding community has taken it to another level. Heres a curated list of the best quality-of-life mods to modernize your experience.
</p>
<div class="space-y-8">
<!-- Mod 1 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">1. Widescreen Fixes Pack</h2>
<p class="mt-2">
One of the most essential mods for modern gaming. This mod enables true <strong>16:9 widescreen support</strong>, making the game look stunning on contemporary monitors.
</p>
<a href="https://nfsmods.xyz/mod/3327" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 2 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">2. NFSMW Extra Options</h2>
<p class="mt-2">
Unlocks <strong>additional gameplay options</strong>, letting you customize and tweak the game beyond its original capabilities.
</p>
<a href="https://nfsmods.xyz/mod/43" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 3 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">3. Xbox 360 Stuff Pack</h2>
<p class="mt-2">
Adds the best <strong>Xbox 360 features</strong> to the PC version, such as improved motion blur and enhanced car reflections.
</p>
<a href="https://nfsmods.xyz/mod/1200" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 4 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">4. NFSMW Recompiled Vinyls (512x / 1024x)</h2>
<p class="mt-2">
Upgrades the car vinyls to <strong>high definition</strong>, making customization pop like never before.
</p>
<a href="https://nfsmods.xyz/mod/629" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 5 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">5. NFSMW: Upscaled HUD</h2>
<p class="mt-2">
Upscales the entire UI to <strong>high definition</strong>, providing a cleaner and sharper interface.
</p>
<a href="https://nfsmods.xyz/mod/1096" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 6 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">6. Plak Graphics (NFS MW) (Paid)</h2>
<p class="mt-2">
A paid mod that introduces <strong>raytracing</strong> for next-gen visuals, transforming lighting and reflections.
</p>
<a href="https://nfsmods.xyz/mod/2017" class="mt-3 inline-block hover:underline">Download here</a>
</div>
</div>
</main>
<footer class="py-4">
<div class="container mx-auto text-center">
<p class="text-sm">© 2025 jbugel. All rights reserved.</p>
</div>
</footer>
</body>
</html>

View file

@ -1,7 +1,9 @@
<script lang="ts"> <script lang="ts">
import type { PageData } from './$types'; import type { PageData } from './$types';
export let data: PageData;
</script> </script>
<meta http-equiv="refresh" content="0; url=https://songwhip.com/jbugel" /> <meta http-equiv="refresh" content="0; url=https://songwhip.com/jbugel" />
<span>
<p>If you are not redirected automatically, follow this <a href="https://songwhip.com/jbugel">link</a>.</p>
</span>