-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (229 loc) · 10.3 KB
/
index.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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!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>Drink Maker</title>
<link
rel="shortcut icon"
href="images/Drink maker logo.svg"
type="image/x-icon"
/>
<link rel="stylesheet" href="vendor/fontawesome/css/all.min.css" />
<link rel="stylesheet" href="css/neumorphism.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Quicksand:wght@500&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav>
<div class="text-center my-5 h2">
<img
src="images/Drink maker logo.svg"
alt="Drink Maker Logo"
class="logo btn"
/>
</div>
</nav>
<!-- Section 1 starts -->
<section class="container-fluid">
<section class="row mb-5">
<section class="col-sm-3 col-md-2 col-lg-3"></section>
<section class="col-sm-6 col-md col-lg-6">
<div class="input-group">
<input
type="text"
list="search-by-drink"
name="search-drink-name"
id="search-drink-name"
placeholder="Enter Drink Name or Keywords..."
class="form-control"
/>
<datalist id="search-by-drink" class="dropdown-menu">
<option value="null" id="-1">Enter Keywords</option>
</datalist>
<div class="input-group-append">
<button
class="btn btn-primary btnSearchByDrinkName"
type="button"
id="btnSearchByDrinkName"
>
Search 🔍
</button>
</div>
</div>
</section>
<section class="col-sm-3 col-md-2 col-lg-3"></section>
</section>
<div class="row">
<div class="col-12 col-md-2"></div>
<div class="col-12 col-md-8">
<div class="card bg-primary shadow-soft border-light">
<div class="row no-gutters align-items-center">
<img
src="#"
alt="Drink 1 of the Day"
id="sec1-drink-1"
class="col-md-4 card-img-top img-fluid sec1-drink rounded-left"
/>
<div class="col-md-8">
<div class="card-body ml-2">
<h2
class="card-title h3 b"
id="sec1-drink-1-title"
></h2>
<p
class="h6"
id="sec1-drink-1-category"
></p>
<hr />
<h3 class="h4 card-title my-4 mt-lg-n1">
Ingredients
</h3>
<p
class="card-text"
id="recipe-ingredients"
></p>
</div>
</div>
</div>
</div>
<div class="row mt-sm-10 mt-lg-5 mb-5">
<div class="col-12 col-md">
<div
class="card bg-primary shadow-inset border-light p-3"
>
<div
class="card-body shadow-soft rounded border border-light pt-4 px-5"
>
<h4 class="h4">Instructions</h4>
<ul
class="list-group list-group-flush price-list"
>
<li
class="list-group-item border-primary pb-1"
>
<i
class="fas fa-glass-martini mr-2"
>
</i>
<span
id="sec1-drink-1-instructions"
class="h4"
></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-2"></div>
</div>
</section>
<!-- Section 1 ends -->
<footer class="shadow-soft">
<section class="copyright-text">
© 2023 | All rights reserved.
</section>
<section class="footer-logo">
<img
src="images/Drink maker logo.svg"
alt="Drink Maker Logo"
class="logo btn"
/>
</section>
<section class="privacy-policy">
<!-- Button Modal -->
<button
type="button"
class="btn btn-block btn-primary"
data-toggle="modal"
data-target="#modal-default"
>
Privacy Policy
</button>
<!-- Modal Content -->
<div
class="modal fade"
id="modal-default"
tabindex="-1"
role="dialog"
aria-labelledby="modal-default"
aria-hidden="true"
>
<div
class="modal-dialog modal-dialog-centered"
role="document"
>
<div class="modal-content">
<div class="modal-header">
<h2
class="h4 modal-title mb-0"
id="modal-title-default"
>
Privacy Policy
</h2>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">X</span>
</button>
</div>
<div
class="modal-body"
style="text-indent: 2em; color: #333"
>
<p
class="text-justify"
style="font-size: 1.15rem"
>
This Privacy Policy describes how we (Drink
Maker) collect, use and share your personal
information when you visit our “Web Site”.
</p>
<p
class="text-justify"
style="font-size: 1.15rem"
>
Embedded content from other websites behaves
in the exact same way as if the visitor has
visited the other website. These websites
may collect data about you, use cookies,
embed additional third-party tracking, and
monitor your interaction with that embedded
content. If you have an account and are
logged in to that website, they may track
your interaction with that embedded content.
</p>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-primary text-danger ml-auto"
data-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
<!-- End of Modal Content -->
</section>
</footer>
<script src="js/script.js"></script>
<script src="js/neumorphism.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper.js/umd/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>