-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
217 lines (203 loc) · 9.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAIR</title>
<link rel='icon' href='favicon.ico' type='image/x-icon' />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<!-- Google Fonts Materialize Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<!--Load Google Font-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,100&display=swap"
rel="stylesheet">
<!-- Materialize Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Custom stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Section: Image Slider -->
<section class="slider">
<ul class="slides">
<li>
<img src="assets/img/slide1.jpg">
</li>
<li>
<img src="assets/img/slide2.jpg">
</div>
</li>
<li>
<img src="assets/img/slide3.jpg">
</li>
</ul>
</section>
<!-- Section: Logo + Jump Cards + Search Inputs-->
<a id="jump-container"></a>
<section class="container">
<div class="col s12 m4 l4">
<div class="row">
<div class="col s12 m12 l3">
<img src="./assets/img/pair-test.png" class="responsive-img logo">
</div>
<!--Begin card1 with search button-->
<div class="col s2 jumpRowItem">
<img src="assets/img/ramen.jpg" alt="ramen" class="circle responsive-img">
</div>
<div class="col s8 m3 l2 jumpRowItem">
<span class="black-text">
Search for hundreds of recipes from our database and get your results — all on one page.
</span>
<hr>
<form>
<input id="user-search-food" type="text" onfocus="this.value=''" data-length="44"
placeholder="Search Cuisine">
<button type="submit" class="waves-effect lime darken-3 btn-small" id="search-cuisines"><i
class="material-icons">search</i></button>
</form>
</div>
<!--Begin card2 with search button-->
<div class="col s2 jumpRowItem">
<img src="assets/img/martini.jpg" alt="martini" class="circle responsive-img">
</div>
<div class="col s8 m3 l2 jumpRowItem">
<span class="black-text">
Equip your inner bartender. Drink recipes can be filtered by
spirit or ingredient.
</span>
<hr>
<form>
<input id="user-search-drink" type="text" onfocus="this.value=''" data-length="44"
placeholder="Search Cocktails">
<button type="submit" class="waves-effect lime darken-3 btn-small" id="search-drinks"><i
class="material-icons">search</i></button>
</form>
</div>
</div>
</div>
</section>
<!--FAB Menu-->
<div class="fixed-action-btn">
<a class="btn-floating btn-large lime darken-3">
<i class="large material-icons">menu</i>
</a>
<ul>
<li><a href="#jump-container" class="btn-floating lime darken-1"><i class="material-icons">search</i></a>
</li>
<li><a href="#saved-for-later-heading" class="btn-floating indigo lighten-3"><i
class="material-icons">bookmark</i></a></li>
</ul>
</div>
<!--Results Container-->
<section>
<div id="results" class="container mainStage">
<div class="row" id="populate-results">
</div>
</div>
</div>
<!-- Section: Gallery -->
<section>
<div class="container">
<div class="row">
<div class="col s12">
<div id='saved-for-later-heading'>Saved Recipes <i class=" material-icons ">bookmark</i>
<!-- <span class="subhead">Your bookmarked articles live here. </span> -->
<hr>
</div>
<div class="row" id="saved-for-later"></div>
</div>
</div>
</section>
<!-- Section: Follow -->
<section class="section section-follow brown lighten-4 white-text center">
<div class="container">
<div class="row">
<div class="col s12">
<h4>Pair on Socials</h4>
<p>Check out our daily recipe posts</p>
<a href="#" class="white-text" >
<i class="button fab fa-facebook fa-3x" onclick="M.toast({html:'Sorry, yet to be social!', classes: 'rounded toast'})"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-twitter fa-3x" onclick="M.toast({html:'Sorry, yet to be social!', classes: 'rounded toast'})"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-linkedin fa-3x" onclick="M.toast({html:'Sorry, yet to be social!', classes: 'rounded toast'})"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-google-plus fa-3x" onclick="M.toast({html:'Sorry, yet to be social!', classes: 'rounded toast'})"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-pinterest fa-3x" onclick="M.toast({html:'Sorry, yet to be social!', classes: 'rounded toast'})"></i>
</a>
</div>
</div>
</section>
<!-- Section: Contact -->
<section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col s12 m5">
<div class="card-panel lime darken-3 white-text center">
<i class="medium material-icons">email</i>
<h5>Available for Feedback</h5>
<p>Our dev team works hard so you don't have to</p>
</div>
<ul class="collection with-header">
<li class="collection-header">
<h6>Pair HQ</h6>
</li>
<li class="collection-item">1000 Broadway</li>
<li class="collection-item">Kansas City, MO 64107</li>
</ul>
</div>
<div class="col s12 m7">
<div class="card-panel grey lighten-3">
<h5>Get In Touch</h5>
<div class="input-field">
<input type="text" placeholder="Name">
</div>
<div class="input-field">
<input type="text" placeholder="Email">
</div>
<div class="input-field">
<input type="text" placeholder="Phone">
</div>
<div class="input-field">
<textarea class="materialize-textarea" placeholder="Brief Message"></textarea>
</div>
<input type="submit" value="Submit"
class="btn brown lighten-4 waves-effect btn-submit right"
onclick="M.toast({html:'Sorry, just a dummy form at the moment!', 'classes': 'rounded toast'})">
</div>
</div>
</div>
</div>
</section>
<!--Food img circles-->
<div class="container">
<div class="row center">
<div class="col s12">
<img src="assets/img/mexican.jpg" alt="mexican food" class="circle responsive-img" id="footerFrame">
<img src="assets/img/bowl.jpg" alt="grain bowl" class="circle responsive-img" id="footerFrame">
<img src="assets/img/veg.jpg" alt="vegetables" class="circle responsive-img" id="footerFrame">
<img src="assets/img/sushi.jpg" alt="sushi" class="circle responsive-img" id="footerFrame">
<img src="assets/img/ramen.jpg" alt="ramen" class="circle responsive-img" id="footerFrame">
</div>
</div>
</div>
<!-- Footer -->
<footer class="section brown lighten-4 white-text center">
<p class="label">Pair © 2021</p>
</footer>
<!-- JQuery - Import before Materialize -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- Custom Javascript -->
<script src="assets/js/script.js"></script>
</body>
</html>