diff --git a/marketplace/index.html b/marketplace/index.html
index d159930a37..41265c53cd 100644
--- a/marketplace/index.html
+++ b/marketplace/index.html
@@ -2,17 +2,34 @@
Test Marketplace
+
+
-Lens Marketplace
-
-
- - Mirantis Container Cloud Lens Extension
-
-
-
-
+ Lens Marketplace
+
+

Container Cloud Lens Extension
+
+
+
+
|
+
+ 35 installs
+
+
|
+
+
+
+
+
+
+ (8)
+
+
|
+
Free
+
+
diff --git a/marketplace/marketplace.css b/marketplace/marketplace.css
new file mode 100644
index 0000000000..d1f0fb8461
--- /dev/null
+++ b/marketplace/marketplace.css
@@ -0,0 +1,42 @@
+.install-btn, .open-btn {
+ color: white;
+ min-width: 100px;
+ border: 1px solid black;
+ padding: 5px 10px 5px 10px;
+ text-decoration: none;
+ display: inline-block;
+ user-select: none;
+ text-align: center;
+ margin-top: 12px;
+}
+
+.install-btn {
+ background-color: mediumseagreen;
+}
+
+.open-btn {
+ background-color: cornflowerblue;
+}
+
+.mirantis-logo {
+ width: 128px;
+ margin-right: 10px;
+}
+
+ul {
+ list-style-type: none;
+ padding: 0;
+}
+
+.checked {
+ color: orange;
+}
+
+.extension-info {
+ display: flex;
+}
+
+.extension-info > div {
+ margin-right: 6px;
+ margin-top: 7px;
+}
diff --git a/marketplace/mirantis-logo.png b/marketplace/mirantis-logo.png
new file mode 100644
index 0000000000..58094621aa
Binary files /dev/null and b/marketplace/mirantis-logo.png differ