-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (75 loc) · 4.86 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./assets/images/favicon.ico" type="image/x-icon">
<title>Início - Flame Play</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css"/>
<link rel="stylesheet" href="./assets/css/main.css" type="text/css">
</head>
<body>
<header class="nav">
<div class="nav__bar-mobileToggle">
<i class="fas fa-times" id="open"></i>
<i class="fas fa-bars"></i>
</div>
<nav class="nav__bar">
<div class="nav__bar-menu">
<ul class="menu-list">
<li class="hvr-underline-from-center activePage"><a href="./index.html">Início</a></li>
<li class="hvr-underline-from-center "><a href="./about.html">Sobre</a></li>
<li class="hvr-underline-from-center "><a href="./commands.html">Comandos</a></li>
</ul>
<button class="btn-primary" onclick="location.href='https://discord.com/oauth2/authorize?client_id=858220919898243073&permissions=2205272384&redirect_uri=http%3A%2F%2Fflameplay.xyz%2F&response_type=code&scope=identify%20guilds%20bot%20applications.commands'">Convide Flame Play™ <i class="fas fa-chevron-right"></i></button>
</div>
<div class="nav__bar-logo">
<a href="./index.html"><img src="./assets/images/logo.png" alt="Flame Play logo"></a>
</div>
</nav>
</header>
<main>
<article class="hero">
<div class="hero__box">
<div class="mo-fire">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="125px" height="189.864px" viewBox="0 0 125 189.864" enable-background="new 0 0 125 189.864" xml:space="preserve">
<path class="flame-main" fill="#F36E21" d="M76.553,186.09c0,0-10.178-2.976-15.325-8.226s-9.278-16.82-9.278-16.82s-0.241-6.647-4.136-18.465
c0,0,3.357,4.969,5.103,9.938c0,0-5.305-21.086,1.712-30.418c7.017-9.333,0.571-35.654-2.25-37.534c0,0,13.07,5.64,19.875,47.54
c6.806,41.899,16.831,45.301,6.088,53.985"/>
<path class="flame-main one" fill="#F6891F" d="M61.693,122.257c4.117-15.4,12.097-14.487-11.589-60.872c0,0,32.016,10.223,52.601,63.123
c20.585,52.899-19.848,61.045-19.643,61.582c0.206,0.537-19.401-0.269-14.835-18.532S57.576,137.656,61.693,122.257z"/>
<path class="flame-main two" fill="#FFD04A" d="M81.657,79.192c0,0,11.549,24.845,3.626,40.02c-7.924,15.175-21.126,41.899-0.425,64.998
C84.858,184.21,125.705,150.905,81.657,79.192z"/>
<path class="flame-main three" fill="#FDBA16" d="M99.92,101.754c0,0-23.208,47.027-12.043,80.072c0,0,32.741-16.073,20.108-45.79
C95.354,106.319,99.92,114.108,99.92,101.754z"/>
<path class="flame-main four" fill="#F36E21" d="M103.143,105.917c0,0,8.927,30.753-1.043,46.868c-9.969,16.115-14.799,29.041-14.799,29.041
S134.387,164.603,103.143,105.917z"/>
<path class="flame-main five" fill="#FDBA16" d="M62.049,104.171c0,0-15.645,67.588,10.529,77.655C98.753,191.894,69.033,130.761,62.049,104.171z"/> </svg>
</div>
<h2 class="hero__box-logo">FLAME <span>PLAY</span></h2>
<p>O melhor bot multiuso que atende a todas as suas necessidades!</p>
<div class="hero__box-btn">
<button class="btn-primary" onclick="location.href='https://discord.com/oauth2/authorize?client_id=858220919898243073&permissions=2205272384&redirect_uri=http%3A%2F%2Fflameplay.xyz%2F&response_type=code&scope=identify%20guilds%20bot%20applications.commands'">Adicionar em seu servidor <i class="fas fa-chevron-right"></i></button>
<button class="btn-secondary" onclick="location.href='https://discord.gg/FJ7d4qHcZx'">Servidor do Bot <i class="fas fa-chevron-right"></i></button>
</div>
</div>
</article>
</main>
<footer>
<div class="footer__box">
<div class="footer__box-logo">
<img src="./assets/images/logo.png" alt="">
<h2>Flame Play™</h2>
</div>
<p>Copyright © 2021. All Rights Reserved.</p>
<div class="footer__box-icons">
<i class="fab fa-github"></i>
<i class="fab fa-discord"></i>
</div>
</div>
</footer>
<!-- Script -->
<script src="./assets/script/main.js"></script>
</body>
</html>