-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (95 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/styles.css" />
<title>Task Manager Bot</title>
</head>
<body>
<div class="navbar">
<a
href="https://www.producthunt.com/posts/discord-task-manager-bot?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-discord-task-manager-bot"
target="_blank"
><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=307020&theme=dark"
alt="Discord Task Manager Bot - A simple task manager you can use in your server | Product Hunt"
style="width: 250px; height: 54px"
width="250"
height="54"
/></a>
<img src="./img/Logo.png" alt="Logo" />
</div>
<div class="container">
<div class="text">
<h1>Task Manager Bot</h1>
<a
href="https://discord.com/api/oauth2/authorize?client_id=829723733966979142&permissions=8&scope=bot"
target="_blank"
><button>Invite to Server</button></a
>
</div>
<div class="image">
<img src="./img/Phone.png" alt="Phone with Discord" />
</div>
</div>
<footer>
<div class="content">
<div class="col-1">
<h2>Task Manager Bot</h2>
<p>
A simple task manager you can use in<br />your server... Just add,
assign(if<br />needed) and tick off
</p>
</div>
<div class="lists">
<div class="col-2">
<ul>
<li><h4>Contact Us</h4></li>
<a target="_blank" href="mailto:[email protected]">
<li>[email protected]</li>
</a>
</ul>
</div>
<div class="col-3">
<ul>
<li><h4>Visit Us</h4></li>
<a target="_blank" href="https://top.gg/bot/829723733966979142">
<li>top.gg</li>
</a>
<a
target="_blank"
href="https://www.producthunt.com/posts/discord-task-manager-bot"
>
<li>Product Hunt</li>
</a>
</ul>
</div>
<div class="col-4">
<ul>
<li><h4>More Links</h4></li>
<a href="/terms-of-service">
<li>Terms of Service</li>
</a>
<a href="/privacy-policy">
<li>Privacy Policy</li>
</a>
<a
target="_blank"
href="https://github.com/Task-Manager-Bot/discord-task-bot"
>
<li>Github</li>
</a>
<a
target="_blank"
href="https://github.com/Task-Manager-Bot/discord-task-bot/issues"
>
<li>Bug Report</li>
</a>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>