-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.33 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.33 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
</head>
<body>
<div class="container">
<div class="card card-white border-radius-8 margin-vertical-10" id="header">
<h1>Florent BRAURE</h1>
<img src="images/00111.jpg" alt="Florent BRAURE" id=avatar class="border-radius-8">
<h2>Web Developper Fullstack</h2>
<p>I love sport, cooking and my childs </p>
</div>
<div class="card card-white border-radius-8 margin-vertical-10" id="skills">
<h2>Skills</h2>
<ul class="padding-lateral-10">
<li>C++</li>
<li>PYTHON</li>
<li>RUBY</li>
<li>HTML/CSS</li>
</ul>
<button>Push Me Baby One More Time</button>
</div>
<div class="card card-white border-radius-8 margin-vertical-10" id="footer">
<h2>Social Networks</h2>
<ul>
<li><a href="" target="_blank" ><i class="fab fa-linkedin"></i></a></li>
<li><a href="" target="_blank" ><i class="fab fa-twitter-square"></i></a></li>
<li><a href="" target="_blank" ><i class="fab fa-facebook-square"></i></a></li>
</ul>
</div>
</div>
</body>
</html>