-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.71 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
<!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">
<title>Balle Bot</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="single-header">
<img class="single-header-img" src="logo.svg" alt="Page logo">
<nav class="single-header-nav">
<a href="https://discord.gg/wagxzStdcR">Ballerini Community</a>
<a>Tutorial</a>
<a>Open Source</a>
<a>Commands</a>
</nav>
</header>
<main>
<section class="first-secction">
<div class="first-secction-div">
<h1 class="first-secction-div-h1">Balle Bot</h1>
<h2 class="first-secction-div-h2">Keep your community safe the easy way</h2>
<button class="first-secction-div-button">Add me!</button>
</div>
<img class="first-secction-img" src="ballebot.svg" alt="Robot image">
</section>
<section class="secund-section">
<h3 class="secund-section-h3">What does she do for you?</h3>
<p class="secund-section-p">1. <strong>Creates a capcha verification system </strong>for new members to ensure they are not robots</p>
<p class="secund-section-p">2. It has <strong> an automatic banning system for suspicious</strong> links that are sent in the community</p>
<p class="secund-section-p">3. <strong>Warning system and manual ban</strong>, for admin people to use</p>
</section>
</main>
<footer>
<img class="footer-img" src="ballerini.svg" alt="Footer text">
</footer>
</body>
</html>