summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2017-11-28 07:12:45 +0000
committerLeo wang <grakiss.wanglei@huawei.com>2017-12-12 02:42:44 +0000
commit2f66eb616f3b6bc856c70ea56f3b99067e1c4418 (patch)
tree2cf8cb3306f8736ce5e404f58fbd6b38b3a2c518 /cvp/3rd_party/static/testapi-ui/assets
parent1ae814717f14e9e04337e5f236b6463c55f282ba (diff)
[cvp-web] Add initial CVP Portal homepage content for release
JIRA: DOVETAIL-563 The CVP portal homepage needs to be modified to support launch activities. An initial iteration between OPNFV marketing has occurred. Attached is a deck that outlines a basic left navigation menu and home content. We can focus on creating the left navigation and content outlined on slide 7. The links for the left navigation aren't all flushed out. Please leave Release Information/CVP Registry link href's blank for now until we define content for those pages. Change-Id: I84b8cfb996d336ef666d5a5f6aaabc0d5eebc37b Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/assets')
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/css/cvp-style.css9
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/css/header.css36
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/css/home/home.css29
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/css/index.css4
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/img/icon.pngbin0 -> 63727 bytes
-rw-r--r--cvp/3rd_party/static/testapi-ui/assets/img/logo.pngbin0 -> 13051 bytes
6 files changed, 78 insertions, 0 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/cvp-style.css b/cvp/3rd_party/static/testapi-ui/assets/css/cvp-style.css
index 1c4b048e..c54310a7 100644
--- a/cvp/3rd_party/static/testapi-ui/assets/css/cvp-style.css
+++ b/cvp/3rd_party/static/testapi-ui/assets/css/cvp-style.css
@@ -80,3 +80,12 @@ table .btn.medium {
font-weight: 700;
font-size: 12px;
}
+
+.common-main-container {
+ padding-left: 5%;
+ padding-right: 5%;
+}
+
+a {
+ cursor: pointer;
+}
diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/header.css b/cvp/3rd_party/static/testapi-ui/assets/css/header.css
new file mode 100644
index 00000000..1df040cf
--- /dev/null
+++ b/cvp/3rd_party/static/testapi-ui/assets/css/header.css
@@ -0,0 +1,36 @@
+.header-container-1 {
+ height: 80px;
+ background-color: #383A35;
+}
+
+.header-container-row {
+ margin-left: 0px;
+ margin-right: 0px;
+}
+
+.header-container-2 {
+ height: 30px;
+ background-color: #383A35;
+}
+
+.header-logo {
+ height: 80px;
+ padding-left: 15px;
+ padding-top: 20px;
+}
+
+.header-title {
+ font-size: 35px;
+ color: #fff;
+ padding-top: 30px;
+}
+
+.header-login {
+ margin-top: -20px;
+ margin-right: 10px;
+}
+
+.header-splitline {
+ height: 5px;
+ background-color: #27CFC3;
+}
diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css
new file mode 100644
index 00000000..edad09ba
--- /dev/null
+++ b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css
@@ -0,0 +1,29 @@
+.home-container {
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.home-category {
+ border-right-style:solid;
+ border-left-style:solid;
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+.home-content-title {
+ margin-top: 40px;
+ margin-bottom: 20px;
+ text-align:center;
+}
+
+.home-content-text {
+ margin-top: 20px;
+ padding-top: 30px;
+ text-align: justify;
+}
+
+.home-content-img {
+ margin-top: 50px;
+ width: 80%;
+ padding-left: 10%;
+}
diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/index.css b/cvp/3rd_party/static/testapi-ui/assets/css/index.css
new file mode 100644
index 00000000..ccbaf500
--- /dev/null
+++ b/cvp/3rd_party/static/testapi-ui/assets/css/index.css
@@ -0,0 +1,4 @@
+.index-header {
+ padding-left: 0px;
+ padding-right: 0px;
+}
diff --git a/cvp/3rd_party/static/testapi-ui/assets/img/icon.png b/cvp/3rd_party/static/testapi-ui/assets/img/icon.png
new file mode 100644
index 00000000..444db393
--- /dev/null
+++ b/cvp/3rd_party/static/testapi-ui/assets/img/icon.png
Binary files differ
diff --git a/cvp/3rd_party/static/testapi-ui/assets/img/logo.png b/cvp/3rd_party/static/testapi-ui/assets/img/logo.png
new file mode 100644
index 00000000..4e9cc04d
--- /dev/null
+++ b/cvp/3rd_party/static/testapi-ui/assets/img/logo.png
Binary files differ