Skip to content

Commit 1f20898

Browse files
authored
update sponsors block (Codeception#351)
1 parent c991a07 commit 1f20898

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

_includes/sponsors.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h4>Premium Sponsors</h4>
33
</a>
44

55

6-
<a href="https://somewherewarm.com/" rel=nofollow>
6+
<a href="https://somewherewarm.com/" rel=nofollow class="sponsors-item">
77
<img style="height: 150px; border-radius: 20px; opacity: 0.9"
88
src="https://images.opencollective.com/somewherewarmgr/f8b567b/logo/256.png" alt="SomewhereWarm" title="SomewhereWarm - Living and breathing all things WooCommerce. "class="sponsors"/>
99
</a>
@@ -13,22 +13,22 @@ <h4>Premium Sponsors</h4>
1313
<h4>Sponsors</h4>
1414
</a>
1515

16-
<a href="https://www.dharmamatch.com/" rel=nofollow>
16+
<a href="https://www.dharmamatch.com/" rel=nofollow class="sponsors-item">
1717
<img style="height: 80px; border-radius: 20px; opacity: 0.8"
1818
src="https://images.opencollective.com/dharmamatch/0a680ca/logo/256.png" alt="dharmaMatch"
1919
title="dharmaMatch is one of the longest running match-making platforms for Buddhists, Hindus, Yogis, and other spiritually-minded individuals."
2020
class="sponsors"/>
2121
</a>&nbsp;
2222

23-
<a href="https://edubirdie.com/" rel=nofollow>
23+
<a href="https://edubirdie.com/" rel=nofollow class="sponsors-item">
2424
<img style="height: 80px; border-radius: 20px; opacity: 0.8"
2525
src="https://images.opencollective.com/essay-writing-service-edu-birdie/b1d51ab/logo/256.png"
2626
class="sponsors"/>
2727
</a>
2828
&nbsp;
2929

3030

31-
<a href="https://themeisle.com/" rel=nofollow>
31+
<a href="https://themeisle.com/" rel=nofollow class="sponsors-item">
3232
<img style="opacity: 0.8" src="/images/support/themeisle.png" class="sponsors sponsors--themeisle" title="themeisle" alt="Themeisle - Premium WordPress themes, Templates & Plugins">
3333
</a>
3434

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ body b {
394394
padding: 5px;
395395
}
396396

397+
.sponsors-item:hover {
398+
text-decoration: none;
399+
}
400+
397401
#footer a {
398402
color: #fff;
399403
}

0 commit comments

Comments
 (0)