Skip to content

Commit

Permalink
Merge pull request #5 from AlbertSuarez/add_links
Browse files Browse the repository at this point in the history
Add Demo and Status links
  • Loading branch information
AlbertSuarez authored Jan 2, 2021
2 parents bc727a7 + b95b04b commit 2e9102e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![GitHub forks](https://img.shields.io/github/forks/AlbertSuarez/object-cut.svg)](https://GitHub.com/AlbertSuarez/object-cut/network/)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/AlbertSuarez/object-cut.svg)](https://github.com/AlbertSuarez/object-cut)

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

✂️ _Cut the main object of an image automagically_

Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,14 @@ <h1 class="my-4 text-5xl font-bold leading-tight">
</h1>
<p class="leading-normal text-2xl mb-8">
Automatic background or foreground removal service. Start using our real-time RESTful API from RapidAPI Marketplace immediately!</p>
<a href="https://rapidapi.com/objectcut.api/api/background-removal">
<a class="w-full">
<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"
onclick="location.href='https://rapidapi.com/objectcut.api/api/background-removal'">
Go to RapidAPI
RapidAPI
</button>
<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"
onclick="location.href='https://demo.objectcut.com'">
Demo
</button>
</a>
</div>
Expand Down

0 comments on commit 2e9102e

Please sign in to comment.