forked from KaushikDash04/kaushikdash04.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (82 loc) · 2.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<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>Kaushik Dash</title>
</head>
<body>
<header>
<div class="heading">
<h1>About Me</h1>
<p>Welcome to my portfolio page!! Hope you have a great day ahead!</p>
</div>
</header>
<section class="content">
<img src="img1.jpg" class="cover">
<div class="message">
<h2>My name is Kaushik Dash..</h2>
<p>
I am from Cuttack. I have completed my matriculation and Intermediate
from DAV Public School, CDA, Cuttack. Currently am pursuing my Bachelors of Technology degree from Veer
Surendra
Sai University of Technology, Burla (formerly known as University College of Engineering) in the
Department
of Computer Science & Engineering.
</p>
</div>
</section>
<div class="page">
<div class="interests">
<h1>My Hobbies</h1>
<div class="bicycle">
<img src="https://source.unsplash.com/2160x1300/?bicycle,road">
<p>Cycling</p>
</div>
<div class="camera">
<img src="https://source.unsplash.com/2160x1300/?camera">
<p>Photography</p>
</div>
</div>
<hr>
<div class="domain">
<h1>Domain</h1>
<div class="cp">
<img src="https://source.unsplash.com/2160x1300/?programming">
<p>Competetive Programming</p>
</div>
<div class="ai">
<img src="https://source.unsplash.com/2160x1300/?artificial intelligence">
<p>AI/ML</p>
</div>
</div>
</div>
<div class="gallery">
<h1>Gallery</h1>
<div class="gallery_images1">
<img src="img1.jpg">
<img src="img1.jpg">
<img src="img1.jpg">
<img src="img1.jpg">
</div>
<div class="gallery_images2">
<img src="img1.jpg">
<img src="img1.jpg">
<img src="img1.jpg">
<img src="img1.jpg">
</div>
</div>
<div class="spotify">
<h1>My Favourite Songs</h1>
<iframe style="border-radius:12px"
src="https://open.spotify.com/embed/playlist/0pXDMHUYpMIK6845rtDL1Y?utm_source=generator&theme=0"
width="40%" height="352" frameBorder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy">
</iframe>
</div>
<footer>
© Copyright Kaushik Dash 2023
</footer>
</body>
</html>