-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1.18 KB
/
index.html
File metadata and controls
34 lines (29 loc) · 1.18 KB
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 charset="utf-8">
<title>My Ptofile</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<img id="img-circle"src="images/me.jpg" alt="">
<h1>Pedro Candeias</h1>
<h2>Student Developer</h2>
<p>I had studied Mechanical Enginnering now I'm studying to be a Software Developer. Before this bootcamp i worked in the industry area and my job was in Yamaha!
</p>
<a class="btn-green" href="http://www.linkedin.com">More About me</a>
</div>
<div>
<h3>Social Media</h3>
<ul>
<li><a href="http://www.facebook.com"><i class="fab fa-facebook"></i></a></li>
<li><a href="http://www.github.com"><i class="fab fa-github-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/pedro-candeias/"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</body>
</html>