-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<title>Marjorie</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="source/style/index.css">
</head>
<body>
<div id="top" class="display-flex bar">
<div id="name" class="display-flex">
<h1>Marjorie</h1><span>#4304</span>
</div>
<div id="top-buttons" class="display-flex">
<a href=" ">Commands</a>
<a href=" ">Help</a>
</div>
</div>
<div class="max-size container position-absolute">
<div id="middle">
<div class="container">
<div id="image">
<img id="marjorie-img" src="source/assets/avatars/marjorie.jpg">
</div>
</div>
<div id="content" class="container">
<h1 id="title">A new way to have <strong>fun</strong> in Discord!</h1>
<div id="buttons" class="display-flex">
<a href="https://discord.com/oauth2/authorize?client_id=540604003105374210&permissions=8&scope=bot" target="blank_" max-height">Invite</a>
<a href="https://discord.gg/UwpT7Ur" target="blank_">Support</a>
</div>
</div>
</div>
</div>
<div id="bottom" class="display-flex bar">
<a class="reference" href="https://github.com/MarjorieXp" target="blank_">
<img src="source/assets/icons/github.png">
<p>GitHub</p>
</a>
<a class="reference" href="https://discord.gg/UwpT7Ur" target="blank_">
<img src="source/assets/icons/discord.png">
<p>Discord</p>
</a>
<a class="reference" href="https://trello.com/b/BhHwLU18" target="blank_">
<img src="source/assets/icons/trello.png">
<p>Trello</p>
</a>
</div>
</body>
</html>