-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
63 lines (58 loc) · 2.39 KB
/
experience.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
<!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">These are my experiences</p>
</header>
<main class="flex">
<div class="card">
<h2>Resume</h2>
<p>I have been working for 5 years as a marketer with 3 years specializing in webmarketing.</p>
<ul>
<li>2 years of apprenticeship at Microsoft EMEA as a Monetization Manager</li>
<li>2 years in NYC working as a Brand Manager </li>
<li>6 months working in Barcelona working as a Brand Manager</li>
<li>1 year freelancing as a webmarketer </li>
<li>1 year working as a Digital Marketing Manager in a startup </li>
<li>Now working as an International Growth Manager for a ecommerce </li>
</ul>
</div>
<div class="card">
<h2>Marketing Skills that need coding</h2>
<p>Sometimes, I get stuck in my day-to-day job because I don't know how to code. These are marketing skills that need some knowledge in coding.</p>
<ul class="skills-code">
<li>Google Tag Manager</li>
<li>Analytics</li>
<li>Tracking</li>
<li>Scrapping</li>
<li>Data Analysis</li>
<li>Web Design</li>
</ul>
<p>I don't want to be stuck anymore, so let's learn some <strong>coding</strong> .</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>