Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1219,9 +1219,9 @@ <h2 class="section-title" style="color: white;">Register for the Workshop</h2>
<label for="experience">Programming Experience</label>
<select id="experience" name="experience" required>
<option value="">Select your level</option>
<option value="beginner">Beginner (0-1 years)</option>
<option value="intermediate">Intermediate (2-3 years)</option>
<option value="advanced">Advanced (4+ years)</option>
<option value="beginner">Beginner (0-5 years)</option>
<option value="intermediate">Intermediate (6-10 years)</option>
<option value="advanced">Advanced (10+ years)</option>
</select>
</div>

Expand All @@ -1238,6 +1238,8 @@ <h2 class="section-title" style="color: white;">Register for the Workshop</h2>
</div>
</section>

<!-- hhhhhhh -->

<!-- Footer -->
<footer>
<div class="container">
Expand Down