-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
70 lines (68 loc) · 2.27 KB
/
experience.html
File metadata and controls
70 lines (68 loc) · 2.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>Me</title>
<link href="http://fonts.googleapis.com/css?family=Abel" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="outer">
<div id="wrapper">
<div id="menu">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<li><a href="#" style="visibility:hidden">Ser</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="#" style="visibility:hidden">Ser</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="#" style="visibility:hidden">Ser</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="#" style="visibility:hidden">Ser</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#" style="visibility:hidden">Ser</a></li>
<li class="last"><a href="contact.html">Contact</a></li>
</ul>
<br class="clearfix" />
</div>
<div id="header">
<div id="logo">
<h1>Know Me</h1>
</div>
<div id="search">
<form action="" method="post">
<div>
<input class="form-text" name="search" size="32" maxlength="64" />
</div>
</form>
</div>
</div>
<div id="page">
<div id="sidebar">
</div>
<div id="contactcontent">
<div class="box">
<h3>Working Experience</h3>
<br class="clearfix" />
<br class="clearfix" />
<h4>Microsoft</h4>
<p>
Worked on development of Scalability testing tool in Microsoft
<br class="clearfix" />
for more information visit <a href="project.html">project</a>
<br class="clearfix" />
<strong>Position:</strong> SDET Intern
<br class="clearfix" />
<strong>Period:</strong> 21st May 2012 to 20th July 2012.
</p>
</div>
<br class="clearfix" />
</div>
<br class="clearfix" />
</div>
</div>
<div id="footer">
© 2012 by Manish Sharma
</div>
</div>
</body>
</html>