-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
39 lines (25 loc) · 949 Bytes
/
aboutme.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
<html>
<head>
<title>portfolio</title>
<link href="style.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
</head>
<body>
<div class="container">
<ul class="nav">
<a href="index.html" ><li>HOME</li></a>
<a href="aboutme.html" ><li id="present">ABOUT ME</li></a>
<a href="interests.html" ><li>INTERESTS</li></a>
<a href="contact.html" ><li>CONTACT ME</li></a>
</ul>
<br/>
<h1 class="headline">Hi, I'm ARGHA<br/><br/></h1>
<p>
Hello world,I'm Argha Paul.I'm from Kolkata.And yes,'ami' Bengali.
I received my primary,secondary and higher secondary education at Ramakrishna Mission Rahara.
Currently I'm in my 1st year of studing at IIT Kharagpur,trying hard to complete a B.tech course in Mining Engineering:)
</p>
</div>
</body>
</html>
</html>