-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfarming.php
More file actions
93 lines (64 loc) · 3.72 KB
/
Copy pathfarming.php
File metadata and controls
93 lines (64 loc) · 3.72 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Groundbreakers</title>
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="gb_styles.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/bw-menu.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script src="js/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script type="text/javascript">
// function for dropdown paint effect
$(function()
{
$("#header_left").corner("40px");
});
</script>
</head>
<body>
<div id="wrapper" class="farm">
<?php include('includes/inc_header.php'); ?>
<div id="content">
<div id="content_left">
<p><strong>How It Works</strong></p>
<<ul>
<li class="active"><a href="farming.php">Vocational Farming</a></li>
<li class="active"><a href="training.php">Training Program Overview</a></li>
<li class="active"><a href="farm.php">About the Farm</a></li>
<li class="active"><a href="results.php">Results</a></li>
<li class="active"><a href="farm_directions.php">Directions</a></li>
</ul>
<<a href="getinvolved_donate.php">
<img src="images/contribute_button.jpg" alt="contribute"/>
</a>
</div><!--end content left-->
<div id="content_right">
<h2>VOCATIONAL FARMING</h2>
<h4>Vocational Farming</h4>
<p>
The goal of Groundbreakers is to prepare unemployed, underemployed or previously incarcerated persons, and homeless adults for careers in farming, plant nurseries, landscaping, or parks and recreation.</p><br/>
<p> Up to 10 students may be enrolled in each class cycle. Participants attend training Monday through Friday each week, from 7:30 a.m. to 4:30 p.m. Groundbreakers offers students free transportation between the farm and Seattle each day.</p><br/>
<p> The 16-week curriculum includes "hands-on" training by our experienced Field Trainers. There will be no more than 4 students per Field Trainer. The program will cover the following:
</p>
<p>
<ul><ul>
<li>Farming Techniques and Methods</li>
<li>Plant Health, Pathology and Pests</li>
<li>Composting, Cover Crops and Rotation </li>
<li>Permaculture/Polyculture</li>
<li>Propagating and Greenhouse Basics</li>
<li>Harvesting and Food Preservation</li>
<li>Farm Management and Safety</li>
<li>2 Internships, 4 Field Trips and A Growing Competition</li>
</ul></ul>
</p>
<p>Throughout the program, Groundbreakers teaches the importance of job-readiness skills such as positive work attitude, teamwork, punctuality, computer literacy, resume writing, and interviewing techniques.</p><br/>
<p>Groundbreakers can offer a constructive solution and help end the difficult cycle of homelessness and unemployment in King County. This is a solution that works for everyone: employers get qualified employees, and men and women in need of a good job get work in their field of interest.</p>
</div> <!--end content right-->
</div><!--end content-->
<?php include('includes/inc_footer.php'); ?>
</div><!--end wrapper-->
</body>
</html>