-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 1.62 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Site</title>
</head>
<body style= "background: linear-gradient(#ffed99, #f6b8b8);">
<table cellspacing="20px">
<td> <img src="images/ajeet.png" alt="Ajeet profile"width="150"></td>
<td> <h1>Ajeet Chaurasia</h1>
<p><em>Software Develover and Founder @ <strong>Sevencomma </strong>.</em></p></td>
</table>
<hr>
<h3>Past Experience</h3>
<p><em>Management Engineer : <strong>Consultadd Pvt. Ltd.</strong></em> </p>
<p><em>Software QA : <strong>Appquarterz Pvt. Ltd.</strong></em> </p>
<p><em>Sr. Software QA Engineer : <strong>Engenia Technologies Pvt. Ltd.</strong></em> </p>
<p><em>Product Manager : <strong>Engenia Technologies Pvt. Ltd.</strong></em> </p>
<hr>
<h3>Online Presence</h3>
<ul>
<li>Linkedin</li>
<li>YouTube</li>
<li>Twitter</li>
<li>Facebook</li>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>Software Quality Assurance</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>App Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Digital Matketing</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3>Hobbies</h3>
<ol type="i">
<li>Learning to code</li>
<li>Music</li>
<li>Travelling</li>
<li>Playing cricket</li>
</ol>
<hr>
<a href="contact.html">Contact</a>
</body>
</html>