-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<title>Balle Bot</title>
</head>
<body>
<div class="conteudo-principal">
<input type="checkbox" id="check">
<header>
<img src="img/logo.svg" alt="Logo balle bot">
<nav>
<ul>
<li><a href="">Comunidade Ballerini</a></li>
<li><a href="">Tutorial</a></li>
<li><a href="">Open Source</a></li>
<li><a href="">Comandos</a></li>
</ul>
</nav>
<label for="check">
<i class="fas fa-bars menu-btn"></i>
<i class="fas fa-times close-btn"></i>
</label>
</header>
<main>
<section>
<div class="section-um">
<div class="conteudo">
<h1>Balle Bot</h1>
<p>Deixe a sua comunidade segura de um jeito facil.</p>
<button>Me adicione!</button>
</div>
<img src="img/ballebot.svg" alt="">
</div>
</section>
<section class="secundaria">
<h2>O que ela faz por você?</h2>
<div class="textos">
<p>1. Cria um <strong>sistema de verificação capcha</strong> para novos membros garatirem que não são robôs.</p>
<p>2. Possuim um sitema de <strong>banimento automático</strong> para links suspeitos que forem enviados na comunidade</p>
<p>3. <strong>Sistema de avisos e banimento manual</strong>, para pessoas administradoras utilizarem.</p>
</div>
</section>
</main>
</div>
<footer>
<img src="img/ballerini.svg" alt="Ballerini">
</footer>
</body>
</html>