Skip to content

Commit

Permalink
Adicionar o nome do Projeto raios de esperança
Browse files Browse the repository at this point in the history
  • Loading branch information
KanamyDamiao committed Jul 12, 2023
1 parent 6e9133a commit ea7da54
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
![Backend Build](https://github.com/jacksjm/universo-down/actions/workflows/lint.yml/badge.svg)
# Projeto de controle de atendimento
Projeto de controle de atendimento - SENAC/SC
# Projeto Raios de Esperança
Projeto Raios de Esperança - SENAC/SC
4 changes: 2 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# projeto_de_controle_de_atendimento
Projeto de controle de atendimento - SENAC/SC
# projeto_raios_de_esperanca
Projeto Raios de Esperança - SENAC/SC

## Pré-requisitos
- **NodeJS** (14.18.0)
Expand Down
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "projeto_de_controle_de_atendimento",
"name": "projeto_raios_de_esperanca",
"version": "1.0.0",
"description": "Projeto SENAC-SC Projeto de controle de atendimento",
"description": "Projeto SENAC-SC Projeto Raios de Esperança",
"main": "src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -17,7 +17,7 @@
"url": "git+https://github.com/jacksjm/universo-down.git"
},
"keywords": [
"projeto_de_controle_de_atendimento;",
"projeto_raios_de_esperanca;",
"senac-sc"
],
"author": "SENAC-SC/Joinville",
Expand Down
6 changes: 3 additions & 3 deletions backend/src/api/docs/doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ export const apiDoc = {
swagger: '2.0',
basePath: '/',
info: {
title: 'projeto_de_controle_de_atendimento',
description: 'Documentação da api projeto_de_controle_de_atendimento,'
title: 'projeto_raios_de_esperanca',
description: 'Documentação da api projeto_raios_de_esperanca,'
+ ' que disponibiliza os endpoints para controle da aplicação do'
+ ' Projeto de controle de atendimento.',
+ ' Projeto Raios de Esperança.',
version: '1.0.0'
},
host: 'localhost:3000',
Expand Down
4 changes: 2 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Projeto de controle de atendimento
# Projeto Raios de Esperança

Projeto de controle de atendimento - Web Service
Projeto Raios de Esperança - Web Service

## Pré-requisitos
- **LiveServer** (v5.6.1)
Expand Down
2 changes: 1 addition & 1 deletion frontend/html/cadastrar/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand Down
2 changes: 1 addition & 1 deletion frontend/html/cadastrar/related.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand Down
2 changes: 1 addition & 1 deletion frontend/html/cadastrar/schoolRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand Down
2 changes: 1 addition & 1 deletion frontend/html/cadastrar/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand Down
2 changes: 1 addition & 1 deletion frontend/html/editar/related.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand Down
2 changes: 1 addition & 1 deletion frontend/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="card-body col-12" style="width: 100%; height: 600px; padding: 0 !important;">
<h1 class="col-12" style="text-align:center; margin-top:25px;color: #3c98a5; opacity: 0.7;">Bem Vindo(a)<img src="../public/img/estrela.png" id="estrelaIndex"></h1>
<div class="col-12">
<img src="../public/img/frente_casa.png" id="imgIndex" alt="Projeto de controle de atendimento">
<img src="../public/img/frente_casa.png" id="imgIndex" alt="Projeto Raios de Esperança">
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/html/listar/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

Expand Down
2 changes: 1 addition & 1 deletion frontend/html/usuarios/recoverPassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"/> <!-- CLOSE -->
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Projeto de controle de atendimento</title>
<title>Projeto Raios de Esperança</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"/>
Expand Down
Binary file modified frontend/public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/img/logo_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea7da54

Please sign in to comment.