-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
59 lines (51 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Image Slider</title>
<link rel="stylesheet" href="./CSS/style.css">
</head>
<body>
<nav>
<div class="title">
<h2>Image Slider</h2>
</div>
</nav>
<section class="hero">
<div class="img-container">
<div id ="images" class="images">
<img src="https://bit.ly/2YHN8a0" alt="">
<img src="https://bit.ly/3v2nWaj" alt="">
<img src="https://bit.ly/3iR4Hvm" alt="">
<img src="https://bit.ly/3BzjoKN" alt="">
<img src="https://bit.ly/3iPfi9W" alt="">
<img src="https://bit.ly/3mBVmsc" alt="">
<img src="https://bit.ly/3uYHjAY" alt="">
<img src="https://bit.ly/3arPhsL" alt="">
<img src="https://bit.ly/3iN7K7K" alt="">
<img src="https://bit.ly/3FDwKs0" alt="">
<img src="https://bit.ly/3lw1GT2" alt="">
<img src="https://bit.ly/3oRr3R3" alt="">
<img src="https://bit.ly/3lxPYr4" alt="">
<img src="https://bit.ly/307iGqg" alt="">
</div>
</div>
</section>
<section class="footer">
<div class="mail">
<a href="mailto:photography.pritambera@outlook.com"><span>✍</span> Somthing Here </a>
</div >
<div class="social-links">
<ul class="social-links">
<li><a href="https://facebook.com/pritamlovesphotography" class="fa fa-instagram"></a> </li>
<li> <a href="https://github.com/pritambera2000" class="fa fa-github"></a></li>
<li><a href="https://twitter.com/pritamhacks" class="fa fa-twitter"></a></li>
</ul>
</div>
<h3>Practiced With <span>☕</span> by Pritam</h3>
</section>
<script src="./JavaScript/script.js"></script>
</body>
</html>