-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (75 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="30">
<tr>
<td><img src="images/profile.png" alt="Yogesh Profile Picture." width="200" height="200"></td>
<td><h1>Yogesh Bhutkar</h1>
<p><em>A <strong>"student"</strong> and passionate <strong>"programmer"</strong>.</em></p>
<p>I am a student in an Engineering college in India. I am a passionate programmer and have a strong liking for computer
science. I am currently working to improve my skills in web development just because i am very intreasted in doing so.
I also like to read books. The last book that i read was <strong>"32 WAYS TO BE A CHAMPION IN BUSINESS"</strong> by Earvin
Jhonson. It's a very good book and you can always consider reading it.</p>
</td>
</tr>
</table>
<center>
<p>Connect with me on Social Media:
<br>
<br><a href="https://www.facebook.com/profile.php?id=100011930989074" target="_blank">Yogesh Bhutkar On Facebook.</a>
<br>
<br><a href="https://www.instagram.com/yogesh_bhutkar.97/" target="_blank">Yogesh Bhutkar On Instagram.</a>
<br>
</p>
</center>
<hr>
<h2>Education</h2>
<ul>
<li>Finished studying till 12th grade from Kendriya Vidyalaya C.R.P.F ,Barkas ,Hyderabad-05 ,India.</li>
<li>Currently doing two courses.</li>
<ul>
<li>Bachelor of Science in Programming and Data Science from IIT Madras.(Online)</li>
<li>Bachelor of Technology from SIET Hyderabad in CS.</li>
</ul>
</ul>
<hr>
<h2>My Hobbies.</h2>
<ol>
<li>Gaming.</li>
<li>Programming.</li>
<li>Reading.</li>
<li>Sports.</li>
</ol>
<hr>
<h2>Skills</h2>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐</td>
</tr>
</table>
<br>
<hr>
<center>
<a href="contact_me.html">Contact Me</a>
</center>
</body>
</html>