Skip to content

Commit 9e300f4

Browse files
committed
docs(website): Add Browserstack as sponsor
1 parent e659f58 commit 9e300f4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

examples/src/example.less

+5
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ h1, h2, h3 {
134134
a {
135135
color: black;
136136
}
137+
138+
img.browserstack {
139+
height: 50px;
140+
margin-bottom: 15px
141+
}
137142
}
138143

139144
// Miscellaneous
Loading

examples/src/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ <h2 class="page-header__subtitle">An accessible and easy tab component for <a hr
4141
</div>
4242
<footer class="page-footer">
4343
<div class="container">
44+
<div>Supported by</div>
45+
<div><a href="https://www.browserstack.com"><img src="/images/Browserstack-logo.svg" alt="Browserstack" class="browserstack"></a></div>
4446
<div>Copyright &copy; <a href="https://twitter.com/TschinderDaniel" target="_blank" rel="noopener noreferrer">Daniel Tschinder</a> 2017-2018. MIT Licensed.</div>
4547
<div>This website uses google analytics. <a href="https://tools.google.com/dlpage/gaoptout" target="_blank" rel="noopener noreferrer">Opt-out here</a>.</div>
4648
</div>

0 commit comments

Comments
 (0)