Skip to content

Commit 06975e4

Browse files
MatheusDubinalexiadornelesfagundesjgbrunowzzeli-rlima
authored
Deploy to Master (#28)
* fix(readme): add proper command for starting dev server * refactor(status): rename "Sob controle" to "Não preciso" * fix(readme): add proper command for starting dev server * refactor(status): rename "Sob controle" to "Não preciso" * feat: added dedicated volunteers section to home and shelter pages * feat: add tags open graph and favicon * fix(readme): add proper command for starting dev server * refactor(status): rename "Sob controle" to "Não preciso" * Arrumar typo Co-authored-by: Elivelton Rodrigues <[email protected]> * 🐛 Fix reload button bug/reload * fix no unused vars lint error --------- Co-authored-by: alexiadorneles <[email protected]> Co-authored-by: José Geraldo D. F <[email protected]> Co-authored-by: Bruno Vinícius Barreiras de Oliveira <[email protected]> Co-authored-by: Elivelton Rodrigues <[email protected]> Co-authored-by: Rafael Bruno Albuquerque <[email protected]> Co-authored-by: Luciano Lima <[email protected]>
1 parent 359b2a1 commit 06975e4

File tree

20 files changed

+138
-58
lines changed

20 files changed

+138
-58
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Para executar o frontend do aplicativo em seu ambiente local, siga os passos aba
4343
```
4444
4. Inicie o servidor de desenvolvimento:
4545
```
46-
npm start
46+
npm run dev
4747
```
4848
O app estará disponível em `http://localhost:3000`.
4949

index.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,41 @@
11
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link
7-
rel="stylesheet"
8-
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
9-
/>
10-
<title>SOS - Rio Grande do Sul</title>
11-
</head>
12-
<body>
13-
<div id="root"></div>
14-
<script type="module" src="/src/main.tsx"></script>
15-
</body>
16-
</html>
2+
<html lang="pt-br">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<meta name="description"
9+
content="Encontre abrigos e recursos para ajudar durante enchentes no Rio Grande do Sul. O SOS Rio Grande do Sul oferece informações sobre locais de abrigo, doações e suporte para vítimas de enchentes.">
10+
<meta name="keywords"
11+
content="SOS Rio Grande do Sul, enchentes, abrigos, ajuda, doações, Rio Grande do Sul, sul do Brasil">
12+
<meta name="author" content="SOS-RS">
13+
14+
<meta property="og:title" content="SOS - Rio Grande do Sul">
15+
<meta property="og:description"
16+
content="Encontre abrigos e recursos para ajudar durante enchentes no Rio Grande do Sul. O SOS Rio Grande do Sul oferece informações sobre locais de abrigo, doações e suporte para vítimas de enchentes.">
17+
<meta property="og:image" content="https://sos-rs.com/sos.png">
18+
<meta property="og:url" content="https://sos-rs.com">
19+
<meta property="og:type" content="website">
20+
21+
<meta name="twitter:card" content="summary_large_image">
22+
<meta name="twitter:title" content="SOS - Rio Grande do Sul">
23+
<meta name="twitter:description"
24+
content="Encontre abrigos e recursos para ajudar durante enchentes no Rio Grande do Sul. O SOS Rio Grande do Sul oferece informações sobre locais de abrigo, doações e suporte para vítimas de enchentes.">
25+
<meta name="twitter:image" content="https://sos-rs.com/sos.png">
26+
27+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
28+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
29+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
30+
<link rel="manifest" href="/site.webmanifest">
31+
32+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" />
33+
<title>SOS - Rio Grande do Sul</title>
34+
</head>
35+
36+
<body>
37+
<div id="root"></div>
38+
<script type="module" src="/src/main.tsx"></script>
39+
</body>
40+
41+
</html>

public/android-chrome-192x192.png

39.2 KB
Loading

public/android-chrome-512x512.png

60.3 KB
Loading

public/apple-touch-icon.png

34.9 KB
Loading

public/favicon-16x16.png

941 Bytes
Loading

public/favicon-32x32.png

2.6 KB
Loading

public/favicon.ico

15 KB
Binary file not shown.

public/site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

public/sos.png

1.27 MB
Loading

0 commit comments

Comments
 (0)