-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (52 loc) · 2.53 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
<!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:24px;
padding-left:165px;
}
</style>
<body style="font-family: 'Philosopher', sans-serif;">
<p id="top">
<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 class="detail">
Hi, myself Parth Lathiya. Currently, I am pursuing M.Tech(2016-18) from <a href="https://www.cse.iitb.ac.in/" target="_blank">Computer Science & Engineering Department</a><br> at <a href="http://www.iitb.ac.in/" target="_blank">IIT Bombay</a>. I am from Surat, Gujarat. I completed my undergraduate study in the Computer Engineering department<br> at Dharmsinh Desai University, Nadiad.
</p>
<p id="label">
Hobbies :
</p>
<ul style="margin-top:-20px;">
<li><b>Eating</b></li>
<li style="font-size:24px;"><i>CP</i></li>
<li><strike>Sleeping</strike></li>
</ul>
<div style="margin-left:680px;margin-top:-170px">
<p id="label">
Favourite sports :
</p>
<ul style="margin-top:-20px;">
<li>Badminton</li>
<li>Squash</li>
<li>Table tennis</li>
</ul>
</div>
<center>
<a href="https://github.com/parthlathiya/" target="_blank"><img src="gh.png" style="width:86px;height:86px;padding-left:428px;padding-top:21px;float:left;"></a>
<a href="https://www.codechef.com/users/parthlathiya" target="_blank"><img src="cc.gif" style="width:86px;height:86px;padding-left:35px;padding-top:21px;float:left;"></a>
<a href="https://www.hackerrank.com/parthlathiya" target="_blank"><img src="hr.png" style="width:86px;height:86px;padding-left:35px;padding-top:21px;float:left;"></a>
<a href="http://codeforces.com/profile/parthlathiya" target="_blank"><img src="cf.gif" style="width:86px;height:86px;padding-left:35px;padding-top:21px;float:left;"></a>
</center>
</body>
</html>