style: update login location

This commit is contained in:
2026-04-26 15:35:27 +08:00
parent 88cd5ef0e7
commit 12ef1dd537
12 changed files with 962 additions and 86 deletions
@@ -0,0 +1,33 @@
<h2>Badge Naming — "Native Champion" Alternatives</h2>
<p class="subtitle">This badge marks games/presets that hit 60+ FPS with zero FSR and zero frame generation. Which name fits the brand best?</p>
<div class="options">
<div class="option" data-choice="raw-performer" onclick="toggleSelect(this)">
<div class="letter">A</div>
<div class="content">
<h3>Raw Performer</h3>
<p>Emphasizes unassisted performance. Technical, no-nonsense. "Raw" signals no upscaling tricks.</p>
</div>
</div>
<div class="option" data-choice="pure-performance" onclick="toggleSelect(this)">
<div class="letter">B</div>
<div class="content">
<h3>Pure Performance</h3>
<p>Clean and clear. "Pure" = untouched settings. Easy to understand at a glance.</p>
</div>
</div>
<div class="option" data-choice="native-champion" onclick="toggleSelect(this)">
<div class="letter">C</div>
<div class="content">
<h3>Native Champion</h3>
<p>Your original idea. "Champion" has a competitive/gaming feel. Slightly longer.</p>
</div>
</div>
<div class="option" data-choice="untouched" onclick="toggleSelect(this)">
<div class="letter">D</div>
<div class="content">
<h3>Untouched</h3>
<p>Short, punchy. Implies the game runs great without any modifications. Memorable.</p>
</div>
</div>
</div>