-
Notifications
You must be signed in to change notification settings - Fork 0
/
socials.html
54 lines (51 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="menu.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400&display=swap" rel="stylesheet">
<title>Socials</title>
</head>
<body>
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="hamburger"><div></div></div>
<div class="menu">
<div>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About</a></li>
<li><a href="tv.html">TV</a></li>
<li><a href="posts.html">Blog</a></li>
<li><a href="socials.html">Socials</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
</div>
</div>
</div>
<header class="showcase">
<div class="container ">
<br><br><br>
<center>
<h2>Socials </h2><br>
<a href="https://github.com/cobaltclaudia">GitHub</a><br>
<a href="https://www.goodreads.com/cobaltclaudia/" >Goodreads</a><br>
<a href="https://www.instagram.com/cobaltclaudia__">Instagram</a><br>
<a href="https://ko-fi.com/cobaltclaudia">Kofi</a><br>
<a href="https://www.linkedin.com/in/cobaltclaudia/">LinkedIn</a><br>
<a href="https://streamelements.com/cobaltclaudia/">Streamelements</a><br>
<a href="https://www.tiktok.com/@cobaltclaudia">TikTok</a><br>
<a href="https://www.twitch.tv/cobaltclaudia" >Twitch</a><br>
<a href="https://twitter.com/cobaltclaudia">Twitter</a><br>
<a href="https://www.youtube.com/channel/UCgN1TkNGDC5ki1WSkIpISFA">YouTube </a><br>
</center>
</div>
</header>
</body>
</html>