Skip to content

Commit 28429e8

Browse files
committed
code review fixes
1 parent 5bd6c1e commit 28429e8

File tree

1 file changed

+5
-5
lines changed
  • src/django_project/web/templates/web/full

1 file changed

+5
-5
lines changed

src/django_project/web/templates/web/full/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ <h1 class="display-3 text-white fw-bold">Welcome to <span class="text-warning">S
173173
</div>
174174
</section>
175175

176-
<!-- Mission Section -->
177-
<section id="mission" class="py-5 bg-light">
176+
<!-- About Section -->
177+
<section id="about" class="py-5 bg-light">
178178
<div class="container py-3">
179179
<h1 class="section-title fw-bold text-center text-primary">Our Mission and Values</h1>
180180
<p class="text-center text-secondary fs-5 pb-3">As a local chapter of the Python Software Foundation, we're
@@ -218,8 +218,8 @@ <h5 class="fw-bold mb-3">Collaboration & Innovation</h5>
218218
</div>
219219
</section>
220220

221-
<!-- About Section -->
222-
<section id="about" class="py-5">
221+
<!-- What We Do Section -->
222+
<section id="whatwedo" class="py-5">
223223
<div class="container py-3">
224224
<h1 class="section-title fw-bold text-center text-primary">What We Do</h1>
225225
<p class="text-secondary fs-5 text-center mb-5">
@@ -455,7 +455,7 @@ <h1 class="section-title fw-bold text-center text-primary">Get Involved</h1>
455455
</section>
456456

457457
<!-- Connect Section -->
458-
<section id="resources" class="py-5">
458+
<section id="connect" class="py-5">
459459
<div class="container py-3">
460460
<h1 class="section-title fw-bold text-center text-primary">Connect with Us</h1>
461461
<p class="text-center text-secondary fs-5 mb-5">Find us, follow us, and join our community</p>

0 commit comments

Comments
 (0)