-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (193 loc) · 6.95 KB
/
index.html
File metadata and controls
207 lines (193 loc) · 6.95 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
206
207
<!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">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<!-- font awesome -->
<link rel="stylesheet" href="css/all.css">
<title>My Image gallery</title>
<style>
</style>
</head>
<body>
<header id="header">
<nav class="navbar navbar-expand-lg px-4">
<!--
https://www.iconfinder.com/icons/2427887/dessert_donut_doughnut_fat_sweets_icon
Creative Commons (Attribution 3.0 Unported);
https://www.iconfinder.com/korawan_m
-->
<a href="#" class="navbar-brand smaller_image">
<i class="fa fa-camera-retro fa-3x" aria-hidden="true"></i>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#myNavbar">
<span class="toggler-icon">
<i class="fas fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="navbar-nav text-capitalize mx-auto">
<li class="nav-item active">
<a href="#header" class="nav-link">MY PHOTO GALLERY</a>
</li>
<li class="nav-item active">
<a href="#about" class="nav-link">Nature</a>
</li>
<li class="nav-item active">
<a href="#store" class="nav-link">Animals</a>
</li>
</ul>
<div class="nav-info-items d-none d-lg-flex">
<!-- single info -->
<div class="nav-info align-items-center d-flex justify-content-between mx-lg-5">
<span class="info-icon mx-lg-3">
<i class="fas fa-phone"></i>
</span>
<p class="mb-0">+ 123 456 789 </p>
</div>
</div>
</div>
</nav>
<!-- end of nav -->
<!-- banner -->
<div class="container-fluid">
<div class="row max-height justify-content-center align-items-center">
<div class="col-10 mx-auto banner text-center">
<h1 class="text-capitalize">
welcome to <strong class="banner-title">my photo album</strong>
</h1>
<a href="#store" class="btn banner-link text-uppercase my-2">explore</a>
</div>
</div>
</div>
</div>
<!-- end of banner -->
</header>
<!-- end of heder -->
<!-- about -->
<section class="about py-5" id="about">
<h1 class="headingp">Nature</h1>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/n1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/n2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/n3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- end of about -->
<!-- store section -->
<section id="store" class="gallery-block cards-gallery">
<div class="container">
<!-- section title -->
<h1 class="headingp">Animals</h1>
<div class="row">
<div class="col-10 mx-auto col-sm-6 text-center">
<div class="card-border-0 transform-on-hover">
<a href="img/2.jpg" class="light-box"> <img src="img/3.jpg" class="card-img-top"></a>
</div>
</div>
<div class="col-10 mx-auto col-sm-6 text-center">
<div class="card-border-0 transform-on-hover">
<a href="img/2.jpg" class="light-box"> <img src="img/4.jpg" class="card-img-top"></a>
</div>
</div>
<div class="col-10 mx-auto col-sm-6 text-center">
<div class="card-border-0 transform-on-hover">
<a href="img/2.jpg" class="light-box"> <img src="img/5.jpg" class="card-img-top"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-10 mx-auto col-sm-6 text-center">
<div class="card-border-0 transform-on-hover">
<a href="img/2.jpg" class="light-box"> <img src="img/6.jpg" class="card-img-top"></a>
</div>
</div>
<div class="col-10 mx-auto col-sm-6 text-center">
<div class="card-border-0 transform-on-hover">
<a href="img/2.jpg" class="light-box"> <img src="img/7.jpg" class="card-img-top"></a>
</div>
</div>
</div>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 footer-title py-5">
<div class="footer-icons mt-3 d-flex justify-content-around flex-wrap">
<a href="#" class="footer-icon">
<i class="fab fa-facebook"></i>
</a>
<a href="#" class="footer-icon">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="footer-icon">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="footer-icon">
<i class="fab fa-google-plus"></i>
</a>
</div>
</div>
<div class="col-md-6 footer-contact text-center text-capitalize p-5">
<h3 class="mb-5">contact</h3>
<p class="d-flex flew-wrap">
<span class="mr-4 footer-icon">
<i class="fas fa-map"></i>
</span>
<span>
****xyz, new delhi India
</span>
</p>
<p class="d-flex flew-wrap">
<span class="mr-4 footer-icon">
<i class="fas fa-phone"></i>
</span>
<span>
123-456-789
</span>
</p>
<p class="d-flex flew-wrap">
<span class="mr-4 footer-icon">
<i class="fas fa-envelope"></i>
</span>
<span>
email@email.com
</span>
</p>
</div>
</div>
</div>
</footer>
<!-- jquery -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- script js -->
<script src="js/app.js"></script>
</body>
</html>