-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
167 lines (155 loc) · 7.54 KB
/
home.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author"
content="Decent Photography">
<meta name="viewport"
content="width=device-width, initial scale=1.0">
<title>Decent Photography</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<!--<link rel="stylesheet" href="mdb.min.css"> -->
<link rel="stylesheet" href="Background-Slider-Plugin-jQuery-sliderResponsive/sliderResponsive.css">
<link rel="stylesheet" href="pro.css">
<link href="https://fonts.googleapis.com/css2?family=Cabin&family=Playfair+Display&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Recursive&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lemonada&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montez&display=swap" rel="stylesheet">
</head>
<body class="animate__animated animate__fadeIn animate animate__slower">
<nav class="navbar navbar-expand-md navbar-light">
<div class="container">
<a href="index.html" class="navbar-brand">DECENT PHOTOGRAPHY</a>
<button id="navbarToggle" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Portfolio<span class="fas fa-plus"></span>
</a>
<div class="dropdown-menu text-center" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./birthdays.html">Birthday Shoots</a>
<a class="dropdown-item" href="./love.html">Love / Pre-Weddings</a>
<a class="dropdown-item" href="./lifestyle.html">Lifestyle</a>
<a class="dropdown-item" href="./portraits.html">Portraits</a>
<a class="dropdown-item" href="./maternity.html">Maternity</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a href="https://Instagram.com/ddecentphotography" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://api.whatsapp.com/send?phone=+2348167565824" target="_blank"><i class="fab fa-whatsapp-square fa-2x"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ===========================================================END OF HEADER ==========================================================-->
<!-- ====================================================================SLIDER ====================================================================== -->
<div class="container-fluid">
<div class="row">
<div class="col">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/couple.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/eden.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/9.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/apple.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/mother.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/dove.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/woman.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 animate__animated animate__fadeIn animate animate__slower" src="images/oki.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>
</div>
</div>
</div>
<!--FOOTER-->
<footer class="panel-footer">
<div class="container sm">
<div class="row">
<div class=" col-6 col-sm-6 social wow slideInLeft" data-wow-duration="1s">
<a href="https://Instagram.com/ddecentphotography" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://api.whatsapp.com/send?phone=+2348167565824" target="_blank"><i class="fab fa-whatsapp-square fa-2x"></i></a>
</div>
<div class="col-12 text-left social wow fadeInUp">
<input type="email" placeholder="Email"></input>
<a href="mailto:[email protected]"><i class= "fas fa-envelope-square fa-2x"></i></a>
</div>
</div>
<div class="row justify-content-center wow bounceIn" style="margin-top: 15px">
<div class="col-auto">
<p class="copy">© Copyright 2020 Decent Photography.<br>
<em>Designed by Foma Concept</em></p>
</div>
</div>
</footer>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/wow.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="mdb.min.js"></script>
<script src="Background-Slider-Plugin-jQuery-sliderResponsive/sliderResponsive.js"></script>
<script src="project.js"></script>
<script type="text/javascript">
new WOW().init();
</script>
<script>
$('.carousel').carousel({
interval: 3000
})
</script>
<script>
$(document).ready(function () {
$('ul.navbar-nav > li')
.click(function (e) {
$('ul.navbar-nav > li')
.removeClass('active');
$(this).addClass('active');
});
});
</script>
</body>
</html>