Move assets to 'assets/'
The new directory will host project's logo, banner and demo screenshotpull/30/head
parent
bab3369d79
commit
4e16129279
|
@ -1,6 +1,6 @@
|
|||
# shareon
|
||||
|
||||
<img src="https://raw.githubusercontent.com/googlefonts/noto-emoji/master/png/128/emoji_u1f4ef.png" align="right" alt="Postal Horn emoji" width="96" height="96">
|
||||
<img src="https://raw.githubusercontent.com/NickKaramoff/shareon/main/assets/logo.svg" align="right" alt="shareon logo — the Postal Horn emoji" width="96" height="96">
|
||||
|
||||
> Lightweight, stylish and ethical share buttons
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
- **Stylish.** Uses official vector logos and colors with no visual mess.
|
||||
- **Ethical.** Embeds no tracking code. JS is required only for the setup.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/NickKaramoff/shareon/main/docs/screen01@2x.png" height="156" width="416" alt="shareon example">
|
||||
<img src="https://raw.githubusercontent.com/NickKaramoff/shareon/main/assets/demo@2x.png" height="84" width="392" alt="shareon demo screenshot">
|
||||
|
||||
----
|
||||
Observe the live demo here: [shareon.js.org](https://shareon.js.org)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.1 KiB |
BIN
docs/banner.png
BIN
docs/banner.png
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta property="og:title" content="shareon">
|
||||
<meta property="og:url" content="https://shareon.js.org">
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/NickKaramoff/shareon/develop/docs/banner.png">
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/NickKaramoff/shareon/main/assets/banner.png">
|
||||
<meta property="og:description" content="Lightweight, stylish and ethical share buttons for popular social networks">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:creator" content="@NickKaramoff">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<body>
|
||||
<header>
|
||||
<p>
|
||||
<img src="https://raw.githubusercontent.com/googlefonts/noto-emoji/master/png/128/emoji_u1f4ef.png"
|
||||
alt="Postal Horn emoji"
|
||||
<img src="https://raw.githubusercontent.com/NickKaramoff/shareon/main/assets/logo.svg"
|
||||
alt="shareon logo — the Postal Horn emoji"
|
||||
width="64"
|
||||
height="64">
|
||||
</p>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue