Skip to content

Commit e04aa79

Browse files
committed
feat (update): rename pages
- rename "meet the team" to "meet the dawgs" - rename "our dogs" to "meet the dogs"
1 parent dc0a418 commit e04aa79

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<div class="nav-links" id="nav-links">
1919
<button class="nav-link" id="nav-home" onclick="showPage('home')">home</button>
2020
<button class="nav-link" id="nav-about" onclick="showPage('about')">about us</button>
21-
<button class="nav-link" id="nav-dogs" onclick="showPage('dogs')">our dogs</button>
21+
<button class="nav-link" id="nav-dogs" onclick="showPage('dogs')">meet the dogs</button>
2222
<button class="nav-link" id="nav-departments" onclick="showPage('departments')">departments</button>
23-
<button class="nav-link" id="nav-team" onclick="showPage('team')">meet the team</button>
23+
<button class="nav-link" id="nav-team" onclick="showPage('team')">meet the dawgs</button>
2424
<button class="nav-link" id="nav-gallery" onclick="showPage('gallery')">gallery</button>
2525
<button class="nav-link" id="nav-contact" onclick="showPage('contact')">contact</button>
2626
<button class="nav-donate" id="nav-donate" onclick="showPage('donate')">❤️ donate</button>

pages/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="doodle doodle-3">🐾</div><div class="doodle doodle-4">🐱</div><div class="doodle doodle-5">🌿</div>
44
<h1>giving every tail<br>a reason to <span class="accent"><span class="sketch-underline">wag</span></span></h1>
55
<p class="hero-tagline">we're Pawsitive — the animal welfare club at Ashoka University, caring for campus animals with love, one paw at a time 🐾</p>
6-
<button class="hero-btn" onclick="showPage('dogs')">meet our dogs →</button>
6+
<button class="hero-btn" onclick="showPage('dogs')">meet the dogs →</button>
77
<div class="paw-trail"><span class="paw-print">🐾</span><span class="paw-print">🐾</span><span class="paw-print">🐾</span><span class="paw-print">🐾</span><span class="paw-print">🐾</span></div>
88
</section>
99
<div class="stats-strip">

pages/team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="page-header">
2-
<h1>🌟 meet the team</h1>
2+
<h1>🌟 meet the dawgs</h1>
33
<p>the humans behind every feeding round, every event, every late-night vet run</p>
44
</div>
55

0 commit comments

Comments
 (0)