From: Craig Kerstiens Date: Wed, 22 Aug 2018 16:56:29 +0000 (-0700) Subject: staging reg closing blog post X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=4c3cc273d08d373996d92179ca16f23add84adf0;p=pgopen2018.git staging reg closing blog post --- diff --git a/templates/context.json b/templates/context.json index 2b57951..d672e43 100644 --- a/templates/context.json +++ b/templates/context.json @@ -15,7 +15,13 @@ "sponsorname": "PostgresOpen", "posttime": "2018-08-14", "content":"

PostgresOpen is coming up in less than a month and we've got an exciting time planned. We're kicking off with tutorials on September 5th, followed by two days of talks ranging from talks by Postgres end users to committers talking about the latest and greatest performance advancements. This year the conference is again held in downtown San Francisco, make it easy to get to your hotel via quick Bart ride from the airport without ever needing to grab a car.

Many of you are already registered for the conference and all set, but for you stragglers out there you still hvae some time to get your tickets and reserve your hotel room. You'll want to make sure to grab you hotel room this week as the hotel block will run out by next week so make sure to secure your room so you can be right by all the conference activities.

You can get your room at the conference rate at: https://book.passkey.com/event/49526018/owner/1150/home

If you're already set on your conference ticket and hotel room there is still one other think you may want to consider: The tutorials. On Wednesday we'll be hosting six tutorials to help you get some hands on deep dive experience with various Postgres topics. This year our tutorials include:

Note: You do need to register for tutorials in advance of the conference and cannot drop in day of, so please make sure to grab your registration now.

Have any questions or things we can help with as you prepare to join us at PostgresOpen this year? Email us at program2018@postgresopen.org. We look forward to seeing you all there.

" - } + }, + { + "title": "PostgresOpen Silicon Valley Registration Closing", + "sponsorname": "PostgresOpen", + "posttime": "2018-08-22", + "content":"

We are down to counting the days until PostgresOpen SV 2018 in downtown San Francisco, September 5th to 7th! Registration is closing in coming days so make sure to grab your tickets while you still can. We also still have a few seats in our tutorials open, so if you're hoping to attend a half day tutorial/training save your seat today.

You can check out the schedule of tutorials and talks here

Then grab your tickets

If you still need a room for the conference you can reserve while available

Special thanks to our sponsors! Be sure to check them out as we've just added on our second Diamond sponsor, and thanks to all of our other level sponsors as well.

This year we are pleased to be able to recognize our Diamond sponsors:

Be sure to check out our site to see all of our Gold, Silver and Supporter sponsors, and our Community Partners here

PostgresOpen wouldn't be able to happen without the tireless efforts of the individuals at the [United States PostgreSQL Association (PgUS), please consider joining! PgUS is the non-profit organization which backs PostgresOpen and other events.

We look forward to seeing everyone in San Francisco in of weeks!

" + } ], "conference": "PostgresOpen 2018", diff --git a/templates/pages/blog_reg_closing_2018.html b/templates/pages/blog_reg_closing_2018.html new file mode 100644 index 0000000..d93ca4d --- /dev/null +++ b/templates/pages/blog_reg_closing_2018.html @@ -0,0 +1,19 @@ +{%extends "base.html" %} +{%block title%}Blog | PostgresOpen 2018{%endblock%} +{%block pagetitle%}PostgresOpen 2018{%endblock%} +{%block content%} + +

Blog

+
+{%for blog in blogposts %} + +{% if blog.title == 'PostgresOpen Silicon Valley Registration Closing' %} + +

{{blog.title}}

+

Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}

+ {{blog.content|markdown}} +
+{% endif %} +{%endfor%} + +{% endblock %} \ No newline at end of file