-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv-css.html
More file actions
120 lines (118 loc) · 3.64 KB
/
cv-css.html
File metadata and controls
120 lines (118 loc) · 3.64 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
<html>
<head>
<meta charset "utf-8" />
<title >RESUME</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="background-color: lightyellow;color: black;">
<center>
<h1 style="color:navy;">
<u>
<i>MY RESUME</i>
</u>
</h1>
</center>
<h3 style="color:darkgreen;">Name: MITALI MALL </h3>
<style>
img {
border: 5px solid black;
}
</style>
<img src="C:\Users\mallm\Desktop\K C COLLAGE\THIRD YEAR\SEM -5\lab\html\Photo.jpeg" width="100" height="100" hspace="200" align="right" >
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3767.716900312033!2d73.18316216393215!3d19.20756350281745!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be79381ca149b0f%3A0x27d9e24ec4f368a6!2sAmbernath%20East%2C%20Ambernath%2C%20Maharashtra%20421501!5e0!3m2!1sen!2sin!4v1633264744979!5m2!1sen!2sin" width="150" height="100" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<h5 style="color:darkgreen;">Email ID: mallmitalikccemsr.edu.in</h5>
<h5 style="color:darkgreen;">contact no:xxxxxxxxxx</h5><hr>
<h2>
<div style="background-color: greenyellow;color:deeppink ;padding: 05px;">
<u>CAREER OBJECTIVE</u>
</div>
</h2>
<h2>
<h3 style= "color:saddlebrown" ;>
Seeking the position of IT Engineer at good company. where I can use my technical and analytical skills to facilitate efficient management of word processing, software installation, hardware, printing, email and operating system related issues while working within strict deadlines
</h3>
</h2>
<h2>
<div style="background-color: greenyellow;color: deeppink;padding: 05px;">
<u>
ACADMIC QUALIFICATION
</u>
</h2>
<table BORDER=5 WIDHT =1000 style="color: purple;">
<tr style= "color:saddlebrown" ;>
<th>Qualification</th>
<th>Board/University</th>
<th>School/Collage</th>
<th>Year of passing</th>
<th>Marks</th>
</tr>
<tr>
<th>10th Board</th>
<th>CBSE</th>
<th>KENDRIYA VIDYALAY AMBERNATH</th>
<th>2017</th>
<th>9.2 CGPA</th>
</tr>
<tr>
<th>12th Board</th>
<th>CBSE</th>
<th>KENDRIYA VIDYALAY AMBERNATH</th>
<th>2019</th>
<th>80%</th>
</tr>
<tr>
<th>BTech IT (2nd year)</th>
<th>Mumbai University</th>
<th>K.C. College of Engineering & Management Studies & Research</th>
<th>2021</th>
<th>9.12 CGPA</th>
</tr>
</table>
<h2>
<div style="background-color: greenyellow;color: deeppink;padding: 05px;">
<u>STRENGTH</u>
</h2>
<ul>
<b>
<h3 style= "color:saddlebrown">
<li> Good Communication and inter-personal
<li> Focused and confident with positive attitude
<li> Good team player
<li> Self Motivated</li>
</h3>
</b>
</ul>
<h2>
<div style="background-color: greenyellow;color: deeppink;padding: 05px;">
<u>PERSONAL DETAILS</u>
</h2>
<ul>
<b>
<h3 style="color: saddlebrown;">
<li> Name: MITALI MALL </li>
<li> Married: NO</li>
<li> Hobbies: </li>
<ul>
<li>Singing
<li>Ludo
<li>Cooking</li>
</ul>
</h3>
</b>
</ul>
<h2>
<div style="background-color: greenyellow;color: deeppink;padding: 05px;">
<u>ACHIEVEMENT</u>
</h2>
<ul>
<b>
<h3 style="color: saddlebrown;">
<li> Cohead of CDC
<li> Head of scribble in Detroix</li>
<meta name="author" content="MITALI MALL">
</h3>
</b>
</ul>
</body>
</html>