add keynote blog and stuff
authorStephen Frost <sfrost@snowman.net>
Fri, 25 Aug 2017 13:33:03 +0000 (13:33 +0000)
committerStephen Frost <sfrost@snowman.net>
Fri, 25 Aug 2017 13:33:03 +0000 (13:33 +0000)
templates/context.json
templates/pages/blog-paul-keynote.html [new file with mode: 0644]

index 675fbbbba0c93702ec5bc696e2c739268b3f84c9..e642f2bbaf14b529fbf4a6a07da35da43fd75710 100644 (file)
     "title": "Announcing Keynote Guest: Paul Vixie to PostgresOpen SV",
     "sponsorname": "PostgresOpen",
     "posttime": "2017-08-25",
-      "content":"We are thrilled to announce that <a href=\"https://en.wikipedia.org/wiki/Paul_Vixie\">Dr. Paul Vixie</a>, CEO of Farsight Security, Internet Hall of Fame Innovator, and one of the primary individuals responsible for the one of the largest, most distributed and used databases in the world, the Domain Name System (DNS), will be our Guest Keynote speaker this year! <br/><br/>Paul in helping create one of the most key databases in the world: DNS which is a key backbone to the internet brings an interesting perspective on both data and open source. We're excited to hear from Paul and learn from his insights in addition to our other keynote speakers from the likes of: <a href=\"http://www.2ndquadrant.com\">2ndQuadrant</a>, <a href=\"https://www.citusdata.com\">Citus Data</a>, <a href=\"https://azure.microsoft.com/en-us/services/postgresql/\">Microsoft</a>. <br/><br/>If you're still thinking of joining us there make sure to grab one of the few <a href=\"https://2017.postgresopen.org/tickets/\">remaining tickets</a> before they're out."
+      "content":"We are thrilled to announce that <a href=\"https://en.wikipedia.org/wiki/Paul_Vixie\">Dr. Paul Vixie</a>, CEO of Farsight Security, Internet Hall of Fame Innovator, and one of the primary individuals responsible for the one of the largest, most distributed and used databases in the world, the Domain Name System (DNS), will be our Guest Keynote speaker this year! <br/><br/>Paul helped create one of the most important databases in the world: DNS, a key backbone technology for the ongoing operation of the Internet and he brings an interesting perspective on both data and open source. We're excited to hear from Paul and learn from his insights in addition to our other keynote speakers from: <a href=\"http://www.2ndquadrant.com\">2ndQuadrant</a>, <a href=\"https://www.citusdata.com\">Citus Data</a>, and <a href=\"https://azure.microsoft.com/en-us/services/postgresql/\">Microsoft</a>. <br/><br/>If you're still thinking of joining us there make sure to grab one of the few <a href=\"https://2017.postgresopen.org/tickets/\">remaining tickets</a> before they're sold out."
     },
     {
     "title": "An interview with Heroku on Postgres",
diff --git a/templates/pages/blog-paul-keynote.html b/templates/pages/blog-paul-keynote.html
new file mode 100644 (file)
index 0000000..9dfb889
--- /dev/null
@@ -0,0 +1,168 @@
+<!DOCTYPE html>
+<html lang="en">
+       <head>
+               <meta charset="UTF-8">
+               <meta name="description" content="PostgresOpen SV 2017" />
+               <meta name="keywords" content="PostgreSQL" />
+               <meta name="author" content="United States PostgreSQL Association" />
+               <meta name="google-site-verification" content="blxbviCSHoY6wxZrtoL4ZEvpdICZTrsIFx0VYEVHbuc" />
+
+
+               <title>Blog | PostgresOpen 2017</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 2017 will be held on September 6th - 8th in Silicon Valley, at the Parc 55 Hilton 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://2017.postgresopen.org/">
+               <meta property="og:title" content="PostgresOpen | PostgreSQL Conference">
+               <meta property="og:site_name" content="Postgres Open">
+               <meta property="og:image" content="https://2017.postgresopen.org/static/images/banner2.jpg">
+
+               <!-- Structured Data -->
+               <script type="application/ld+json">
+               {
+                       "@context": "http://schema.org",
+                       "@type": "ProfessionalService",
+                       "url": "https://2017.postgresopen.org/",
+                       "logo": "https://2017.postgresopen.org/static/images/sv_elephant.png",
+                       "image": "https://2017.postgresopen.org/static/images/banner2.jpg",
+                       "email": "mailto:subscribe@postgresopen.org",
+                       "description": "PostgresOpen 2017 will be held on September 6th - 8th in Silicon Valley, at the Parc 55 Hilton Hotel.",
+                       "name": "Postgres Open",
+                       "sameAs" : [
+                       "https://www.facebook.com/PostgresOpen",
+                       "http://www.twitter.com/postgresopen",
+                       "https://www.youtube.com/user/postgresopen",
+                       "https://plus.google.com/+postgresopen/posts"]
+               }
+               </script>
+
+               <script src="https://2017.postgresopen.org/static/js/jquery.min.js"></script>
+               <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+               <script src="https://2017.postgresopen.org/static/js/jquery.matchHeight-min.js"></script>
+               <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
+               <link href="https://2017.postgresopen.org/static/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),
+                 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+                 ga('create', 'UA-76808262-1', 'auto');
+                 ga('send', 'pageview');
+               </script>
+               
+       </head>
+       <body class="blog">
+
+               <!-- Header -->
+                       <nav id="header" class="navbar navbar-fixed-top">
+                               <div id="header-container" class="container 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="https://2017.postgresopen.org/">
+                                                       <img id="logo" src="https://2017.postgresopen.org/static/images/sv_elephant.png" alt="PostgresOpen Logo">
+                                                       <h1 class="heading">PostgresOpen SV 2017</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="https://2017.postgresopen.org/">Home</a></li>
+                                                       <li><a href="https://2017.postgresopen.org/about/">About</a></li>
+                                                       <li class="active"><a href="https://2017.postgresopen.org/blog/">Blog</a></li>
+                                                       <li><a href="https://postgresql.us/events/schedule/pgopen2017/">Schedule</a></li>
+                                                       <li><a href="https://2017.postgresopen.org/tickets/">Registration</a></li>
+                                                       <li><a href="https://2017.postgresopen.org/venue/">Venue & Hotel</a></li>
+                                                       <li><a href="https://2017.postgresopen.org/sponsors/">Sponsors</a></li>
+                                               </ul>
+                                       </div><!-- /.navbar-collapse -->
+                               </div><!-- /.container-fluid -->
+                       </nav>
+      <section id="main" class="wrapper">
+                               <div class="container">
+               
+<!-- Main -->
+<h1>Blog</h1>
+<hr>
+
+  <!-- Sponsorship -->
+  <h3>Announcing Keynote Guest: Paul Vixie to PostgresOpen SV</h3>
+  <h4>Posted By: PostgresOpen on Friday, August 25</h4>
+  <p>We are thrilled to announce that <a href="https://en.wikipedia.org/wiki/Paul_Vixie">Dr. Paul Vixie</a>, CEO of Farsight Security, Internet Hall of Fame Innovator, and one of the primary individuals responsible for the one of the largest, most distributed and used databases in the world, the Domain Name System (DNS), will be our Guest Keynote speaker this year! <br/><br/>Paul helped create one of the most important databases in the world: DNS, a key backbone technology for the ongoing operation of the Internet and he brings an interesting perspective on both data and open source. We're excited to hear from Paul and learn from his insights in addition to our other keynote speakers from: <a href="http://www.2ndquadrant.com">2ndQuadrant</a>, <a href="https://www.citusdata.com">Citus Data</a>, and <a href="https://azure.microsoft.com/en-us/services/postgresql/">Microsoft</a>. <br/><br/>If you're still thinking of joining us there make sure to grab one of the few <a href="https://2017.postgresopen.org/tickets/">remaining tickets</a> before they're sold out.</p>
+  <hr>
+
+        </div>
+      </section>
+
+                       <!-- Footer -->
+                               <footer id="footer">
+                                       <div class="container">
+                                               <section class="links">
+                                                       <div class="row">
+                                                               <div class="col-sm-6">
+                                                                       <h3>Contact Us</h3>
+                                                                       <a href="mailto:program2017@postgresopen.org">program2017@postgresopen.org</a>
+                                                               </div>
+                                                               <div class="col-sm-6">
+                                                                       <h3>Hotel</h3>
+                                                                       <a href="https://2017.postgresopen.org/venue/">
+                                                                               Parc 55 Hilton Hotel
+                                                                               <br>55 Cyril Magnin St
+                                                                               <br>San Francisco, CA 94102
+                                                                               <br>(415) 392-8000
+                                                                       </a>
+                                                               </div>
+                                                       </div>
+                                               </section>
+                                               <div class="row">
+                                                       <div class="col-sm-6">
+                                                               <ul class="copyright">
+                                                                       <li>&copy; Untitled. All rights reserved. | PostgresOpen is an associated project of the United States PostgreSQL Association.</li>
+                                                               </ul>
+                                                       </div>
+                                                       <div class="col-sm-6">
+                                                               <ul class="icons">
+                                                                       <li>
+                                                                               <a href="https://www.facebook.com/PostgresOpen" class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
+                                                                       </li>
+                                                                       <li>
+                                                                               <a href="https://www.youtube.com/user/postgresopen" class="icon rounded fa-youtube"><span class="label">YouTube</span></a>
+                                                                       </li>
+                                                                       <li>
+                                                                               <a href="https://twitter.com/postgresopen" class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
+                                                                       </li>
+                                                                       <li>
+                                                                               <a href="https://plus.google.com/+postgresopen/posts" class="icon rounded fa-google-plus"><span class="label">Google+</span></a>
+                                                                       </li>
+                                                               </ul>
+                                                       </div>
+                                               </div>
+                                       </div>
+                               </footer>
+
+       </body>
+</html>