-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (206 loc) · 11.3 KB
/
Copy pathindex.html
File metadata and controls
215 lines (206 loc) · 11.3 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
208
209
210
211
212
213
214
215
<!doctype html>
<html lang="en">
<head>
<title>Title</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/86ef84e8fb.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="style/style.css">
</head>
<body>
<!-- Navigation Bar -->
<div class=" dubleborder py-1 mt-5 tp">
<nav class=" navbar navbar-expand-lg navbar-light bg-light p-1 tp dubleborder" id="gh">
<!-- LOGO -->
<a class=" pos tp" href="#"><img class="pos" id="fe-pulse" src="images/final.png" height="150"
width="150" alt="">
</a>
<!-- END LOGO -->
<button 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="coll apse navbar-collapse tp" id="navbarSupportedContent">
<ul class="navbar-nav m-auto">
<li class="nav-item active">
<a class="nav-link " href="index.html">Home <span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- END Navigation Bar -->
<!-- CAROUSEL -->
<div class="container shadow bg-white mt-3 p-3">
<div class="bd-example">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/eugenivy_reserv-1238293-unsplash.jpg" height="400" class="d-block w-100 hi"
alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/deva-williamson-1270229-unsplash.jpg" height="400" class="d-block w-100 hi"
alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/nordwood-themes-213933-unsplash.jpg" height="400" class="d-block w-100 hi "
alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" 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="#carouselExampleCaptions" 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>
<!-- END CAROUSEL -->
<!-- MAIN -->
<div class="container shadow bg-white mt-3 p-3">
<div class="row p-0 m-0 justify-content-between">
<!-- LEFT SIDE -->
<div class="wrap col-xl-5 col-md-12 mb-3">
<div class="row mb-3 p-2 justify-items-between brd">
<div class=" flex-shrink-1 small "><img class="pic_style" src="images/cake2.jpg" width="200" height="200"
alt=""></div>
<div class="col flex-grow-1 p-0 pl-2 m-0 fixm">
<div class="wdf">
<a href="#">Thematic cakes</a>
</div>
<div class="wdf1">
<a href="#">Seasonal cakes</a>
</div>
<div class="wdf">
<a href="#">Cool cakes</a>
</div>
<div class="wdf1">
<a href="#">Personalized cakes</a>
</div>
<div class="wdf">
<a href="#">Monthly favorites</a>
</div>
</div>
</div>
<div class="row p-2
justify-items-between brd">
<div class="flex-grow-1 p-0 pr-2 m-0 fixm">
<div class="wdf ">
<a href="#">Macaroons</a>
</div>
<div class="wdf1">
<a href="#">Cupcakes</a>
</div>
<div class="wdf">
<a href="#">Cookies</a>
</div>
<div class="wdf1">
<a href="#">Gingerbread man</a>
</div>
<div class="wdf">
<a href="#">Gift boxes</a>
</div>
</div>
<div class="flex-shrink-1 small"><img class="pic_style" src="images/cookies.jpg" width="200" height="200"
alt=""></div>
</div>
</div>
<!-- RIGHT SIDE -->
<div class="col-xl-6 col-md-12 p-5 mb-3 text-center brd1">
<h2 class="display-4">Order Online</h2>
<h3>pick up or delivery</h3>
<div class="d-flex justify-content-center p-3"><img src="images/41-512.png" height="110" alt=""></div>
<h3>Backing with passion and dedication</h3>
<h2 class="display-5">Bio products only !</h2>
</div>
</div>
<!-- FOOTER -->
<div class="brd2 wdf1 row align-items-center m-0 py-3 justify-content-between">
<div class="col-md-2 col-lg-2 text-left p-0">
<!-- LEFT SUBSCRIPTION FORM -->
<form class="text-center border border-light p-1">
<button class="btn btn-block wdf p-0 h-50" type="submit">Subscribe</button>
<!-- Name -->
<input type="text" id="defaultSubscriptionFormPassword" class="form-control mb-1 mt-1 p-0 pl-2 h-50"
placeholder="Name">
<!-- Email -->
<input type="email" id="defaultSubscriptionFormEmail" class="form-control mb-1 p-0 pl-2 h-50"
placeholder="E-mail">
<!-- Sign in button -->
</form>
</div>
<!-- CUPCAKE ANIMATION -->
<div class="col-md-2 col-lg-2 text-center"><img class="cup" src="images/tenor.gif" height="100" alt="">
</div>
<!-- TERMS AND CONDITIONS ON THE RIGHT -->
<div class="col-md-2 col-lg-2 text-right p-0">
<a href="#" class="wdf2">
<p>Privacy Policy</p>
</a>
<a href="#" class="wdf2">
<p>Terms & Conditions</p>
</a>
<a href="#" class="wdf2">
<p>Contact</p>
</a>
</div>
</div>
<!-- SOCIAL NETWORKS FOOTER -->
<div class="wdf row align-items-center m-0 p-3 justify-content-between">
<div><a href="#top"><i class="far fa-copyright fc text-center" aria-hidden="true"> AlexMel</i></a></div>
<div><a href="#"><i class="fab fa-facebook-f mx-1"></i></a>
<a href="#"><i class="fab fa-instagram mx-1"></i></a>
<a href="#"><i class="fab fa-twitter mx-1"></i></a>
<a href="#"><i class="fab fa-snapchat-ghost mx-1" aria-hidden="true"></i></a>
<a href="#"><i class="fab fa-youtube mx-1"></i></a></div>
<div><a href="#top"><i class="fas fa-arrow-up pl-5"></i></a></div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>