-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
89 lines (74 loc) · 3.68 KB
/
cv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> VIDHI ROHIRA'S PORTFOLIO </title>
<link rel="stylesheet" href="cpp.css">
</head>
<body>
<h1> MY CV </h1>
<hr></hr>
<p>
<br>AGE: 18
<br>
<br><h3>EDUCATION</h3>
<br>-Currently I am studying in VJTI completing my bachelors in Computer Engineering.
<br>-I have completed my highschool studies from Khar Education Society's junior college of science and commerce.
<br>-i have completed my middle school education from Jasudben.M.L.School, a renowned school situated in Khar.
<br>
<br><h3> HOBBIES AND INTERESTS </h3>
<br>i have various hobbies and interests and I like taking part in co-curricular activities besides studying.
<br>-Dancing is the field where I shows my major interests apart from computer and Technology.
<br>--Currently I am an intermediate level Bhangra dancer.
<br>-- I have learnt and performed freestlye, jazz, contemprory and bollywood.
<br>--I am a Level 5 Belly dancer.
<br>--Currently I am looking forward to learn ballet too.
<br>-i call myself a great painter and photographer.
<br>.
<h3> MY WORK EXPERIENCE </h3>
<br>-When we talk about the work experience of a First Year student the audience cannot expect much from us because we are new to this field.
<br>-However, I have worked in minor projects in the TechFest of VJTI which is TECHNOVANZA.
<br>-I am the sector representative of Pratibimb, VJTI's well known cultural fest.
<br>-I have learnt C++, HTML and CSS previously which add to my abilities.
<br>-Currently I am working in the FrontEnd work of multiple websites and looking forward to do BackEnd too.
<br>-I have interned in RTDA(Rishabh Totlani's Dance Academy) which has given me management skills.
<br>.
<h3> AWARDS AND RECOGNITIONS </h3>
<br>-My team won the last Hackathon that was held at VJTI.
<br>-Recently I have been rewarded a certificate for mastering certain coarses in c++
<br>-I hold the 4th position in my teams projectwork.
<br>-I have been awarded 1st price in handwriting competitionn held at Jasudben.M.L School, Khar.
<br>-I have been given the title of a great dancer.
<br>-I have been rewarded for being a great student in life.
<br>-I was also handed a troffee from Mindsetters private tutorials for excellent performance in entrance exam.
<br>-I have received certificate's of participation and completion in two Marathons held by VJTI and many more from other companies.
<br>-I have completed 7 Levels of Abacus.
<br>-Been given grades B and C in Elementary and Intermediate art exams respectively.
<table style="border-spacing: 1cm;" border="3">
<tr>
<th> BOARD </th>
<th> PERCENTAGE </th>
</tr>
<tr>
<th> ICSE </th>
<th> 96.00% </th>
</tr>
<tr>
<th> HSC </th>
<th> 85.17% </th>
</tr>
<tr>
<th> ENTRANCE </th>
<th> PERCENTILE </th>
</tr>
<tr>
<th> JEE </th>
<th> 98.24%ile </th>
</tr>
<tr>
<th> MHTCET </th>
<th> 99.83%ile </th>
</tr>
</p>
</body>
</html>