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} /> <Bruno width={50} />
</div> </div>
<div className="text-xl font-semibold select-none">bruno</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="uppercase font-semibold heading mt-10">Collections</div>
<div className="mt-4 flex items-center collection-options select-none"> <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' }}> <div className="font-semibold" style={{ fontSize: '2rem' }}>
bruno bruno
</div> </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> </div>
<form onSubmit={formik.handleSubmit}> <form onSubmit={formik.handleSubmit}>
<div className="flex justify-center flex-col form-container mx-auto mt-10 p-5"> <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' }}> <div className="font-semibold" style={{ fontSize: '2rem' }}>
bruno bruno
</div> </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> </div>
<form onSubmit={formik.handleSubmit}> <form onSubmit={formik.handleSubmit}>

View File

@ -1,15 +1,8 @@
# bruno # bruno
Local-first, Opensource API Client. Opensource IDE for exploring and testing api's.
### 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)
![bruno](assets/images/landing.png) ![bruno](assets/images/landing.png)
### Bring Your Own Version Control ✨ ### 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 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) ![bruno](assets/images/local-collections.png)