Skip to content

Commit a4a4d50

Browse files
boneskulljuergba
authored andcommitted
add wallaby logo to bottom of site
1 parent c600547 commit a4a4d50

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

docs/_includes/default.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ <h1>
3131
<main id="content">{{ content }}</main>
3232

3333
<aside class="sponsorship">
34-
<a href="https://matomo.org/" rel="external noopener">
34+
<a
35+
href="https://matomo.org/"
36+
rel="external noopener"
37+
title="Mocha is sponsored by Matomo"
38+
>
3539
<img src="images/matomo-logo.png?trim" alt="Matomo logo" />
3640
</a>
3741
<a
@@ -46,6 +50,16 @@ <h1>
4650
alt="OpenJS Foundation Logo"
4751
/>
4852
</a>
53+
<a
54+
href="https://wallabyjs.com"
55+
rel="external noopener"
56+
title="Mocha is sponsored by Wallaby"
57+
>
58+
<figure id="wallaby-logo">
59+
<img src="images/wallaby-logo.png?trim" alt="Wallaby logo" />
60+
<figcaption>Wallaby</figcaption>
61+
</figure>
62+
</a>
4963
</aside>
5064

5165
<footer>

docs/css/style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ img.screenshot {
231231

232232
.sponsorship a {
233233
padding: 0 40px;
234+
text-decoration: none;
234235
}
235236

236237
footer {
@@ -301,6 +302,23 @@ blockquote {
301302
padding: 10px;
302303
}
303304

305+
figure#wallaby-logo {
306+
vertical-align: top;
307+
display: inline-block;
308+
text-align: center;
309+
}
310+
figure#wallaby-logo figcaption {
311+
margin-top: 10px;
312+
display: block;
313+
font-family: 'Open Sans', -apple-system, system-ui, 'Segoe UI', Oxygen, Ubuntu,
314+
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
315+
font-weight: 400;
316+
letter-spacing: 2px;
317+
text-transform: uppercase;
318+
color: #2c2c2c;
319+
-webkit-font-smoothing: antialiased;
320+
}
321+
304322
@media all and (max-width: 960px) {
305323
#copyright-notice {
306324
max-width: initial;

docs/images/wallaby-logo.png

578 Bytes
Loading

0 commit comments

Comments
 (0)