forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeline.html
44 lines (38 loc) · 1.65 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
---
layout : page
css : "/assets/css/timeline.css"
---
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- The Timeline -->
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Bosch Global Software Vietnam</span>
<span class="time-wrapper"><span class="time">2021 - present</span></span>
</div>
<div class="desc">I began my career at Bosch as a Unit Test Engineer, where I utilized both black-box and white-box testing methods to verify automotive software configurations. After two years, I transitioned to the Development department</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Intel Products Vietnam</span>
<span class="time-wrapper"><span class="time">2019 - 2021</span></span>
</div>
<div class="desc">I worked in the Test Department, where I managed processes and equipment in the factory. After each shift, I reported data to detect issues and ensure operations remained within control</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Bachelor at HCMUTE</span>
<span class="time-wrapper"><span class="time">2015 - 2019</span></span>
</div>
<div class="desc">I majored in Electrical Engineering. Throughout my college years, I undertook several term projects and was awarded multiple scholarships. My experiences fueled my aspiration to pursue a career as an electrical engineer</div>
</div>
</li>
</ul>