-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (27 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Samuel Teixeira</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
</head>
<body>
<img id="userPhoto" src="sam.png" alt="User Photo">
<h2 class="generalText" >Samuel Teixeira</h2>
<div id="links">
<a class="link" href="https://www.linkedin.com/in/samuel-teixeira-b63a621b/" target="_blank"><i
class="fab fa-linkedin"> </i>Linkedin</a>
<a class="link" href="https://github.com/samuelteixeiras" target="_blank"><i
class="fab fa-github"> </i>Github</a>
<a class="link" href="https://samuelteixeiras.medium.com/" target="_blank"><i
class="fab fa-medium"> </i>Medium</a>
<a class="link" href="https://twitter.com/samuelteixeiras" target="_blank"><i
class="fab fa-twitter"> </i>Twitter</a>
</div>
<div class="generalText">
Developer by ♥
</div>
</body>
</html>