-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
272 lines (263 loc) · 7.72 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html>
<head>
<link rel="icon"
type="image/png"
href="images/logo.png">
<meta charset="UTF-8">
<meta name="theme-color" content="#D62247">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Megumin</title>
<meta name="title" content="Megumin">
<meta name="description" content="A Discord bot that'll provide you with anime! Invite it to your server to try it out. ">
<meta name="keywords" content="anime, discord, discord bot, tamako, watch, bot">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://avi-rana-1718.github.io/Megumin">
<meta property="og:title" content="Megumin">
<meta property="og:description" content="A Discord bot that'll provide you with anime! Invite it to your server to try it out.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://avi-rana-1718.github.io/Megumin">
<meta property="twitter:title" content="Megumin">
<meta property="twitter:description" content="A Discord bot that'll provide you with anime! Invite it to your server to try it out.">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<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=Poppins:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/3a3c813962.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script>
<style>
body {
background-color: #f3f3f3;
font-family: 'Poppins', sans-serif;
}
#nav {
z-index: 5;
background-color: #D62247;
font-family: 'Poppins', sans-serif;
display:inline-block;
padding:10px;
color:white;
}
#nav div {
margin:0;
padding:0;
}
#brand {
color:white;
}
#exp {
height: 100%;
padding: 10px;
}
header {
height: 90vh;
align-items: center;
display: flex;
justify-content: center;
background-color: #D62247;
}
header button {
align-items: center;
border:none;
appearance: none;
background-color: #FCFCFD;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
color: #36395A;
cursor: pointer;
justify-content: center;
padding: 7px;
margin-top: 5px;
transition: box-shadow .15s,transform .15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
will-change: box-shadow,transform;
}
header div {
background-color: white;
border-radius: 3px;
padding: 15px;
margin: 10px;
}
header button:focus {
box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
header button:hover {
box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
transform: translateY(-2px);
}
.perks {
background-color: #f3f3f3;
padding: 10px;
border-radius: 3px;
margin: 5px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
#menu {
display: none;
color:#F0A9B7;
}
#opt a {
padding:5px;
color:white;
text-decoration: none;
}
#opt a:hover {
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
text-decoration: underline;
border-radius: 3px;
}
#post {
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
padding: 13px;
margin: 5px;
border-radius: 2px;
}
#post h4 span {
text-decoration: underline;
}
footer {
padding: 8px;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
font-family: 'Poppins', sans-serif;
color:#808080;
}
footer a {
margin: 3px;
color:#808080;
}
footer a:hover {
background-color: c4c4c4;
}
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 45; /* Stay at the top */
left: 0;
background-color: #f3f3f3; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #000;
display: block;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
text-decoration: underline;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#preview {
display: inline-block;
width:100%;
padding: 0px;
margin:0px;
}
#preview div {
margin:5px;
border-radius:0px;
padding: 0px;
}
#logo {
width: 145px;
height: 145px;
border-radius: 90%;
}
@media only screen and (max-width: 600px) {
#banimg {
display:none;
}
#nav {
padding-top: 10px;
z-index: 2;
}
#opt {
display:block;
}
#menu {
display: none;
}
}
</style>
</head>
<body>
<div id="nav" class="d-flex justify-content-between">
<div><h4>Megumin</h4></div>
<div id="opt"><a href="index.html">Home</a> <a href="https://twitter.com/_AviRana">Support</a> <a href="about.html">About</a></div>
</div>
<div id="sidebar" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav(">×</a>
<a href="index.html">Home</a>
<a href="https://twitter.com/_AviRana">Support</a>
<a href="about.html">About</a>
</div>
<!--/NAV-->
<header>
<div class="align-middle">
<br>
<div id="preview" class="d-flex justify-content-start">
<div>
<img id="logo" src="images/avatar.png">
</div>
<div>
<br>
<h3>Megumin</h3>
</div>
</div><br>
A Discord bot that'll provide you with anime!<br>
<button onclick="window.location.href='https://dsc.gg/meguminv2';"><i class="fas fa-plus-square"></i> Invite</button> <button onclick="window.location.href='https://discord.gg/6qcYP89Zh2';"><i class="fab fa-discord"></i> Discord</button>
<br>
</div>
</header>
<div id="exp">
<div class="perks"> <i class="fas fa-plug"></i> 24/7 Uptime.
</div>
<div class="perks"> <i class="fas fa-stream"></i> Multiple source support.
</div>
<div class="perks"> <i class="fas fa-search"></i> Search from a huge list of anime.
</div>
<div class="perks"> <i class="fas fa-leaf"></i> Simple to navigate and beautiful UI.
</div>
<br>
<div id="post">
<h4><i class="fas fa-bullhorn"></i> <span>Annoucements</span></h4>
<ul>
<li>Bot Rebranded<br>
Tamako has been rebranded to Megumin</li>
<li>Megumin V2 now out!<br>
<small>Slash commands & much more</small><br>
<a href="https://avi-rana-1718.github.io/Megumin/blog/V2">Read more</a></li>
<li>Bot launch</li>
</ul>
</div>
</div>
<footer>
@Avi Rana
<br>
<a href="https://www.twitter.com/_AviRana"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/Avi-Rana-1718"><i class="fab fa-github"></i></a>
<a href="https://www.patreon.com/_avirana"><i class="fab fa-patreon"></i></a>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
</body>
</html>