-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.22 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.22 KB
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
<!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="Bot de moderação e jogos para auxiliar nos canais do discord! ">
<title>syBOT</title>
<link rel="stylesheet" href="style.css">
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Righteous&display=swap" rel="stylesheet">
<link rel="icon" href="/img/syBOT.ico" type="ico">
</head>
<body>
<header>
<img src="/img/logo1.png" alt="Logo" class="logo">
<nav>
<a class="nav__link" href="/README.md">Tutorial</a>
<a class="nav__link" href="https://github.com/GabPhoenix/syBOT">Open Source</a>
<a class="nav__link" href="/comandos.md">Comandos</a>
<a class="nav__link" href="https://github.com/GabPhoenix/">Sobre</a>
</nav>
</header>
<main>
<section class="left">
<div>
<h1>syBOT</h1>
<h2>Deixe seu canal completo com o syBOT!</h2>
<button class="button">Me adicione!</button>
</div>
<img src="/img/syBOT.png" alt="syBOT" class="img__sybot" >
</section>
<section class="right">
<h3>O que ele faz por você?</h3>
<p>1. <strong>Sistema de detecção</strong> de palavrões e links suspeitos;</p>
<p>2. <strong>Sistema de gerenciamento de partidas</strong> para Lol, WildRift, Valorant e CS:GO;</p>
<p>3. <strong>Sistema de links</strong> para palavras chave;</p>
</section>
</main>
<footer>
<ion-icon name="logo-github"></ion-icon>
<p class="about__me">GabPhoenix</p>
</footer>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>