Skip to content

Commit

Permalink
Fix donor links
Browse files Browse the repository at this point in the history
Many were dead and gone, so find new ones or remove the links
  • Loading branch information
theory committed Feb 1, 2024
1 parent 41e7118 commit fa0a0d3
Showing 1 changed file with 17 additions and 44 deletions.
61 changes: 17 additions & 44 deletions lib/PGXN/Site/Templates.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1161,30 +1161,21 @@ template donors => sub {
h2 { T 'Sponsors' };
ul {
li { 'Richard Broersma' };
li {a{
href is 'https://tigerlead.com/';
'TigerLead';
}};
li { 'TigerLead' };
li { 'Thom Brown' };
li { 'Hitoshi Harada' };
li {a{
href is 'https://www.25th-floor.com/';
'25th-floor - de Pretis & Helmberger KG';
}};
li { '25th-floor - de Pretis & Helmberger KG' };
};
};

div {
class is 'width50 floatRight';
h2 { T 'Advocates' };
ul {
li {a{
href is 'https://www.hubbellgrp.com/';
'Hubbell Group Inc.';
}};
li { 'Hubbell Group Inc.' };
li { 'John S. Gage' };
li {a{
href is 'https://www.2ndquadrant.us/';
href is 'https://www.crunchydata.com/blog/author/greg-smith';
'Greg Smith';
}};
li {a{
Expand All @@ -1196,7 +1187,7 @@ template donors => sub {
'depesz';
}};
li {a{
href is 'https://jim.nasby.net/';
href is 'https://www.linkedin.com/in/decibel';
'Jim Nasby';
}};
li {a{
Expand All @@ -1219,17 +1210,14 @@ template donors => sub {
'David Golden';
}};
li {a{
href is 'https://thoughts.j-davis.com/';
href is 'http://thoughts.davisjeff.com/';
'Jeff Davis';
}};
li {a{
href is 'https://www.estately.com/';
'Estately';
}};
li {a{
href is 'https://www.full-table-scan.com/';
'Chris Spotts';
}};
li { 'Chris Spotts' };
};
};

Expand All @@ -1238,30 +1226,18 @@ template donors => sub {

h2 { T 'Boosters' };
ul {
li {'Kineticode, Inc.' };
li {'CxNet (Chile)' };
li {a{
href is 'https://www.kineticode.com/';
'Kineticode, Inc.';
}};
li {a{
href is 'https://www.cxnet.cl/';
'CxNet (Chile)';
}};
li {a{
href is 'https://www.schemaverse.com/';
href is 'https://github.com/Abstrct/Schemaverse';
'Schemaverse';
}};
li {a{
href is 'https://github.com/fabiotr/';
'Fábio Telles Rodriguez';
}};
li {a{
href is 'https://www.nextbio.com/b/search/author/Wenjian%20Yang';
'Wenjian Yang';
}};
li {a{
href is 'https://pgdba.net/blog/';
'Michael Nacos';
}};
li { 'Wenjian Yang' };
li { 'Michael Nacos' };
li { 'August Zajonc' };
};
};
Expand Down Expand Up @@ -1519,7 +1495,7 @@ template founders => sub {
};
};
a {
href is 'https://www.dalibo.org/en/';
href is 'https://www.dalibo.org/';
title is 'Dalibo';
img {
src is '/ui/img/dalibo.png';
Expand All @@ -1533,15 +1509,12 @@ template patrons => sub {
div {
id is 'patrons';
h3 {
a {
href is 'https://www.enovafinancial.com/';
img {
src is '/ui/img/enova.png';
alt is 'e';
title is 'Enova Financial';
img {
src is '/ui/img/enova.png';
alt is 'e';
};
outs ' Enova Financial';
};
outs ' Enova Financial';
};
};
};
Expand Down

0 comments on commit fa0a0d3

Please sign in to comment.