Refactor structure to be Bootstrap
authorSarah Conway <sarah.conway@crunchydata.com>
Sun, 26 May 2019 15:33:31 +0000 (08:33 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Sun, 26 May 2019 15:33:31 +0000 (08:33 -0700)
README.md
static/css/style.css
templates/base.html
templates/context.json
templates/pages/becomesponsor.html
templates/pages/callforpapers.html
templates/pages/index.html
templates/pages/policies.html
templates/pages/tickets.html

index 0b3879d5c43892d1be0a2d9b8ef7cc7dc8f604ff..f3bcab9a0f9272a54a2a97b78718b729aa59bcb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ vi context.override.json
 
 In context.override.json there is:
 ```
-"linkbase": "https://.postgresopen.org/",
+"linkbase": "https://2019.postgresopen.org/",
 ```
 
 For deploying locally, you could change that to:
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..645d70cd0cc4bfd6d47498c5dbbb502caacac9a5 100644 (file)
@@ -0,0 +1,4 @@
+/* Sponsors section under Jumbotron */
+.sponsors {
+
+}
index c18a3ebaab1a9d302e5cf4c01e6e6f264090471a..d9c9710680e6b7fd0a9388ffe9c2b2c91826b6c8 100644 (file)
@@ -1,7 +1,7 @@
 {%macro media(url)%}{{mediabase|default("/")}}static/{%if githash%}{{githash}}/{%endif%}{{url}}{%endmacro-%}
 {%macro link(url)%}{{linkbase|default("/")}}{{url}}{%endmacro-%}
 {%macro pguslink(url)%}{{pgusbase|default("/")}}{{url}}{%endmacro-%}
-{%macro menulink(subpage,title,magic)%}<li{%if page==subpage or (pagemagic and pagemagic==magic)%} class="active"{%endif%}><a href="{{link(subpage + "/")}}">{{title}}</a></li>{%endmacro-%}
+{%macro menulink(subpage,title,magic)%}<li{%if page==subpage or (pagemagic and pagemagic==magic)%} class="active"{%endif%}><a class="nav-item nav-link" href="{{link(subpage + "/")}}">{{title}}</a></li>{%endmacro-%}
 <!DOCTYPE html>
 <html lang="en">
        <head>
                <meta name="google-site-verification" content="blxbviCSHoY6wxZrtoL4ZEvpdICZTrsIFx0VYEVHbuc" />
                <meta name="theme-color" content="#D95A4B"/>
 
-               <title>{%block title%}PostgresOpen SV {%endblock%}</title>
+               <title>{%block title%}PostgresOpen 2019{%endblock%}</title>
 
                <!-- Twitter Meta Tags -->
                <meta name="twitter:card" content="summary_large_image">
                <meta name="twitter:site" content="@postgresopen">
                <meta name="twitter:creator" content="@postgresopen">
                <meta name="twitter:title" content="PostgresOpen | PostgreSQL Conference">
-               <meta name="twitter:description" content="PostgresOpen SV  will be held on September 5th - 7th in Silicon Valley, at the Parc 55 Hilton Hotel.">
+               <meta name="twitter:description" content="PostgresOpen will be held from September 11 - 13 in Orlando, FL at the Rosen Centre Hotel.">
 
                <!-- Facebook Open Graph Meta Tags -->
                <meta property="og:image:width" content="1200">
                <meta property="og:image:height" content="800">
-               <meta property="og:url" content="https://.postgresopen.org/">
+               <meta property="og:url" content="https://2019.postgresopen.org/">
                <meta property="og:title" content="PostgresOpen | PostgreSQL Conference">
                <meta property="og:site_name" content="Postgres Open">
-               <meta property="og:image" content="https://.postgresopen.org/static/images/banner2.jpg">
+               <meta property="og:image" content="https://2019.postgresopen.org/static/images/banner.jpg">
 
                <!-- Structured Data -->
                <script type="application/ld+json">
                {
                        "@context": "http://schema.org",
                        "@type": "ProfessionalService",
-                       "url": "https://.postgresopen.org/",
-                       "logo": "https://.postgresopen.org/static/images/sv_elephant.png",
-                       "image": "https://.postgresopen.org/static/images/banner2.jpg",
+                       "url": "https://2019.postgresopen.org/",
+                       "logo": "https://2019.postgresopen.org/static/images/logo.png",
+                       "image": "https://2019.postgresopen.org/static/images/banner.jpg",
                        "email": "mailto:subscribe@postgresopen.org",
-                       "description": "PostgresOpen SV  will be held on September 5th - 7th in Silicon Valley, at the Parc 55 Hilton Hotel.",
+                       "description": "PostgresOpen will be held from September 11 - 13 in Orlando, FL at the Rosen Centre Hotel.",
                        "name": "Postgres Open",
                        "sameAs" : [
                        "https://www.facebook.com/PostgresOpen",
                <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
                <link href="{{media("css/style.css")}}" rel="stylesheet">
 
-               <script>
-                       (function($) {
-                               $(function() {
-                                       var     $window = $(window),
-                                               $body = $('body');
-                                       // Disable animations/transitions until the page has loaded.
-                                               $body.addClass('is-loading');
-                                               $window.on('load', function() {
-                                                       $body.removeClass('is-loading');
-                                               });
-                               });
-                       })(jQuery);
-               </script>
                <script>
                  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        <body class="{{page}}">
 
                <!-- Navigation -->
-               <nav id="header" class="navbar navbar-fixed-top">
-                       <div id="header-container" class="container-fluid navbar-container">
-                               <!-- Brand and toggle get grouped for better mobile display -->
-                               <div class="navbar-header">
-                                       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
-                                               <i class="fa fa-bars"></i>
-                                       </button>
-                                       <a class="navbar-brand" href="{{link("")}}">
-                                               <img id="logo" src="{{media("images/sv_elephant.png")}}" alt="PostgresOpen Logo">
-                                               <h1 class="heading">PostgresOpen SV </h1>
-                                       </a>
-                               </div>
-                               <!-- Collect the nav links, forms, and other content for toggling -->
-                               <div id="navbar" class="collapse navbar-collapse">
-                                       <ul class="nav navbar-nav navbar-right">
-                                               <li><a href="{{link("")}}">Home</a></li>
-                                               {{menulink("about", "About")}}
-                                               {{menulink("blog", "Blog")}}
-                                               <!-- <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("callforpapers", "Call for Papers")}} -->
-                                               <!-- {{menulink("feedback", "Feedback")}} -->
-                                               {{menulink("venue", "Venue & Hotel")}}
-                                               {{menulink("sponsors", "Sponsors")}}
-                                       </ul>
-                               </div><!-- /.navbar-collapse -->
-                       </div><!-- /.container-fluid -->
+               <nav class="navbar fixed-top navbar-light bg-light">
+                 <a class="navbar-brand" href="#">
+                               Postgres Open
+                               <img id="logo" src="{{media("images/logo.png")}}" alt="Postgres Open Logo">
+                       </a>
+                 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
+                   <span class="navbar-toggler-icon"></span>
+                 </button>
+                 <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
+                   <div class="navbar-nav">
+                                       {{menulink("about", "About")}}
+                                       {{menulink("blog", "Blog")}}
+                                       <!-- <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("callforpapers", "Call for Papers")}} -->
+                                       <!-- {{menulink("feedback", "Feedback")}} -->
+                                       {{menulink("venue", "Venue & Hotel")}}
+                                       {{menulink("sponsors", "Sponsors")}}
+                   </div>
+                 </div>
                </nav>
