-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (103 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My personal Site</title>
<style>
h1,h3{
color:#11999E;
}
body{
margin-top: 0px;
}
</style>
</head>
<body style="background-color:#F9F9F9;">
<table cellspacing=15px >
<tr>
<td>
<img src="Photo.jpg" alt="MY Photo" style="border-radius: 100%;width:150px;height: 150px;">
</td>
<td>
<table>
<tr>
<td><h1>Shripad Deshpande</h1></td>
</tr>
<tr>
<td><p><h3>A Budding <em>Web Developer</em></h3></td></p></td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3 style="margin-block-end: 0em;">Educational Background</h3>
<ul>
<li>Completed SSC from Vivek Mandir High School,Gondia 94.80%<br> </li>
<li>Completed HSC from S.M.Patel Jr College of Science,Gondia 95.38%<br> </li>
<li>Currently Pursuing BTech in IT at WCE,Sangli
</li>
</ul>
<hr>
<h3>Hobbies</h3>
<ul>
<li>Listening Indian Classical Music</li>
<li>Like toPlay Cricket</li>
</ul>
<hr>
<h3>Skills</h3>
<table cellspacing=10px >
<tr>
<td>Skills</td>
<td>Proficiency</td>
</tr>
<tr>
<td>C</td>
<td>
⭐
⭐
⭐
⭐</td>
</tr>
<tr>
<td>C++</td>
<td>
⭐
⭐
⭐
</td>
</tr>
<tr>
<td>Java</td>
<td>
⭐
⭐
⭐
⭐</td>
</tr>
<tr>
<td>HTMl</td>
<td>
⭐
⭐
⭐
⭐
⭐</td>
</tr>
<tr>
<td>CSSl</td>
<td>
⭐
⭐
⭐
⭐
⭐</td>
</tr>
</table>
<hr>
<a href="Achievements.html">Achievements</a>
<a href="Contact.html">Contact Me</a>
</body>
</html>