Skip to content

Commit 6041fa3

Browse files
committed
feat: add Perlot to bronze sponsors
1 parent 8822bcd commit 6041fa3

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

src/assets/img/sponsors/perlod.svg

Lines changed: 12 additions & 0 deletions
Loading

src/views/pages/_index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,12 @@ <h5 class="gp_integrations_example_header">
14581458
height="56"
14591459
src="{{@shared.assetsHost}}/img/sponsors/digiturunc.png">
14601460
</a>
1461+
<a target="_blank" rel="noopener noreferrer" href="https://perlod.com/">
1462+
<img title="Sponsored by Perlod"
1463+
width="112"
1464+
height="32"
1465+
src="{{@shared.assetsHost}}/img/sponsors/perlod.svg">
1466+
</a>
14611467
</div>
14621468

14631469
<!-- <div class="gp_sponsors_content_list_tier-two">

src/views/pages/sponsors.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,13 @@ <h1 class="gp-sponsors_header">Our Sponsors</h1>
388388
imgHeight: 92,
389389
imgSrc: [ '/img/sponsors/digiturunc.png' ],
390390
},
391+
{
392+
href: 'https://perlod.com/',
393+
imgTitle: 'Sponsored by Perlod',
394+
imgWidth: 210,
395+
imgHeight: 60,
396+
imgSrc: [ '/img/sponsors/perlod.svg' ],
397+
},
391398
],
392399
};
393400
},

0 commit comments

Comments
 (0)