-      <section id="main" class="wrapper">
-                               <div class="container">
-               {%block content%}{%endblock%}
-        </div>
-      </section>
 
-                       <!-- Footer -->
-                       <footer id="footer">
-                               <div class="container">
-                                       <section class="links">
-                                               <div class="row">
-                                                       <div class="col-sm-4">
-                                                               <h3>Contact Us</h3>
-                                                               <a href="mailto:program@postgresopen.org">program@postgresopen.org</a>
-                                                       </div>
-                                                       <div class="col-sm-4">
-                                                               <h3>Venue</h3>
-                                                                       Parc 55 Hilton Hotel
-                                                                       <br>55 Cyril Magnin St
-                                                                       <br>San Francisco, CA 94102
-                                                                       <br>(415) 392-8000
-                                                       </div>
-                                                       <div class="col-sm-4">
-                                                               <h3>Connect with Us</h3>
-                                                               <ul class="icons">
-                                                                       <li>
-                                                                               <a href="https://www.facebook.com/PostgresOpen" class="fa fa-facebook"><span class="label">Facebook</span></a>
-                                                                       </li>
-                                                                       <li>
-                                                                               <a href="https://www.youtube.com/user/postgresopen" class="fa fa-youtube"><span class="label">YouTube</span></a>
-                                                                       </li>
-                                                                       <li>
-                                                                               <a href="https://twitter.com/postgresopen" class="fa fa-twitter"><span class="label">Twitter</span></a>
-                                                                       </li>
-                                                                       <li>
-                                                                               <a href="https://plus.google.com/+postgresopen/posts" class="fa fa-google-plus"><span class="label">Google+</span></a>
-                                                                       </li>
-                                                               </ul>
-                                                               <ul class="copyright">
-                                                                       <li>&copy; PostgresOpen is an associated project of the United States PostgreSQL Association (PGUS).</li>
-                                                               </ul>
-                                                       </div>
-                                               </div>
-                                       </section>
+               <!-- Main Content -->
+               {%block content%}{%endblock%}
+
+               <!-- Footer -->
+               <footer class="page-footer font-small">
+                       <div class="container">
+                               <div class="row">
+                                       <div class="col-sm-4">
+                                               <h3>Contact Us</h3>
+                                               <a href="mailto:program2019@postgresopen.org">program2019@postgresopen.org</a>
+                                       </div>
+                                       <div class="col-sm-4">
+                                               <h3>Venue</h3>
+                                                       Rosen Centre Hotel
+                                                       <br>9840 International Drive
+                                                       <br>Orlando, FL 32819
+                                       </div>
+                                       <div class="col-sm-4">
+                                               <h3>Connect with Us</h3>
+                                               <ul class="icons">
+                                                       <li>
+                                                               <a href="https://www.facebook.com/PostgresOpen" class="fa fa-facebook"><span class="label">Facebook</span></a>
+                                                       </li>
+                                                       <li>
+                                                               <a href="https://www.youtube.com/user/postgresopen" class="fa fa-youtube"><span class="label">YouTube</span></a>
+                                                       </li>
+                                                       <li>
+                                                               <a href="https://twitter.com/postgresopen" class="fa fa-twitter"><span class="label">Twitter</span></a>
+                                                       </li>
+                                                       <li>
+                                                               <a href="https://plus.google.com/+postgresopen/posts" class="fa fa-google-plus"><span class="label">Google+</span></a>
+                                                       </li>
+                                               </ul>
+                                       </div>
                                </div>
