Skip to content

Fix: Cloud Native Patterns Logo on home page, remove unused section #2158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions _includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h2 class="feature-title">Dry-run your changes to your infra <span class="specia
</section>


<section>
<!-- <section>
<div class="container flex">
<div class="text ">
<h2 class="feature-title">{{ features.title }}</span></h2>
Expand All @@ -169,7 +169,7 @@ <h2 class="feature-title">{{ features.title }}</span></h2>
</a>
</div>
</div>
</section>
</section> -->


<section>
Expand Down Expand Up @@ -239,12 +239,8 @@ <h2 class="feature-title">{{ features.title }}</h2>
<section>
<div class="container flex">
<div class="text ">
<div style="display: flex;">
<img src="/assets/images/patterns/service-mesh-patterns-side.svg" data-logo-for-light="/assets/images/patterns/service-mesh-patterns-side-white.png"
data-logo-for-dark="{{ features.logoDarkMode }}" id="logo-dark-light"
alt="Cloud native design patterns" style="height: 4rem;" loading="lazy" />
<span>
</div>
<img src="/assets/images/logos/service-mesh-pattern.svg" style="max-width:20%;position:relative;float:left;margin-right:20px;margin-bottom: 10px;" data-logo-for-light="/assets/images/logos/service-mesh-pattern.svg"
data-logo-for-dark="/assets/images/logos/service-mesh-pattern.svg" loading="lazy" alt="Cloud native design patterns"/>
<h2 class="feature-title">Access the <span class="special-text">Cloud Native Patterns</span> for Kubernetes</h2>
<p>Design and manage all of your cloud native infrastructure using the design configurator in Meshery or start from a template using the patterns from the catalog.
<div class="button-para">
Expand Down
Loading