Skip to content

Commit 4b42cc2

Browse files
committed
add a badge as example
1 parent b17e4c0 commit 4b42cc2

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,29 @@
88
src="https://raw.githubusercontent.com/lemoncode/react-image-focal-point/develop/website/static/img/logo.svg"
99
/>
1010
</a>
11+
<p>You can just drag and drop a focal point button on top of your image and enhance your cropped images.</p>
12+
13+
<br/>
14+
15+
<a target="_blank" href="https://stackblitz.com/github/Lemoncode/react-image-focal-point/tree/main/examples/basic">
16+
<img
17+
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
18+
alt="Edit on StackBlitz"
19+
title="Edit on StackBlitz"
20+
height="36"
21+
/>
22+
</a> <a target="_blank" href="https://codesandbox.io/s/github/Lemoncode/react-image-focal-point/tree/main/examples/basic">
23+
<img
24+
src="https://codesandbox.io/static/img/play-codesandbox.svg"
25+
alt="Edit on Codesandbox"
26+
title="Edit on Codesandbox"
27+
height="36"
28+
/>
29+
</a>
1130
</div>
31+
32+
<hr />
33+
34+
Video tutorial comming soon
35+
36+
[![Code Coverage][coverage-badge]][coverage]

website/docusaurus.config.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ const projectName = 'react-image-focal-point';
1010
/** @type {import('@docusaurus/types').Config} */
1111
const config = {
1212
title: 'React Image Focal Point',
13-
tagline: 'Image focal point component for React',
13+
tagline: 'You can just drag and drop a focal point button on top of your image and enhance your cropped images.',
1414
favicon: 'img/favicon.ico',
15-
1615
url: `https://${organizationName}.github.io`,
1716
baseUrl: `/${projectName}`,
1817
organizationName,
@@ -106,15 +105,18 @@ const config = {
106105
{
107106
title: 'More',
108107
items: [
109-
{
110-
// TODO: Update blog link
111-
label: 'Blog',
112-
to: '/',
113-
},
114108
{
115109
label: 'GitHub',
116110
href: 'https://github.com/Lemoncode/react-image-focal-point',
117111
},
112+
{
113+
label: 'Blog (ES)',
114+
href: 'https://lemoncode.net/lemoncode-blog',
115+
},
116+
{
117+
label: 'Blog (EN)',
118+
href: 'https://www.basefactor.com/blog',
119+
},
118120
],
119121
},
120122
],

0 commit comments

Comments
 (0)