-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 1.74 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fanny Ibanez</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="card">
<h1>Fanny Ibanez</h1>
<img class= img-fanny src="images/fanny.jpeg" alt="photo fanny" width="100px">
<div class = job-title>
<h2>Fullstack web développeuse</h2>
</div>
</div>
<div class="card">
<p class = "text-center">Prepare your profile image file before starting to code. For this exercise You can use your profile picture from Facebook, and save it in the images folder.</p>
<div id ="the-btn">
<a class="btn-green" href="https://www.linkedin.com/in/fanny-ibanez-33552846/">My profile Linkedin</a>
</div>
</div>
<div class="card">
<h3>Follow me</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/gabrieliw">
<i id="fontawesome" class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/fanny-ibanez-33552846/">
<i id="fontawesome" class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/fannyibz">
<i id="fontawesome" class="fab fa-github-square"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>