From 4b9f39c95928cadf660233374f404fbea19ca086 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Mon, 27 Feb 2017 22:56:51 -0500 Subject: [PATCH] minor changes --- templates/base.html | 5 +---- templates/context.json | 8 ++++++++ templates/pages/index.html | 6 +++++- templates/pages/sponsors.html | 2 +- templates/pages/venue.html | 22 ++++++++++------------ 5 files changed, 25 insertions(+), 18 deletions(-) diff --git a/templates/base.html b/templates/base.html index 35e5b2a..cd64e47 100644 --- a/templates/base.html +++ b/templates/base.html @@ -130,17 +130,14 @@ diff --git a/templates/context.json b/templates/context.json index e05e7d8..30d63a2 100644 --- a/templates/context.json +++ b/templates/context.json @@ -12,6 +12,14 @@ "badgelogo": "2ndQ_logo.png", "link": "https://www.2ndquadrant.com/", "intro": "2ndQuadrant" + }, + { + "name": "Citus Data", + "logo": "citusdata.png", + "largelogo": "citusdata.png", + "badgelogo": "citusdata.png", + "link": "https://www.citusdata.com/", + "intro": "Citus Data" } ], diff --git a/templates/pages/index.html b/templates/pages/index.html index a5752f2..98447f4 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -13,7 +13,11 @@

Diamond Partners

-
2ndQuadrant LogoCitus Data LogoPostgreSQL Logo
+
+ {% for p in diamond %} + {{p.name}} + {% endfor %} +
diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index e27c880..9ab97ab 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -23,6 +23,7 @@
+

Diamond

{% set row_start = cycler('
','') %} {% set row_end = cycler('','
') %} @@ -31,7 +32,6 @@
-

Diamond

{{p.name}}
{{p.intro}} diff --git a/templates/pages/venue.html b/templates/pages/venue.html index 8580fda..cbce2f2 100644 --- a/templates/pages/venue.html +++ b/templates/pages/venue.html @@ -14,11 +14,16 @@

-

Parc 55 Hilton Hotel

+

Hotel Information

+

The Parc 55 Hilton Hotel

-

PostgresOpen 2017 will be held at the Parc 55 Hilton Hotel, Silicon Valley, CA.

-

Use this link to book your reservation!

-

Our Conference Group Rate of $239/night for the hotel is available until August 15th, 2017.

+

+ PostgresOpen 2017 will be held at the Parc 55 Hilton Hotel, Silicon Valley, CA. +
+ Use this link to book your reservation! +
+ Our Conference Group Rate of $239/night for the hotel is available until August 15th, 2017. +

    @@ -53,14 +58,7 @@
- -
- -

Hotel Information

- -

The Parc 55 Hilton Hotel is located in San Francisco, California, in Silicon Valley.

-
-
+

Airport Information

-- 2.39.5