-
Notifications
You must be signed in to change notification settings - Fork 0
/
work_kvg.html
30 lines (30 loc) · 1.2 KB
/
work_kvg.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Work - KvG</title>
<meta charset="utf-8">
<link rel="stylesheet" href="modern-normalize.css">
<link rel="stylesheet" href="career.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--All metadata here-->
</head>
<body>
<button type="button"><a href="index.html#career">Back</a>
</button>
<div class="container">
<div class="photo">
<a href="https://www.kvernelandgroup.com" target="_blank">
<img src="images\KV-2500-S-0287-jpg-g81daw12zd (1).jpg">
</a>
</div>
<div class="about">
<h1>Kverneland Group</h1>
<p><strong>General Manager</strong></p>
<p><strong>2012 - 2017</strong></p>
<p>Kverneland Group is a subsiduary of Kubota, a global agricultural machinery manufacturer.
I worked there for over five years managing a factory in the northeast of China.
</p>
</div>
</div>
</body>
</html>