-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (71 loc) · 2.4 KB
/
index.html
File metadata and controls
75 lines (71 loc) · 2.4 KB
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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Home|Aditya CV</title>
<link rel="stylesheet" href="CSS/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="circle-cropped.PNG" alt="Aditya's profile pic!"></td>
<td><h1>Aditya Bhosle</h1>
<p>
<em>Web and software developer</em> <br></p>
<p>I am currently a student learning Web development and making my way towards Software development. </p>
<p>You can follow me on <a href="https://twitter.com/thoughts_by_adi">twitter</a>!</p>
<a href="contact.html">Contact me!</a></td>
</tr>
</table>
<hr noshade>
<h3>Some of my favorite books</h3><br>
<ul>
<li>The Everything Store By Brad Stone</li>
<li> Wings of fire by Dr. APJ Abdul kalam</li>
<li>A few titles from Dan Brown that include:
<ul>
<li> The DaVinci Code<a href="https://www.amazon.in/Vinci-Code-Robert-Langdon/dp/0552161276/ref=sr_1_1?crid=275CZ26YSBY6M&dchild=1&keywords=da+vinci+code&qid=1594974610&sprefix=da+vi%2Caps%2C321&sr=8-1"> Buy it here!</a> </li>
<li> Deception Point<a href="https://www.amazon.in/Deception-Point-Dan-Brown/dp/0552161241/ref=sr_1_2?crid=GSVLRYA7X3TG&dchild=1&keywords=deception+point&qid=1594974688&sprefix=dece%2Caps%2C463&sr=8-2"> Buy it here!</a></li>
<li> Angels and Demons <a href="https://www.amazon.in/Angels-Demons-Robert-Langdon-Brown/dp/0552161268/ref=sr_1_1?crid=3TNDZQTWYTGG8&dchild=1&keywords=angels+and+demons&qid=1594974759&sprefix=ange%2Caps%2C382&sr=8-1"> Buy it here!</a></li>
</ul>
</ul>
<hr noshade>
<h3>Some of my hobbies include</h3>
<ol>
<li>Playing and listening to music.</li>
<li> coding</li>
<li> reading</li>
</ol>
<hr noshade />
<h3>My Academic career</h3>
<table cellspacing="10">
<thead>
<th>Years</th>
<th>Institute</th>
</thead>
<tr>
<td> 2012-2015</td>
<td> Indian School of Dar Es Salam,Tanzania</td>
</tr>
<tr>
<td> 2015- 2017</td>
<td>B.K.Birla Pune, India</td>
</tr>
<tr>
<td>2017-2019</td>
<td>Pace Junior Science college, India</td>
</tr>
</table>
<h3>My skills</h3>
<table cellspace="10">
<tr>
<td>Guitar ⭐️⭐️⭐️</td>
<td>Piano ⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td> Coding ⭐️⭐️⭐️</td>
<td> Public speaking ⭐️⭐️⭐️⭐️⭐️</td>
</tr>
</table>
</body>
</html>