Add Tickets page w/ CSS updates
authorSarah Conway <sarah.conway@crunchydata.com>
Fri, 31 May 2019 12:40:08 +0000 (05:40 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Fri, 31 May 2019 12:40:08 +0000 (05:40 -0700)
static/css/style.css
templates/base.html
templates/index_base.html
templates/pages/tickets.html

index a07a82de2424d7214e9f61ab02b51affe5710d47..dc8b239da4222a9aba8b8e8accb280515802bfa8 100644 (file)
@@ -138,21 +138,33 @@ sub {
 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 */
index 241e7fd4068a3481c643a0107e0fb36b9f3ad07c..1950d35b3105711cf06d731008934e6460073a7f 100644 (file)
@@ -80,8 +80,8 @@
                                        <!-- <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")}}
index 2ea3b27e763799f34c08bd8c5b22e055e13d74c0..eea8ea1e21d958365e78f22b6b43653709261584 100644 (file)
@@ -80,8 +80,8 @@
                                        <!-- <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")}}
index a12918c26359e7c8e793e68f619ff5bae3135123..1fa879a8897ddd93640485e00a8df8bab8f7733b 100644 (file)
@@ -1,5 +1,5 @@
 {%extends "base.html" %}
-{%block title%}Register | PostgresOpen{%endblock%}
+{%block title%}Tickets | PostgresOpen{%endblock%}
 {%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
@@ -9,11 +9,11 @@
 <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 %}