-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (57 loc) · 1.73 KB
/
index.html
File metadata and controls
57 lines (57 loc) · 1.73 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
<!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" />
<title>Image Slider animation</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div class="slider">
<div class="slide slide1">
<div class="caption">
<h2>Who Am I?</h2>
<p>
Hey, This is Nehal Shaikh. I Welcome you on my website. Sit back
and relax.
</p>
</div>
</div>
<div class="slide slide2">
<div class="caption">
<h2>Qualification Background</h2>
<p>
I am located in Mumbai and have completed my graduation in
Bachelors of Mass Media from Mumbai university.
</p>
</div>
</div>
<div class="slide slide3">
<div class="caption">
<h2>Area of speciality</h2>
<p>
I am into content creation and conceptualization. also i am very
outspoken person and loves to do public speaking.
</p>
</div>
</div>
<div class="slide slide4">
<div class="caption">
<h2>Interests!</h2>
<p>
I make Vlogs for fun sometime and i am very fond of video and
photo editing.
</p>
</div>
</div>
<div class="slide slide5">
<div class="caption">
<h2>Connect With Me</h2>
</div>
</div>
</div>
</div>
</body>
</html>