-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (93 loc) · 2.94 KB
/
index.html
File metadata and controls
107 lines (93 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Lavish Gehlod Learning</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h3 class="head-name">LAVISH<br>GEHLOD
</h3>
<div class="intro ">
<table cellspacing="10">
<tr>
<td><img src="lavish.png"height="200"width="200" alt="future enginner"></td>
<td>
<h1>LAVISH GEHLOD</h1>
<p>I am currently persuing Btech in <strong><a href="https://aitr.ac.in/">AITR</a></strong></p>
<p>Contact no : <strong>9770308775</strong> </p>
<p>Contact me <a href="https://www.instagram.com/lavish_gehlod_/">instagram</a>
<p>I am lavish gehlod student at the Acropolis Institute of Technology and Research and currently pursuing a BTech 2nd year of computer science.
. currently i am learning web development and data structure using C++ and have a litile bit knowledge about coding </p>
</td>
</tr>
</table>
</div>
<div class="edu">
<h3>Educations </h3>
<ul style ="list-style-type:square">
<li>10th from lucky brilliant higher secondary school</li>
<li>12th from brilliant higher secondary school</li>
<li>currently persuing BTech in computer science enginerring from acropolis institute of technology and research</li>
</ul>
</div>
<div class="work">
<h3>work experience</h3>
<table border="5" cellspacing="10">
<thead>
<th>dates</th>
<th>work</th>
</thead>
<tbody>
<tr>
<td>2020-2022</td>
<td>works as a freasher</td>
</tr>
</tbody>
</table>
</div>
<div class="skill">
<h3>Skills</h3>
<table cellspacing="10" border="5" >
<thead>
<th>LAVISH</th>
</thead>
<tbody>
<tr>
<td>
<table>
<thead>
<thead>
<th>skill</th>
<th>star</th>
</thead>
<tbody>
<tr>
<td>Web Development(HTML CSS)</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>C and C++</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Computer hardware</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Data structure & Algorithms </td>
<td>⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<a href="my_hobbies.html"><input type="button" class="hob" value="Hobbies"></input></a>
<a href="contact_us.html"><input type="button" class="cont" value="Contact me"></input> </a>
</body>
</html>