-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequest_helper.html
33 lines (24 loc) · 1.05 KB
/
request_helper.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
---
tab: request
title: Request a Helper
layout: default
---
<h1>Request an 8th Grade Helper</h1>
<p class="lead">Select a job and a student helper below. When you donate $10, you and the student's parent or guardian will be connected by email. You will work with them to right size the job and find a time. Your donation goes toward 8th grade activities like the school play and class outings. <a href="/faq">Learn more</a>.</p>
<p>
<h3>What kind of help would you like?</h3>
<div class="row mb-5">
<div class="offset-1">
<select id="offer_type">
<option class="choose">Select a job ...................</option>
<option class="hr" disabled>──────────</option>
</select>
</div>
</div>
<h3>Would you like to make an extra donation?</h3>
<label for="extra_donation">$10 + Extra donation $</label>
<input type="number" id="extra_donation" class="pl-2" placeholder="0.00"/> (optional)
<div class="row">
<table class="d-none table table-striped offers"></table>
</div>
<script src="assets/js/request_helper.js"></script>