Restructure how Twitter handles are displayed
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Mon, 29 Jul 2019 20:18:50 +0000 (13:18 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Mon, 29 Jul 2019 20:18:50 +0000 (13:18 -0700)
templates/context.json
templates/pages/sponsors.html

index 8c34c75cf5524b8fcade9c2f20fb212aa167f677..b373e2b569bdbb0a4209a7d12d04983ff242d7e6 100644 (file)
@@ -30,7 +30,6 @@
            "largelogo": "cybertec.png",
            "badgelogo": "cybertec.png",
            "link": "https://www.cybertec-postgresql.com/en/",
-           "intro": "Cybertec",
           "twitter": "@PostgresSupport"
        }
     ],
@@ -42,7 +41,6 @@
            "largelogo": "pgexperts.png",
            "badgelogo": "pgexperts.png",
            "link": "https://www.pgexperts.com/",
-           "intro": "PostgreSQL Experts",
           "twitter": "@pgexperts"
        }
     ],
index 8dabfe1428d0473381c2f6f10bcc4e9bd6dac862..b9d76511a24f52af6c18322340b13d75ddc1dcdb 100644 (file)
@@ -17,7 +17,7 @@
        <div class="col-md-6">
                <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> | <em>{{p.twitter}}</em></small>
+                       <small><em>{{p.intro}}</em><br><em>Twitter: {{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}
@@ -31,7 +31,7 @@
        <div class="col-md-12">
                <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> | <em>{{p.twitter}}</em></small>
+                       <small><em>Twitter: {{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}
@@ -45,7 +45,7 @@
   <div class="col-md-6">
                <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> | <em>{{p.twitter}}</em></small>
+                       <small><em>Twitter: {{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}
@@ -58,7 +58,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> | <em>{{p.twitter}}</em></small>
+                       <small><em>Twitter: {{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}
@@ -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> | <em>{{p.twitter}}</em></small>
+                       <small><em>Twitter: {{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}
@@ -84,7 +84,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>Twitter: {{p.twitter}}</em></small>
                </div>
        </div>
 {% endfor %}