Skip to content

Commit 5f6bee1

Browse files
committed
add logo to playground
1 parent 2bbbe52 commit 5f6bee1

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://g-harel.github.io/blobs">
3-
<img width="460" height="300" src="./logo.svg">
3+
<img width="460" height="300" src="./logo/color.svg">
44
</a>
55
<br>
66
<a href="https://www.npmjs.com/package/blobs">
@@ -9,9 +9,9 @@
99
<a href="https://bundlephobia.com/result?p=blobs">
1010
<img src="https://img.shields.io/bundlephobia/minzip/blobs.svg">
1111
</a>
12-
<br><br>
12+
<br>
1313
<a href="https://g-harel.github.io/blobs">
14-
<img src="https://svgsaur.us/?c=ec576b&t=PLAYGROUND&o=b&s=30&w=220&y=28&h=36" />
14+
<img src="https://svgsaur.us/?c=0366d6&t=PLAYGROUND&o=b&s=23&w=170&y=38&h=46" />
1515
</a>
1616
</p>
1717

@@ -81,3 +81,8 @@ const options = {
8181
## License
8282

8383
[MIT](./LICENSE)
84+
85+
<p align="center">
86+
<br><br>
87+
<img width="100" src="./logo/grey.svg" />
88+
</p>

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
width: 100%;
2020
}
2121

22+
header {
23+
padding: 40px 60px;
24+
position: fixed;
25+
}
26+
2227
.middle {
2328
display: table-cell;
2429
text-align: center;
@@ -57,6 +62,12 @@
5762

5863
</style>
5964

65+
<header>
66+
<a href="http://github.com/g-harel/blobs">
67+
<img width="200" src="./logo/grey.svg" />
68+
</a>
69+
</header>
70+
6071
<div class="middle">
6172
<main>
6273
<div id="blob"></div><!--
File renamed without changes.

logo/grey.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)