-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
99 lines (93 loc) · 3.93 KB
/
team.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
<html>
<head>
<link rel="icon" href="https://avatars.githubusercontent.com/u/95647824?s=280&v=4" type="image/png" sizes="20x20">
<meta charset="UTF-8">
<meta property="og:image"
content="https://user-images.githubusercontent.com/70943732/213678287-d3c9a9c9-4fa5-44e6-99d7-0976d91cdad6.png">
<meta name="description" content="Elpha! The Open-Source discord bot!">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="author" content="Pranshu Patel">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://elphabot.github.io/">
<meta property="og:title" content="Elpha">
<meta property="og:description" content="Elpha! The Open-Source discord bot!">
<meta property="og:image"
content="https://user-images.githubusercontent.com/70943732/213678287-d3c9a9c9-4fa5-44e6-99d7-0976d91cdad6.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://elphabot.github.io/">
<meta property="twitter:title" content="Elpha">
<meta property="twitter:description" content="Elpha! The Open-Source Discord Bot!">
<meta property="twitter:image"
content="https://user-images.githubusercontent.com/70943732/213678287-d3c9a9c9-4fa5-44e6-99d7-0976d91cdad6.png">
<script src="https://kit.fontawesome.com/261c6ec26e.js" crossorigin="anonymous"></script>
<title>Elphabot</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header class="head">
<a href="index.html"><img class="head-image" src="https://avatars.githubusercontent.com/u/95647824"
alt="Logo ElphaBoty"></a>
<nav class="head-menu">
<a class="head-menu-item" href="vote.html">Vote</a>
<a class="head-menu-item" href="team.html">Developers</a>
<a class="head-menu-item" href="https://github.com/pranshu05/elpha">Source Code</a>
<a class="head-menu-item" href="commands.html" id="replaceButton">Commands</a>
</nav>
</header>
<main class="Content">
<div id="content">
<h1>Dev Team</h1>
<div class="content">
<table border="2">
<tr>
<th>Developer Name</th>
<th><h2>ROLE</h2></th>
</tr>
<tr>
<td><a href="https://github.com/pranshu05">Pranshu05</a></td>
<td>Owner Of Bot</td>
</tr>
<tr>
<td><a href="https://github.com/CodeWhiteWeb">CodeWhiteWeb</a></td>
<td>CO-Owner Of Bot, Web Developer</td>
</tr>
</tr>
<tr>
<td align="center"><a href="#">You</a></td>
<td>Yes! You guys can be here, just submit your bot command to the bot's source code, and create and Issue on the website's repo. We will review your work and add your Name here!</td>
</tr>
</table>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3 class="content-scndry-para" >Links</h3>
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="TOS.html">Terms Of Service</a></li>
</ul>
</div>
<div class="footer-section">
<h3 class="content-scndry-para" >Host</h3>
<ul>
<li><a href="https://github.com/Elphabot">GitHub Organisation</a></li>
<li><a href="https://github.com/Elphabot/Elpha">Source Code</a></li>
<li><a href="https://replit.com/github/Elphabot/Elpha">Repl Fork</a></li>
</ul>
</div>
<div class="footer-section">
<h3 class="content-scndry-para" >Contact</h3>
<ul>
<li><a href="mailto:elphabot.org@gmail.com">elphabot.org@gmail.com</a></li>
<li><a href="https://discord.gg/uJCX5yfuTf">Support Server</a></li>
<li><a href="https://github.com/Elphabot/Elpha/issues">Report Issues</a></li>
</ul>
</div>
</footer>
</body>
</html>