-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
417 lines (378 loc) · 14.1 KB
/
index.htm
File metadata and controls
417 lines (378 loc) · 14.1 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
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jarvis Discord Bot</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
<link rel="icon" href="./images/j.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Header Section -->
<section id="home">
<div class="container">
<div class="navbar">
<img src="images/rszlogo.png" alt="logo" ,class="logo">
<nav>
<ul id="menuList">
<li><a href="index.htm">Home</a></li>
<li><a href="#cards">About Jarvis</a></li>
<li><a href="commands.htm">commands</a></li>
<li><a href="https://discord.com/api/oauth2/authorize?client_id=787957517099073536&permissions=502655062&scope=bot">Invite</a></li>
<li><a href="dark.htm">Dark Theme</a></li>
</ul>
</nav>
<img src="images/menu.png" alt="menuicon"class="menu-icon" onclick="togglemenu()">
</div>
<div class="row">
<div class="col-1">
<img src="images/whitejarvis.gif" alt="Jarvis">
<h3>Jarvis is an advance Discord Bot</h3>
<p>(Moderation/Social/Teaching/Economic)</p>
<h4>Invite Jarvis Today</h4>
<a href="https://discord.com/api/oauth2/authorize?client_id=787957517099073536&permissions=502655062&scope=bot" class="invitelink">
<button type="button" class="button-2">Invite<img src="images/arrow.png"></button>
</a>
</div>
<div class="col-2">
<img src="images/client" alt="" class="jarvis">
<div class="color-box">
</div>
</div>
</div>
</div>
</section>
<section id="phone">
<div class="wrapper">
<div class="text-p"><h2>About Jarvis </h2></div>
<section id="usp">
<ul>
<li>
<img src="./images/python.png">
<h2>Coded Python</h2>
</li>
<li>
<img src="./images/info.png">
<h2>Inspiring commands</h2>
<p></p>
</li>
<li>
<img src="./images/settings.png">
<h2>Mini-Moderater</h2>
</li>
<li>
<img src="./images/code.png">
<h2>Coding Commands</h2>
</li>
</ul>
</section>
</section>
<!--Stats-->
<br>
<br>
<br>
<section id="stats">
<div class="t">
</div>
<div class="s-container">
<div class="p-box">
<div class="imgz">
<img src="./images/server.png" alt="">
</div>
<div class="int">
1486
</div>
<div class="t">
servers
</div>
</div>
<br>
<br>
<div class="p-box">
<div class="imgz">
<img src="./images/group (1).png" alt="">
</div>
<div class="int">
100k
</div>
<div class="t">
users
</div>
</div>
<br>
<br>
<div class="p-box">
<div class="imgz">
<img src="./images/hashtag.png" alt="">
</div>
<div class="int">
7400
</div>
<div class="t">
channels
</div>
<br>
<br>
</div>
<br>
<br>
<div class="p-box">
<div class="imgz">
<img src="./images/shards.png" alt="">
</div>
<div class="int">
1
</div>
<div class="t">
Shards
</div>
</div>
</div>
</section>
<!--Cards Of The Website-->
<section id="cards">
<div class="grid">
<section class="container">
<div class="card_outer">
<div class="card">
<div class="content">
<h2 class="title">Made In Python</h2>
<p class="copy">Jarvis was made in python and Python is belived to be a very popular and powerful language it is also used in making A.I too.</p>
<button class="btn">Learn More</button>
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title">Inspiring Commands</h2>
<p class="copy">Jarvis Inspires people by taking out the negative engergy and giving in the positive vibes it responds on a negative comment and spreades positivity thats wht Jarvis is Made For :)</p>
<button class="btn">Learn More</button>
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title">Mini-Moderation</h2>
<p class="copy">Jarvis is also a mini-moderator too with limited Moderation Commands, If you're thinking to add Jarvis for Moderation Only It will be good but not great But Pls do explore the other commands too.</p>
<button class="btn">Learn More</button>
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title">Coding Program</h2>
<p class="copy">Jarvis Teaches People Coding through its coding program using Discord.Embeds it a great way to Learn Codding if you are intrested.But you have to read a lot , demo codes are also given and ready , more langauges come in the future</p>
<button class="btn">Learn More</button>
</div>
</div>
</div>
</section>
</div>
</section>
<!-- slideshow -->
<section id="slideshow">
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="images/pic3.png" style="width:100%">
<div class="text">Commands</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="images/pics.png" style="width:100%">
<div class="text">Inspiring</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="images/picz.png" style="width:100%">
<div class="text">Coding commands</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center" class="ss1">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<script>
var menuList = document.getElementById("menuList");
menuList.style.maxHeight = "0px";
function togglemenu(){
if(menuList.style.maxHeight == "0px"){
menuList.style.maxHeight = "130px"
}
else{
menuList.style.maxHeight = "0px";
}
}
</script>
<script>
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
<div>
</section>
</div>
<br>
<!--dev card-->
<section id="dev">
<div class="abtus">
<h2>About Us || The team</h2>
</div>
<div class="con">
<div class="grid-2">
<div class="container-2">
<div class="cards">
<div class="imgBx">
<img src="images/man.png" alt="photo">
</div>
<div class="contentBx">
<h2>Ethan Jacob</h2>
<br>
<h3>
Bot Developer Lead
</h3>
<br>
<a href="https://www.instagram.com/drcoderethan/"><span><i class="fa fa-instagram" aria-hidden="true"></i></span></a>
<a href="https://twitter.com/EthanJa37593495"><span><i class="fa fa-twitter" aria-hidden="true"></i></span></a>
<a href="https://www.youtube.com/channel/UC2bB8ER2rlDZbo_6uDX_8XA"><span><i class="fa fa-youtube-play" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
</div>
<br>
<div class="grid-3">
<div class="container-2">
<div class="cards">
<div class="imgBx">
<img src="images/man.png" alt="photo">
</div>
<div class="contentBx">
<h2>Ishant Sharma</h2>
<br>
<h3>
Website Developer
</h3>
<br>
<a href="https://www.instagram.com/dudeishant/"><span><i class="fa fa-instagram" aria-hidden="true"></i></span></a>
<a href="https://twitter.com/dudeishant"><span><i class="fa fa-twitter" aria-hidden="true"></i></span></a>
<a href="https://www.youtube.com/channel/UClCK3DKU46LDGS3abAoGYzw"><span><i class="fa fa-youtube-play" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
</div>
<div class="grid-3">
<div class="container-2">
<div class="cards">
<div class="imgBx">
<img src="images/man.png" alt="photo">
</div>
<div class="contentBx">
<h2>Aksharj</h2>
<br>
<h3>
Website Developer
</h3>
<br>
<a href="https://www.instagram.com/justin_craked_at_fortnite_12/"><span><i class="fa fa-instagram" aria-hidden="true"></i></span></a>
<a href="https://twitter.com/iamakshaj1"><span><i class="fa fa-twitter" aria-hidden="true"></i></span></a>
<a href="https://www.youtube.com/channel/UCYERd5WsduA3h-c4rvpDS7g"><span><i class="fa fa-youtube-play" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
</div>
</section>
<!--website Footer-->
<section id="footer">
<footer class="footer">
<div class="container-f">
<div class="row-2">
<div class="footer-col">
<h4>Jarvis</h4>
<ul>
<li id="p"><a href="#home">What is Jarvis</a></li>
<li><a href="#cards">About Jarvis</a></li>
<li><a href="#slideshow">About The Devs</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Get help</h4>
<ul>
<li><a href="https://discord.gg/DhsZRq77zK">FAQ</a></li>
<li><a href="https://discord.gg/DhsZRq77zK">Report Bugs/Errors</a></li>
<li><a href="https://discord.gg/DhsZRq77zK">Support</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Jarvis Widgets</h4>
<ul>
<li><a href="https://top.gg/bot/787957517099073536">Top.gg</a></li>
<li><a href="https://discordbotlist.com/bots/jarvis-9609">Discordbotlist.com</a></li>
<li><a href="https://voidbots.net/bot/787957517099073536/">VoidBot.net</a></li>
</ul>
</div>
<div class="footer-col">
<div class="social-links">
<h4>follow us</h4>
<ul>
<li><a href="https://twitter.com/Jarvis84069829" target="_blank"><i class="fa fa-twitter"> Twitter</i></a></li>
<li><a href="https://www.instagram.com/drcoderethan/"target="_blank"><i class="fa fa-instagram"></i> Instagram</a></li>
<li><a href="https://www.youtube.com/channel/UCFXCy8SZNvDQsyl1a0td7CA"target="_blank"><i class="fa fa-youtube-play"></i> Youtube</a></li>
</ul>
</div>
<div class="footer-bottom">
© Jarvis-bot | 2021
</div>
</div>
</div>
</div>
</footer>
</section>
</body>
</html>