-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.4 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Swapnil Roy</title>
</head>
<body>
<header class="header">
<h1 class="title">Swapnil Roy</h1>
</header>
<section class="tribute">
<blockquote><i> Hesitation is defeat</i></blockquote>
</section>
<section class="bio">
<h2>About Me</h2>
<h3>Hey there! I am Swapnil Roy....</h3>
<p>
a student of VSSUT,Burla of Mechanical Engineering Branch. I have
completed my matriculationn as well as +2 boards exam from St.Josephs
Convent Higher Secondary School,Sambalpur.
</p>
<h2>Interests</h2>
<img src="images/travel.jpg" />
<p>I love to travel</p>
<img src="images/gaming.jpg" />
<p>I love to play video games!</p>
<h2>Domains</h2>
<img src="images/game-development.avif" />
<p>Game Development</p>
<img src="images/UIUX.jpg" />
<p>UI/UX</p>
<h2>Contact Me!</h2>
<a href="https://www.instagram.com/_roykami_/" target="_blank"
>Click to Follow me on Instagram</a
>
<br />
<p>email:royswapnil05@gmail.com</p>
</section>
</body>
</html>