Skip to content
Snippets Groups Projects
Commit a5dd1460 authored by Gabriel_Tha's avatar Gabriel_Tha
Browse files

Arruma rota do botao da HOME. Adiciona botao ADMIN na navbar

parent 0f2e9259
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<div class="div-index-texto" align="center">
<h2 class="hd2">Remember PET</h2>
<p class="pr1">Lembranças de toda a história do PET Computação recuperadas ao longo do tempo</p>
<a href="galery">
<a href="gallery">
<button class="button-index">GALERIA</button>
</a>
</div>
......
......@@ -6,6 +6,7 @@
<a href="gallery" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Galeria</a>
<a href="about" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Sobre</a>
<a href="contact" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Contato</a>
<a href="dashboard" class="w3-bar-item w3-button w3-padding-large w3-right w3-hover-red">ADMIN</a>
<!--<a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Link 4</a> -->
</div>
<!-- Navbar on small screens -->
......@@ -13,6 +14,7 @@
<a href="gallery" class="w3-bar-item w3-button w3-padding-large w3-hover-white">Galeria</a>
<a href="about" class="w3-bar-item w3-button w3-padding-large w3-hover-white">Sobre</a>
<a href="contact" class="w3-bar-item w3-button w3-padding-large w3-hover-white">Contato</a>
<a href="dashboard" class="w3-bar-item w3-button w3-padding-large w3-right w3-hover-red">ADMIN</a>
<!--<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a> -->
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment