Postgres Open -> PostgresOpen
authorSarah Conway <sarah.conway@crunchydata.com>
Tue, 28 May 2019 14:22:08 +0000 (07:22 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Tue, 28 May 2019 14:22:08 +0000 (07:22 -0700)
13 files changed:
templates/base.html
templates/index_base.html
templates/pages/about.html
templates/pages/becomesponsor.html
templates/pages/blog.html
templates/pages/callforpapers.html
templates/pages/index.html
templates/pages/policies.html
templates/pages/schedule.html
templates/pages/social.html
templates/pages/sponsors.html
templates/pages/tickets.html
templates/pages/venue.html

index a7d03dd2e52169ab2da9da6f75be298025819847..3351d941c39c2450c5d184daba2f19fea73bc413 100644 (file)
                <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="Postgres Open | PostgreSQL Conference">
-               <meta name="twitter:description" content="Postgres Open will be held from September 11 - 13 in Orlando, FL at the Rosen Centre Hotel.">
+               <meta name="twitter:title" content="PostgresOpen | PostgreSQL Conference">
+               <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://2019.postgresopen.org/">
                <meta property="og:title" content="PostgresOpen | PostgreSQL Conference">
-               <meta property="og:site_name" content="Postgres Open">
+               <meta property="og:site_name" content="PostgresOpen">
                <meta property="og:image" content="https://2019.postgresopen.org/static/images/banner-mobile.png">
 
                <!-- Structured Data -->
@@ -56,8 +56,8 @@
                        "logo": "https://2019.postgresopen.org/static/images/logo.png",
                        "image": "https://2019.postgresopen.org/static/images/banner-mobile.png",
                        "email": "mailto:subscribe@postgresopen.org",
-                       "description": "Postgres Open will be held from September 11 - 13 in Orlando, FL at the Rosen Centre Hotel.",
-                       "name": "Postgres Open",
+                       "description": "PostgresOpen will be held from September 11 - 13 in Orlando, FL at the Rosen Centre Hotel.",
+                       "name": "PostgresOpen",
                        "sameAs" : [
                        "https://www.facebook.com/PostgresOpen",
                        "http://www.twitter.com/postgresopen",
@@ -84,8 +84,8 @@
 
                <!-- Navigation -->
                <nav class="navbar navbar-expand-lg navbar-light bg-light">
-                 <a class="navbar-brand" href="/">Postgres Open</a>
-                       <img class="logo" src="{{media("images/logo.png")}}" alt="Postgres Open Logo">
+                 <a class="navbar-brand" href="/">PostgresOpen</a>
+                       <img class="logo" src="{{media("images/logo.png")}}" alt="PostgresOpen Logo">
                  <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>
                                                <h5>Contact Us</h5>
                                                <a href="mailto:program2019@postgresopen.org">program2019@postgresopen.org</a>
                                                <br>
-                                               <sub>© Postgres Open is an associated project of the United States PostgreSQL Association (PGUS).</sub>
+                                               <sub>© PostgresOpen is an associated project of the United States PostgreSQL Association (PGUS).</sub>
                                        </div>
                                        <div class="col-sm-4">
                                                <h5>Venue</h5>
index 0b120feae575b4542119097b9937d36eaaaabd5c..6bec63ed6652996b80fdaf223a3af75e55d83903 100644 (file)
@@ -27,7 +27,7 @@
                <meta property="og:image:height" content="800">
                <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:site_name" content="PostgresOpen">
                <meta property="og:image" content="https://2019.postgresopen.org/static/images/banner.png">
 
                <!-- Structured Data -->
@@ -40,7 +40,7 @@
                        "image": "https://2019.postgresopen.org/static/images/banner.png",
                        "email": "mailto:subscribe@postgresopen.org",
                        "description": "PostgresOpen will be held from September 11 - 13 in Orlando, FL at the Rosen Centre Hotel.",
-                       "name": "Postgres Open",
+                       "name": "PostgresOpen",
                        "sameAs" : [
                        "https://www.facebook.com/PostgresOpen",
                        "http://www.twitter.com/postgresopen",
@@ -67,8 +67,8 @@
 
                <!-- Navigation -->
                <nav class="navbar navbar-expand-lg navbar-light bg-light">
-                 <a class="navbar-brand" href="/">Postgres Open</a>
-                       <img class="logo" src="{{media("images/logo.png")}}" alt="Postgres Open Logo">
+                 <a class="navbar-brand" href="/">PostgresOpen</a>
+                       <img class="logo" src="{{media("images/logo.png")}}" alt="PostgresOpen Logo">
                  <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>
@@ -99,7 +99,7 @@
                                                <h5>Contact Us</h5>
                                                <a href="mailto:program2019@postgresopen.org">program2019@postgresopen.org</a>
                                                <br>
-                                               <sub>© Postgres Open is an associated project of the United States PostgreSQL Association (PGUS).</sub>
+                                               <sub>© PostgresOpen is an associated project of the United States PostgreSQL Association (PGUS).</sub>
                                        </div>
                                        <div class="col-sm-4">
                                                <h5>Venue</h5>
index a9a8c5b0b898264fd114a440e11fa65735a5b2c9..8edbca9d796fa596787fdeb2b50500fc3143654a 100644 (file)
@@ -1,22 +1,22 @@
 {%extends "base.html" %}
-{%block title%}About the Conference | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}About the Conference | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
-<h1>About Postgres Open</h1>
+<h1>About PostgresOpen</h1>
 
 <!-- Who we are -->
 <hr>
 <h2>Who We Are</h2>
-<p>Postgres Open is a non–profit, community–run conference series in the United States focused on business users, database professionals and developers of PostgreSQL, the world's most advanced open source database.</p>
-<p>We target entrepreneurs, technologists and decision–makers on the leading edge of data management, open source database innovation and disruption of the database industry. Postgres Open promotes the business of PostgreSQL as well as its use and development.</p>
-<p>View our speaker videos from the 2018 Postgres Open conference <a href="https://www.youtube.com/watch?v=s7a6o0XA6-c&list=PLN8NEqxwuywTzv69eAVgeZ5YO_4q_LJM_">here</a>
-and from the 2017 Postgres Open conference <a href="https://www.youtube.com/playlist?list=PLN8NEqxwuywQgN4srHe7ccgOELhZsO4yM">here.</a></p>
+<p>PostgresOpen is a non–profit, community–run conference series in the United States focused on business users, database professionals and developers of PostgreSQL, the world's most advanced open source database.</p>
+<p>We target entrepreneurs, technologists and decision–makers on the leading edge of data management, open source database innovation and disruption of the database industry. PostgresOpen promotes the business of PostgreSQL as well as its use and development.</p>
+<p>View our speaker videos from the 2018 PostgresOpen conference <a href="https://www.youtube.com/watch?v=s7a6o0XA6-c&list=PLN8NEqxwuywTzv69eAVgeZ5YO_4q_LJM_">here</a>
+and from the 2017 PostgresOpen conference <a href="https://www.youtube.com/playlist?list=PLN8NEqxwuywQgN4srHe7ccgOELhZsO4yM">here.</a></p>
 <hr>
 
 <!-- Suitable for Many Audiences -->
-<h2>Who Should Attend Postgres Open</h2>
-<p>Postgres Open’s presentation span wide variety of topics surrounding PostgreSQL. The conference will
+<h2>Who Should Attend PostgresOpen</h2>
+<p>PostgresOpen’s presentation span wide variety of topics surrounding PostgreSQL. The conference will
        run multiple parallel tracks covering different technical levels to ensure there is always something
        interesting for everybody. All talks will be given in English.</p>
 <ul>
index ea143ca3d041eab8636c18debe369a9bd5d3409b..bb1dea479a1f6bebece4fbf4717ec7fc455e8b13 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Become a Sponsor | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Become a Sponsor | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Become a Sponsor</h1>
 <hr>
 <h2>Sponsorship</h2>
 <p>
-  Postgres Open is a perfect opportunity for companies to reach
+  PostgresOpen is a perfect opportunity for companies to reach
   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
   <a href="mailto:program2019@postgresopen.org">contact us!</a>
 </p>
 <p>
-       The Postgres Open prospectus is available <b><a href="{{media("files/prospectus_2019.pdf")}}">here!</a></b>
+       The PostgresOpen prospectus is available <b><a href="{{media("files/prospectus_2019.pdf")}}">here!</a></b>
 </p>
 <p>
-  Postgres Open abides by the PostgreSQL Project <a href="https://www.postgresql.org/community/recognition/">Community Recognition guidelines</a>.
+  PostgresOpen abides by the PostgreSQL Project <a href="https://www.postgresql.org/community/recognition/">Community Recognition guidelines</a>.
 </p>
 <p>
-  When working with individual companies on sponsorship, Postgres Open and <a href="{{pguslink("")}}">PgUS</a> will only consider changes to
+  When working with individual companies on sponsorship, PostgresOpen and <a href="{{pguslink("")}}">PgUS</a> will only consider changes to
   the sponsorship contract which do not impact the material benefits provided to a given company or the cost of the sponsorship. The determination
-  of what is considered a material benefit will be decided by the Postgres Open operations committee and PgUS, as the signing authority. No changes
+  of what is considered a material benefit will be decided by the PostgresOpen operations committee and PgUS, as the signing authority. No changes
   to the benefits included in the prospectus will be accepted, nor will any sponsorship discounts be provided.
 </p>
 <hr>
index d749285d4aa4d6ca337dced62c50d90f70a4ed4d..cfe78f850387e628db784676b090e6c232a09258 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Blog | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Blog | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Blog</h1>
index 35d3aa0856d8157932772feebdf3022b56a6c26c..2936428fa8dd7b15f7d68cf5a379067babee1e0d 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Call For Papers | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Call For Papers | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Call for Papers</h1>
@@ -10,7 +10,7 @@
 <h2>General Information</h2>
 
 <p>
-       Postgres Open will be held on September 11th - 13th in
+       PostgresOpen will be held on September 11th - 13th in
   Orlando, FL at the Rosen Centre Hotel. It will cover topics for PostgreSQL users,
   developers and contributors, as well as decision and policy makers. For
   more information about the conference, please see
@@ -18,7 +18,7 @@
 </p>
 
 <p>
-       Please note that Postgres Open is open to all audiences and ages. All talks
+       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
        <a href="{{link("policies/")}}">Policies</a> and feel free to contact the
   <a href="mailto:program2019@postgresopen.org">Committee</a> with any questions.
@@ -57,7 +57,7 @@ not shared between postgresql.eu and postgresql.us.
 </p>
 <p>
   Once you've created your profile, this page will provide a link to a form where you can submit your
-  talks for Postgres Open. When the site prompts for a login, use your
+  talks for PostgresOpen. When the site prompts for a login, use your
   regular postgresql.org community account.  Should you already have your speaker profile, you can go to
 the talk submission page directly <a href="{{pguslink("events/pgopen2019/callforpapers/")}}">here.</a>
 </p>
index fde0848d06ee5fb486c18e49c7a42617da1be9dc..1752b1d5750cbaefa9395f0c60041e8aed4c4dff 100644 (file)
@@ -1,11 +1,11 @@
 {%extends "index_base.html" %}
-{%block title%}Postgres Open 2019{%endblock%}
-{%block pagetitle%}Postgres Open 2019{%endblock%}
+{%block title%}PostgresOpen 2019{%endblock%}
+{%block pagetitle%}PostgresOpen 2019{%endblock%}
 {%block content%}
        <!-- Banner -->
        <div class="jumbotron jumbotron-fluid">
          <div class="container">
-           <h1 class="display-4">Postgres Open 2019</h1>
+           <h1 class="display-4">PostgresOpen 2019</h1>
            <p class="lead">September 11 - 13 • Orlando, FL</p>
          </div>
        </div>
                    <div class="card">
                      <div class="card-body">
                        <h5 class="card-title mb-4">Join us in Orlando!</h5>
-                                               <p class="card-text">Postgres Open 2019 will be held from September 11th - 13th in Orlando, FL at the Rosen Centre Hotel.</p>
+                                               <p class="card-text">PostgresOpen 2019 will be held from September 11th - 13th in Orlando, FL at the Rosen Centre Hotel.</p>
                                                <p class="card-text">
                                                        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 class="card-text">View our speaker videos from the 2018 Postgres Open conference <a href="https://www.youtube.com/watch?v=s7a6o0XA6-c&list=PLN8NEqxwuywTzv69eAVgeZ5YO_4q_LJM_">here.</a></p>
+                                               <p class="card-text">View our speaker videos from the 2018 PostgresOpen conference <a href="https://www.youtube.com/watch?v=s7a6o0XA6-c&list=PLN8NEqxwuywTzv69eAVgeZ5YO_4q_LJM_">here.</a></p>
                                                <p class="card-text">
                                                        <a href="mailto:subscribe@postgresopen.org?subject=Add Me">Click here to sign up for our mailing list!</a>
                                                </p>
                        <h5 class="card-title mb-4">PostgreSQL Community</h5>
                                                <p class="card-text">
                                                        For over 20 years, the PostgreSQL Community has worked to organize conferences with many technical and business
-                                                       talks by developers and key users globally. Postgres Open is an associated project of the <a href="https://postgresql.us/">
+                                                       talks by developers and key users globally. PostgresOpen is an associated project of the <a href="https://postgresql.us/">
                                                        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 Postgres Open events and support the PGUS mission.
+                                                       future PostgresOpen events and support the PGUS mission.
                                                </p>
                                                <p class="card-text">
-                                                       In addition to Postgres Open, PostgreSQL Europe will be holding a conference in the Fall of 2019. Their community website
+                                                       In addition to PostgresOpen, PostgreSQL Europe will be holding a conference in the Fall of 2019. Their community website
                                                         can be found at <a href="http://2019.pgconf.eu/">http://2019.pgconf.eu/</a>.
                                                 </p>
                      </div>
index f814bd70ff2e9b76356ff826d8c86a67c5a0dcdc..00c0225271d1cc7a77b611d2d007e1b87661d68b 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Policies | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Policies | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Conference Policies</h1>
@@ -8,14 +8,14 @@
 <!-- Sponsorship -->
 <hr>
 
-<p>Postgres Open is a non–profit, community–run conference series in the United States focused on business users, database professionals and developers of PostgreSQL, the open source database.</p>
+<p>PostgresOpen is a non–profit, community–run conference series in the United States focused on business users, database professionals and developers of PostgreSQL, the open source database.</p>
 <p>While we do our best, even as a non-profit, we need certain policies to ensure that the event can make budget and be enjoyed by all.</p>
 
 <h2>Purchasing and Refund Policies</h2>
 
-<p>The United States PostgreSQL Association, a 503(c) non-profit, underwrites Postgres Open. Purchasing of tickets and tutorials will be done via the Postgres Open payment gateway transacted by our partner Braintree. Purchasing transactions may take up to 48 hours to appear on purchaser’s credit card.</p>
-<p>Payment through the Postgres Open gateway is completed with PCI-DSS (2.0) level security compliance and all customer data is stored encrypted. </p>
-<p>Due to hotel contracts and our obligations to our sponsors, Postgres Open can only offer full refunds to the conference up to 30 days prior to the event.</p>
+<p>The United States PostgreSQL Association, a 503(c) non-profit, underwrites PostgresOpen. Purchasing of tickets and tutorials will be done via the PostgresOpen payment gateway transacted by our partner Braintree. Purchasing transactions may take up to 48 hours to appear on purchaser’s credit card.</p>
+<p>Payment through the PostgresOpen gateway is completed with PCI-DSS (2.0) level security compliance and all customer data is stored encrypted. </p>
+<p>Due to hotel contracts and our obligations to our sponsors, PostgresOpen can only offer full refunds to the conference up to 30 days prior to the event.</p>
 <p>Refunds will be issued directly back using the same payment method through which the ticket was purchased (eg: credit card).</p>
 <p>Please allow 10 days of processing time for refund requests. To inquire about a refund please email <a href="mailto:treasurer@postgresopen.org">treasurer@postgresopen.org</a>.<br>
   Please include the following in your request:
@@ -31,7 +31,7 @@
 <h2>Privacy Policy</h2>
 
 <p>This Privacy Policy was last modified on Feb 16, 2015.</p>
-<p>Postgres Open ("us", "we", or "our") operates www.postgresopen.org (the "Site"). This page informs you of our policies regarding the collection, use and disclosure of Personal Information we receive from users of the Site.</p>
+<p>PostgresOpen ("us", "we", or "our") operates www.postgresopen.org (the "Site"). This page informs you of our policies regarding the collection, use and disclosure of Personal Information we receive from users of the Site.</p>
 <p>We use your Personal Information only for providing and improving the Site. By using the Site, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at www.postgresopen.org.</p>
 <p><strong>Information Collection And Use</strong><br />While using our Site, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information may include, but is not limited to, your name, email address, postal address and phone number ("Personal Information").</p>
 <p><strong>Log Data</strong><br />Like many site operators, we collect information that your browser sends whenever you visit our Site ("Log Data"). This Log Data may include information such as your computer's Internet Protocol ("IP") address, browser type, browser version, the pages of our Site that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>
 <p>Like many sites, we use "cookies" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Site.</p>
 <p><strong>Security</strong><br />The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage, is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.</p>
 <p><strong>Links To Other Sites</strong><br />Our Site may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party's site. We strongly advise you to review the Privacy Policy of every site you visit.</p>
-<p>Postgres Open has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party sites or services.</p>
-<p><strong>Changes To This Privacy Policy</strong><br />Postgres Open may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on the Site. You are advised to review this Privacy Policy periodically for any changes.</p>
+<p>PostgresOpen has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party sites or services.</p>
+<p><strong>Changes To This Privacy Policy</strong><br />PostgresOpen may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on the Site. You are advised to review this Privacy Policy periodically for any changes.</p>
 <p><strong>Contact Us</strong><br />If you have any questions about this Privacy Policy, please contact us program@lists.postgresopen.org</p>
 <hr>
 
 <h2>Speaker Policy</h2>
 
-<p>Postgres Open provides gratis admission to regular conference sessions for all speakers.  Training sessions and tutorials are not included and must be purchased separately.
-  Postgres Open does not typically provide reimbursement for speaker expenses.  Requests for assistance with travel and/or lodging expenses must be included in the "Submission Notes"
+<p>PostgresOpen provides gratis admission to regular conference sessions for all speakers.  Training sessions and tutorials are not included and must be purchased separately.
+  PostgresOpen does not typically provide reimbursement for speaker expenses.  Requests for assistance with travel and/or lodging expenses must be included in the "Submission Notes"
   for each talk and will be considered on a case-by-case basis.</p>
 <hr>
 
 <h2>Anti-Harassment Policy</h2>
 
 <p>This policy is based in large part on this <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment">example policy.</a>
-<p>Postgres Open is dedicated to providing a harassment-free conference experience for everyone.  We do not tolerate harassment of conference participants in any form.  Sexual language and imagery is not appropriate for any conference venue, including talks.</p>
+<p>PostgresOpen is dedicated to providing a harassment-free conference experience for everyone.  We do not tolerate harassment of conference participants in any form.  Sexual language and imagery is not appropriate for any conference venue, including talks.</p>
 <p>Conference participants violating this policy may be sanctioned or expelled from the conference without a refund at the discretion of the conference organizers.  It is the sole discretion of the conference committee if any action is considered to have violated this policy.</p>
 <p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing, photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.  Participants asked to stop any harassing behavior are expected to comply immediately.  Failure to comply will result in sanctions and/or ejection from the conference without a refund.</p>
 <p>If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including but not limited to: warning the offender, expulsion from the conference with no refund, and/or referral to appropriate authorities.  If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of the conference staff, including anyone on the conference committee, immediately.</p>
index 293336b9d54be28b2472d1da8a56e68f5060cc02..144fa85e270fd7f692990e4ba9047e3d94434628 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Schedule | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Schedule | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
             <hr>
             <h2>Schedule</h2>
index bca803be9ad87d63dcc1b4219f82267a0134afed..908d0ff5020118aa40c947ad98883615048654f9 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Social | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Social | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Social Events</h1>
index ccf37d88a86cbe9a7e5b17a555668232e19607d9..e13a36802e9a588ae4124e3b544243caae17201e 100644 (file)
@@ -1,13 +1,13 @@
 {%extends "base.html" %}
-{%block title%}Sponsors | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Sponsors | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <h1>Sponsors</h1>
 
 <hr>
 <h2>Sponsorship</h2>
 <p>
-       Postgres Open wouldn't be possible without the support of our wonderful
+       PostgresOpen wouldn't be possible without the support of our wonderful
        sponsors!  If you are interested in sponsoring the conference, please
        see our <a href="{{link("becomesponsor/")}}">sponsoring campaign</a> and let us know!
 </p>
index d10f1a000510d08de4abf653c6e42ffaac53a893..55c075230e99fc410422c800fc1952a4b026a3f2 100644 (file)
@@ -1,13 +1,13 @@
 {%extends "base.html" %}
-{%block title%}Register | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Register | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Tickets</h1>
 
 <hr>
 <h2>General Information</h2>
-<p>Welcome to the Postgres Open Registration section!</p>
+<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>
 
 <ul>
   <li>Log in or create an account with postgresql.org.</li>
-  <li>You will be redirected to the Postgres Open registration form page. </li>
+  <li>You will be redirected to the PostgresOpen registration form page. </li>
   <li>Once you have submitted your information for registration and ticketing, you will see an invoicing page for payment.</li>
   <li>Please continue through the process and pay the invoice immediately or your registration and ticket will not be confirmed.</li>
   <li>Payment for conference tickets is transacted through Braintree Payments.</li>
-  <li>Once your payment has been authorized, you will be redirected back to our Postgres Open site and a copy of the transaction receipt
+  <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>
index f8e1ba6d02c0a544a217c9d9712abb199ee420b9..7cde1efb7c872369740d27e635fdce9d5c8392c5 100644 (file)
@@ -1,6 +1,6 @@
 {%extends "base.html" %}
-{%block title%}Venue &amp; Hotel | Postgres Open{%endblock%}
-{%block pagetitle%}Postgres Open{%endblock%}
+{%block title%}Venue &amp; Hotel | PostgresOpen{%endblock%}
+{%block pagetitle%}PostgresOpen{%endblock%}
 {%block content%}
 <!-- Main -->
 <h1>Venue & Hotel</h1>
@@ -11,7 +11,7 @@
 <p><strong>Rosen Centre Hotel</strong></p>
 
 <p>
-       Postgres Open will be held at the Rosen Centre Hotel in Orlando, Florida.
+       PostgresOpen will be held at the Rosen Centre Hotel in Orlando, Florida.
 <br>
        Use <a href="hhttps://gc.synxis.com/rez.aspx?tps=fml&arrive=2019-9-10&adult=1&step=1&hotel=69869&shell=ORLRH&chain=10237&template=ORLRH&avcurrency=USD&group=GRPUSPOSTGRESQL">this link</a> to book your reservation!
        Our Conference Group Rate of $149/night for the hotel is available until August 9th, 2019.