Skip to content

Commit

Permalink
Correção de footer nas páginas estáticas
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonJV committed Nov 28, 2024
1 parent eb25b37 commit 7a87176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Web/onibusca/staticPages/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<p><span class="green">Oni</span>Busca</p>
</span>
<ul>
<li><a href="{% url 'quem_somos' %}">Quem somos?</a></li>
{% if user.is_superuser %}
<li><a href="{% url 'formLinhas' %}">Linhas</a></li>
<li><a href="{% url 'quem_somos' %}">Quem somos?</a></li>
{% endif %}
<li><a href="{% url 'suporte' %}">Ajuda</a></li>
{% if user.is_authenticated %}
Expand All @@ -45,7 +45,7 @@ <h4>Para onde <span class="green">você</span> quer ir?</h4>
</main>

<footer id="footer">
<p>&copy; OrkaShield</p>
<p>&copy; Onibusca</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion Web/onibusca/staticPages/templates/quemSomos.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1><span class="green">Quem</span> Somos?</h1>
</main>

<footer id="footer">
<p>&copy; OrkaShield</p>
<p>&copy; Onibusca</p>
</footer>

</body>
Expand Down
2 changes: 1 addition & 1 deletion Web/onibusca/staticPages/templates/suporte.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 class="accordion-header">
</main>

<footer id="footer">
<p>&copy; OrkaShield</p>
<p>&copy; Onibusca</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+...NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
Expand Down

0 comments on commit 7a87176

Please sign in to comment.