-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 1.22 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Sam's Social Links</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<img id="userPhoto" src="https://avatars.githubusercontent.com/u/20076209?v=4" alt="User Photo">
<h1>Sam's Links</h1>
<p>Click on Photo for instagram</p>
<a href="https://www.instagram.com/SamGreenwoodTNS" id="userName">@jammer20011</a>
<div id="links">
<a class="link" href="https://samgreenwood.ca/twitter" target="_blank">Twitter</a>
<a class="link" href="https://mastodon.social/@[email protected]" target="_blank">Mastodon</a>
<a class="link" href="https://post.news/samgreenwood" target="_blank">Post News</a>
<!-- <a class="link" href="https://github.com/SamGreenwood1/Sams-Scripts" target="_blank">Vero</a> -->
</div>
<!-- Javascript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="index.js"></script>
</body>
</html>