form.pgeucfpform input,
form.pgeucfpform textarea,
form.pgeucfpform select {
- background-color: white;
- border-radius: 1rem;
- border-style: solid;
- border-color: #336791;
- border-width: 1.5px;
- margin: 0 0 1rem 1rem;
- outline: none;
- padding: 0.25rem 1rem;
+ background-color: white;
+ border-radius: 1rem;
+ border-style: solid;
+ border-color: #336791;
+ border-width: 1.5px;
+ margin: 0 0 1rem 1rem;
+ outline: none;
+ padding: 0.25rem 1rem;
}
form.pgeucfpform input[type=submit]:hover,
form.pgeucfpform input[type=button]:hover {
- background-color: #336791;
- color: white;
- transition: all 0.2s;
+ background-color: #336791;
+ color: white;
+ transition: all 0.2s;
+}
+
+/* Tables */
+
+table.table.table-striped {
+ margin-bottom: 2rem;
+}
+
+.thead-blue {
+ background-color: #336791;
+ border-color: #336791;
+ color: #fff;
}
/* Small Desktop */
<!-- <li><a href="{{pguslink("events/pgopen2019/sessions/")}}">Talks</a></li> -->
<!--<li><a href="{{pguslink("events/pgopen2019/schedule/")}}">Schedule</a></li> -->
<!-- <li><a href="https://postgresql.us/events/feedback/pgopen2019/">Feedback</a></li> -->
+ {{menulink("tickets", "Tickets")}}
{{menulink("callforpapers", "Call for Papers")}}
- <!-- {{menulink("feedback", "Feedback")}} -->
{{menulink("venue", "Venue & Hotel")}}
<!--{{menulink("sponsors", "Sponsors")}}-->
{{menulink("becomesponsor", "Become a Sponsor")}}
<!-- <li><a href="{{pguslink("events/pgopen2019/sessions/")}}">Talks</a></li> -->
<!--<li><a href="{{pguslink("events/pgopen2019/schedule/")}}">Schedule</a></li> -->
<!-- <li><a href="https://postgresql.us/events/feedback/pgopen2019/">Feedback</a></li> -->
+ {{menulink("tickets", "Tickets")}}
{{menulink("callforpapers", "Call for Papers")}}
- <!-- {{menulink("feedback", "Feedback")}} -->
{{menulink("venue", "Venue & Hotel")}}
<!--{{menulink("sponsors", "Sponsors")}}-->
{{menulink("becomesponsor", "Become a Sponsor")}}
{%extends "base.html" %}
-{%block title%}Register | PostgresOpen{%endblock%}
+{%block title%}Tickets | PostgresOpen{%endblock%}
{%block pagetitle%}PostgresOpen{%endblock%}
{%block content%}
<!-- Main -->
<h2>General Information</h2>
<p>Welcome to the PostgresOpen Registration section!</p>
<p>Our newly updated ticketing and registration interface works in tandem with your postgresql.org community credentials. If you do not have a login you will be asked to create one.</p>
-<p><i>(Please note, your community account will not be shared or spammed in accordance with <a href="{{link("policies/")}}">our policies</a>).</i></p>
-<p style="font-weight: 600;font-size: 1.05em;">If you’re ready to acquire tickets - <a href="{{pguslink("events/pgopen2019/register/")}}">click here!</a></p>
+<p><i>Please note, your community account will not be shared or spammed in accordance with <a href="{{link("policies/")}}">our policies</a>.</i></p>
+<p><strong>If you’re ready to acquire tickets - </strong><a href="{{pguslink("events/pgopen2019/register/")}}">click here!</a></p>
<p>Early Bird Registration will be opening on June 1st, 2019!</p>
-<table>
- <thead>
+<table class="table table-striped">
+ <thead class="thead-blue">
<tr>
<th>Registration Type</th>
<th>Fee</th>
</tr>
</tbody>
</table>
-</br>
<!-- End -->
+<hr>
<!-- Begin Overview -->
-<h2>A quick overview of how the ticketing process works:</h2>
-
+<h2>Overview</h2>
+<p>A quick overview of how the ticketing process works:</p>
<ul>
<li>Log in or create an account with postgresql.org.</li>
<li>You will be redirected to the PostgresOpen registration form page. </li>
<li>Once your payment has been authorized, you will be redirected back to our PostgresOpen site and a copy of the transaction receipt
will be emailed to you in PDF format.</li>
</ul>
-<p><a href="{{pguslink("events/pgopen2019/register/")}}">Purchase tickets!</a></p>
-<!--
-<p>Early Bird Registration will be opening on May 15th, !</p>
--->
-<p>Please let us know if you have any questions or issues with the registration system: contact@postgresopen.org</p>
- <p>Don’t forget to book your room at the <a href="{{link("venue/")}}">Rosen Centre Hotel</a>!</p>
+<p><i class="fas fa-ticket-alt"></i> <a href="{{pguslink("events/pgopen2019/register/")}}">Purchase tickets here!</a></p>
+<p><i class="fas fa-kiwi-bird"></i> Early Bird Registration will be opening on <strong>June 1st, 2019.</strong></p>
+<p><i class="fas fa-envelope-open-text"></i> Please let us know if you have any questions or issues with the registration system by contacting us here: <a href="mailto:contact@postgresopen.org">contact@postgresopen.org</a></p>
+<p><i class="fas fa-hotel"></i> Don’t forget to book your room at the <a href="{{link("venue/")}}">Rosen Centre Hotel</a>!</p>
{% endblock %}