Skip to content

Commit

Permalink
Ticket and CFP updates (#124)
Browse files Browse the repository at this point in the history
* Updated date for poster CFP close, and added devsprint CFP.

* Make upcoming tickets visible in mobile view. Improve desktop view.

Fixes #123
  • Loading branch information
bravegnu authored and astronomersiva committed Jul 23, 2019
1 parent 9a75b53 commit b7b6617
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
36 changes: 22 additions & 14 deletions _data/tickets.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
- type: Workshop Ticket (Morning)
event_date: Workshop only ticket for the morning workshop of 14 October 2019.
start_date: Sales start on 1 August 2019.
open: false
cost: 750
sold_out: false
- type: Workshop Ticket (Afternoon)
event_date: Workshop only ticket for the afternoon workshop of 14 October 2019.
start_date: Sales start on 1 August 2019.
open: false
cost: 750
sold_out: false
- type: Devsprints Ticket
event_date: |
Devsprints only ticket for 14 and 15 October 2019. A valid
conference ticket is required to register for Devsprints. Please
use the same email address that you have provided in the
registration information for conference tickets.
start_date: Sales start on 1 August 2019.
open: false
cost: 150
sold_out: false
- type: Student Ticket
event_date: Conference only ticket for 12 and 13 October 2019.
end_date: Sales end by 12 October 2019.
Expand Down Expand Up @@ -28,17 +50,3 @@
open: false
cost: 5000
sold_out: true
- type: Workshop Ticket (Morning)
event_date: Workshop only ticket for the morning workshop of 14 October 2019.
start_date: Sales start on 1 August 2019.
open: false
cost: 750
- type: Workshop Ticket (Afternoon)
event_date: Workshop only ticket for the afternoon workshop of 14 October 2019.
start_date: Sales start on 1 August 2019.
open: false
cost: 750
- type: Developer Sprints Ticket
event_date: Developer Sprints only ticket for 14 and 15 October 2019.
open: false
cost: 150
9 changes: 3 additions & 6 deletions _includes/tickets.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h5>

<div class="container ticket-mobile">
{% for category in site.data.tickets %}
{% if category.open %}
{% if category.sold_out == false %}
<div class="row wow fadeIn">
<div class="col-md-12 light">
<h3><strong>{{category.type}}</strong></h3>
Expand All @@ -87,18 +87,15 @@ <h3><strong>{{category.type}}</strong></h3>
<a href="https://www.townscript.com/e/pycon-india-2019/booking" target="_blank" rel="noreferrer noopener" class="dwd-link">
<strong>BUY TICKETS</strong>
</a>
{% else %}
<a href="https://goo.gl/forms/GdtTebWL7mn3oKtW2" target="_blank" rel="noreferrer noopener" class="dwd-link">NOTIFY ME!</a>
{% endif %}
</p>
</div>
</div>
{% endif %}
{% endfor %}
<br>
<div class="row">
<div class="col-md-12">
<strong>These tickets are applicable for the conference only. Ticket sales for workshops and developer sprints will commence shortly.</strong>
</div>
</div>
</div>
{% asset tunnel-white-entry.png alt="" class="tunnel2 tunnel4 bg" %}
</section>
13 changes: 12 additions & 1 deletion submit-a-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,25 @@ bloglike: true
<div class="row">
<div class="col-md-6 light">
<h3><strong>Poster</strong></h3>
<p>Closes on 1st August, 2019</p>
<p>Closes on 31st August, 2019</p>
</div>
<div class="col-md-6 light">
<div class="buy-ticket">
<a href="https://in.pycon.org/cfp/posters-2019/proposals/" class="dwd-link"><strong>SUBMIT A POSTER</strong></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 light">
<h3><strong>Devsprint</strong></h3>
<p>Closes on 31st August, 2019</p>
</div>
<div class="col-md-6 light">
<div class="buy-ticket">
<a href="https://in.pycon.org/cfp/devsprint-2019/proposals/" class="dwd-link"><strong>SUBMIT A DEVSPRINT</strong></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3><strong>Talk</strong></h3>
Expand Down

0 comments on commit b7b6617

Please sign in to comment.