-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (53 loc) · 2.07 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
56
57
58
59
60
61
62
63
64
65
66
67
<DOCTYPE html>
<html>
<head>
<title>Madeleine Gouesbier's profile</title>
<meta name="description" content="This is the profil of Madeleine">
<meta churset="UTF-8">
<script src="https://kit.fontawesome.com/31cb133f13.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="card-white" id="introduction">
<h1> Hello, I'm Madeleine 🌞</h1>
<img src="images/profil.jpg" height=300 wight=300 alt="Madeleine Gouesbier">
<p>
I'm a student at Audencia Bachelor, I'm currently working in a coworking place called Le Loft in Rennes as a communication assitant. I look forward to pursue my studies in the marketing industry and later develop my own business. I am now going to present you what I like to do in life. <i class="fas fa-business-time"></i>
<p/>
<a href="http://lewagon.com" class="btn-blue" target="_blank">Discover le wagon </a>
</div>
<div class="card-white">
<h2>Old english litterature <i class="fas fa-book"></i></h2>
<p>
I like to read a lot, even more when it is about romance.
</p>
</div>
<div class="card-white">
<h2>The piano <i class="fas fa-music"></i></h2>
<p>
I've played the piano since I am a little girl. It has always been a real passion and a way to forget about every day stress.
</p>
</div>
<div class="card-white">
<h2>Creation <i class="fas fa-lightbulb"></i></h2>
<p>
I like to create, innovate and imagine in general. It can be for anything: clothes, furnitures, jewelry. I love to draw and create digital conception.
</p>
</div>
<div class="card-white">
<h2>Follow me</h2>
<ul class="List-inline">
<li>
<a href="https://www.facebook.com/mado.gouesbier/" target="_blank"><i class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/madeleine-gouesbier-7516611a3/" target="_blank"><i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
<html>