mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
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:
parent
c775daa3bb
commit
8ba4e555b6
24 changed files with 117 additions and 162 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue