Skip to content

Commit 1c3cee5

Browse files
authored
Comment out guest artists section
Comment out the guest artists section in index.html
1 parent 7a3f95d commit 1c3cee5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ <h2>The Band</h2>
4646
</div>
4747
</section>
4848

49-
<section id="guest-artists">
49+
<!-- <section id="guest-artists">
5050
<h2>Guest Artists</h2>
51-
<div class="bio-container">
51+
<div class="bio-container">-->
5252
<!-- Guest bios will be added dynamically via JS -->
53-
</div>
54-
</section>
53+
<!-- </div>
54+
</section>-->
5555

5656
<section id="our-poetry">
5757
<h2>Our Poetry</h2>
@@ -75,4 +75,4 @@ <h2>Our Poetry</h2>
7575
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
7676
<script src="script.js"></script>
7777
</body>
78-
</html>
78+
</html>

0 commit comments

Comments
 (0)