Skip to content

Commit

Permalink
Adição de informação de versionamento e link externo para o GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JefersonLucas committed Jun 24, 2018
1 parent d06f496 commit 854ac42
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ A versão 1.0.1 foi ao ar no dia 24/06/2018. Dentre as suas funcionalidades est
* Adição do botão atualizar para recarregar a lista;
* Adição da página Reservas listando todas as reservas cadastradas;
* Adição de link externo para o site do Colégio e Faculdade Sena Aires;
* Adição de link externo para o projeto no GitHub;
* Mudança na cor dos botões;
* Validação dupla na pesquisa de filtro e no cadastro de reservas.

Expand Down
6 changes: 6 additions & 0 deletions assets/_js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,10 @@
$(function () {
$('[data-toggle="popover"]').popover()
})
//
// TOOLTIP
//
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
//==============================================================||
13 changes: 10 additions & 3 deletions consulta.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<body onload="carregaListaReservas()">

<nav class="navbar navbar-expand-lg navbar-dark bg-primary mb-5">

<!-- IMAGEM SENA AIRES -->
<a class="navbar-brand" href="http://www.senaaires.com.br/" target="_blank">
<img src="assets/_img/logo-sena-aires-lateral.png" width="250" height="50" alt="Logo Sena Aires Lateral">
Expand All @@ -65,9 +65,16 @@
<li class="nav-item"><a class="nav-link" title="Cadastrar reservas" href="index.html">Cadastro</a></li>
<li class="nav-item"><a class="nav-link" title="Consultar reservas" href="reservas.html">Reservas</a></li>
<li class="nav-item active"><a class="nav-link" title="Consultar reservas" href="consulta.html">Consulta</a></li>
</ul>
</ul>
</div>


<!-- VERSÃO E LINK GITHUB -->
<span class="navbar-text font-italic">Versão 1.0.1&nbsp;
<a href="https://github.com/JefersonLucas/reserve" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Ver projeto no GitHub">
<i class="fab fa-github"></i>
</a>
</span>

</nav>

<div class="container">
Expand Down
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}, false);
})();
</script>

</head>

<body>
Expand All @@ -66,6 +67,13 @@
<li class="nav-item"><a class="nav-link" title="Consultar reservas" href="consulta.html">Consulta</a></li>
</ul>
</div>

<!-- VERSÃO E LINK GITHUB -->
<span class="navbar-text font-italic">Versão 1.0.1&nbsp;
<a href="https://github.com/JefersonLucas/reserve" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Ver projeto no GitHub">
<i class="fab fa-github"></i>
</a>
</span>

</nav>

Expand Down
7 changes: 7 additions & 0 deletions reservas.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
</ul>
</div>

<!-- VERSÃO E LINK GITHUB -->
<span class="navbar-text font-italic">Versão 1.0.1&nbsp;
<a href="https://github.com/JefersonLucas/reserve" target="_blank" data-toggle="tooltip" data-placement="bottom" title="Ver projeto no GitHub">
<i class="fab fa-github"></i>
</a>
</span>

</nav>

<div class="container">
Expand Down

0 comments on commit 854ac42

Please sign in to comment.