-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
executable file
·125 lines (106 loc) · 7.16 KB
/
home.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Harvest Horizon</title>
</head>
<body>
<!-- Navigation -->
<div class="shadow-sm d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white">
<h5 class="my-0 mr-md-auto">
<img class="logo" src="./assets/images/logo.PNG" alt="">
<img class="harvest-logo" src="./assets/images/harvest.jpeg" alt="">
</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 selected" href="#">Home</a>
<a class="p-2 text-dark" href="#foodDesert">What is a food desert?</a>
<a class="p-2 text-dark" href="#faq">FAQ</a>
<a href="mailto:contactharvesthorizon@gmail.com" class="p-2 blue d-none d-sm-inline-block" href="./login.html">Need to update your account?</a>
</nav>
<a href="mailto:contactharvesthorizon@gmail.com" class="p-2 blue d-block d-sm-none text-center" href="./login.html">Need to update your account?</a>
<a class="btn btn-outline-primary d-none d-sm-block" href="#signUp">Sign up</a>
<a class="btn btn-outline-primary d-block d-sm-none btn-block" href="#signUp">Sign up</a>
</div>
<!-- Body-->
<div class="container content">
<!-- Intro -->
<div class="emojis row col-lg-7 col-md-12 d-flex justify-content-between">
<img src="./assets/images/corn.png" alt="">
<img src="./assets/images/watermelon.png" alt="">
<img src="./assets/images/greens.png" alt="">
<img src="./assets/images/carrot.png" alt="">
<img src="./assets/images/tomato.png" alt="">
</div>
<div class="row intro">
<div class="col-lg-10 col-md-12">
<h1 class="mb-4">Fresh produce should be available for everyone.</h1>
<p class="lead"><strong class="selected">Harvest Horizon</strong> is a revolutionary new way of thinking about providing fresh food to communities. By providing farmers, customers, and volunteers with: chatbot integration, real-time reminders, and user
sign-in
</p>
<h4 class="mb-4">Sign up for free today!</h4>
<div id="signUp" class="mb-5 row d-none d-sm-block">
<div class="col-lg-12">
<button onclick="document.location.href = './resident-signup.html'" class="btn btn-outline-success btn-lg mr-4"> I'm a resident</button>
<button onclick="document.location = './farmer-signup.html'" class="btn btn-outline-warning btn-lg mr-4">I'm a farmer</button>
<button onclick="document.location = './volunteer-signup.html'" class="btn btn-outline-primary btn-lg">I'm a volunteer</button>
</div>
</div>
<div id="signUp" class="mb-5 row d-block d-sm-none w-100 m-auto">
<div class="flex-column d-flex">
<button onclick="document.location = './resident-signup.html'" class="btn btn-outline-success btn-lg"> I'm a resident</button>
<br>
<button onclick="document.location = './farmer-signup.html'" class="btn btn-outline-warning btn-lg">I'm a farmer</button>
<br>
<button onclick="document.location = './volunteer-signup.html'" class="btn btn-outline-primary btn-lg">I'm a volunteer</button>
</div>
</div>
<!-- Chat bot-->
<iframe class="mobile-chatbot" height="430" allow="microphone;" src="https://console.dialogflow.com/api-client/demo/embedded/b1070727-c06e-4980-8bfd-2b093e6dd721"></iframe>
</div>
</div>
<!-- What is a food desert -->
<div id="foodDesert" class="food-desert row">
<div class="col-lg-10 col-md-12">
<h2 class="mb-4">What is a food desert?</h2>
<p class="lead">
A food desert is an area that has limited access to affordable and nutritious food. In 2010, the United States Department of Agriculture (USDA) reported that 23.5 million Americans live in “food deserts”, meaning that they live more than one mile from
a supermarket in urban or suburban areas and more than 10 miles from a supermarket in rural areas.
</p>
</div>
</div>
<!-- Harvest Horizon info-->
<div id="foodDesert" class="food-desert row">
<div class="col-lg-10 col-md-12">
<h2 class="mb-4">Learn how Harvest Horizon is different:</h2>
<br>
<iframe class="powerpoint" src="https://docs.google.com/presentation/d/e/2PACX-1vTgtvgANQu7bBD1gHTXiT88fVF9og1NuGedRDgw8lfJlg-Fti6garnWlUuzUwYDw2OMEuPszhSht01F/embed?start=false&loop=false&delayms=3000" frameborder="0" allowfullscreen="true" mozallowfullscreen="true"
webkitallowfullscreen="true"></iframe>
</div>
</div>
<!-- FAQ-->
<div id="faq" class="faq row mb-5">
<div class="col-lg-10 col-md-12">
<h2 class="mb-4">F.A.Q.</h2>
<h5 class="mb-3 blue">Does it cost to sign up as a farmer?</h5>
<p class="lead mb-4">No! Our service is totally free for farmers and residents.</p>
<h5 class="mb-3 blue">How is Harvest Horizon helping residents who live in food deserts?</h5>
<p class="lead mb-4">We provide free and accessible resources, chat bot integration, and we connect farmers with consumer and volunteers.
</p>
<h5 class="mb-3 blue">How is Harvest Horizon helping farmers?</h5>
<p class="lead mb-4">We’re helping farmers stay connected with people who need to purchase their products. They are able to decide when and where they want to sale, and also have updates directly sent to customers.</p>
</div>
</div>
<!-- Chat bot-->
<iframe width="350" class="chatbot" height="430" allow="microphone;" src="https://console.dialogflow.com/api-client/demo/embedded/b1070727-c06e-4980-8bfd-2b093e6dd721"></iframe>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
</html>