-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="style/style.css">
<title>@Vaishnav | LinkTree</title>
<meta name="description" content="Argue's Social Media Links. LinkTree Website.">
<meta name="keywords" content="Argue, CSS, HTML, Discord, Discordbot, Argue Website">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- Buttons -->
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" class="twitch">Twitch</a>
<a href="https://www.youtube.com/channel/UCKnNHh2Y0271OqhwFgJYCMg" class="youtube" target="_blank">Youtube</a>
<a href="https://discordapp.com/users/842978764690030593" class="discord" target="_blank">Discord</a>
<a href="https://github.com/Arguee" class="github" target="_blank">Github</a>
<div class="imagecontainer">
<!-- Profile Picture -->
<img src="assets/profilepicture.png" class="image" alt="profilepicture">
</div>
<div class="name">
<!-- Text / Name -->
@Vaishnav
</div>
<div class="info">
<!-- Info -->
Student, Developer.
</div>
<!-- Buy me a coffee popup -->
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="argue" data-description="Support me on Buy me a coffee!" data-message="Hey you can support me by buying me a coffee it will help me a lot. Thank you!" data-color="#ff813f" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</body>
</html>