chore: updated product tagline

This commit is contained in:
Anoop M D 2023-01-17 19:42:34 +05:30
parent 0742e3415c
commit 4877bc3849
4 changed files with 4 additions and 11 deletions

View File

@ -61,7 +61,7 @@ const Welcome = () => {
<Bruno width={50} />
</div>
<div className="text-xl font-semibold select-none">bruno</div>
<div className="mt-4">Local-first, Opensource API Client.</div>
<div className="mt-4">Opensource IDE for exploring and testing api's</div>
<div className="uppercase font-semibold heading mt-10">Collections</div>
<div className="mt-4 flex items-center collection-options select-none">

View File

@ -166,7 +166,7 @@ const Login = () => {
<div className="font-semibold" style={{ fontSize: '2rem' }}>
bruno
</div>
<div className="mt-1">Opensource API Collection Collaboration Platform</div>
<div className="mt-1">Opensource IDE for exploring and testing api's.</div>
</div>
<form onSubmit={formik.handleSubmit}>
<div className="flex justify-center flex-col form-container mx-auto mt-10 p-5">

View File

@ -171,7 +171,7 @@ const SignUp = () => {
<div className="font-semibold" style={{ fontSize: '2rem' }}>
bruno
</div>
<div className="mt-1">Opensource API Collection Collaboration Platform</div>
<div className="mt-1">Opensource IDE for exploring and testing api's.</div>
</div>
<form onSubmit={formik.handleSubmit}>

View File

@ -1,15 +1,8 @@
# bruno
Local-first, Opensource API Client.
### Live Demo 🏂
Woof! Lets play with some api's [here](https://play.usebruno.com).
Your api must allow CORS for it to work in the browser, else checkout the chrome extension or the desktop app
You can visit the [Website](https://www.usebruno.com) or watch a [4 min demo](https://www.youtube.com/watch?v=wwXJW7_qyLA)
Opensource IDE for exploring and testing api's.
![bruno](assets/images/landing.png)
### Bring Your Own Version Control ✨
Bruno is built from the ground up with the Local-first paradigm in mind. This allows developers to directly store there collections on top of their local filesystem. The collections are mirrored as folders and files on the filesystem.
![bruno](assets/images/local-collections.png)