-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExperiment9.html
More file actions
111 lines (107 loc) · 3.3 KB
/
Experiment9.html
File metadata and controls
111 lines (107 loc) · 3.3 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
<!DOCTYPE html>
<html>
<head>
<tittle style="text-align:center;">PRACTICAL-1</tittle>
<style>
body {
border: 1px solid black;
margin: 25px 50px 75px 100px;
}
</style>
</head>
<body style="background-color:lightskyblue;">
<h1 style="text-align: center; text-decoration: blueviolet;">
<b><i><u>My Resume</i></b></u>
</h1>
<hr>
<p style=" text-align: left ">Prachi Chhatrola</p>
<P style="text-align: left;">210210116030 </P>
<p style="text-align:left ">Bhavnagar,Gujrat.</p>
<hr>
<h3 style="text-decoration-color: blue; ">
<b><u>About Me:<u></b></h3>
<p>I am purisha mangukiya.A focused and motivated engineering student seeking opportunities to apply academic knowledge and practical skills in information technology through internships </p>
<h3 style="text-decoration-color: blue; "><b><u>Personal information:</b></u>
</h3>
<p>
<ul>
<li>Prachi Chhatrola</li>
<li>Date of birth:29/05/2004</li>
<li>Nationality:Indian</li>
<li>Language:Hindi,English,Gujarati</li>
<li>Sex:Female</li>
</ul>
</p>
<p>
<h3 style="text-decoration-color: blue; "><b><u>Career Objective:</b></u>
</h3>
<p>Earn a job which provides me job satisfaction and self development and to succeed in an environment of growth and excellence.</p>
</p>
<h4 style="text-decoration-color: blue; ">
<u><B>STRENGTH:</B></u>
</h4>
<ul>
<li>self-motive</li>
<li>Always learn something new skills like coding</li>
<li>Good Communication</li>
</ul>
<h3 style="text-decoration-color: blue; "><b><u>TECHNOLOGY:</b></u>
</h3>
<ul>
<li>C programming</li>
<li>java</li>
<li>HTML</li>
<li>DBMS</li>
</ul>
<h3 style="text-decoration-color: blue; "><b>HOBBIES:</b>
</h3>
<ul>
<li>Reading Book</li>
<li>Listen Music</li>
<li>Painting</li>
</ul>
<h3 style="text-decoration-color: blue; ">
<b><u>Educational Qualification:</b></u>
</h3>
<table border="2 ">
<tr>
<th>Sr.no</th>
<th>Degree</th>
<th>Institution</th>
<th>University/board</th>
<th>Year of passing</th>
<th>Branch</th>
<th>Percent(%)/SPI</th>
</tr>
<tr>
<td>1 </td>
<td>B.E</td>
<td>GEC,Bhavnagar</td>
<td>GTU</td>
<td>2025 </td>
<td>Information Technology</td>
<td>7.55</td>
</tr>
<tr>
<td>2</td>
<td>HSC</td>
<td>B.N.Virani High School, Bhavnagar</td>
<td>GSEB</td>
<td>2021</td>
<td>Science</td>
<td>87.87%</td>
</tr>
<tr>
<td>3</td>
<td>SSC</td>
<td>Saradar Patel Educational Institute,Bhavnagar</td>
<td>GSEB</td>
<td>2019</td>
<td>-</td>
<td>84%</td>
</tr>
</table>
<a href="hobbies.html ">My Hobbies</a><br>
<a href="contact.html ">Contact Me</a>
</body>
</html>