Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -5
index.html
CHANGED
|
@@ -120,11 +120,6 @@
|
|
| 120 |
<!-- INTRO -->
|
| 121 |
<section id="intro" class="card">
|
| 122 |
<div class="hero">
|
| 123 |
-
<!-- MOVED: Start/Quick buttons placed here (below tag line, above title) -->
|
| 124 |
-
<div class="row center" style="margin-top:4px; margin-bottom:14px">
|
| 125 |
-
<button id="startBtn" class="btn primary">Start the quiz</button>
|
| 126 |
-
</div>
|
| 127 |
-
|
| 128 |
<h2 style="margin:10px 0 6px 0;">Find your color mix in ~6 minutes</h2>
|
| 129 |
<p>Answer 40 quick scenario questions. Options are <b>blind-labeled</b> (no color hints) to reduce bias. At the end you’ll see your score profile across the four styles with tips to interpret it.</p>
|
| 130 |
|
|
@@ -163,6 +158,10 @@
|
|
| 163 |
</div>
|
| 164 |
</div>
|
| 165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
<div id="howText" style="display:none; margin-top:12px; color:#cbd5e1;">
|
| 167 |
Blind choices (no color cues) • 40 questions • 1 point per selected option • results show totals and %.
|
| 168 |
</div>
|
|
|
|
| 120 |
<!-- INTRO -->
|
| 121 |
<section id="intro" class="card">
|
| 122 |
<div class="hero">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
<h2 style="margin:10px 0 6px 0;">Find your color mix in ~6 minutes</h2>
|
| 124 |
<p>Answer 40 quick scenario questions. Options are <b>blind-labeled</b> (no color hints) to reduce bias. At the end you’ll see your score profile across the four styles with tips to interpret it.</p>
|
| 125 |
|
|
|
|
| 158 |
</div>
|
| 159 |
</div>
|
| 160 |
|
| 161 |
+
<div class="row center" style="margin-top:14px">
|
| 162 |
+
<button id="startBtn" class="btn primary">Start the quiz</button>
|
| 163 |
+
<button id="howBtn" class="btn" title="Toggle quick notes">Quick notes</button>
|
| 164 |
+
</div>
|
| 165 |
<div id="howText" style="display:none; margin-top:12px; color:#cbd5e1;">
|
| 166 |
Blind choices (no color cues) • 40 questions • 1 point per selected option • results show totals and %.
|
| 167 |
</div>
|