-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathsister.html
More file actions
33 lines (33 loc) · 1.06 KB
/
Copy pathsister.html
File metadata and controls
33 lines (33 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<footer class="sisters">
<div class="sister sister--htmlreference container">
<h4 class="sister-title">
Check out our sister website:<br />
<strong>HTML Reference</strong> 😃
</h4>
<a class="sister-banner" href="https://htmlreference.io">
<img
src="{{site.url}}/images/html-reference-logo.png"
alt="HTML Reference logo"
/>
</a>
</div>
<div class="sister sister--bulma container">
<h4 class="sister-title">
Need a CSS framework?<br />
Try out <strong>Bulma</strong> 😎
</h4>
<a class="sister-banner" href="https://bulma.io">
<img src="{{site.url}}/images/bulma-logo.png" alt="Bulma logo" />
</a>
</div>
<div class="sister sister--bulma container">
<h4 class="sister-title">Browser testing via</h4>
<a class="sister-banner" href="https://www.lambdatest.com/" target="_blank"
><img
src="https://www.lambdatest.com/support/img/logo.svg"
style="vertical-align: middle; margin-left: 5px"
width="220"
height="39"
/></a>
</div>
</footer>