-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
145 lines (118 loc) · 4.74 KB
/
cv.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Tan. Le Minh</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
</head>
<body class="index">
<!-- Header -->
<header id="header" style="height: 60px" class="alt">
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Welcome</a></li>
<li><a href="index.html#banner_welcome">About Me</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner_cv">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<!--<header>
<h2>Research</h2>
</header>-->
<header>
<h2>Curriculum Vitae</h2>
</header>
</div>
</section>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-graduation-cap"></span>
<!--<p>A PDF copy of my CV can be downloaded below.</p>-->
</header>
<!-- One -->
<section class="wrapper style4 container">
<!-- Content -->
<div
class="content">
<strong><span
style="color:#993366;"><a
href="https://github.com/lmtan91/tan.leminh_cv/blob/master/Tan.LeMinh_Embedded.pdf">CV
(download)</a></span></strong><br>
<section>
<h2><strong><span style="color:#993366;">Professional Experience & Education</span></strong></h2>
<p
style="padding-left:30px;">
<strong>Jan 2017 - Present </strong> Senior Software Engineer, Robert Bosch Engineering and Business Solutions Vietnam<br>
<strong>Sep 2015 - Jan 2017</strong> Embedded Software Engineer, Robert Bosch Engineering and Business Solutions Vietnam<br>
<strong>Sep 2013 - Sep 2015</strong>    Embedded Software Engineer, Global CyberSoft Vietnam<br>
<strong>Sep 2009 - Sep 2013</strong>    Bachelor of Science in Electronics & Telecommunication<br>
   HCMC University of Science, Vietnam National University<br>
</p>
<h2><strong><span style="color:#993366;">Awards & Prizes</span></strong></h2>
<p style="padding-left:30px;">
<strong>2012 </strong>Sunflower Mission Engineering and Technology Scholarship Program<br>
</p>
</ul>
<h2><strong><span style="color:#993366;">Computer skills</span></strong></h2>
<p style="padding-left:30px;">
<strong>OS</strong> Linux(Ubuntu, Fedora, CentOS), Windows<br>
<strong>Programming</strong> C/C++, Python, Java, bash<br>
<strong>Typography</strong> Latex, Microsoft Office, Open Office<br>
</p>
</section>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a
href="mailto:[email protected]"
class="icon circle fa-envelope"><span class="label">Email</span></a></li>
<li><a
href="https://twitter.com/lmtan91"
class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<li><a
href="https://www.linkedin.com/in/tan-le-1b41b567"
class="icon circle fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a
href="https://github.com/lmtan91"
class="icon circle fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© 2017, Tan. Le Minh</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
</body>
</html>