-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (119 loc) · 4.65 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="A simple resume made using HTML">
<meta name="keywords" content="simple resume usig html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div class="flex-container">
<h1 class="flex">Rutika Lahane</h1>
<span>
<img src="rutika.jpeg" alt="This is an image" width="150px" height="150px">
</span>
</div>
<hr>
<div>
<h2>
<h2><u><strong> Objective:</strong></u></h2>
<p>Experienced, organized IT Engineer with a background in programming as well as training in Cybersecurity. In possession of strong communication and leadership skills due to professional experience as a worker and manager in various college programs.</p>
</h2>
</div>
<hr>
<div>
<h2><u>Technical Skils:</u></h2>
<ul>
<li> <strong>Programming Languages:</strong>C,Python,PHP</li>
<li><strong>Web Development:</strong> React,HTML,CSS</li>
<li><strong>Database:</strong>Postgrsql,Mysql</li>
</ul>
</div>
<hr>
<div id="select">
<h2><u>Education Qualification:</u></h2>
<table border=1>
<thead>
<tr>
<th>Courses</th>
<th>School/College</th>
<th>Percentage/CGPA</th>
<th>Year of Passing</th>
</tr>
</thead>
<tr>
<td>High School</td>
<td>Podar International School,Nerul</td>
<td>85%</td>
<td>2017</td>
</tr>
<tr>
<td>Junior College </td>
<td>Podar International School,Nerul</td>
<td>80%</td>
<td>2019</td>
</tr>
<tr>
<td>B.E(IT)</td>
<td>Pillai College of Engineering</td>
<td>9.87 cgpa</td>
<td>2023</td>
</tr>
</table>
</div>
<hr>
<div>
<h2><u><strong>Languages Known:</strong></u></h2>
<ol>
<li>French</li>
<li>German</li>
<li>Italian</li>
<li>Spanish</li>
</ol>
</div>
<hr>
<div>
<h2><u>Certifications:</u></h2>
<ul>
<li><strong>Data science in Python</strong> a technical course provided by udmey </li>
<li><strong>Web Development</strong> using HTML,CSS & JavaScript course offered by EDX </li>
<li><strong>Programming in Python</strong> course by Coursera</li>
</ul>
</div>
<hr>
<div>
<h2><u>Projects:</u></h2>
<br>
<table border=1>
<thead>
<tr>
<th>Title</th>
<th>Programming Languages</th>
</tr>
</thead>
<tr>
<td>Scientific Calculator</td>
<td>Java</td>
</tr>
<tr>
<td>Travel Agency System</td>
<td>Python(Django Framework),HTML,CSS,JavaScript</td>
</tr>
</table>
</div>
<hr>
<div>
<div><strong>Address:</strong>
</div>>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3772.213948896461!2d73.01068961437583!3d19.01029175897582!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c39ec218ca8b%3A0xb03d131334fabeac!2sGahlot%20Majesty%2C%20Cluster_panvel_98%2C%20Sector-46%2FA%2C%20Sector%2046%20A%2C%20Nerul%2C%20Navi%20Mumbai%2C%20Maharashtra%20400706!5e0!3m2!1sen!2sin!4v1635347810006!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<hr>
<footer>
Contact Details:xxxxxxxxxx: Email:[email protected]
</footer>
</div>
</body>
</html>