-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (156 loc) · 6.35 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
<!doctype html>
<html lang="en">
<head>
<title>Keto Companion: Recipe Search Engine</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!-- Style.css -->
<link rel="stylesheet" href="style.css">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito|Open+Sans" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="nav-title">
<h2>Keto Companion</h2>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Recipes
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Store</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">My Kitchen</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Submit A Recipe</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron banner">
<div class="container">
<!-- Container -->
<h1>ENTER INGREDIENTS,
<br>GET RECIPES</h1>
<p>Find keto-friendly recipes based on ingredients with you have on hand.</p>
<br>
<!-- Search form -->
<form>
<div class="form-group">
<div class="input-group">
<input class="form-control form-control-lg" type="text" placeholder="Eggs, butter, salmon, etc.">
<div class="input-group-append">
<span class="input-group-text red lighten-3" id="basic-text1">
<i class="fa fa-search text-grey" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
</form>
<div class="row justify-content-center">
</div>
<!--End Row-->
</div>
<!-- End Container -->
</div>
<!-- end jumbotron-->
<div class="container">
<h2>Popular This Week</h2>
<div class="card-columns">
<div class="card text-center">
<div class="card-body ketoFriendly">
<img src="img/info.png">
<h5 id="ketotitle">Keto for Beginners</h5>
<p class="card-text">Want to start the keto diet but don't know where to begin? Find the answers all of your burning questions with
these video courses.</p>
<a href="#" class="btn btn-default btn-lg watchMore">Watch Now</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="img/peppers.jpg" alt="spinach artichoke stuffed peppers">
<div class="card-body">
<h5 class="card-title">Spinach Artichoke Stuffed Peppers</h5>
<p class="card-text">Your favorite dip turned into a meal! Grab some bell peppers and artichokes for tonight!</p>
<a href="#" class="btn btn-default btn-lg viewMore">Make This</a>
</div>
<!--end card-body-->
</div>
<!-- end card-->
<div class="card">
<img class="card-img-top" src="img/meatball.jpg" alt="buffalo chicken meatballs">
<div class="card-body">
<h5 class="card-title">Buffalo Chicken Meatballs</h5>
<p class="card-text">We absolutely love buffalo chicken wings. Check out this savory twist using meatballs.</p>
<a href="#" class="btn btn-default btn-lg viewMore">Make This</a>
</div>
<!--end card-body-->
</div>
<!-- end card-->
<div class="card">
<img class="card-img" src="img/blueberry.jpg" alt="Card image">
</div>
<div class="card text-center">
<div class="card-body KetoHotSpot">
<img src="img/cityscape.png">
<h5 id="ketotitle">New Keto Hot Spots:
<br>Los Angeles</h5>
<p class="card-text">Visit these new keto-friendly spots in Southern California! Curated by guest blogger, Kelly Anderson.</p>
<a href="#" class="btn btn-default btn-lg watchMore">Check it Out</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="img/chocolate-lasagna.jpg" alt="keto chocolate lasagna">
<div class="card-body">
<h5 class="card-title">No-Bake Chocolate Lasagna</h5>
<p class="card-text">Enjoy a no-bake dessert layered with cream cheese, chocolate pudding, and whipped cream.
</p>
<a href="#" class="btn btn-default btn-lg viewMore">Make This</a>
</div>
<!-- end card-body-->
</div>
<!-- end card-->
</div>
<!-- end container-->
</div>
<footer class="page-footer">
<div class="container">
<!-- Grid row -->
<div class="row">
<div class="col">
<div class="footer-copyright py-3">© 2018 Keto Companion | Chali Prasertsri</a>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</div>
</footer>
<!-- Footer -->
</body>
</html>