|
|
Line 72: |
Line 72: |
| </div> | | </div> |
| </header> | | </header> |
− |
| |
− | <!-- Footer -->
| |
− | <footer class="w3-container w3-padding-64 w3-center w3-opacity">
| |
− | <div class="w3-xlarge w3-padding-32">
| |
− | <h1 class="w3-margin w3-large">Alverno Heights Academy, Sierra Madre</h1>
| |
− | </div>
| |
− |
| |
− | <script>
| |
− | // Used to toggle the menu on small screens when clicking on the menu button
| |
− | function myFunction() {
| |
− | var x = document.getElementById("navDemo");
| |
− | if (x.className.indexOf("w3-show") == -1) {
| |
− | x.className += " w3-show";
| |
− | } else {
| |
− | x.className = x.className.replace(" w3-show", "");
| |
− | }
| |
− | }
| |
− | </script>
| |
− |
| |
− | </body>
| |
− | </html>
| |
Revision as of 22:39, 29 September 2016