-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My profil</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/css?family=Roboto:400,900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<div class ="card-grey">
<h1>Thomas EUDE - Programmer 😎</h1>
<img src="images/thomas_eude.jpg" alt="Thomas EUDE">
<p>I was an operation manager in an eCommerce company. I notice in my previous job that code is everywhere even in the Operations. At first, it's why I decide to join Le Wagon. Today, I come with a project and the goal is to launch my startup 🚀</p>
<a href="https://lewagon.github.io/html-css-challenges/01-profile-content-new/#">Discover Le Wagon</a>
</div>
<div>
<h2 class ="card-grey">Follow me</h2>
<ul class="list-inline">
<li>
<a href="https://github.com/thomaseude"><i class="fab fa-github"></i> Github</a>
</li>
<li>
<a href="https://www.facebook.com/thomas.eude.18"><i class="fab fa-facebook"></i> Facebook</a>
</li>
</ul>
</div>
</div>
</body>
</html>