-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 2.12 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
<!DOCTYPE html>
<html lang="pt-BR">
<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">
<meta name="description" content="Um bot que irá moderar e deixar a sua comunidade segura de um jeito fácil.">
<title>Balle Bot - Modere a sua comunidade do Discord</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header class="top">
<img class="top-image"src="images/logo.svg" alt="Logo da comunidade Ballerini">
<nav class="top-menu">
<a class="top-menu-item" href="https://discord.gg/wagxzStdcR">Comunidade Ballerini</a>
<a class="top-menu-item">Tutorial</a>
<a class="top-menu-item">Open Souce</a>
<a class="top-menu-item">Comandos</a>
</nav>
</header>
<main class="center">
<section class="center-first">
<div class="center-first-text-content">
<h1 class="center-first-text-content-title">Balle Bot</h1>
<h2 class="center-first-text-content-sub-title">Deixe a sua comunidade segura de um jeito fácil.</h2>
<button class="center-first-text-content-button">Me adicione</button>
</div>
<img class="center-first-image" src="images/ballebot.svg" alt="Imagem da Balle bot">
</section>
<section class="center-second">
<h3 class="center-second-title">O que ela faz por você?</h3>
<p class="center-second-paragraph">1. Cria um <strong>sistema de verificação capcha</strong> para novos membros garantirem que não são robôs</p>
<p class="center-second-paragraph">2. Possui um <strong>sistema de banimento automático</strong> para links suspeitos que forem enviados na comunidade</p>
<p class="center-second-paragraph">3. <strong>Sistema de avisos e banimento manual</strong>, para pessoas administradoras utilizarem</p>
</section>
</main>
<footer class="bottom">
<img class="bottom-image"src="images/ballerini.svg">
</footer>
</body>
</html>