-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.11 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.11 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
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<div class="container">
<div class="card card_contour" id="top_card_padding">
<h1>Hello, I'm Luc</h1>
<img src="images/profile.jpg" alt="" class="photo">
<div class="card" id="asp_dev">
<h2>Aspiring developper</h2>
<p>🏀 I love basket-ball and sailing ⛵️</p>
<p>On my way to become a RoR developper thanks to <strong>Le Wagon</strong>.</p>
<p id="geek_size">🧑🏻💻</p>
</div>
<button><a href="https://www.lewagon.com" target="blank">Discover Le Wagon</a></button>
</div>
<div class="card card_contour" id="bottom_card_padding">
<h2>Follow me</h2>
<ul>
<li><a href="https://github.com/ldecourcel" target="blank"><i class="fab fa-github-alt" target="blank"></i></a></li>
<li><a href="https://www.linkedin.com/in/luc-de-courcel" target="blank" <i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>