-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 2.55 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mélanie Almeida's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900" rel="stylesheet"></head>
<body>
<div class="main-nav">
<ul class="nav">
<li class="name">Mélanie Almeida</li>
<li><a href="index.html">Home</a></li>
<li><a href="experience.html">Experience</a></li>
</ul>
</div>
<header>
<img src="images/melanie_almeida.jpg" alt="Picture of melanie almeida" class="profile-image">
<h1 class="tag name">Hello, I’m Mélanie.</h1>
<p class="tag location">I live in Paris, France.</p>
</header>
<main class="flex">
<div class="card">
<h2>Background</h2>
<p>I am an International Growth Manager working for a french ecommerce website. My mission is to grow the revenue of the ecommerce across the European market.</p>
<p>I am interested in technology, innovative companies and in digital marketing.</p>
<p>Curiosity about technology and web management are important skills in my day to day job. So if I want to improve as a digital marketer I need to finally get comfortable with coding.</p>
<img src="images/emoji.png" alt="emoji-strong" class="emoji">
</div>
<div class="card">
<h2>Goals</h2>
<p>My goal is to master the skills listed below. </p>
<ul class="skills">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>SQL</li>
</ul>
<p>I want to learn Web Development for 2 reasons one professionnal and one personal : </p>
<ol>
<li>To become a better digital marketer</li>
<li>To build a cool side project.</li>
</ol>
<p>To reach these goals, I am involved on the Web Development Techdegree made by <a href="www.teamtreehouse.com" target="_blank">Treehouse</a>.<br> My objective is to finish by <strong>December 12<sup>nd</sup></strong> on my 28<sup>th</sup> birthday.</p>
</div>
</main>
<footer>
<ul>
<li><a href="https://www.twitter.com/_melaniealmeida" class="social twitter">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/melaniealmeida" class="social linkedin">LinkedIn</a></li>
<li><a href="https://github.com/Melanie12" class="social github">Github</a></li>
</ul>
<p class="copyright">Copyright 2018, Mélanie Almeida</p>
</footer>
</body>
</html>