diff --git a/scripts/system/html/css/marketplaces.css b/scripts/system/html/css/marketplaces.css new file mode 100644 index 0000000000..c38b4185f4 --- /dev/null +++ b/scripts/system/html/css/marketplaces.css @@ -0,0 +1,25 @@ +/* +// +// Copyright 2016 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +*/ + +.marketplaces-container { + width: 100%; +} +.marketplace-tile { + float: left; + width: 50%; +} +.marketplace-tile-title { + width: 100%; + height: 10%; +} +.marketplace-tile-image-container { +} +.marketplace-tile-image { +} +.marketplace-tile-description { +} \ No newline at end of file diff --git a/scripts/system/html/js/marketplaces.js b/scripts/system/html/js/marketplaces.js new file mode 100644 index 0000000000..06cc05c6b9 --- /dev/null +++ b/scripts/system/html/js/marketplaces.js @@ -0,0 +1,3 @@ +function loaded(){ + +} \ No newline at end of file diff --git a/scripts/system/html/marketplaces.html b/scripts/system/html/marketplaces.html new file mode 100644 index 0000000000..88a3ee2f00 --- /dev/null +++ b/scripts/system/html/marketplaces.html @@ -0,0 +1,44 @@ + + + + Marketplaces + + + + + + + + +
+
+
Hifi Marketplace
+
+ + + +
+
This is the Hifi Marketplace
+
+
+
+
Clara
+
+ + + +
+
This is the Clara Marketplace
+
+
+
+ + + \ No newline at end of file