-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (107 loc) Β· 2.4 KB
/
index.html
File metadata and controls
127 lines (107 loc) Β· 2.4 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>πSaurav Maityπ</title>
</head>
<body>
<table cellspacing=20>
<tr>
<td><img height="200" src="profile2.png" alt="Saurav Maity"></td>
<td>
<h1>Saurav Maity πβ!!</h1>
<p><em>A techonology enthusiast, struggling in MNC. <br>
Chasing his dreams, striving towards success. Improving every moment</em></p>
</td>
</tr>
</table>
<hr>
<h3>EDUCATION</h3>
<ul>
<li>Schooling <a href="http://darpan.kvs.gov.in/shaaladarpan/">Kendriya Vidyalaya</a></li>
<li>College: <a href="https://www.alphagroup.edu/arts-science/index.php">Alpha Arts & Science College, Chennai</a> </li>
</ul>
<table>
<thead>
</thead>
</table>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Year</th>
<th>Projects</th>
<th>Experience</th>
</tr>
</thead>
<tr>
<td>2017-2019</td>
<td>EMC Avamar</td>
<td>2 year</td>
</tr>
<tr>
<td>2019-2020</td>
<td>CISCO</td>
<td>1 year</td>
</tr>
</table>
<hr>
<h3>Skills Overview</h3>
<table cellspacing=4>
<tr>
<td>
<table>
<tr>
<td>ElasticSearch</td>
<td>βββ</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>MongoDb</td>
<td>😎😎😎</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>Oracle Sql</td>
<td>πππ</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>EMC Avamar</td>
<td>πππ</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3>CONTACT</h3>
<table>
<tr>
<td><b>Email</b></td>
</tr>
<tr>
<td>
<b>Telephone:</b>
</td>
<td><a href="tel:+(91)9094368803">9094368803</a></td>
<tr>
<td>Appointment</td>
<td><a href="form.html">Click Here to fill in the details!!</a></td>
</tr>
</tr>
</table>
</body>
</html>