-                       </footer>
-                       <script
-                         src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
-                         integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
-                         crossorigin="anonymous"></script>
-                       <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
-                       <script src="{{media("js/main.js")}}"></script>
+                       </div>
+
+                 <!-- Copyright -->
+                 <div class="footer-copyright text-center py-3">© 2019 Copyright:
+                   PostgresOpen is an associated project of the United States PostgreSQL Association (PGUS).
+                 </div>
+               </footer>
+
+               <script
+                 src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
+                 integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
+                 crossorigin="anonymous"></script>
+               <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
+               <script src="{{media("js/main.js")}}"></script>
        </body>
 </html>
index 5ba68fd176b85aca62ccd1997ded69274871a8cd..15c70bda62cf0165ef228d7b1583cfe622d57f44 100644 (file)
@@ -1,6 +1,6 @@
 {
-    "linkbase": "https://.postgresopen.org/",
-    "mediabase": "https://.postgresopen.org/",
+    "linkbase": "https://2019.postgresopen.org/",
+    "mediabase": "https://2019.postgresopen.org/",
     "pgusbase": "https://postgresql.us/",
 
     "blogposts": [
index 6366830964fc5a23bd9358592168099b92359d8a..3f209ce4ad6e5460a595bbb0aafbbbbbfdd74b92 100644 (file)
@@ -13,7 +13,7 @@
    out to users and developers of PostgreSQL, or to just "give back" to the
    community. Our sponsorship program covers a wide range of levels, from Supporter
    to Diamond. If you are interested in sponsoring the conference, please
-   <b><a href="mailto:program@postgresopen.org">contact us!</a></b>
+   <b><a href="mailto:program2019@postgresopen.org">contact us!</a></b>
 </p>
 <p>
        The PostgresOpen SV  prospectus is available <b><a href="{{media("files/prospectus_.pdf")}}">here!</a></b>
index 3c0c62f379c38e9a11dc76a69042255685d3995d..bc58c53b38e61d1ca9492d1ceb3fd526acbddd60 100644 (file)
@@ -21,7 +21,7 @@
                Please note that PostgresOpen is open to all audiences and ages.  All talks
          are expected to be appropriate for a diverse group.  Please see our Conference
                <b><a href="{{link("policies/")}}">Policies</a></b> and feel free to contact the
-         <b><a href="mailto:program@postgresopen.org">Committee</a></b> with any questions.
+         <b><a href="mailto:program2019@postgresopen.org">Committee</a></b> with any questions.
   </p>
   <hr>
 
index d839791cd310d11b6553553a32ef73ab704b9ed1..14efa6c69adc804f99b918f8625c84669ecd4b8a 100644 (file)
 {%block pagetitle%}PostgresOpen SV {%endblock%}
 {%block content%}
                <!-- Banner -->
-                       <section id="banner" class="jumbotron">
-                               <h2>PostgresOpen SV </h2>
-                               <p>SAN FRANCISCO, CA | SEPTEMBER 5-7</p>
-                               <ul class="actions">
-                                       <!--
-                                       <li>
-                                               <a href="{{link("tickets/")}}" class="button big">REGISTER</a>
-                                       </li>
-                                       -->
-                               </ul>
-                       </section>
-                       <section id="sponsorsimg">
+                       <div class="jumbotron jumbotron-fluid">
+                         <div class="container">
+                           <h1 class="display-4">Fluid jumbotron</h1>
+                           <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
+                         </div>
+                       </div>
+                       <div class="sponsors container-fluid">
                        {% for p in diamond %}
                                <a href="{{p.link}}" target="_blank"><img src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
                        {% endfor %}
-                       </section>
-<!-- One -->
-                       <section id="one" class="wrapper style1 special">
-                               <div class="container">
+                       </div>
 
-                                       <div class="row">
-                                               <div class="col-sm-6">
-                                                       <section class="box">
-                                                               <i class="icon big rounded color1 fa-cloud"></i>
-                                                               <h3>Join Us in San Francisco!</h3>
-                                                                       <p>PostgresOpen SV  will be held on September 5th - 7th in San Francisco, at the Parc 55 Hilton Hotel.</p>
-                                                                       <p>
-                                                                               The conference delivers two days packed with tutorials and presentations about PostgreSQL and related
-                                                                               technologies, one day of extended trainings, and the usual hallway and social track!
-                                                                       </p>
-                                                                       <p>View our speaker videos from the 2017 PostgresOpen conference <a href="https://www.youtube.com/playlist?list=PLN8NEqxwuywQgN4srHe7ccgOELhZsO4yM">here.</a></p>
-                                                                               <p><b><a href="mailto:subscribe@postgresopen.org?subject=Add Me">Click here to sign up for our mailing list!</a></b></p>
-                                                       </section>
-                                               </div>
-                                               <div class="col-sm-6">
-                                                       <section class="box">
-                                                               <i class="icon big rounded color3 fa-desktop"></i>
-                                                               <h3>PostgreSQL Community</h3>
-                                                               <p>
-                                                                       For over 20 years, the PostgreSQL Community works to organize conferences with many technical and business
-                                                                       talks by developers and key users globally. PostgresOpen SV is an associated project of the <a href="{{pguslink("")}}">
-                                                                       United States PostgreSQL Association</a> (PGUS), which is a non profit organization dedicated to promoting and supporting
-                                                                       the development of PostgreSQL in the United States. Any profits from the event go to PGUS (an IRS 501C3 non-profit) to fund
-                                                                       future PostgresOpen events and support the PGUS mission.
-                                                               </p>
-                                                                       <p>In addition to PostgresOpen, PostgreSQL Europe will be holding a conference in the Fall of . Their community website
-                                                                                can be found at <a href="http://.pgconf.eu/">http://.pgconf.eu/</a>.</p>
-                                                       </section>
-                                               </div>
-                                       </div>
+                       <div class="container">
+                               <div class="row">
+                                 <div class="col-sm-6">
+                                   <div class="card">
+                                     <div class="card-body">
+                                       <h5 class="card-title">Special title treatment</h5>
+                                       <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
+                                       <a href="#" class="btn btn-primary">Go somewhere</a>
+                                     </div>
+                                   </div>
+                                 </div>
+                                 <div class="col-sm-6">
+                                   <div class="card">
+                                     <div class="card-body">
+                                       <h5 class="card-title">Special title treatment</h5>
+                                       <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
+                                       <a href="#" class="btn btn-primary">Go somewhere</a>
+                                     </div>
+                                   </div>
+                                 </div>
+                               </div>
+                       </div>
 
-                                       <div class="row container">
-                                               <section class="box">
-                                                       <i class="icon big rounded color2 fa-rocket"></i>
-                                                       <h3>Important Dates</h3>
-                                                       <hr>
-                                                               <b><p>Training: September 5th<br>Conference: September 6th-7th</p></b>
-                                               </section>
-                                       </div>
-                                       <div class="row">
-                                               <div class="col-sm-6">
-                                                       <section class="box">
-                                                               <ul class="unstyled">
-                                                                       <li><b>Call for Presentations Opens</b><br> March 23rd, </li>
-                                                                       <hr>
-                                                                       <li><b>Early Bird Registration Opens</b><br> May 21st, </li>
-                                                                       <hr>
-                                                                       <li><b>Call for Presentations Closes</b><br> June 12th, </li>
-                                                                       <hr>
-                                                                       <li><b>Speakers Notified of Talk Acceptance</b><br> June 19th, </li>
-                                                                       <hr>
-                                                                       <li><b>Sessions Announced</b><br> June 25th, </li>
-                                                                       <hr>
-                                                               </ul>
-                                                       </section>
-                                               </div>
-                                               <div class="col-sm-6">
-                                                       <section class="box">
-                                                               <ul class="unstyled">
-                                                                       <li><b>Early Bird Registration Closes</b><br> July 18th, </li>
-                                                                       <hr>
-                                                                       <li><b>Schedule Announced</b><br> July 25th, </li>
-                                                                       <hr>
-                                                                       <li><b>Regular Registration</b><br> July 11th - September 5th, </li>
-                                                                       <hr>
-                                                                       <li><b>Parc 55 Reservation Deadline</b><br> August 14th, </li>
-                                                                       <hr>
-                                                                       <li><b>Conference Dates</b><br> September 5th - 7th, </li>
-                                                                       <hr>
-                                                               </ul>
-                                                       </section>
-                                               </div>
-                                       </div>
+                       <div class="container-fluid">
+                               <div class="card text-center">
+                                 <div class="card-header">
+                                   Featured
+                                 </div>
+                                 <div class="card-body">
+                                   <h5 class="card-title">Special title treatment</h5>
+                                   <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
+                                   <a href="#" class="btn btn-primary">Go somewhere</a>
+                                 </div>
+                                 <div class="card-footer text-muted">
+                                   2 days ago
+                                 </div>
+                               </div>
                        </div>
-               </section>
 
-               <!-- Two -->
-<!--           <section id="news" class="wrapper news special">
-                       <header class="major front">
-                               <h2>Latest Blogs</h2>
-                       </header>
-                       <div id="posts" class="posts horizontal">
-                         <div class="overlay"></div>
+                       <div class="container">
+                               <div class="row">
+                                 <div class="col-sm-6">
+                                   <div class="card">
+                                     <div class="card-body">
+                                       <h5 class="card-title">Special title treatment</h5>
+                                       <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
+                                       <a href="#" class="btn btn-primary">Go somewhere</a>
+                                     </div>
+                                   </div>
+                                 </div>
+                                 <div class="col-sm-6">
+                                   <div class="card">
+                                     <div class="card-body">
+                                       <h5 class="card-title">Special title treatment</h5>
+                                       <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
+                                       <a href="#" class="btn btn-primary">Go somewhere</a>
+                                     </div>
+                                   </div>
+                                 </div>
+                               </div>
                        </div>
-               </section>
--->
 {% endblock %}
index 4c209e6bd34a4ab743f8ed181cd6cf0f750aa5b6..c939828a186fa7e1f694c7d9bd91887159edb3b9 100644 (file)
@@ -61,7 +61,7 @@
 <p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference.  We value your attendance.  Decisions regarding appropriate assistance will be at the sole discretion of the conference committee.</p>
 <ul>
 <li>For emergencies: 911</li>
-<li>Committee email: <b><a href="mailto:program@postgresopen.org">program@postgresopen.org</a></b></li>
+<li>Committee email: <b><a href="mailto:program2019@postgresopen.org">program2019@postgresopen.org</a></b></li>
 <li>Hotel (ask for security): 214.922.8000</li>
 <!--<li>For non-emergency police or medical assistance: 311</li>-->
 <li>San Francisco Police Non-Emergency: 415.553.0123</li>
index 7887ff5b756153af0b420d580c6d03ce83294c21..b2e1a664f911aa1077cc9383433aceb743790a0e 100644 (file)
@@ -58,7 +58,7 @@
 <!--
 <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: program@postgresopen.org</p>
+<p>Please let us know if you have any questions or issues with the registration system: program2019@postgresopen.org</p>
             <p>Don’t forget to book your room at the <a href="{{link("venue/")}}">Parc 55</a>!</p>
 
 {% endblock %}