Skip to content

Commit

Permalink
fix(home): Update banner items to go to Docs site
Browse files Browse the repository at this point in the history
Update the banner on the homepage to include a pointer to the Getting Started guide

related to openshiftio/openshift.io#2215
  • Loading branch information
AdamJ committed Feb 15, 2018
1 parent 21a6957 commit 09c6a12
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<div class="col-sm-4 col-lg-4">
<div class="card-pf-body text-center">
<div class="card-pf-top-element">
<span class="fa fa-search card-pf-icon-circle home-icon"></span>
<span class="fa fa-book card-pf-icon-circle home-icon"></span>
</div>
<h2 class="card-pf-title home-title">
{{brandInformation.name}} information
Get Started
</h2>
<p class="card-pf-info">
<a [href]="brandInformation.moreInfoLink" class="home-banner-link" target="_blank">Learn more</a>
about what {{brandInformation.name}} can do for you.
<a href="https://docs.openshift.io/getting-started-guide.html" class="home-banner-link" target="_blank">Follow our guide</a>
to build your first project.
</p>
</div>
</div>
Expand All @@ -43,13 +43,14 @@ <h2 class="card-pf-title home-title">
<div class="col-sm-4 col-lg-4">
<div class="card-pf-body text-center">
<div class="card-pf-top-element">
<span class="pficon pficon-cluster card-pf-icon-circle home-icon"></span>
<span class="fa fa-search card-pf-icon-circle home-icon"></span>
</div>
<h2 class="card-pf-title home-title">
Learn about OpenShift
{{brandInformation.name}} information
</h2>
<p class="card-pf-info">See how
<a href="https://www.openshift.com/container-platform" class="home-banner-link" target="_blank">containerized development and deployment</a> can help you.
<p class="card-pf-info">
<a [href]="brandInformation.moreInfoLink" class="home-banner-link" target="_blank">Learn more</a>
about what {{brandInformation.name}} can do for you.
</p>
</div>
</div>
Expand Down

0 comments on commit 09c6a12

Please sign in to comment.