-
Notifications
You must be signed in to change notification settings - Fork 4
/
socials.html
52 lines (48 loc) · 2.22 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
<!DOCTYPE html>
<html>
<head>
<title>Comments</title>
<meta name="viewport" content="width=device-width,initial-scale=1" >
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="https://codehs.com/uploads/99bd47c82230c78f056e7c917b818c74" />
</head>
<style>
body {
background-image: url("bg.png");
background-size:cover;
border-bottom: 10px solid orange;
border-top:10px solid orange;
border-left:10px solid white;
border-right:10px solid white;
font-size: 25px;
font-weight: bold;
color: white;
font-family: Arial;
}
</style>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="games.html">Games</a>
<a href="proxies.html">Proxies</a>
<a href="bookmarklets.html">Bookmarklets</a>
<a class="active" href="socials.html">Socials</a>
<a href="Comments.html">Comments</a>
<a href="OfflineDownloads.html">Offline Downloads</a>
<a href="external-links.html">External Links</a>
<a href="updates.html">Updates</a>
</div>
<div id="block-one">
<h1 style="text-align:center;">My Socials</h1>
<p style="text-align:center;">FINALLY got to this too, WooHoo!</p>
</div>
<p style="text-align:center;">So I finally got some motiviation to do something and decided to make my socials page and comments page (Which, btw, makes me very happy! I'm glad I found giscus and don't have to use some stupid google form)</p>
<p style="text-align:center;">So here are my socials</p>
<p style="text-align:center;"><img src="https://1000logos.net/wp-content/uploads/2021/05/GitHub-logo.png" width="200"
height="170" alt="Logo"></p>
<p style="text-align:center;"> <a href = "https://github.com/SnesLover22" target="top">Github</a></p>
<p style="text-align:center;"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Gmail_icon_%282020%29.svg/2560px-Gmail_icon_%282020%29.svg.png" width="120"
height="120" alt="Logo"></p>
<p style="text-align:center;"> <a href = "https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=sneslover23@gmail.com" target="top">E-mail (Plz don't spam)</a></p>
</body>
</html>