-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (79 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<title>Deepak Lalwani Portfolio</title>
<link rel="shortcut icon" href="favicon.png" type="image/png">
</head>
<body>
<img style="width: 15%;" src="deepak.jpg" alt="Deepak Lalwani">
<h1>Portfolio - DEEPAK LALWANI</h1>
<hr>
<h3>Sardarnagar, Ahmedabad, Gujarat - 382475</h3>
<h5>CONTACT NO <a href="+91-9426824103">+91-9426824103</a></h5>
<h5>Email ID :- <a href="[email protected]">[email protected]</a></h5>
<hr>
<h1>
My creativity and knowledge so far.
</h1>
<h4><ol>
<li>
This Portfolio https://deepaklalwani07.github.io/HTML-PORTFOLIO/
</li>
<li>
Still Learning
</li>
</ol>
</h4>
<hr>
<h2>About me</h2>
<h3>Well I have done BE Mechanical engineering but unfortunately I love programming and coding ended up in web developemnt as a Full stack web developer, sorry I am still learning full stack web development. </h3>
<hr>
<h2>Result</h2>
<ol>
<h3>
<li>
10th from Airport School, Sardarnagar, Ahmedabad, Gujarat, India - 382475
<br> Percentage : 67% in Mathematics
<br>Year : 2009-2010
</li>
</h3>
<h3>
<li>
Diploma in Mechanical Engineering from Gujarat Technological University
<br>Percentage : 72% in Mechanical Engineering
<br>Year : 2010-2013
</li>
</h3>
<h3>
<li>
Bachelor of Engineering in Mechanical Engineering from Gujarat Technological University.
<br>Percentage : 60% in Mechanical Engineering
<br>Year : 2013-2018
</li>
</h3>
</ol>
<hr>
<h2>
Personal Details
</h2>
<h3>
<ul>
<li>
DOB - 14 Feb 1994
</li>
<li>
Born and brought up in Ahmedabad, Gujarat, India - 382475
</li>
<li>
Unmarried
</li>
<li>
Hobbies - Music, Coding, Videogames
</li>
<li>
Languages :- English and Hindi.
</li>
</h3>
</ul>
</body>
</html>