generated from webtech-network/ti1-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from ICEI-PUC-Minas-PPLCC-TI/develop
Texto rodapé
- Loading branch information
Showing
7 changed files
with
32 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,19 +119,18 @@ <h3 class="modal-title"></h3> | |
</main> | ||
|
||
<footer> | ||
<section class="about"> | ||
<h3>Sobre</h3> | ||
|
||
<p>Política de privacidade</p> | ||
<p>Quem somos nós</p> | ||
<p>Fale conosco: [email protected]</p> | ||
</section> | ||
|
||
<section> | ||
<h3>Links</h3> | ||
<li>Documentação do Projeto: <a href="#">TI DOCS</a></li> | ||
</section> | ||
</footer> | ||
<section class="about"> | ||
<h3>Sobre</h3> | ||
|
||
<p>Projeto realizado pelos alunos de Ciência da Computação da PUC Minas, para a disciplina de Trabalho Interdisciplinar: Aplicações WEB.</p> | ||
<p>Desenvolvemos um site educacional onde o usuário pode navegar e encontrar diversas informações relacionadas ao Arduino. Dentro dessas informações temos abas como projetos, fórum, ferramentas etc.</p> | ||
</section> | ||
|
||
<section> | ||
<h3>Links</h3> | ||
<li>Documentação do Projeto: <a href="docs/index.html">TI DOCS</a></li> | ||
</section> | ||
</footer> | ||
</body> | ||
<script src="assets/js/app.js"></script> | ||
<script src="assets/js/modal.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,19 +54,18 @@ <h2 class="titulo"></h2> | |
</main> | ||
|
||
<footer> | ||
<section class="about"> | ||
<h3>Sobre</h3> | ||
<section class="about"> | ||
<h3>Sobre</h3> | ||
|
||
<p>Política de privacidade</p> | ||
<p>Quem somos nós</p> | ||
<p>Fale conosco: [email protected]</p> | ||
</section> | ||
<p>Projeto realizado pelos alunos de Ciência da Computação da PUC Minas, para a disciplina de Trabalho Interdisciplinar: Aplicações WEB.</p> | ||
<p>Desenvolvemos um site educacional onde o usuário pode navegar e encontrar diversas informações relacionadas ao Arduino. Dentro dessas informações temos abas como projetos, fórum, ferramentas etc.</p> | ||
</section> | ||
|
||
<section> | ||
<h3>Links</h3> | ||
<li>Documentação do Projeto: <a href="#">TI DOCS</a></li> | ||
</section> | ||
</footer> | ||
<section> | ||
<h3>Links</h3> | ||
<li>Documentação do Projeto: <a href="../docs/index.html">TI DOCS</a></li> | ||
</section> | ||
</footer> | ||
</body> | ||
<script src="../assets/js/index.js"></script> | ||
<script src="assets/js/projeto.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters