forked from ahmedtamseer/ahmedtamseer.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
52 lines (49 loc) · 2.02 KB
/
Copy pathexperience.html
File metadata and controls
52 lines (49 loc) · 2.02 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Anil Kumar's Resume | Experience Page</title>
<meta name="description" content="Anil Kumar's resume gives all the information about Anil Kumar's intersted working field, projetcs which he finished, his Qualification and his contact information such has email address, telephone number and his CV">
<meta name="keywords" content="Anil Kumar's resume, Online Resume, Resume, Best Resume, Awesome Resume">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='images/favicon.ico' rel='shortcut icon' />
<meta name="author" content="ahmedTamseer">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
</head>
<body>
<div id="navBarMenu">
</div>
<div class="experience-page">
<div class="middle">
<ul class="experience-ul">
<li>
<div>
<img src="https://www.smartdatainc.com/wp-content/uploads/2018/09/logo.png" alt="-logo">
</div>
<div>
<p>smartData Enterprises (I) Ltd</p>
<p>Nagpur</p>
<p>Sr. Associate Delivery</p>
</div>
</li>
<li>
<div>
<img src="http://www.synergynetsoft.in/images/logo.png" alt="-logo">
</div>
<div>
<p>Synergynetsoft</p>
<p>Hyderabad</p>
<p>Software Engineer</p>
</div>
</li>
</ul>
</div>
<div class="background"></div>
<div class="overlay"></div>
</div>
<div id="socialDiv"></div>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>