-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
58 lines (46 loc) · 1.98 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Parth Lathiya</title>
<link rel="stylesheet" type="text/css" href="external_css.css">
<link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cabin+Sketch" rel="stylesheet">
</head>
<style>
ul {
font-size:22px;
padding-left:165px;
list-style-type: circle;
}
</style>
<body style="font-family: 'Philosopher', sans-serif;">
<p>
<img src="1.jpg" style="width:120px;height:120px;float:left;border-radius:100px;">
<h1 style="font-family: 'Cabin Sketch', cursive;color:#656260;font-size:55px;padding-left:25px;float:left;">Parth Lathiya</h1>
</p>
<a href="contact.html"><img src="6.png" style="width:100px;height:100px;padding-right:35px;padding-top:15px;float:right;"></a>
<a href="acad.html"><img src="3.png" style="width:100px;height:100px;padding-right:35px;padding-top:15px;float:right;"></a>
<a href="index.html"><img src="2.png" style="width:100px;height:100px;padding-right:35px;padding-top:15px;float:right;"></a>
<br><br><br><br><br><br><br><br><hr style="border-top: 3px solid #EC929E;">
<p style="font-size:23px;
padding-left:120px;">
You can reach me at:
</p>
<ul style="margin-top:-10px;"><li>[my first name][my last name]iitb @ gmail.com</li>
<li>[my first name][my last name] @ iitb.ac.in</li>
<li>[my first name]iitb @ cse.iitb.ac.in</li><br>
<li>Mobile No : 07405500480</li>
<!-- <br>
<li><a href="cal.html" target="_blank">My Google Calendar</a></li>
-->
<br>
<b>Address</b> : Room No-513, Hostel 15B,<br>
Indian Institute of Technology, Bombay,<br>
Powai, Mumbai - 400076, India.<br>
</ul>
<center>
<a href="https://www.facebook.com/parth.lathiya.3" target="_blank"><img src="fb.png" style="width:100px;height:100px;padding-left:532px;padding-top:10px;float:left;"></a>
<a href="https://www.linkedin.com/in/parthlathiya" target="_blank"><img src="ld.png" style="width:100px;height:100px;padding-left:35px;padding-top:10px;float:left;"></a>
</center>
</body>
</html>