-
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.
- Loading branch information
1 parent
23ee90e
commit 6936f55
Showing
2 changed files
with
35 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Este reposit�rio cont�m os c�digos referente ao Lab1 da disciplina Sistemas de Informa��o 1. | ||
Aqui que vai dar o conflito! (J� resolvido agora!) | ||
Este repositório contém os códigos referente ao Lab1 da disciplina Sistemas de Informação 1. | ||
Aqui que vai dar o conflito! (Já resolvido agora!) |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<title>SI1</title> | ||
</head> | ||
<body> | ||
<h1> Sistemas de Informação 1 </h1> | ||
<section> | ||
|
||
<h3> Objetivo </h3> | ||
|
||
<p> | ||
O objetivo da disciplina é discutir técnicas de projeto de software. Haverá foco particular em técnicas <br/> | ||
utilizadas para melhorar o reuso e a flexibilidade de software desenvolvido usando Orientação a Objeto, <br/> | ||
mas discutiremos também projeto arquitetural. O contexto de todas as aplicações será a web. Assim, você <br/> | ||
também acabará a disciplina sabendo desenvolver sistemas web. | ||
</p> | ||
|
||
</section> | ||
<section> | ||
<h3> As tecnologias vão servir para sua vida toda! </h3> | ||
|
||
<p> | ||
Nos dias de hoje a maioria das aplicações que utilizamos são web, sejam elas educacionais ou de <br/> | ||
entretenimento e a tendência é que cada vez mais tenhamos esse tipo de aplicação. A experiência adquirida <br/> | ||
nessa disciplina além de ser muito útil é muito legal! | ||
</p> | ||
</section> | ||
|
||
<a href="cadastro.html"> Me Convenci!!!</a> | ||
</body> | ||
</html> |