-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (118 loc) · 4.71 KB
/
Copy pathindex.html
File metadata and controls
143 lines (118 loc) · 4.71 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="farm.css">
</head>
<body>
<div class="body">
<header>
<div class="header-container">
<a href="#" >
<img class="logo" src="images/787e2c5181144dbe89ea72ba53f352ce (1).png" alt="supposed logo" >
</a>
<nav class="main-menu">
<a class="menu-button" href="#">Welcome</a>
<a class="menu-button" href="#">About</a>
<a class="menu-button" href="#produce" >Produce</a>
<a class="menu-button" href="#" >Contact Us</a>
</nav>
</div>
</header>
<h1 class="text">GROWING SEEDS FARM </h1>
<p class="sl-text"> Where nature meets..... </p>
</div>
<div class="about">
<h2 class="other-text"> About Us</h2>
<p class="more-text">
Cat ipsum dolor sit amet, cat not kitten around and who's the baby for brown cats with pink ears.
Stare at the wall, play with food and
get confused by dust meeeeouw mesmerizing birds. Purr while eating i shall purr myself to sleep furball
roll roll roll bury the poop bury it deep, where is my slave? I'm getting hungry prow?? ew dog you drink
from the toilet, yum yum warm milk hotter pls, ouch too hot. Mouse spread kitty litter all over house paw
at beetle and eat it before it gets away cat dog hate mouse eat string barf pillow no baths hate everything.
Find box a little too small and curl up with fur hanging out lick arm hair yet catch mouse and gave it as a
present or meeeeouw. Meowing non stop for food. Get away from me stupid dog poop on floor and watch human c
lean up, or inspect anything brought into the house, yet hate dog give attitude, and freak human out make
funny noise mow mow mow mow mow mow success now attack human but shake treat bag. Sleeping in the box plop
down in the middle where everybody walks humans,humans, humans oh how much they love us felines we are the
center of attention they feed, they clean . Nap all day stare at wall turn and meow stare at wall some more human didn't give me any food so i pooped on
the floor or love to play with owner's hair tie but i want to go outside let me go outside nevermind inside is better.
I want to go outside let me go outside nevermind inside is better eat my own ears or hunt by meowing loudly at
5am next to human slave food dispenser roll over and sun my belly but i love cuddles so chase imaginary bugs.
</p>
</div>
<div class="bg">
<h2 class="other-text"> Produce</h2>
<div class="portfolio-imgs">
<a href="#"><img src="images/images.jpg" alt="livestock" />
<div class="gallery-text">
<h3>Livestock</h3>
</div>
</a>
<a><img src="images/meat.jpg" alt="meat" />
<div class="gallery-text">
<h3>Meat</h3>
</div>
</a>
<a><img src="images/milk.jpg" alt="milk" />
<div class="gallery-text">
<h3>Milk</h3>
</div>
</a>
<a><img src="images/istockphoto-1208790371-612x612.jpg" alt="fruits-veggies" />
<div class="gallery-text">
<h3>Fruits and Vegetables</h3>
</div>
</a>
<a><img src="images/grains.jpg" alt="grains-and-ceral"/>
<div class="gallery-text">
<h3>Grains and cerals</h3>
</div>
</a>
<a><img src="images/tubers.webp" alt="tubers" />
<div class="gallery-text">
<h3>Tubers</h3>
</div>
</a>
</div>
</div>
<button class="order">Place Order!</button>
<footer class="footer-distributed">
<div class="footer-left">
<aside><img src="images/787e2c5181144dbe89ea72ba53f352ce.png"></aside>
<p class="footer-links">
<a href="#">Home</a>
·
<a href="#">Blog</a>
·
<a href="#">Pricing</a>
·
<a href="#">About</a>
·
<a href="#">Faq</a>
·
<a href="#">Contact</a>
</p>
<p class="footer-company-name">Growing Seeds © 2015</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="footer-right">
<p>Contact Us</p>
<form action="#" method="post">
<input type="text" name="email" placeholder="Email">
<textarea name="message" placeholder="Message"></textarea>
<button>Send</button>
</form>
</div>
</footer>
</body>
</html>