|
13 | 13 | <div class="col-md-12">
|
14 | 14 | <h1>Step 1: Choose which type of ticket do you want to buy</h1>
|
15 | 15 | </div>
|
16 |
| -{% comment %} |
17 |
| - <div class="col-md-12" style='margin-top: 3em'> |
18 |
| - <h3>Conference and Training tickets:</h3> |
19 |
| - </div> |
20 |
| -{% endcomment %} |
21 | 16 |
|
22 | 17 | <div class="col-md-12" style='margin-top: 3em'>
|
23 |
| - <h3>Conference and Sprint only tickets:</h3> |
| 18 | + <h3>Online Tickets:</h3> |
24 | 19 | </div>
|
25 | 20 |
|
26 | 21 | <div class='col-md-6'>
|
27 |
| - <p class='cart-step1-description'> |
28 |
| - For people using Python to make a living. If your employer |
29 |
| - is paying for the ticket, you are buying tickets for other |
30 |
| - people in your company and need a VAT invoice, or you simply |
31 |
| - want to support the conference, please choose this option. |
32 |
| - </p> |
33 |
| - <p> |
34 |
| - <a class='btn btn-outline-primary btn-lg btn-block' href='{% url "cart:step2_pick_tickets" "company" %}'>Business tickets</a> |
| 22 | + <p class='cart-step1-description'> For people using Python |
| 23 | + to make a living, or people who want to <b>support the <a |
| 24 | + href="https://www.europython-society.org/grants/">EuroPython |
| 25 | + Society Grants Program</a></b>.<br/><br/>If your employer is paying |
| 26 | + for the ticket, you |
| 27 | + are buying tickets for other people in your company and <b>need |
| 28 | + a VAT invoice</b>, or you simply want to support the conference, |
| 29 | + please choose this option. </p> |
| 30 | + <p><a class='btn btn-outline-primary btn-lg btn-block' href='{% url "cart:step2_pick_tickets" "company" %}'>Business tickets</a> |
35 | 31 | </p>
|
36 | 32 | </div>
|
37 | 33 |
|
38 | 34 | <div class='col-md-6'>
|
39 | 35 | <p class='cart-step1-description'>
|
40 |
| - For people enjoying Python as a hobbyist or freelancer. If |
41 |
| - you are programming Python in your free time, pupil or |
42 |
| - student, and don't need a VAT invoice, this option is for |
| 36 | + For people enjoying Python as a hobbyist or freelancer. <br/><br/> |
| 37 | + If you are programming Python in your free time, pupil or |
| 38 | + student, and <b>don't need a VAT invoice</b>, this option is for |
43 | 39 | you.
|
44 | 40 | </p>
|
45 | 41 | <p>
|
|
0 commit comments