-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
</head>
<body>
<header>
<h1>Hello, This is Ratnadeep Paul!</h1>
<img src="Myself.jpg" height="300" />
<hr />
</header>
<main>
<article>
<h3>About Me</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa quod asperiores vitae accusamus, beatae eveniet. Corporis, similique praesentium explicabo mollitia cupiditate, sed voluptatem quaerat dolores officiis, voluptas qui tempore quas?
</p>
</article>
<section>
<a href="/Education.html"><big>Click here to view my Education</big></a>
<br />
<br />
<a href="/Experience.html"><big>Click here to view my Experience</big></a>
<br />
<br />
<a href="/Projects.html"><big>Click here to view my Projects</big></a>
<hr />
</section>
</main>
<footer>
<h3>To Contact me</h3>
<p>
<bold><u>Gmail</u>: [email protected]</bold>
</p>
<a
href="https://www.instagram.com/ratnadeep_xf/profilecard/?igsh=bTF3NHpqNmVvZWJt"
target="_main">
<img src="instagram.webp" height="20"/>
</a>
<a
href="https://www.linkedin.com/in/ratnadeep-paul-3988ba324/"
target="_main">
<img src="linkedIn.png" height="20"/>
</a>
<a
href="https://github.com/ratnadeep-xf"
target="_main">
<img src="github.png" height="20"/>
</a>
</footer>
</body>
</html>