Skip to content

Commit 2e9102e

Browse files
authored
Merge pull request #5 from AlbertSuarez/add_links
Add Demo and Status links
2 parents bc727a7 + b95b04b commit 2e9102e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![GitHub forks](https://img.shields.io/github/forks/AlbertSuarez/object-cut.svg)](https://GitHub.com/AlbertSuarez/object-cut/network/)
1313
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/AlbertSuarez/object-cut.svg)](https://github.com/AlbertSuarez/object-cut)
1414

15-
[Website](https://objectcut.com/) | [RapidAPI](https://rapidapi.com/objectcut.api/api/background-removal)
15+
[Website](https://objectcut.com/) | [RapidAPI](https://rapidapi.com/objectcut.api/api/background-removal) | [Demo](https://demo.objectcut.com/) | [Status page](https://status.objectcut.com/)
1616

1717
✂️ _Cut the main object of an image automagically_
1818

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,14 @@ <h1 class="my-4 text-5xl font-bold leading-tight">
160160
</h1>
161161
<p class="leading-normal text-2xl mb-8">
162162
Automatic background or foreground removal service. Start using our real-time RESTful API from RapidAPI Marketplace immediately!</p>
163-
<a href="https://rapidapi.com/objectcut.api/api/background-removal">
163+
<a class="w-full">
164164
<button class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg" type="button"
165165
onclick="location.href='https://rapidapi.com/objectcut.api/api/background-removal'">
166-
Go to RapidAPI
166+
RapidAPI
167+
</button>
168+
<button class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg" type="button" style="margin-left: 10px"
169+
onclick="location.href='https://demo.objectcut.com'">
170+
Demo
167171
</button>
168172
</a>
169173
</div>

0 commit comments

Comments
 (0)