4h-record-books/Section1.html

145 lines
5 KiB
HTML
Raw Normal View History

2017-07-23 01:11:05 +00:00
<!doctype html>
<html><!-- InstanceBegin template="/Templates/_template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Albany County 4-H Record Book Portfolios ~ Section 1 - Project Record</title>
<!-- InstanceEndEditable -->
2017-07-29 19:46:04 +00:00
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/site.css" rel="stylesheet" type="text/css" />
2017-07-23 01:11:05 +00:00
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="Index.html">
<img src="img/4-H-Club-Emblem.svg" alt="Wyoming 4-H Logo" width="20px" height="20px" />
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-main">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Record Books <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="Cover.html">Cover Page</a></li>
<li><a href="Section1.html">Section 1</a></li>
<li><a href="Section2.html">Section 2</a></li>
<li><a href="Section3.html">Section 3</a></li>
<li><a href="Section4.html">Section 4</a></li>
<li><a href="Section5.html">Section 5</a></li>
<li><a href="Section6.html">Section 6</a></li>
<li><a href="Section7.html">Section 7</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
2017-07-29 20:54:11 +00:00
<div class="col-lg-8 col-lg-offset-2">
2017-07-23 01:11:05 +00:00
<!-- InstanceBeginEditable name="MainBody" -->
2017-07-29 19:46:04 +00:00
<img class="img-responsive img-thumbnail float-left center-cropped" src="img/Close-upofaveryniceyoungawardwinnercow.jpg" alt="4-H Breeding Beef Project" />
2017-07-23 01:11:05 +00:00
<h1>
Section 1<br />
<small>Project Record</small>
</h1>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="btn-group btn-group-justified">
2017-07-29 20:54:11 +00:00
<a href="book/Section1.docx" class="btn btn-primary">
2017-07-23 01:11:05 +00:00
<img src="img/Microsoft-Word-New.svg" alt="Microsoft Word Format"/>
&ensp;
2017-08-07 02:11:38 +00:00
Form
2017-07-23 01:11:05 +00:00
</a>
2017-07-29 20:54:11 +00:00
<a href="example/Section_1.pdf" class="btn btn-danger">
2017-07-23 01:11:05 +00:00
<img src="img/Adobe-Acrobat.svg" alt="Adobe Acrobat PDF Format"/>
&ensp;
2017-08-07 02:11:38 +00:00
Examples
2017-07-23 01:11:05 +00:00
</a>
</div>
</div>
</div>
<blockquote>
all our projects of happiness are liable to be frustrated
<small>Webster's 1828 Dictionary</small>
</blockquote>
2017-07-29 20:54:11 +00:00
<p>
Well, on <em>that</em> encouraging note, let's talk about the most involved section of a record book.
Every project you are enrolled in needs a separate Section 1 for each year you are enrolled in it.
Section 1 takes up the most time and space in a vetern 4-Her's record book, so we will spend a good deal of time talking about it here.
</p>
2017-07-23 01:11:05 +00:00
2017-08-07 02:11:38 +00:00
<h2>
<a id="requirements"></a>
Requirements
</h2>
2017-07-29 20:54:11 +00:00
<table class="table table-bordered table-hover table-responsive table-striped">
<tr>
<th></th>
<th>Juniors<span class="visible-md visible-lg"><small> (Ages 8-10)</small></span></th>
<th>Intermediates<span class="visible-md visible-lg"><small> (Ages 11-13)</small></span></th>
<th>Seniors<span class="visible-md visible-lg"><small> (Ages 14+)</small></span></th>
</tr>
<tr>
2017-08-07 02:11:38 +00:00
<th><a href="#goals">Minimum # of Goals</a></th>
2017-07-29 20:54:11 +00:00
<td>Two (2)</td>
<td>Three (3)</td>
<td>Four (4)</td>
</tr>
<tr>
<th>Project Description</th>
<td colspan="3">Addresses who, what, when and where of project qualitatively in less than 300 words.</td>
</tr>
<tr>
<th>Size and Scope</th>
<td colspan="3">Includes quantitatative information pertaining to the materials and time required to complete the project. Finacial Information and Market Summary sub-sections should be filled out if applicable to the project.</td>
</tr>
<tr>
<th>Knowledge and Skills Aquired</th>
<td>Lists things learned in project.</td>
<td>Lists things learned in project and addresses each goal.</td>
<td>Lists things learned in project and demonstrates how at least 2 goals were met, as well as addressing all goals.</td>
</tr>
<tr>
<th>Exhibition Summary</th>
<td colspan="3">Lists exhibitions and placings from entire year.</td>
</tr>
</table>
2017-08-07 02:11:38 +00:00
<h2>
<a id="goals"></a>
Goals
</h2>
<blockquote>
If you aim at nothing, you will hit it every time
<small>Zig Ziglar</small>
</blockquote>
2017-07-23 01:11:05 +00:00
<!-- InstanceEndEditable -->
</div>
</div>
</div>
2017-08-07 02:11:38 +00:00
2017-07-23 01:11:05 +00:00
<!--Bootstrap scripts-->
<script src="script/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="script/bootstrap.min.js" type="text/javascript"></script>
2017-08-07 02:11:38 +00:00
<script src="script/site.js" type="text/javascript"></script>
2017-07-23 01:11:05 +00:00
</body>
<!-- InstanceEnd --></html>