-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
79 lines (68 loc) · 3.45 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
---
layout: home
category: home
---
<div class="header">
{% include header.html %}
<div class="container-fluid">
<h1>nkidsfarm</h1>
<p>Raising adults since 2000</p>
</div>
</div>
<div class="blurb">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<img class=" img-responsive" src="assets/img/mary_lambs.jpg"/>
</div>
<div class="col-sm-8">
<h3>About us</h3>
<p>In 2009, Pat and Sarah Schloss moved to Webster Township, Michigan nestled between Dexter and Ann Arbor with four kids and no experience raising livestock. The number of children and our love for the ever growing number of sheep, cows, pigs, chickens, turkeys, ducks, cats, and dogs continues to grow. We have become quite proud of our ability to provide our family and people in our community with an all-natural source of meat from animals raised the way you would expect them to be raised. The responsibility and camaraderie of raising animals has also proven to be an excellent approach to nurturing our children to become responsible and compassionate adults. We produce meat, eggs, and wool products year around and would love to serve your family. In 2020, Sarah and her friend started <a href = "https://www.washtenawmeats.com/">Washtenaw Meats</a> as a way to more easily sell meat in smaller sizes and to help promote other local small farms.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<h3>What we offer</h3>
<p>Our farm specializes in producing meat, eggs, and wool from a diverse collection of animals that are raised without the use of growth promoting anitibiotics or artificial hormones. Be sure to check out our <a href="animals">animals and husbandry practices</a> to learn more about the breeds of animals and how we raise them. We are happy to sell meat by the cut as well as by the whole, half, and quarter animals. Many are overwhelmed by receiving cuts of meat that they've never cooked. Be sure to check out our collection of <a href="recipes">family favorite recipes</a>. The kids also love making <a href="products">wool products</a> that are always for sale and can be made to order. More than anything, we hope to offer members of our community an experience that improves their well-being. <a href="contact">Contact us</a> if you would like to get something from our farm.</p>
</div>
<div class="col-sm-4">
<img class=" img-responsive" src="assets/img/joe_jerry.jpg"/>
</div>
</div>
</div>
</div>
<div class="button-row">
<div class="container-fluid">
<h2>Learn more about our farm</h2>
<div class="row">
<div class="col-sm-4">
<a href="animals">
<img src="assets/img/ruth_calf.jpg" alt="Animals" class=" img-responsive img-circle pic">
<div class="caption">Animals</div>
</a>
</div>
<div class="col-sm-4">
<a href="products">
<img src="assets/img/john_sky.jpg" alt="Wool Products" class=" img-responsive img-circle pic">
<div class="caption">Wool Products</div>
</a>
</div>
<div class="col-sm-4">
<a href="recipes">
<img src="assets/img/jacob_peter.jpg" alt="Recipes" class=" img-responsive img-circle pic">
<div class="caption">Recipes</div>
</a>
</div>
</div>
</div>
</div>
<!--
<div class="announcement">
<div class="container-fluid">
<h1>We are currently taking orders for half and full pigs that will be available in January.</h1>
<div class="button">
<a class="btn btn-default" href="#">Place Your Order</a>
</div>
</div>
</div> -->