-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 2.03 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
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>About Pierre DAVID</title>
</head>
<body>
<div class="container">
<div class="card-white text-center">
<img src="images/pidav-programming.jpg" alt="pidav in his office" id="profil_picture" class="img-circle">
<h1>Pierre DAVID</h1>
<h2>Learning to code 💻</h2>
</div>
<div class="card-white text-center">
<p>Hello, I am starting a new life of entrepeneur 🚀 in the field of
retail 🛍️ and e-commerce 📦.</p>
</div>
<div class="card-white text-center">
<p>To boost my skills 💪, I am currently following the famous "full-stack web developpement program" @ Le Wagon Paris.
<a href="https://www.lewagon.com/paris" target="_blank">
<img src="images/lewagon_logo.png" alt="lewagon" class="img-circle logo-size">
</a>
<br>#501👖 Batch
</p>
</div>
<div class="card-white text-center">
<p>I love helping people 🤙 to improve their life with the relevant
smart 💡 tech products 🐁 or services 🛎️.</p>
</div>
<div class="card-white text-center">
<h3>More about me</h3>
<ul class="list-inline">
<li>
<a href="https://github.com/Pidav" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/pierre-david-083a1010/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/pierre.david.756/" target="_blank">
<i class="fab fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>