diff --git a/src/img/logo-horizontal.png b/src/img/logo-horizontal.png new file mode 100644 index 0000000..265401d Binary files /dev/null and b/src/img/logo-horizontal.png differ diff --git a/src/img/logo.png b/src/img/logo.png index 265401d..d9c690d 100644 Binary files a/src/img/logo.png and b/src/img/logo.png differ diff --git a/src/pages/index.html b/src/pages/index.html index 2b75a5a..f36492e 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -10,10 +10,10 @@
Userbase is a database and backend service, purpose-built for web apps. It is accessible directly from the browser through a very simple JavaScript SDK.
Unlike a regular database, all Userbase queries run in the browser. The server-side is just a dumb data store, and there's no database to manage or worry about.
+Unlike a regular database, all Userbase queries run in the browser. The server-side is just a dumb data store, and there's nothing on the backend to manage or worry about.
Userbase takes care of your user accounts. It comes with built-in APIs for user signups, logins, password resets, and access control.
+Userbase takes care of your user accounts. It comes with built-in APIs for user signups, logins, and access control.
Userbase won't show you what your users store in your web app. It spares you from the liability of handling user data by encrypting everything in the browser, using keys that always stay with the user.
@@ -44,7 +44,7 @@