From 1d3aa33b7e0e5f2372f182ef45c6448079f0ccf7 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Mon, 29 Jul 2019 13:13:52 -0700 Subject: [PATCH] add Twitter handles to Sponsors --- templates/context.json | 14 +++++++++++--- templates/pages/sponsors.html | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/templates/context.json b/templates/context.json index fd7fb06..a5772a9 100644 --- a/templates/context.json +++ b/templates/context.json @@ -14,7 +14,13 @@ "largelogo": "microsoft.png", "badgelogo": "microsoft.png", "link": "https://azure.microsoft.com/en-us/services/postgresql/", - "intro": "Microsoft's mission is to empower every person and every organization on the planet to achieve more. On the Postgres team at Microsoft (now including Citus Data), our mission is to make Postgres worry-free. With Azure Database for PostgreSQL-our fully-managed database as a service-you can focus on your app, not the database. Our Citus extension to Postgres is open source, built to scale out, and is now available on Microsoft Azure as Hyperscale (Citus)." + "intro": "Microsoft's mission is to empower every person and every organization + on the planet to achieve more. On the Postgres team at Microsoft (now including + Citus Data), our mission is to make Postgres worry-free. With Azure Database for + PostgreSQL-our fully-managed database as a service-you can focus on your app, + not the database. Our Citus extension to Postgres is open source, built to scale + out, and is now available on Microsoft Azure as Hyperscale (Citus).", + "twitter": "@AzureDBPostgres" } ], @@ -29,7 +35,8 @@ "largelogo": "cybertec.png", "badgelogo": "cybertec.png", "link": "https://www.cybertec-postgresql.com/en/", - "intro": "Cybertec" + "intro": "Cybertec", + "twitter": "@PostgresSupport" } ], @@ -40,7 +47,8 @@ "largelogo": "pgexperts.png", "badgelogo": "pgexperts.png", "link": "https://www.pgexperts.com/", - "intro": "PostgreSQL Experts" + "intro": "PostgreSQL Experts", + "twitter": "@pgexperts" } ], diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index e1c90e6..351b869 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -71,7 +71,7 @@
{{p.name}}
- {{p.intro}} + {{p.intro}} | {{p.twitter}}
{% endfor %} -- 2.39.5