-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.html
86 lines (75 loc) · 3.76 KB
/
timeline.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!-- Career Timeline Modal -->
<div class="case-study-content">
<h1>Career Timeline</h1>
<p>Professional eras dedicated to different disciplines have served as building blocks, shaping my current expertise and the seasoned Product Designer I am today.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date-top">Today</div>
<div class="timeline-info">
<h3><span class="highlight-pink">Senior Product Designer</span></h3>
<p><strong>Company: </strong>Anabelle Dubois | <strong>Position:</strong> Freelance</p>
<hr>
<p><strong>Company: </strong>Memorisely | <strong>Position:</strong> Product Design Educator (On-call) </p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2024</div>
<div class="timeline-info">
<h3><span class="highlight-violet">Full Stack Web Development & AI</span></h3>
<p><strong>School: </strong>Le Wagon | <strong>Diploma: </strong>Full Stack Web Development</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date"> </div>
<div class="timeline-info">
<h3><span class="highlight-blue">UX/UI</span></h3>
<p><strong>Company: </strong>Desjardins | <strong>Position:</strong> Lead UX/UI</p>
<hr>
<p><strong>Company: </strong>Memorisely | <strong>Position:</strong> Product Design Educator (On-call) </p>
<hr>
<p><strong>School: </strong>Coursera |<strong> Diploma: </strong>Google UX Professional Certificate</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2021</div>
<div class="timeline-info">
<h3><span class="highlight-green">Figma & Design Systems Expert</span></h3>
<p><strong>Company: </strong>Desjardins | <strong>Position:</strong> Lead Design System </p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2016</div>
<div class="timeline-info">
<h3><span class="highlight-yellow">Web & Interative Design</span</h3>
<p><strong>Company: </strong>Turo | <strong>Position:</strong> Web Designer (Freelance)</p>
<hr>
<p><strong>School: </strong>Collège Salette |<strong> Diploma: </strong>Web Design & Interactive Medias</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2009</div>
<div class="timeline-info">
<h3><span class="highlight-orange">Graphic Design</span></h3>
<p><strong>Company: </strong>Groupe Dynamite | <strong>Position:</strong> Senior Graphic Designer </p>
<hr>
<p><strong>Company: </strong>Brad Agency | <strong>Position:</strong> Graphic Designer</p>
<hr>
<p><strong>School: </strong>Collège Ahuntsic |<strong> Diploma: </strong>College Degree in Graphic Design</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2005</div>
<div class="timeline-info">
<h3><span class="highlight-red">Business & Marketing</span></h3>
<p><strong>Company: </strong>TAXI Agency | <strong>Position:</strong> Account Manager</p>
<hr>
<p><strong>Company: </strong>Cossette Advertising | <strong>Position:</strong> Account Executive</p>
<hr>
<p><strong>Company: </strong>BBDO Montreal | <strong>Position:</strong> Project Manager </p>
<hr>
<p><strong>School: </strong>HEC Montreal Business School | <strong> Diploma: </strong>Post Graduate Diploma in Marketing Communication</p>
</div>
</div>
</div>
<!-- Add more timeline items as needed -->
</div>