-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning.html
More file actions
23 lines (23 loc) · 970 Bytes
/
learning.html
File metadata and controls
23 lines (23 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<p>
<ul class="timeline-text">
<li class="timeline-text">1. Drive research, design and proof-of-concept implementations of various ideas and new features to meet future
needs and trends of different customers.</li>
<li>2. Lead and manage a team of 10 highly skilled engineers, schedule
regular growth talk sessions with them, motivate and support them to deliver
against committed goals</li>
<li>3. Engage with customers in various pre-sales and post-sales activitites</li>
</ul>
</p>
</body>
</html>