Files
AVEF/imports/ui/Grants.html

41 lines
3.0 KiB
HTML
Raw Normal View History

2018-08-14 10:56:12 -07:00
<template name="Grants">
<div id="grantView" class="textView">
<div class="grantDescription">
<img class="pageHeaderPicture" src="./images/apple_v5.jpg"/>
<div class="grantProgram">Grant Program</div>
<p>Every year AVEF provides financial support to teachers, students, parents, mentors or community groups for a wide variety of projects. The purpose of this program is to enhance the educational opportunities available to the youth of Anderson Valley. All applications for grants must be received in writing. Guidelines for grant requests are below. The AVEF board reviews and responds to these requests at its monthly meeting.</p>
<p>Any community member - teacher, student, parent, mentor or community group - may submit a proposal for an AVEF grant. Grant applications are accepted throughout the year. Grant applications can be mailed to AVEF Box 242, Boonville, CA 95415 or can be given to any board member to present at our meeting.</p>
<p>As a general rule, AVEF grants are in the $100 - $500 range. If a grant involves a large number of students we make exceptions.</p>
</div>
<h3 class="grantGuidelines">Grant Guidelines <a class="headingShowHide recipientGuidelinesToggle" onclick="javascript: $('#grantView .recipientGuidelinesToggle').toggle();">(Show)</a><a class="headingShowHide recipientGuidelinesToggle" style="display:none" onclick="javascript: $('#grantView .recipientGuidelinesToggle').toggle();">(Hide)</a></h3>
<div class="recipientGuidelinesToggle">
<p>Guidelines to assist those who wish to <u>apply</u> for an AVEF Grant ...</p>
</div>
<div id="grantRecipientGuidelines" class="recipientGuidelinesToggle grantGuidelinesContent" style="display:none">
<h4 class="proposalFormat">Proposals <em>should</em>:</h4>
<ol class="listFormat">
<li>enhance and enrich the skills, knowledge and creative abilities of the youth involved.</li>
<li>describe the objective and goals</li>
<li>define a budget for the various components</li>
<li>specify how many students will be benefitting</li>
<li>name a qualified individual or individuals responsible for student oversight and implementation</li>
<li>include background or added information that will aid AVEF members in making a decision</li>
<li>indicate the name or organization that a check should be written to</li>
<li>indicate the address that a check should be mailed to</li>
<li>indicate if there are any deadlines AVEF should know about</li>
</ol>
<h4 class="proposalFormat">Proposals <em>should not</em>:</h4>
<ol class="listFormat">
<li>duplicate curricular work of the Anderson Valley Schools</li>
<li>involve recreation or sports activities</li>
</ol>
</div>
<h3 class="relevantLinks proposalFormat">Relevant Links</h3>
<div>
<ul class="importantDates">
<li><a class="{{isActiveRoute 'ImportantDates'}}" href="{{pathFor 'ImportantDates'}}">Important Dates</a></li>
<!--<li><a href="/forms/Grant_Application_Form.pdf">Grant Application Form</a> (xxKB PDF Savable/Printable Form)</li>-->
</ul>
</div>
</div>
</template>