Add basic docs website
parent
cc3c584fc1
commit
116814f907
|
@ -6,7 +6,7 @@
|
|||
width="96"
|
||||
height="96">
|
||||
|
||||
Lightweight, stylish and ethical share buttons for popular social networks.
|
||||
Lightweight, stylish and ethical share buttons.
|
||||
|
||||
- **Small.** Dependency-free.
|
||||
- **Stylish.** Uses official vector logos and colors.
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Lightweight, stylish and ethical share buttons for popular social networks">
|
||||
<meta name="keywords" content="share buttons, sharing, social networks, share via, share on">
|
||||
<meta name="author" content="Nikita Karamov">
|
||||
|
||||
<title>shareon</title>
|
||||
|
||||
<link rel="stylesheet" href="https://igoradamenko.github.io/awsm.css/css/awsm.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<p>
|
||||
<img src="https://raw.githubusercontent.com/googlefonts/noto-emoji/master/png/128/emoji_u1f4ef.png"
|
||||
alt="Postal Horn emoji"
|
||||
width="64"
|
||||
height="64">
|
||||
</p>
|
||||
<h1>shareon</h1>
|
||||
<p>Lightweight, stylish and ethical share buttons</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.npmjs.com/package/shareon" target="_blank">npm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/NickKaramoff/shareon" target="_blank">github</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
<h2>
|
||||
<a id="what-is-it" href="#what-is-it" aria-hidden="true"></a>
|
||||
What is it?
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
<code>shareon</code> are share buttons for popular social networks.
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>by <a href="https://karamoff.dev" target="_blank">Nikita Karamov</a></p>
|
||||
<p>Website built with <a href="https://igoradamenko.github.io/awsm.css/index.html" target="_blank">awsm.css</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue