-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (41 loc) · 1.18 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1><u>My Resume</u></h1>
<img src="./Images/Screenshot (21).png" height="190" />
<h2><b>Anuska Chatterjee</b></h2>
<h2>SUMMARY</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Rerum doloribus adipisci, praesentium eveniet, qui temporibus perspiciatis
tenetur eaque consequuntur nam odit sit sint atque itaque architecto laborum
dolores repudiandae voluptatibus?</p>
<HR></HR>
<h2>EDUCATION</h2>
<p>
<ul>
<li>Matriculation- Assembly of God Church School Sodepur, ICSE board</li>
<li>Intermediate- Hemsheela Model School, Durgapur, CBSE Board</li>
<li>Graduation- BTECH in Computer Science Engineering, from HALDIA INSTITUTE OF
TECHNOLOGY
</li>
<li>MTech- NIT Durgapur</li>
</ul>
</p>
<hr>
<h2>WORK EXPERIENCE</h2>
<p>
ZERO WORK EXPERIENCE
</p>
<hr>
<h2>SKILLS</h2>
<p>
<ol>
<li>have knowledge in Java, Python, C, SQL, all in Intermediate level</li>
<li>Can paint well</li>
</ol>
</p>
<hr>
</body>