-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (116 loc) · 2.94 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Sagnik Misra's Homepage </title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="sagnik.jpg" alt="Sagnik Profile Picture "></td>
<td><h1> Sagnik Misra </h1>
<p><em>Software Engineer and a passionate web developer.</em>
<br>
<br>
I am an Engineering graduate from KIIT University. I did my B.Tech in Computer Science. My major works includes developing new website and
interfaces which can bring impact to the viewers to have an user-friendly expeeience.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><strong>College: </strong>KIIT University(2017-2021), Computer Science and Communication Engineering, with overall CGPA 9.0</li>
<br>
<li><strong>School: </strong> Contai High School(H.S), Science stream with 10th CGPA 9.6 and 12th CGPA 9.2</li>
</ul>
<hr>
<h3> Work Experience </h3>
<table border='1'>
<thead>
<tr>
<td>Date </td>
<td>Work</td>
</tr>
</thead>
<tbody>
<tr>
<td>2018-2019</td>
<td>SEO analyst and Web Developer at Think-UP Technologies, Manama(Kingdom Of Bahrain)</td>
</tr>
<tr>
<td>2018</td>
<td>Marketing Analyst at Learning While Travelling Agency, Kolkata(India)</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>JavaScript</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>SEO</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>SQL</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Data Structure</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>JQuery</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MongoDB</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3>My Hobbies</h3>
<ul>
<li><a href="https://github.com/Sagnik22">Coding</a></li>
<li><a href="https://www.quora.com/profile/Sagnik-Misra-2">Content Writing</a></li>
</ul>
<a href="contact-me.html">Contact Me</a>
</body>
</html>