]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/modules/download-button.html
basic style Download page
[people/shoehn/ipfire.org.git] / templates / modules / download-button.html
index 0a3ed984bad67977ee86685a8972911b17713768..09667fdcf77144cf6154dd6e75e138d4c72f9769 100644 (file)
@@ -1,4 +1,9 @@
-<a class="btn btn-primary download-button download-splash" href="{{ escape(image.url) }}">
-       <span class="fa fa-download"></span> {{ _("Download %s") % escape(release.name) }}<br>
-       <small>({{ _("ISO-Image") }} - {{ escape(image.arch) }} - {{ format_size(image.size) }})</small>
-</a>
+<a class="btn btn-primary btn-xlg m-5 d-flex justify-content-center" href="{{ escape(image.url) }}">
+       <div class="mr-3">
+               <svg class="icon i_lg i_white i_download"><use xlink:href="#download"/></svg>
+       </div>
+       <div>
+               {{ _("Download %s") % escape(release.name) }}<br>
+               <small>({{ _("ISO-Image") }} - {{ escape(image.arch) }} - {{ format_size(image.size) }})</small>
+       </div>
+</a>
\ No newline at end of file