Skip to content

Commit b997fce

Browse files
committed
chore: Update landing page to use different card
1 parent 624b4b1 commit b997fce

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

layouts/index.html

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,13 @@ <h3 class="card-title"><img class="card-img-top" src="{{ .Site.BaseURL }}/images
9090
</div>
9191

9292
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
93-
<a href="{{ .Site.BaseURL }}solutions" class="products-card" alt="NGINX Solutions">
94-
<div class="saas-card">
95-
<div class="saas-icon"><img style="width: auto; height: auto;" src="{{ .Site.BaseURL }}/images/icons/NGINX-product-icon.svg"></div>
96-
<div class="saas-description">
97-
<h3 class="saas-title">Subscription Licensing & Solutions</h3>
98-
<p>Stay compliant with your NGINX subscription licenses and see how you can use NGINX One to build secure, scalable, and high-performing applications and APIs.</p>
99-
</div>
100-
</div>
101-
</a>
102-
</div>
93+
<a href="{{ .Site.BaseURL }}solutions" class="products-card" alt="NGINX Solutions">
94+
<h3 class="card-title"><img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-product-icon.svg"> Subscription Licensing & Solutions</h3>
95+
<div class="card-description">
96+
<p>Stay compliant with your NGINX subscription licenses and see how you can use NGINX One to build secure, scalable, and high-performing applications and APIs.</p>
97+
</div>
98+
</a>
99+
</div>
103100

104101
</div>
105102
</div>
@@ -177,17 +174,14 @@ <h2 style="font-weight: 400; font-size: 1.5em; margin-top: 0px; margin-bottom: 0
177174
<section class="col-md-12 col-xl-12 py-md-3 pl-md-5" id="nginx-products">
178175
<div class="row justify-content-center">
179176
<div class="card-deck">
180-
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
181-
<a href="{{ .Site.BaseURL }}nginx-unit" class="products-card" alt="NGINX Unit">
182-
<div class="saas-card">
183-
<div class="saas-icon"><img style="width: auto; height: auto;" src="{{ .Site.BaseURL }}/images/icons/NGINX-Unit-product-icon-RGB.svg"></div>
184-
<div class="saas-description">
185-
<h3 class="saas-title">NGINX Unit</h3>
186-
<p>Dynamic app server that can run beside NGINX, NGINX Plus, or on its own</p>
187-
</div>
188-
</div>
189-
</a>
190-
</div>
177+
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
178+
<a href="{{ .Site.BaseURL }}nginx-unit" class="products-card" alt="NGINX Unit">
179+
<h3 class="card-title"><img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/NGINX-Unit-product-icon.svg"> NGINX Unit</h3>
180+
<div class="card-description">
181+
<p>Dynamic app server that can run beside NGINX, NGINX Plus, or on its own</p>
182+
</div>
183+
</a>
184+
</div>
191185
</div>
192186
</div>
193187
</section>

0 commit comments

Comments
 (0)