-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
134 lines (117 loc) · 5.57 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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Farm Fresh Produce 2</title>
<link href="https://fonts.googleapis.com/css?family=Bangers|Titillium+Web" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class= "container">
<header class="top-header">
<img class= "basketlogo"src="img/basket vector.png" alt = "basketlogo"/>
<nav id="header-nav">
<a href="#">FarmerPal</a>
<a href="#">Shop</a>
<a href="#">Farms</a>
<a href="#">Account</a>
<a href="#">Search</a><input type="text">
<a><img class= "cartlogo"src="img/Vector cart.png" alt = "cartlogo"></a>
<a href="http://farm-fresh-2.herokuapp.com/">Sign In</a><button class = "buttn">Click Here to Sell</button>
</nav>
</header>
<div class= "title">
<h1 class = "bold">Fresh Produce From Your Local Farmers</h1>
<p>Skip the supermarket,buy fresh from the farmers in your area and get your produce straight out of the fields.</p>
<div class = "input-div"><input type="text"><button>Shop Now</button></div>
</div>
<section class = "top-section">
<div class="top-section-parent">
<div class= "top-section-heading"><h2>Buying organic and living healthy made simpler</h2></div>
<div class= "top-section-pseudo"></div>
<div class= "top-section-paragf"><p>Farmer's grow more than they can sell. FarmerPal wants to solve food waste by connecting farmers with consumers who wants just picked fresh produce</p></div>
</div>
<img src="img/pic.png" alt="farmer with veggies"/>
</section>
<section class = "main-middle-section">
<h2>How It Works</h2>
<div class = "middle-section">
<div class = "first-middle-box">
<img class ="logo" src="img/farmer-logo.jpg"/>
<h3>Choose a farmer close to your location</h3>
<p>Enter your zipcode to find all the farmers in your location</p>
</div>
<div class = "second-middle-box">
<img class ="logo" src="img/freshfruitlogo.jpg"/>
<h3>Add the fresh produce our farmers offer</h3>
<p>Choose from the many crops grown in your local area</p>
</div>
<div class = "third-bottom-box">
<img class ="logo" src="img/house-clipart.jpg"/>
<h3>Purchase and pick up your order</h3>
<p>You will be notified when your order is ready fot pick up</p>
</div>
<div class = "fourth-bottom-box">
<img class ="logo" src="img/shoppingbox.png"/>
<h3>We have subsription food boxes as well</h3>
<p>Our farmers also offer monthly or weekly food boxes. You pick the items</p>
</div>
</div>
</section>
<section class = "feedback-box">
<div class= "picture-box">
<img class= "image1"src= "img/quotes2.png" alt ="quotes"/>
<img class= "image2"src= "img/Ellipse.png" alt ="face"/>
</div>
<div class = "text-box">
<h4>Sarah Johnson</h4>
<p>"I love my farmer pal Jose. He always add a basket of my favorite fruit with my order" </p>
</div>
</section>
<div class="bottom-box-cover"></div>
<section>
<div class= "bottom-box-text">
<h2>Be Part of the food revolution</h2>
<p>Our mission is Buying food from our local growers and communities encourages a healthy, seasonal diet, a wide variety of food on your table, and supports local economies.</p>
<div class ="input-div" ><input type="text"><button>Shop Now</button></div>
</div>
</section>
<section class="list-box">
<ul>
<h4>Product</h4>
<li>All Produces</li>
<li>Learn About Our Farms</li>
<li>Website Templates</li>
<li>Customer Management</li>
<li>Virtual inbox</li>
</ul>
<ul>
<h4>Company</h4>
<li>About Foundation</li>
<li>Brand Guidelines</li>
<li>Press Kit</li>
<li>Support</li>
</ul>
<ul>
<h4>Legal</h4>
<li>Privacy</li>
<li>Terms</li>
<li>Security</li>
</ul>
</section>
<footer>
<nav id="footer-nav">
<div class="nav-container">
<a href="#">Terms</a>
<a href="#">Privacy</a>
<a href="#">License</a>
</div>
<div class ="image-container">
<img class= "logo1" src="img/twitter-logo.png" alt ="twitter-logo"/>
<img class= "logo1" src="img/blue-facebook-logo-png-image-69769.png" alt ="fb-logo"/>
<img class= "logo1" src="img/linkedIn_PNG39.png" alt ="linkedIn-logo"/>
</div>
</nav>
</footer>
</div>
</body>