Skip to content

Commit

Permalink
Adicionado projetos de aula UC14 e UC15
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz-Andre committed Jun 13, 2024
1 parent d26d028 commit 888d6d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Binary file added img/projetoAulaUC14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 class="container__titulo">Projetos SenacTech</h1>
<div class="card-body">
<h5 class="card-title">bancoDeSangue</h5>
<p class="card-text">
Aplicação Java - CRUD para usuários/doadores e estoque de bolsas de sangue em hospitais
Aplicação Java - CRUD para usuários/doadores e estoque de bolsas de sangue em hospitais. Mais informações no README.md do repositório.
</p>
<a href="https://github.com/Cruz-Andre/bancoDeSangue" target="_blank" class="btn btn-info botao-cor-especial">Repositório Git</a>
</div>
Expand Down
10 changes: 9 additions & 1 deletion json/senacTech.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
"imagem": "img/bancoDeSangueWeb.png",
"alt": "Imagem do site Banco De Sangue",
"titulo": "Site Banco De Sangue",
"texto": "Projeto em desenvolvimento. Este projeto é uma aplicação web do bancoDeSangue feito em java. Mais informações no README.md do repositorio",
"texto": "Projeto em desenvolvimento. Este projeto é uma aplicação web do bancoDeSangue feito em java. Mais informações no README.md do repositório",
"site": "https://cruz-andre.github.io/bancoDeSangueWeb/",
"repositorio": "https://github.com/Cruz-Andre/bancoDeSangueWeb"
},
{
"imagem": "img/projetoAulaUC14.png",
"alt": "Imagem do site projetoAulaUC14 e UC15",
"titulo": "projetoAulaUC14 e UC15",
"texto": "Desenvolvimento de um sistema para a escola Senac Tech - Utilizando os recursos abordados até o momento no curso.",
"site": "https://cruz-andre.github.io/projetoAulaUC14/",
"repositorio": "https://github.com/Cruz-Andre/projetoAulaUC14"
}
]

0 comments on commit 888d6d5

Please sign in to comment.