-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsocials.html
96 lines (51 loc) · 2.41 KB
/
socials.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>
<head>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- META -->
<title>hoemotion's Socials</title>
<link rel = "icon" href = "./img/logo.png" type = "image/x-icon">
<meta charset="utf-8">
<meta name="theme-color" content="#c9e2e8">
<meta property="og:url" content="https://hoemotion.github.io/">
<meta property="og:site_name" content="hanime.tv">
<meta property="og:type" content="object">
<meta property="og:title" content="hoemotion | Social Media">
<meta property="og:description" content="Sup my Buddy, my name is Karma This is a list of all my socials">
<meta name="keywords" content="discord, hoemotion, discord bot, github, tools, python">
<meta name="author" content="hoemotion">
<meta property="og:image" content="https://c.tenor.com/sPDlYyDrlrcAAAAC/pinterest-ayane-shirakawa.gif">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="hoemotion | Social Media">
<meta name="twitter:description" content="Sup my Buddy, my name is Karma This is a list of all my socials">
<meta name="twitter:image" content="https://c.tenor.com/sPDlYyDrlrcAAAAC/pinterest-ayane-shirakawa.gif">
</head>
<nav id="nav">
<div id="navtext-div">
<a id="navtext">Social Media</a>
<a href="index.html" id="navtext">Home</a>
<a href="aboutme.html" id="navtext">About Me</a>
</div>
</nav>
<!-- IDK-->
<body>
<img id="logo-main-1" src="./img/karma.snow.gif">
<p id="developers-grade">hoemotion's socials</p>
<div id="main-buttons">
<a href="https://github.com/hoemotion"><button id="main-button-1">Github</button></a>
</div>
<div style="margin:50px 0 50px 0;"></div>
</div>
<!-- IDK-->
<div id="main-buttons-2" style="margin-top: 30px">
<a href="https://www.youtube.com/channel/UC88jPrHVvHWec7hOC7tep7A"><button id="main-button-3">Youtube</button></a>
<a href="https://t.me/hoemotion"><button id="main-button-7">Telegram</button></a>
<a href="https://guilded.gg/karma/"><button id="main-button-5">Guilded</button></a>
<a href="https://instagram.com/karma.meme/"><button id="main-button-6">Instagram</button></a>
</div>
</body>
<footer>
<p id="footer-copyright">© hoemotion | 2022 All rights reserved.</p>
</footer>
<script src="js/script2.js"></script>