Skip to content

Commit

Permalink
Merge pull request #174 from ElFrogster/leap-micro
Browse files Browse the repository at this point in the history
Add Leap Micro to server distros
  • Loading branch information
lkocman authored Oct 11, 2023
2 parents 2f33ceb + 137859d commit 18a862a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ server_leap_p2: Regular release with the benefits of both enterprise-grade engin
server_microos_p1: For single purpose server applications
server_microos_p2: Designed to host container workloads with automated administration
& patching
server_leapmicro_p1: For developers, professionals and containerized workloads
server_leapmicro_p2: An ultra-reliable, lightweight and immutable operating system for compute environments like edge, embedded, IoT deployments and others.
new_version_available: $distro_name is now available for download
new_version_testing: $distro_name is now available for download and testing
view_distro: View $distro_name
Expand Down
20 changes: 20 additions & 0 deletions server.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ <h6>{{ locale.server_microos_p1 }}</h6>
</div>
</div>
</div>
<div class="col-md-6 py-2 px-5 py-md-5 bg-leapmicro-tint">
<div class="row h-100">
<div class="col-auto">
<div class="distribution-logo">
{% include logos/leapmicro.svg %}
</div>
</div>
<div class="col d-flex flex-column">
<div class="mb-md-auto">
<h2>Leap Micro</h2>
<h6>{{ locale.server_leapmicro_p1 }}</h6>
<p>{{ locale.server_leapmicro_p2 }}</p>
</div>
{% assign leapmicro_version = site.releases.leapmicro[site.releases.leapmicro.current].version %}
{% capture distro_name %}Leap Micro {{ leapmicro_version }}{% endcapture %}
<a href="{{ '/leapmicro/' | append: leapmicro_version | append: '/?type=server' | prefix_locale }}" class="btn btn-light mb-2">{{ locale.learn_more }}</a>
<a href="{{ '/leapmicro/' | append: leapmicro_version | append: '/?type=server#download' | prefix_locale }}" class="btn btn-light">{{ locale.download }}</a>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 18a862a

Please sign in to comment.