This repository was archived by the owner on Oct 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.31 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.31 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
35
36
37
38
39
40
<html>
<head>
<title>Barnabé</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="card">
<h1>Barnabé</h1>
<h2>Developpeur</h2>
<img class="img-rounded" src="images/profil.png" alt="profil picture">
</div>
<div class="card">
<h2>Description</h2>
<p>Currently in a construction firm, I want to learn code basics to start new startup's project by myself </p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio maiores doloribus aliquid necessitatibus deserunt dolor corporis nam aspernatur assumenda nihil voluptate quis dicta, magnam eos eius saepe fugit repellendus molestias.</p>
<div class="button text-center">
<a href="www.barnabe.fr">clique ici !</a>
</div>
</div>
<div class="card">
<h2>Suivez moi</h2>
<ul class="social-link">
<li>
<i class="fab fa-twitter"></i>
</li>
<li>
<i class="fab fa-linkedin"></i>
</li>
<li>
<i class="fab fa-facebook-square"></i>
</li>
</ul>
</div>
</div>
</body>
</html>