-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
446 lines (374 loc) · 17.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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html>
<head>
<!-- viewport makes it view correctly on all devices -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Changed</title>
<!-- bootstracp carosel -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- reset browser default css (first link)-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<!-- favicon, icon on tab -->
<link rel="shortcut icon" href="img/fork-logo.png" type="image/x-icon" />
<!-- google font Lato and Playfair Display -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<!-- link stylesheet (should be last) -->
<link rel="stylesheet" type="text/css" href="css/style.production.css">
</head>
<body class="background">
<!-- nav bar -->
<header class="page-header">
<!-- insert logo -->
<img src="img/fork-logo.png" alt="Changed by the Forkfull logo" class="logo page-header__item">
<h1 class="title">Changed <span>By Forkfull</span></h1>
<nav class="main-navigation page-header__item" >
<ul role="menubar" class="navigation-list">
<li role="presentation">
<a href=#food-we-grow-id role="menuitem" class="navigation-list__item">
Growing
</a>
</li>
<li role="presentation">
<a href= #recipes-id role="menuitem" class="navigation-list__item">
Recipes
</a>
</li>
<li role="presentation">
<a href=#get-to-know-id role="menuitem" class="navigation-list__item">
Who We Are
</a>
</li>
<li role="presentation">
<a href=#contact-id role="menuitem" class="navigation-list__item">
Get in Touch
</a>
</li>
</ul>
</nav>
<div class="dropdown">
<img class="dropbtn" src="img/navbar.png" alt="navigation">
<div class="dropdown-content">
<a href="#food-we-grow-id">Growing</a>
<a href="#recipes-id">Recipes</a>
<a href="#get-to-know-id">Who We Are</a>
<a href="#contact-id">Get in Touch</a>
</div> <!-- end of dropdown-content -->
</div><!-- end of dropdown -->
</header>
<main>
<div class="picture_grid">
<img src="img/garden.jpg" alt="Garden" class="home_img picture_grid_item item-a">
<img src="img/people.jpg" alt="Two people gardening" class="home_img picture_grid_item item-c">
<img src="img/people2.jpg" alt="Two people gardening" class="home_img picture_grid_item item-e">
<img src="img/radish.jpg" alt="Person holding radish" class="home_img picture_grid_item item-f">
</div> <!-- end of picture_grid -->
<div class="home section">
<nav class="home-header header-img" >
<h2>Home</h2>
<ul role="menubar" class="section-header__item navigation">
<li role="presentation" class="section-header__item">
<a href=#food-we-grow-id role="menuitem" class="section-header__item">
Growing
</a>
</li>
<li role="presentation" class="section-header__item">
<a href= #recipes-id role="menuitem" class="section-header__item">
Recipes
</a>
</li>
<li role="presentation" class="section-header__item">
<a href=#get-to-know-id role="menuitem" class="section-header__item">
Who We Are
</a>
</li>
<li role="presentation" class="section-header__item">
<a href=#contact-id role="menuitem" class="section-header__item">
Get in Touch
</a>
</li>
</ul>
</nav>
<div class="home_body">
<h1 id = "home-id">Changed by the Forkfull</h1>
<h3 priority>Agriculture and Culinary Arts Program</h3>
<p class="home_paragraph">Welcome to our gardens. We offer a a place for the community to come together to discuss future forward ideas, manage the food forest, and be humane to humans. </p>
<p class="home_paragraph">We offer fresh foods and ways to cook them. We welcome anyone that that loves people; doesn't matter where you live. Come grow healthy foods for your family and help feed our community. We look forward to seeing your outside soon!</p>
</div> <!-- end of home_body -->
</div> <!-- end of home -->
<div class="food-we-grow">
<div class="food-grow_header header-img">
<h2>Food Growing</h2>
<div class="navigation">
<ul role="menubar" class="navigation section-header__item ">
<li role="presentation" class="section-header__item">
<a href="#home-id" class="section-header__item">
Home
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#recipes-id" class="section-header__item">
Recipes
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#get-to-know-id" class="section-header__item">
Who We Are
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#contact-id" class="section-header__item">
Get in Touch
</a>
</li>
</ul>
</div>
</div> <!-- end of section-header -->
<div class="plant_grid" id = "food-we-grow-id">
<!-- make clickable to how to care for the plant in yoru own garden -->
<div class="plant_grid_item">
<a href="#">
<h3>Cranberry</h3>
<img class="plant_img" src="img/cran.jpg" alt="Cranberry">
<p>Click here to learn how to care for a cranberry plant</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Fuji Apple Tree</h3>
<img class="plant_img" src="img/apple.jpg" alt="Apple Tree picture">
<p>How to care for an apple tree.</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Blackberry</h3>
<img class="plant_img" src="img/blackbry.jpg" alt="Blackberry bush">
<p>How to care for a blackberry bush.</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Blueberry</h3>
<img class="plant_img" src="img/bluebry.jpg" alt="Tree picture">
<p>Something</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Raspberry Bush</h3>
<img class="plant_img" src="img/berry.jpg" alt="Tree picture">
<p>Something</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Type of plant</h3>
<img src="https://via.placeholder.com/150" alt="Tree picture">
<p>Something</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Type of plant</h3>
<img src="https://via.placeholder.com/150" alt="Tree picture">
<p>Something</p>
</a>
</div> <!-- end of food_grid_item-->
<div class="plant_grid_item">
<a href="#">
<h3>Type of plant</h3>
<img src="https://via.placeholder.com/150" alt="Tree picture">
<p>Something</p>
</a>
</div> <!-- end of food_grid_item-->
</div> <!-- end of food_grid -->
</div> <!-- end of food we grow-->
<div class="recipes">
<div class="recipes_header header-img">
<h2>Recipes</h2>
<ul role="menubar" class="section-header__item navigation">
<li role="presentation" class="section-header__item">
<a href="#home-id" class="section-header__item">
Home
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#food-we-grow-id" class="section-header__item">
Growing
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#get-to-know-id" class="section-header__item">
Who We Are
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#contact-id" class="section-header__item">
Get in Touch
</a>
</li>
</ul> <!-- end of section-header__item -->
</div> <!-- end of recipes_header -->
<div class="section">
<div class="recipes_body" id = "recipes-id">
<h4>Cook healthy meals with us</h4>
<p>We add new recipes for each season to match the food we grow in the food forest! Eating in season means you get better quality food. Lets cook together to build a better community!</p>
</div> <!-- end of recipes_body -->
</div> <!-- end of section -->
<div class="section">
<div class="recipes_body">
<!-- Recipes carosel -->
<div class="container">
<h2>Our Favorite Recipes</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<h3 class="recipes-title">Blueberry Breakfast Cake</h3>
<a href="https://amandascookin.com/blueberry-breakfast-cake/" target="_blank">
<img src="img/blue-cake.jpg" alt="Tree picture" class="recipes_img">
</a>
</div>
<div class="item">
<h3 class="recipes-title">Okra Fingers</h3>
<a href="#" target="_blank">
<img src="https://via.placeholder.com/150" alt="Tree picture" class="recipes_img">
</a>
</div>
<div class="item">
<h3 class="recipes-title">Okra Fingers</h3>
<a href="#" target="_blank">
<img src="https://via.placeholder.com/150" alt="Tree picture" class="recipes_img">
</a>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div> <!-- end of carosel slide -->
</div> <!-- end of container -->
</div> <!-- end of recipes body-->
</div> <!-- end of section -->
</div> <!-- end of recipes -->
<div class="get-to-know">
<div class="get-to-know_header section-header header-img">
<h2>Who We Are</h2>
<ul role="menubar" class="section-header__item navigation">
<li role="presentation" class="section-header__item">
<a href="#home-id" class="section-header__item">
Home
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#food-we-grow-id" class="section-header__item">
Growing
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#recipes-id" class="section-header__item">
Recipes
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#contact-id" class="section-header__item">
Get in Touch
</a>
</li>
</ul> <!-- end of section-header__item -->
</div> <!-- end of section-header -->
<div class="section">
<div class="get-to-know_body" id = "get-to-know-id">
<h4>Changed is Dedicated to Building Community</h4>
<img src="img/group2.jpg" alt="group of people" class="know_img" id="group2">
<p>All about the organization. How it started. Quo nonumy incorrupte in, eum virtute corpora recteque ea. Nam te aperiam minimum. Primis saperet commune mei in. Ne agam menandri nec, fabulas conceptam inciderint ex mel, qui cu iisque singulis iracundia! Cu mel docendi percipitur, sit eros definitiones et, cum mutat malorum ut! Eum dicit interpretaris ut!</p>
<img src="img/picnic.jpg" alt="people having a picnic" class="know_img" id="picnic">
<p>Vero zril sed in, sea ut suas tota, maiorum moderatius instructior id qui. Ubique adolescens an vim! An debet petentium prodesset per, docendi torquatos liberavisse est ei! Ad duo tamquam definitiones. Malis oratio id pri, eu nostro timeam eam.</p>
</div> <!-- end of get-to-know-body -->
</div> <!-- end of section -->
</div> <!-- end of get-to-know -->
<div class="get-in-touch">
<div class="get-in-touch_header section-header header-img">
<h2>Get in Touch</h2>
<ul role="menubar" class="section-header__item navigation">
<li role="presentation" class="section-header__item">
<a href="#home-id" class="section-header__item">
Home
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#food-we-grow-id" class="section-header__item">
Growing
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#recipes-id" class="section-header__item">
Recipes
</a>
</li>
<li role="presentation" class="section-header__item">
<a href="#get-to-know-id" class="section-header__item">
Who We Are
</a>
</li>
</ul> <!-- end of section-header__item -->
</div> <!-- end of section-header -->
<div class="section">
<div class="get-in-touch_body" id = "contact-id">
<h4 class="margin">We Love to Hear from Community Members!</h4>
<img src="img/hand.jpg" alt="Company picture" class="touch_img">
<p>Vero zril sed in, sea ut suas tota, maiorum moderatius instructior id qui. Ubique adolescens an vim! An debet petentium prodesset per, docendi torquatos liberavisse est ei! Ad duo tamquam definitiones. Malis oratio id pri, eu nostro timeam eam.</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d13045.706037455397!2d-90.0004692354263!3d35.17092078505926!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x887f807d5f9b436b%3A0x951dcc669cabb87a!2sHyde%20Park%2C%20Memphis%2C%20TN%2038108!5e0!3m2!1sen!2sus!4v1615162531777!5m2!1sen!2sus" allowfullscreen="" loading="lazy" class="map"></iframe>
<!-- donate button -->
<a href="https://home.iatspayments.com/" class="button" target="_blank" type="button">Donate</a>
<!-- add how to get involved button -->
<button type="button" id="formBtn" class="button">Get involved</button>
<form class="form" id="form">
<textarea id="email" cols="25" rows="1" placeholder="Email Address"></textarea><br>
<textarea id="subject" type="text" cols="25" rows="1" placeholder="Type your subject here"></textarea><br>
<textarea id="message" type="text" cols="30" rows="5" placeholder="Type your message here"></textarea><br>
<a id="mail-link" class="button">Send</a>
</form>
</div> <!-- get-in-touch_body -->
</div> <!-- end of section -->
</div> <!-- end of get-in-touch -->
</main>
<!-- footer -->
<footer class="page-footer">
<div class="find">
<h3>Find us on</h3>
</div>
<!-- facebook -->
<a href="https://www.facebook.com" target="_blank">
<img src="img/fb.svg" class="social-media" alt="Facebook">
</a>
<!-- instagram-->
<a href="https://www.instagram.com/" target="_blank">
<img src="img/instagram.svg" class="social-media" alt="Instagram">
</a>
<!-- twitter -->
<a href="https://www.twitter.com/" target="_blank">
<img src="img/twitter.svg" class="social-media" alt="Twitter">
</a>
<div class="forkfull_info">
<p>[email protected] | (555) 284-3832</p>
</div> <!-- end of forkfull_info -->
</footer>
<script src="js/scripts.js"></script>
</body>
</html>