-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
60 lines (57 loc) · 3.65 KB
/
credits.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Discord House | Bot Maker</title>
<meta property="og:image" content="assets/img/gradient-yellow-pink-colors.jpg">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Discord House | Bot Maker">
<meta name="description" content="Create an example discord bot, Open source on github">
<meta name="twitter:image" content="assets/img/Vab.png">
<meta name="twitter:description" content="Create an example discord bot, Open source on github">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Vab.png">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Vab.png">
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Vab.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
</head>
<body style="background: rgb(63,251,75);background: linear-gradient(90deg, rgba(63,251,75,1) 0%, rgba(70,135,252,1) 100%);">
<div class="team-boxed" style="background-color: rgba(238,244,247,0);">
<div class="container">
<div class="intro">
<h2 class="text-center" style="color: rgb(255,255,255);">Credits</h2>
<p class="text-center" style="color: rgb(255,255,255);">This website was based off the help of a few programs...</p>
</div>
<div class="row people">
<div class="col-md-6 col-lg-4 item">
<div class="shadow-lg box"><img class="rounded-circle" src="assets/img/logo%20(1).png">
<h3 class="name">Bootstrap Studio</h3>
<p class="title">WEB program</p>
<p class="description">Bootstrap studio is what I used to create this site. You can find them <a href="https://bootstrapstudio.io/">here</a>.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 item">
<div class="shadow-lg box"><img class="rounded-circle" src="assets/img/GitHub-Mark.png">
<h3 class="name">github</h3>
<p class="title">open source repository</p>
<p class="description">You can visit the repository <a href="https://github.com/vabajaa/Discord-Bot-Panel">here</a>. Or you can visit <a href="https://github.com/">github.com here</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 item">
<div class="shadow-lg box"><img class="rounded-circle" src="assets/img/Vab.png">
<h3 class="name">ClearlyElevated</h3>
<p class="title">Maintainer</p>
<p class="description">found this repo outdated and non-operational. Updated the bot code & fixed whatever erros i stumbpled upon along the way </p>
<div class="social"><a href="https://twitter.com/JewHefner_"><i class="fa fa-twitter"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>