diff options
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/home')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/components/home/home.html | 43 |
1 files changed, 26 insertions, 17 deletions
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 @@ <div id="collapseOne" class="panel-collapse collapse"> <div class="panel-body"> <div> <a href="https://www.opnfv.org/compliance-verification-program-cvp - " target="_blank">CVP Overview <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> - <div><a target="_blank">CVP Governance <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + " target="_blank">Overview <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + <div><a target="_blank">Governance <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> <div><a href="http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/certificationworkflow/index.html - " target="_blank">CVP Process Workflow <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + " target="_blank">Process Workflow <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> <div><a href="http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/certificationworkflow/ApplicationForm.html" target="_blank">Application Form <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + <!-- <div><a target="_blank">Approved 3rd Party Labs <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + --> </div> </div> </div> @@ -35,11 +37,11 @@ <div><a href="http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/userguide/testing_guide.html " target="_blank">Dovetail Test Tool User Guide <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> <div><a href="https://wiki.opnfv.org/download/attachments/11698759/Dovetail%20CVP%20Tutorial.ppt?version=2&modificationDate=1508175962000&api=v2 - " target="_blank">CVP / Dovetail Tutorial Slides <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + " target="_blank">OVP / Dovetail Tutorial Slides <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> <div><a href="http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/userguide/cli_reference.html " target="_blank">Dovetail CLI <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> <div><a href="http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/cvpaddendum/index.html - " target="_blank">CVP Guidelines Addendum <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> + " target="_blank">OVP Guidelines Addendum <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> <div><a href="http://docs.opnfv.org/en/latest/submodules/dovetail/docs/testing/user/testspecification" target="_blank">Test Specifications <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></div> </div> </div> @@ -54,18 +56,22 @@ </div> <div id="collapseThree" class="panel-collapse collapse"> <div class="panel-body"> + <div><a target="_blank">2018.01 Release Notes <span class="glyphicon glyphicon-new-window" aria-hidden="ture"></span></a></div> + <!-- <div><a target="_blank">FAQ</a></div> <div><a target="_blank">Known issues</a></div> <div><a target="_blank">Dovetail and dependent container versioning</a></div> <div><a target="_blank">Other - TBD</a></div> + --> </div> </div> </div> + <!-- <div class="panel panel-default" style="margin-top:0px"> <div class="panel-heading"> <div class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseFour"> - CVP Registry + OVP Registry </a> </div> </div> @@ -74,24 +80,27 @@ </div> </div> </div> + --> </div> </div> <div class="col-md-10"> <div class="common-main-container"> <div class="home-content-title"> - <h1>OPNFV is offering a Compliance Verification Program (CVP) that verifies products and services with the "OPNFV Verified" mark.</h1> + <h1>OPNFV is offering a OPNFV Verified Program (OVP) that verifies products and services with the "OPNFV Verified" mark.</h1> </div> - <div> - <h3 class="home-content-text"> - 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. - </h3> - </div> - <div> - <img class="home-content-img" src="testapi-ui/assets/img/icon.png" /> + <div class="home-content"> + <div class="col-md-2"> + <img class="home-content-img" src="testapi-ui/assets/img/icon.png" /> + </div> + <div class="col-md-10"> + <p class="home-content-text"> + 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. + </p> + </div> </div> </div> </div> |