Updated Images / PDFs + Misc Changes (#3780)

* Update
- Misc & consistency changes.

* Update
- Implement suggestions for contribute guide.

* Update
- More image link updates.

* Update
- Update all .pdf entries.

* Update
- Fixes

* Update

* Update

* Update
- Update feedback component.
- Small fix.

* Update

* Update
- Finishing touches.

* Update
This commit is contained in:
Hugo 2025-07-19 20:43:15 +01:00 committed by GitHub
parent c775daa3bb
commit 8ba4e555b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 117 additions and 162 deletions

View file

@ -213,51 +213,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
</div>
<p class="heading" v-text="message"></p>
<div v-if="feedback.type === 'suggestion'" class="mb-2 text-sm">
<details>
<summary>
<span class="ii-lucide-shield-x bg-cerise-400 mb-1 ml-1" />
Do not submit any of the following:
</summary>
<strong>🕹 Emulators</strong>
<p class="desc">
They're already on the
<a
class="text-primary text-underline font-bold"
href="https://emulation.gametechwiki.com/index.php/Main_Page"
>
Game Tech Wiki.
</a>
</p>
<strong>🔻 Leeches</strong>
<p class="desc">
They're already on the
<a
class="text-primary text-underline font-bold"
href="https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches"
>
File Hosting Wiki.
</a>
</p>
<strong>🐧 Distros</strong>
<p class="desc">
They're already on
<a
class="text-primary text-underline font-bold"
href="https://distrowatch.com/"
>
DistroWatch.
</a>
</p>
<strong>🎲 Mining / Betting Sites</strong>
<p class="desc">
Don't post anything related to betting, mining, BINs, CCs, etc.
</p>
<strong>🎮 Multiplayer Game Hacks</strong>
<p class="desc">
Don't post any hacks/exploits that give unfair advantages in
multiplayer games.
</p>
</details>
<p>Please read the <a href="/other/contributing">Contribute Guide</a> before submitting your feedback!</p>
</div>
<textarea
v-model="feedback.message"