We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195aee0 commit 9c3616eCopy full SHA for 9c3616e
1 file changed
index.html
@@ -30,8 +30,9 @@
30
<!-- Navbar on small screens -->
31
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
32
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
33
- <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
34
- <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
+ <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">OFFICERS</a>
+ <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">TRIPS</a>
35
+ <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT US</a>
36
<a href="#" class="w3-bar-item w3-button">SEARCH</a>
37
</div>
38
0 commit comments