forked from ACM-NITK/ACM-Web-Dev-FIG-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
myportfolioroshan.html
60 lines (59 loc) · 1.39 KB
/
myportfolioroshan.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
<html>
<head>
<title>
My Portfolio
</title>
</head>
<body style="background-color:yellow;">
<h1 style="color:red; text-align:center;">
<b><u>
My Portfolio
</b></u>
</h1>
<br>
<u><i><b>
<h2 style="color:green;">
About me
</u></i></b>
</h2>
<p style="color:blue;">
Hey there!<br><br>
My name is Roshan Rangarajan and I am currently a student studying Electronics and Communication Engineering at National Institute of technology, Karnataka in Surathkal.
<br><br>
<img align="right" src="https://files.indcareer.com/files/notices/2014-11/national-institute-technology-karnataka.jpg?q=files/notices/2014-11/national-institute-technology-karnataka.jpg" alt="NITK"
width="256" height="256">
</p>
<br>
<br>
<h3 style="color:green;">
<b><u>
Background
</b></u>
</h3>
<p style="color:blue;">
I am from Pondicherry, but I have lived and grown up most of my life in Mumbai. I have spent four years in London due to my mother's posting.
My family consists of me, my mother and my father. I used to study in D.A.V Public School, Thane.
<br><br>
<h3 style="color:green;">
<b><u>
Hobbies
</b></u>
</h3>
<p style="color:blue;">
The following are my hobbies:
<ol style="color:purple;">
<li>Sports</li>
<ol type="i" style="color:purple;">
<li>Football</li>
<li>Cricket</li>
<li>Tennis</li>
<li>Table Tennis</li>
<li>Basketball</li>
</ol>
<li>Reading Books</li>
<li>Listening to music</li>
<li>Watching movies</li>
</ol>
</p>
</body>
</html>