| |
@@ -8,14 +8,11 @@
|
| |
<div class="bg-tranparent">
|
| |
<div class="container">
|
| |
<div class="row align-items-center">
|
| |
- <div class="col-6 ">
|
| |
+ <div class="col-12 pt-5">
|
| |
<h1 class="font-weight-light">Fedora CoreOS.</h1>
|
| |
<h5 class="font-weight-light">{% trans trimmed %}Preview an automatically updating Linux OS for containerized workloads.{% endtrans %}</h5>
|
| |
<a class="btn btn-lg btn-outline-fedora-magenta mt-2" href="{{url_for('coreos_download', lang_code=lang_code)}}">{% trans trimmed %}Download Now{% endtrans %}</a>
|
| |
</div>
|
| |
- <div class="col-6">
|
| |
- <img src="/static/images/g-laptop-wallpaper.png" class="w-100"/>
|
| |
- </div>
|
| |
</div>
|
| |
</div>
|
| |
</div>
|
| |
Drop laptop image from the coreos Overview page, as this does not
apply to Fedora CoreOS.
Signed-off-by: Robert Fairley rfairley@redhat.com
Mentioned in: https://pagure.io/fedora-web/websites/pull-request/39#comment-92150