add Twitter handles to Sponsors
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Mon, 29 Jul 2019 20:13:52 +0000 (13:13 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Mon, 29 Jul 2019 20:13:52 +0000 (13:13 -0700)
templates/context.json
templates/pages/sponsors.html

index fd7fb06da7d4262620191036c07b84c2f5f8b114..a5772a9d0881ff37520e3558e3143ea1b3ee17c4 100644 (file)
         "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"
        }
     ],
 
index e1c90e63266677729a58fe9450a3f0070bb96dff..351b869cde1fd1fe19099dafbac27fdabbcb8251 100644 (file)
@@ -71,7 +71,7 @@
   <div class="col-md-3">
                <a href="{{p.link}}" target="_blank"><img id="sponsors" class="my-3" src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
                <div class="caption">
-                       <small><em>{{p.intro}}</em></small>
+                       <small><em>{{p.intro}}</em> | <em>{{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}