Update index.html
Browse files- index.html +13 -1
index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
align-items: flex-start;
|
| 15 |
min-height: 100vh;
|
| 16 |
margin: 0;
|
| 17 |
-
padding
|
| 18 |
}
|
| 19 |
.container {
|
| 20 |
width: 90%;
|
|
@@ -75,6 +75,18 @@
|
|
| 75 |
</select>
|
| 76 |
</div>
|
| 77 |
<div id="chapter-links"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<script>
|
|
|
|
| 14 |
align-items: flex-start;
|
| 15 |
min-height: 100vh;
|
| 16 |
margin: 0;
|
| 17 |
+
padding: 40px;
|
| 18 |
}
|
| 19 |
.container {
|
| 20 |
width: 90%;
|
|
|
|
| 75 |
</select>
|
| 76 |
</div>
|
| 77 |
<div id="chapter-links"></div>
|
| 78 |
+
|
| 79 |
+
<div style="margin-top: 40px; padding: 20px; border-top: 2px solid #eee; text-align: center;">
|
| 80 |
+
<h2>✨ How to Use This Magic Study Machine! ✨</h2>
|
| 81 |
+
<p>Tired of searching for notes? Just follow this super-easy recipe for success!</p>
|
| 82 |
+
<ol style="list-style: none; padding: 0;">
|
| 83 |
+
<li style="font-size: 18px; margin-bottom: 10px;"><b>Step 1️⃣:</b> Pick your exam (like FA2 or SA1) from the first box.</li>
|
| 84 |
+
<li style="font-size: 18px; margin-bottom: 10px;"><b>Step 2️⃣:</b> Choose your subject... are you a Biology brainiac 🧠 or a Physics pro ⚛️?</li>
|
| 85 |
+
<li style="font-size: 18px;"><b>Step 3️⃣:</b> BAM! 🚀 All the chapters will appear below. Just click to open!</li>
|
| 86 |
+
</ol>
|
| 87 |
+
<p style="font-weight: bold; margin-top: 20px;">Happy studying! You've got this! 😎</p>
|
| 88 |
+
</div>
|
| 89 |
+
|
| 90 |
</div>
|
| 91 |
|
| 92 |
<script>
|