Skip to content

Commit

Permalink
Swapping supported icons to be in the sub-hero components
Browse files Browse the repository at this point in the history
  • Loading branch information
ina-stoyanova committed Aug 4, 2021
1 parent 7e60d48 commit 7104fc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pages/landing/patcher/_sub-hero.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-xs-12 col-sm-9 col-sm-offset-3 col-md-8 col-md-offset-4">
<div class="row-partners">
<div class="col-xs-12">
<div class="row-partners" style="margin: 15px;">
{% for logo in page.hero.logos %}
<div>
<img src="{{ logo }}" />
Expand Down
20 changes: 11 additions & 9 deletions pages/landing/patcher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@
image: /assets/img/infrastructure-cube-icons/infrastructure-in-a-day.png
cta: Request early access
logos:
- /assets/img/logos-technologies/partner_logo_aws.png
- /assets/img/logos-technologies/partner_logo_kubernetes.png
- /assets/img/logos-patcher/python.png
- /assets/img/logos-patcher/javascript.png
- /assets/img/logos-patcher/ruby.png
- /assets/img/logos-patcher/helm.png
- /assets/img/logos-technologies/partner_logo_terraform.png
- /assets/img/logos-patcher/terragrunt.png
- /assets/img/logos-patcher/docker.png
- /assets/img/logos-patcher/golang.png
- /assets/img/logos-patcher/rust.png
- /assets/img/logos-patcher/c-sharp.png
- /assets/img/logos-patcher/java.png
- /assets/img/logos-patcher/php.png

how_it_works:
- heading: Install the Patcher GitHub App
Expand Down Expand Up @@ -126,13 +135,6 @@
{% include_relative _how-it-works.html %}
</div>
</div>
<div class="section section-blue">
<div class="container">
<div class="row row-community">
{% include_relative _supported.html %}
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row row-community">
Expand Down

0 comments on commit 7104fc6

Please sign in to comment.