-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (104 loc) · 5.74 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en" style="height: 100%; width: 100%">
<head>
<meta charset="UTF-8">
<title>Kairea | BOT</title>
<!-- COPYRIGHT VERIFY -->
<meta name="copyrighted-site-verification" content="271c10770f16902c" />
<meta name="keywords" content="hernik,dev,programmer,hernikplays,hyro,hyrousek,thedevelopers,the developers,HyroM,hyro je l">
<meta name="viewport" content="width=device-width,initial-scale=1, shrink-to-fit=no">
<!-- WEBSITE ICON -->
<link rel="icon" href="https://cdn.discordapp.com/avatars/812273085381345300/d3839dddce8d90434f8dac567fa3cce8.png" type="image/icon type">
<meta property="og:site_name" content="✅ SITE WEB OFFICIEL DE KAIREA ✅">
<meta content="Kairea. Kairea est un bot discord basé sur la modération et divertissement. Vous pourrez retrouver des modules de tickets. Kairea est en constante évolution." property="og:description">
<meta content="https://cdn.discordapp.com/avatars/812273085381345300/d3839dddce8d90434f8dac567fa3cce8.png" property="og:image">
<meta name="theme-color" content="#A1C240">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css"/>
<link rel="stylesheet" href="./assets/css/cmds.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body class="bg-black muli">
<style>
#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 9999999;
width: 100%;
height: 100%;
overflow: hidden;
background: #303030 url(https://i.imgur.com/VePNpjF.gif) no-repeat center center;
color: #ff0000;
}
</style>
<div id="preloader"></div>
<ul class="topnav">
<li><a href="#commands">Commandes</a></li>
<li><a href="https://discord.com/oauth2/authorize?client_id=812273085381345300&scope=bot&permissions=8" target="_blank">Inviter le robot</a></li>
<li><a href="https://discord.gg/ZEGUq4y2wh" target="_blank">Support</a></li>
<li><a href="https://github.com/gabi75018/kairea" target="_blank">Code source du bot</a></li>
<li><a onclick="darkMode()">Mode Sombre</a></li>
</ul>
<center><div class="header">
<br>
<img src="https://cdn.discordapp.com/avatars/812273085381345300/d3839dddce8d90434f8dac567fa3cce8.png" style="height: 170px;"></img>
<br><br>
<p style="font-size: 25px;"><strong>Kairea</strong> est un bot de bonne qualité !<br>Le bot idéal pour votre serveur discord !<br><font style="font-size: 23px;">Note du créateur du site web <font color="orange">3/5 ★★★</font></font></p>
<br>
<a href="https://discord.com/oauth2/authorize?client_id=812273085381345300&scope=bot&permissions=8" target="_blank" class="button">Inviter le bot</a>
<a href="https://discord.gg/ZEGUq4y2wh" target="_blank" class="button">Rejoindre le support</a>
</a>
</div></center>
<section id="commands">
<div> <!-- style="margin-top: 50px"-->
<div class="section">
<img src="https://i.imgur.com/ty32ca0.png" class="sectionImg">
<div class="sectionDesc">
<span style="color: orange; font-weight: bold; font-size: 2rem; margin-bottom: 5px">Modération</span>
<p style="font-size: 1rem;">Kairea a des commandes de modération très simples.<br>
Vous pouvez facilement ban ou kick quelqu'un.<br>
</p>
</div>
</div>
<br>
<div class="section">
<img src="https://i.imgur.com/J74BQWd.png" class="sectionImg">
<div class="sectionDesc">
<span style="color: orange; font-weight: bold; font-size: 2rem; margin-bottom: 5px">Fun</span>
<p style="font-size: 1rem;">Kairea a plein de commandes fun.<br>
Des gifs animés aux pierre feuille ciseaux, vous êtes surs de bien vous amuser !<br>
</p>
</div>
</div>
<br>
<div class="section">
<img src="https://i.imgur.com/7ccYuWs.png" class="sectionImg">
<div class="sectionDesc">
<span style="color: orange; font-weight: bold; font-size: 2rem; margin-bottom: 5px">Commandes utiles</span>
<p style="font-size: 1rem;">Kairea a beaucoup de commandes utiles.<br>
Les commandes peuvent être vues à gauche.<br>
</p>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/smooth-scroll.polyfills.min.js"></script>
<script src="./assets/js/script.js"></script>
<script src="./assets/js/type.js"></script>
<script>
function darkMode() {
var element = document.body;
element.classList.toggle("white-mode");
}
</script>
<br><br><center>Créé par <a href="https://github.com/AQRRastiq">AQR_Rastiq</a>. Basé sur le template de <a href="https://github.com/xHyroM">Hyro</a>.</center>
</body>
</html>