-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (51 loc) · 1.96 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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rohan's Personal Site</title>
</head>
<body background="C:\Users\User.LAPTOP-IELF01F7\OneDrive\Desktop\Web Developement\HTML-Personal Website\cc.webp" style="color:violet;"><img src="C:\Users\User.LAPTOP-IELF01F7\OneDrive\Desktop\Web Developement\HTML-Personal Website\rohan1111.jpeg" alt="">
<h1> Rohan Dable</h1>
<p>Second Year Student of Computer science And Engineering</p>
<p>I am Web Developer And Likes to create amazing things using my programming skill </p>
<h3><strong>Hobbies And Other Interest</strong></h3>
<ul>
<li> I like to Read Financial Education,Fictional and Self Improving Books</li>
<li> I like to Play Cricket,Football and other mindgames like chess,Sudoku etc </li>
<li> I enjoy to Watch Sci-Fi,<a href="https://animeindia.in/top-22-best-psychological-thriller-anime/">Psychological Thriller</a> Animes </li>
<li> Love to Travel to diferent places and enjoy to explore new things always</li>
</ul>
<h3><strong>My Contacts and Academics</strong></h3>
<a href="C:\Users\User.LAPTOP-IELF01F7\OneDrive\Desktop\Web Developement\HTML-Personal Website\my contacts.html"> Click here to contact me</a>
<table border="2" >
<tr>
<td>2012-2017</td>
<td>Studied In Pratap Vidyalaya </td>
</tr>
<tr>
<td>2017-2019</td>
<td>Studies In SFL College</td>
</tr>
</table>
<h3>Skills</h3>
<table>
<tr>
<td>Web Developement</td>
<td> ⭐⭐⭐</td>
</tr>
<tr>
<td>Competative Coding</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<p>
<h3>Future Goals:</h3> I want to Excel my skills in web devlopement to the highest level i can.<br>
Want to build websites which can help users to experience new interactive <br>
interface and could make their work more easy.<br>
</p>
</body>
</html>