From 382cbd0a73f34803e0451f37c260d8dd0af0f030 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 26 Aug 2016 14:16:37 -0700 Subject: [PATCH] start --- scripts/system/html/css/marketplaces.css | 25 ++++++++++++++ scripts/system/html/js/marketplaces.js | 3 ++ scripts/system/html/marketplaces.html | 44 ++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 scripts/system/html/css/marketplaces.css create mode 100644 scripts/system/html/js/marketplaces.js create mode 100644 scripts/system/html/marketplaces.html 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