|
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <section>
|
7 |
| - <p>We here at ckeys are a 100% volunteer based organization, so to do all that we want to do we need help from people like you! Several things you might do as a volunteer would include:</p> |
| 7 | + <p> |
| 8 | + We here at ckeys are a 100% volunteer based organization, so to do all that |
| 9 | + we want to do we need help from people like you! Several things you might do |
| 10 | + as a volunteer would include: |
| 11 | + </p> |
8 | 12 |
|
9 | 13 | <ul>
|
10 | 14 | <li>Helping with the meetup giveaway.</li>
|
|
16 | 20 | <li>And more!</li>
|
17 | 21 | </ul>
|
18 | 22 |
|
19 |
| - <p>If you're interested in volunteering,let us know by filling out the form below along with any preferences you might have for duties.</p> |
| 23 | + <p> |
| 24 | + If you're interested in volunteering, let us know by filling out the form |
| 25 | + below along with any preferences you might have for duties. |
| 26 | + </p> |
20 | 27 | </section>
|
21 | 28 |
|
22 | 29 | <section>
|
23 |
| - <form name="volunteer-page" action="/volunteer/" class="form-stacked" netlify-honeypot="bot-field" netlify> |
| 30 | + <form |
| 31 | + name="volunteer-page" |
| 32 | + action="/volunteer/" |
| 33 | + class="form-stacked" |
| 34 | + netlify-honeypot="bot-field" |
| 35 | + netlify |
| 36 | + > |
24 | 37 | <div class="row uniform">
|
25 | 38 | <div class="6u 12u$(xsmall)">
|
26 | 39 | <input type="text" name="name" id="name" value="" placeholder="Name" />
|
27 | 40 | </div>
|
28 | 41 | <div class="6u$ 12u$(xsmall)">
|
29 |
| - <input type="email" name="email" id="email" value="" placeholder="Email" /> |
| 42 | + <input |
| 43 | + type="email" |
| 44 | + name="email" |
| 45 | + id="email" |
| 46 | + value="" |
| 47 | + placeholder="Email" |
| 48 | + /> |
30 | 49 | </div>
|
31 | 50 | <div class="6u 12u$(small)">
|
32 |
| - <input type="checkbox" id="volunteer" name="volunteer"> |
| 51 | + <input type="checkbox" id="volunteer" name="volunteer" /> |
33 | 52 | <label for="volunteer">I want to volunteer!</label>
|
34 | 53 | </div>
|
35 | 54 | <div class="6u 12u$(small)">
|
36 |
| - <input name="bot-field" style="display:none"> |
37 |
| - <input type="checkbox" id="human" name="human" checked> |
| 55 | + <input name="bot-field" style="display:none" /> |
| 56 | + <input type="checkbox" id="human" name="human" checked /> |
38 | 57 | <label for="human">I am a robot.</label>
|
39 | 58 | </div>
|
40 | 59 | <div class="12u$">
|
41 |
| - <textarea name="message" id="message" placeholder="Enter your message" rows="6"></textarea> |
| 60 | + <textarea |
| 61 | + name="message" |
| 62 | + id="message" |
| 63 | + placeholder="Enter your message" |
| 64 | + rows="6" |
| 65 | + ></textarea> |
42 | 66 | </div>
|
43 | 67 | <div class="12u$">
|
44 | 68 | <ul class="actions">
|
|
51 | 75 | </section>
|
52 | 76 |
|
53 | 77 | <script>
|
54 |
| -window.onload = function() { |
55 |
| - const myInput = document.getElementById('message'); |
56 |
| - myInput.onpaste = function(e) { |
57 |
| - e.preventDefault(); |
58 |
| - } |
59 |
| -} |
| 78 | + window.onload = function() { |
| 79 | + const myInput = document.getElementById("message"); |
| 80 | + myInput.onpaste = function(e) { |
| 81 | + e.preventDefault(); |
| 82 | + }; |
| 83 | + }; |
60 | 84 | </script>
|
0 commit comments