-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 1.99 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
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Mastodon -->
<meta name="fediverse:creator" content="@[email protected]" />
<title>Ângelo Suzuki - Links</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="header">
<img class="w3-round avatar" src="images/avatar.jpg" alt="Ângelo's picture">
<p class="name">Hi, I'm Ângelo!</p>
<p class="description">Passionate about all things tech, but with a special love for DIY PC assembling and tinkering.</p>
<p class="description">When my PC isn't being taken apart, I use it for gaming.</p>
<p class="description">And when not doing any of that, I'm probably spending time with family and/or friends.</p>
</div>
<div class="links-container">
<div class="icons">
<a href="https://github.com/tinsukE" target="_blank">
<img class="icon" src="icons/ic_github.svg" alt="GitHub">
</a>
<a href="https://stackoverflow.com/users/477243/tinsuke" target="_blank">
<img class="icon" src="icons/ic_stackoverflow.svg" alt="Stack Overflow">
</a>
<a href="https://linkedin.com/in/angelosuzuki/" target="_blank">
<img class="icon" src="icons/ic_linkedin.svg" alt="LinkedIn">
</a>
<a href="https://blog.tinsuke.com" target="_blank">
<img class="icon" src="icons/ic_blog.svg" alt="Blog">
</a>
<a href="https://medium.com/@angelosuzuki" target="_blank">
<img class="icon" src="icons/ic_medium.svg" alt="Medium">
</a>
<a href="https://mas.to/@tinsuke" rel="me" target="_blank">
<img class="icon" src="icons/ic_mastodon.svg" alt="Mastodon">
</a>
</div>
</div>
<p class="disclaimer">
Page loosely based on <a target="_blank" href="https://www.w3schools.com/howto/howto_website_create_linktree.asp">W3Schools template</a><br>
Social icons by <a target="_blank" href="https://icons8.com">Icons8</a>
</p>
</div>
</body>
</html>