Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -26
index.html
CHANGED
@@ -83,32 +83,9 @@
|
|
83 |
<!-- Add more user entries for Tab 3 here -->
|
84 |
</ul>
|
85 |
</section>
|
86 |
-
<section class="
|
87 |
-
<h2>
|
88 |
-
<
|
89 |
-
<blockquote>
|
90 |
-
<p>"I love this leaderboard! It's been a great resource for discovering new influencers."</p>
|
91 |
-
<cite>- Jane Smith</cite>
|
92 |
-
</blockquote>
|
93 |
-
</div>
|
94 |
-
<div>
|
95 |
-
<blockquote>
|
96 |
-
<p>"This leaderboard has helped me grow my audience and connect with other creators in the community."</p>
|
97 |
-
<cite>- John Doe</cite>
|
98 |
-
</blockquote>
|
99 |
-
</div>
|
100 |
-
</section>
|
101 |
-
<section class="contact">
|
102 |
-
<h2>Get in touch</h2>
|
103 |
-
<form>
|
104 |
-
<label for="name">Name</label>
|
105 |
-
<input type="text" id="name" required>
|
106 |
-
<label for="email">Email</label>
|
107 |
-
<input type="email" id="email" required>
|
108 |
-
<label for="message">Message</label>
|
109 |
-
<textarea id="message" required></textarea>
|
110 |
-
<button type="submit">Send message</button>
|
111 |
-
</form>
|
112 |
</section>
|
113 |
</main>
|
114 |
<script src="scripts.js"></script>
|
|
|
83 |
<!-- Add more user entries for Tab 3 here -->
|
84 |
</ul>
|
85 |
</section>
|
86 |
+
<section class="notes">
|
87 |
+
<h2>Notes</h2>
|
88 |
+
<p>This is a placeholder for your notes section.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
</section>
|
90 |
</main>
|
91 |
<script src="scripts.js"></script>
|