From 1bbda3ceda250a3d28ee70e5d9f0ea09cc91e261 Mon Sep 17 00:00:00 2001 From: grakiss Date: Fri, 15 Dec 2017 02:18:54 +0000 Subject: [ovp-web] Use new program logo/text for OVP portal home page JIRA: DOVETAIL-570 OPNFV marketing has provided new logos for OVP that will be incorporated on the portal home page and attached to this issue. The 'Infrastructure' logo must by used. The other two logos (Application, Lab) currently on the development site must be removed for now. Position the new logo in the upper-left side and position the blurb language to the right of it. The new blurb language to swap in (all uniform, non-bold font) is provided below: The OPNFV Verified program (OVP) demonstrates the readiness and availability of commercial products based on OPNFV. Verified products and services submitted by vendors and service providers become compliant by implementing explicitly defined interfaces, behaviors and key features while retaining distinct and value-added innovations across features and capabilities. The OPNFV Verified program grants products and services with the "OPNFV Verified" mark. Get started with your OVP application today. Change-Id: Iaf4172fe61ea46133c474207f77ba24b841211e4 Signed-off-by: grakiss --- .../static/testapi-ui/assets/css/home/home.css | 9 +++-- .../static/testapi-ui/assets/img/icon.png | Bin 63727 -> 15799 bytes .../static/testapi-ui/components/home/home.html | 43 +++++++++++++-------- 3 files changed, 31 insertions(+), 21 deletions(-) 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 index edad09ba..04db323a 100644 --- a/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css +++ b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css @@ -16,14 +16,15 @@ text-align:center; } +.home-content { + margin-top: 100px; +} + .home-content-text { - margin-top: 20px; - padding-top: 30px; text-align: justify; + font-size: 22px; } .home-content-img { - margin-top: 50px; width: 80%; - padding-left: 10%; } diff --git a/cvp/3rd_party/static/testapi-ui/assets/img/icon.png b/cvp/3rd_party/static/testapi-ui/assets/img/icon.png index 444db393..ca5c15cc 100644 Binary files a/cvp/3rd_party/static/testapi-ui/assets/img/icon.png and b/cvp/3rd_party/static/testapi-ui/assets/img/icon.png differ diff --git a/cvp/3rd_party/static/testapi-ui/components/home/home.html b/cvp/3rd_party/static/testapi-ui/components/home/home.html index 27d20eda..4f8cec63 100644 --- a/cvp/3rd_party/static/testapi-ui/components/home/home.html +++ b/cvp/3rd_party/static/testapi-ui/components/home/home.html @@ -13,12 +13,14 @@
CVP Overview 
-
CVP Governance 
+ " target="_blank">Overview 
+
Governance 
CVP Process Workflow 
+ " target="_blank">Process Workflow 
Application Form 
+ @@ -35,11 +37,11 @@
Dovetail Test Tool User Guide 
CVP / Dovetail Tutorial Slides 
+ " target="_blank">OVP / Dovetail Tutorial Slides 
Dovetail CLI 
CVP Guidelines Addendum 
+ " target="_blank">OVP Guidelines Addendum 
Test Specifications 
@@ -54,18 +56,22 @@ +
-

OPNFV is offering a Compliance Verification Program (CVP) that verifies products and services with the "OPNFV Verified" mark.

+

OPNFV is offering a OPNFV Verified Program (OVP) that verifies products and services with the "OPNFV Verified" mark.

-
-

- The program is intended to demonstrate the readiness and availability of commercial products based on OPNFV. - Verified products submitted by respective vendors are expected to dierentiate themselves with dierent features - and capabilities but remain compliant by implementing explicitly defined interfaces, behaviors, and key features. - Get started with your CVP application today. -

-
-
- +
+
+ +
+
+

+ The OPNFV Verified program (OVP) demonstrates the readiness and availability of commercial products based on OPNFV. + Verified products and services submitted by vendors and service providers become compliant by implementing explicitly defined interfaces, + behaviors and key features while retaining distinct and value-added innovations across features and capabilities. + The OPNFV Verified program grants products and services with the "OPNFV Verified" mark. Get started with your OVP application today. +

+
-- cgit 1.2.3-korg