A finished page

This commit is contained in:
HackerNCoder 2022-09-23 01:06:38 +02:00
parent 2cc719e407
commit 58c05ddadf
2 changed files with 16 additions and 3 deletions

View file

@ -11710,3 +11710,14 @@ body {
.footer {
padding: 5rem 0;
}
.crop {
width: 300px;
display: block;
overflow: hidden;
}
.crop img {
width: 400px;
margin-left: -100px;
}

View file

@ -11,13 +11,15 @@
<h3 class="my-3">Project Description</h3>
<p>{{this.body}}</p>
<h3 class="my-3">Weblate status</h3>
<a href="https://littleroot.net/weblate/engage/{{ this.weblate }}/">
<a class="crop" href="https://littleroot.net/weblate/engage/{{ this.weblate }}/">
<img src="https://littleroot.net/weblate/widgets/{{ this.weblate }}/-/multi-auto.svg" alt="Translation status" />
</a>
<h3 class="my-3">Project Details</h3>
<div class="w-100 text-center">
<a href="https://littleroot.net/weblate/engage/{{ this.weblate }}/" class="btn btn-primary"><i class="fa fa-language" aria-hidden="true"></i> Translate</a>
<a href="{{this.website}}" class="btn btn-primary"><i class="fa fa-external-link" aria-hidden="true"></i> Download</a>
<div class="mx-auto" style="width: 210px;">
<a href="https://littleroot.net/weblate/engage/{{ this.weblate }}/" class="btn btn-primary w-100 mb-2 px-0"><i class="fa fa-language" aria-hidden="true"></i> Translate</a>
<a href="{{this.website}}" class="px-0 btn btn-primary w-100"><i class="fa fa-external-link" aria-hidden="true"></i> Download</a>
</div>
</div>
</div>
</div>