diff --git a/README.md b/README.md
index 3c73c44..f4983c3 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,28 @@
+
+
+
-FastCloud
+
+
+
+
+
-Up & Download files to any cloud storage.
+Any cloud. One interface.
-Simplistic unified interface for uploading and downloading files to the cloud.
+
+ Upload and download files to any cloud through one client.
+ Switch between Azure Blob, S3, Socaity and Replicate without changing your code.
+
+
+Simplistic unified interface for uploading and downloading files to the cloud.
Supports
-- Azure Blob Storage :white_check_mark:
+- Azure Blob Storage :white_check_mark:
+- S3 :white_check_mark:
- Socaity Upload API
- Replicate Upload API
-
# Installation
Install via pypi with:
diff --git a/docs/assets/banner.html b/docs/assets/banner.html
new file mode 100644
index 0000000..5d17536
--- /dev/null
+++ b/docs/assets/banner.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Python SDK, Azure, S3, Replicate
+
+

+
+
+
Any cloud.
One interface.
+
pip install fastcloud
+
+
+
Upload and download files to any cloud.
+ One client for Azure Blob, S3, Socaity and Replicate. Store anywhere.
+
+
+
+
+
+ quickstart.pyazure blob
+
+
+
from fastcloud import AzureBlobStorage
+
+store = AzureBlobStorage(connection_string="...")
+url = store.upload(file="cat.png", folder="uploads")
+store.download(url, save_path="out.png") # returns a path
+
+
+
+
+
diff --git a/docs/assets/banner.png b/docs/assets/banner.png
new file mode 100644
index 0000000..e796097
Binary files /dev/null and b/docs/assets/banner.png differ
diff --git a/docs/assets/socaity_logo.png b/docs/assets/socaity_logo.png
new file mode 100755
index 0000000..c5b9900
Binary files /dev/null and b/docs/assets/socaity_logo.png differ