-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (187 loc) · 6.04 KB
/
index.html
File metadata and controls
205 lines (187 loc) · 6.04 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="This Website about travaling" />
<meta
name="keywords"
content="Diptenu, Dipten Vlog, Traveling, Traveling vlog, Vlog"
/>
<meta name="author" content="Diptenu Sarkar" />
<title>Diptenu Vlog | Diptenu Sarkar</title>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="icon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icon/favicon-16x16.png"
/>
<link rel="manifest" href="icon/site.webmanifest" />
<!-- Fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet"> -->
<link rel="stylesheet" href="style/fonts/font.css" />
<!-- Stylesheets -->
<link rel="stylesheet" href="style/dsky/main.css" />
</head>
<body>
<nav>
<a href="index.html">Diptenu Vlog</a>
<ol>
<li><a href="#recent__video-go">Recent Video</a></li>
<li><a href="#about__me-go">About Me</a></li>
<li><a href="#contact-go">Contact Me</a></li>
<li><a href="#upcoming__tour-go">Upcoming Tour</a></li>
</ol>
</nav>
<header>
<section class="header__hero">
<div class="header__hero header__hero-box1">
<h2>This is <strong>Diptenu</strong> blog</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ex laborum
quaerat explicabo, officia minus facere.
</p>
<a href="#" class="btn btn-contact">Join with me</a>
</div>
<div class="header__hero header__hero-box2">
<img src="./assets/svg/Camping with a caravan-amico.svg" alt="icon" />
</div>
</section>
</header>
<main id="main">
<section class="recent__video" id="recent__video-go">
<div class="recent__video-textBox">
<h2>Recent Video</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
quidem. Lorem ipsum dolor sit amet consectetur adipisicing elit.
Iure, maxime eveniet vel id minima ullam.
</p>
</div>
<div class="recent__video-box">
<span>
<video
src="./assets/video/Lake - 67201.mp4"
class="video-source"
controls
></video>
</span>
<span>
<video
src="./assets/video/People - 84973.mp4"
class="video-source"
controls
></video>
</span>
<span>
<video
src="./assets/video/seoul_-_21118 (1080p).mp4 "
class="video-source"
controls
></video>
</span>
</div>
</section>
<section class="about__me" id="about__me-go">
<div class="about__me-imgBox">
<img
src="./assets/profile/cherry-bad-gateway.png"
alt="Profile image"
/>
<p>Diptenu Sarkar</p>
</div>
<div class="about__me-textBox">
<h2>About Me</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
quidem. Lorem ipsum dolor sit amet consectetur adipisicing elit.
Iure, maxime eveniet vel id minima ullam.
</p>
</div>
</section>
<section class="contact" id="contact-go">
<div class="contact-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3721804.7105937907!2d85.60573194457706!3d24.361295974148256!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39fa16ff1397e887%3A0x71543a3dc3e7a20a!2sWest%20Bengal!5e0!3m2!1sen!2sin!4v1642340688362!5m2!1sen!2sin"
style="border: 0"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
<div class="contact-form">
<form>
<input
name="name"
type="text"
class="feedback-input"
placeholder="Name"
/>
<input
name="email"
type="text"
class="feedback-input"
placeholder="Email"
/>
<textarea
name="text"
class="feedback-input"
placeholder="Comment"
></textarea>
<input type="submit" value="SUBMIT" />
</form>
</div>
</section>
<section class="upcoming__tour" id="upcoming__tour-go">
<h1>Upcoming Tour</h1>
<div class="upcoming__tour-main">
<div class="upcoming__tour-box">
<figure>
<img
src="./assets/upComing/Mother Earth Day-amico.svg"
alt="Upcoming image"
/>
<figcaption>Diptenu Sarkar</figcaption>
</figure>
<h3>Date 28-09-2000</h3>
</div>
<div class="upcoming__tour-box">
<figure>
<img
src="./assets/upComing/Mother Earth Day-cuate.svg"
alt="Upcoming image"
/>
<figcaption>Diptenu Sarkar</figcaption>
</figure>
<h3>Date 22-10-2000</h3>
</div>
<div class="upcoming__tour-box">
<figure>
<img
src="./assets/upComing/Mother Earth Day-pana.svg"
alt="Upcoming image"
/>
<figcaption>Diptenu Sarkar</figcaption>
</figure>
<h3>Date 22-09-2092</h3>
</div>
</div>
</section>
</main>
<footer>
<p>© 2020-2022 Diptenu Sarkar | or It's a affilation Website</p>
</footer>
</body>
</html>