-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (56 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="portal de dúvidas e informações para pessoas do rio grande do sul e pessoas que querem doar para a causa.">
<meta name="keywords" content="Rio Grande do Sul, Enchentes, Sul, Brasil, Desastre, Doações, Pix">
<meta name="author" content="Diogo Anthonny e Felipe Feliciano de Carvalho">
<title>Projeto Amparo Ao RS</title>
<link rel="shortcut icon" href="assets/images/favicom.webp" type="image/x-icon">
<link rel="stylesheet" href="./assets/styles/mobile.css" media="all">
<link rel="stylesheet" href="./assets/styles/mediaQueries.css">
</head>
<body>
<header>
<img src="./assets/images/logomarca.webp" alt="Logo marca">
<h2>Saiba como ficar seguro na situação atual com respostas rápidas.</h2>
</header>
<main>
<section id="atendimentos">
<h1>Como podemos te atender?</h1>
<div id="links">
<a href="./pages/precisoDeAjuda.html">Preciso de Ajuda</a>
<a href="./pages/queroAjudar.html">Quero Ajudar</a>
</div>
</section>
<section id="sobre">
<img src="./assets/images/logomarca.webp" alt="Logo marca">
<article>
<h2>Sobre Nós:</h2>
<p>Somos entusiastas e estudantes do desenvolvimento de projetos com IA.</p>
<p>Este projeto não visa nenhum fim lucrativo, sendo planejado com intuito de ajudar as vítimas das enchentes no RS com o auxílio de novas tecnologias de Inteligência Artificial.</p>
</article>
</section>
</main>
<footer>
<section>
<i>PROJETO</i>
<br>
<strong>Amparo ao RS</strong>
</section>
<section>
<div>
Desenvolvido por:
<br>
<strong><a href="https://www.linkedin.com/in/diogo-antonny/" target="_blank">Diogo Antonny</a></strong>
</div>
<div>
Design por:
<br>
<strong><a href="https://www.linkedin.com/in/felipefelicianodecarvalho/" target="_blank">Felipe Feliciano de Carvalho</a></strong>
</div>
</section>
</footer>
</body>
</html>