|
6 | 6 |
|
7 | 7 | <div class="container"> |
8 | 8 | <div class="col-md-8 col-md-offset-2" style="font-size: large;"> |
9 | | - <h1>Support Runestone Interactive</h1> |
10 | | - |
11 | | - <p>Your support of Runestone Academy is vital to our future. |
12 | | - Runestone has grown from one introductory computer science |
13 | | - course in 2012 to supporting thousands of courses and hundreds of thousands of |
14 | | - students! Since the Fall of 2018 Runestone Academy has saved students over |
15 | | - $21 million in textbook fees!</p> |
16 | | - <p>Your support ensures that great interactive textbooks |
17 | | - will remain free. It also:</p> |
18 | | - <ul> |
19 | | - <li>Supports the ongoing development of the Runestone platform.</li> |
20 | | - <li>Motivates new authors to write more books on new topics.</li> |
21 | | - <li>Pays our server bills.</li> |
22 | | - <li>Creates resources to train and support instructors.</li> |
23 | | - </ul> |
| 9 | + <h1>Support Runestone Academy</h1> |
| 10 | + |
| 11 | + <p><img src="/static/images/RAIcon.png" height="40px" /> Your support of Runestone Academy LTD is vital to our future. Voluntary support from students and schools is one of our primary sources of income. Since the Fall of 2018 Runestone Academy has served over 316,000 registered students! At $100 a book we have saved students $31 million in textbook purchases!</p> |
| 12 | + |
24 | 13 | <p>Thank You! <br/> |
25 | 14 | Brad Miller, Founder and Chief Developer -- Runestone Academy Ltd</p> |
26 | 15 | <div class="panel panel-default"> |
27 | | - <div class="panel-heading">Donation Amount</div> |
| 16 | + <div class="panel-heading">Select an amount to donate</div> |
28 | 17 | <div class="panel panel-body"> |
29 | 18 | <input type="radio" name="donate" id="donate10" value="10.00"> <label for="donate10">$10</label><br> |
30 | | - <input type="radio" name="donate" id="donate20" value="20.00"> <label for="donate20">$20</label><br> |
| 19 | + <input type="radio" name="donate" id="donate20" value="20.00"> <label for="donate20">$20</label><span style="margin-left: 20%; padding: 10px; border: solid black; border-radius: 10px;">Once you donate we won't ask again.</span><br> |
31 | 20 | <input type="radio" name="donate" id="donate50" value="50.00"> <label for="donate50">$50</label><br> |
32 | | - Other: <input type="text" name="donate" id="donateother" value=""/><br> |
33 | | - <div style="margin-top: 15px; margin-left: 30px;"> |
34 | | - <a class="btn btn-warning" href="{{=URL('index')}}" role="button">Sorry, not Today</a> |
| 21 | + <input type="radio" name="donate" id="donate100" value="100.00"> <label for="donate100">$100</label><br> |
| 22 | + Other: <input type="text" name="donate" id="donateother" value=""/> Anything more than $1 is appreciated.<br> |
| 23 | + <div style="margin-top: 15px;" class="col-md-offset-5"> |
| 24 | + <a class="btn btn-info" href="{{=URL('index')}}" role="button">Sorry, not Today</a> |
35 | 25 | </div> |
36 | 26 | </div> |
37 | 27 | </div> |
|
0 commit comments