-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (42 loc) · 1.96 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
<!DOCTYPE html>
<html lang="pt-br"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./public/css/styles.css">
<link rel="shortcut icon" href="./public/images/logo-favicon.ico" type="image/x-icon">
<title>genew | Home</title>
<meta name="description" content="gerador de boletins">
</head>
<body>
<header class="header">
<a href="./index.html"><img class="header-logo" src="./public/images/logo01.svg"></a>
<nav class="header-menu">
<a href="./index.html" class="header-item">início</a>
<a href="./pages/como-usar.html" class="header-item">como usar</a>
<a href="./pages/sobre.html" class="header-item">sobre</a>
</nav>
</header>
<main class="content">
<section class="content-principal">
<div class="content-principal-write">
<h3 class="content-principal-write-tittle">Bem-vindo ao genew</h3>
<h1 class="content-principal-write-subtittle">Primeiro selecione a secretaria.</h1>
<br>
</div>
<div class="btGens">
<h3 class="content-principal-write-tittle">Secretarias Disponíveis:</h3>
<a href="./pages/secs/smdema.html"><button class="btBlue">D.Eco e M.Ambiente</button></a>
<a href="./pages/secs/sms.html"><button class="btBlue">Saúde</button></a>
<a href="./pages/secs/smas.html"><button class="btBlue">Assistência Social</button></a>
</div>
</section>
<section class="question">
<h2 class="content-principal-write-tittle2">Dúvidas de como usar?</h2>
<a href="./pages/como-usar.html"><button class="btYellow">Clique aqui</button></a>
</section>
</main>
<footer>
<p class="footer-write">Genew - Gerador de boletins online| 2021-2022<br>Desenvolvido por Adriel Filipe<br>projeto voltado para fins de estudo</p>
</footer>
</body></html>