buttons working but the duplication is horrible

This commit is contained in:
Robin Müller 2023-12-09 19:30:31 +01:00
parent a625c9e5bf
commit 7b227f1475
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -29,11 +29,11 @@ draft = false
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<span <span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto" class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
> >
<a <a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/" href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
class="text-decoration-none" class="text-decoration-none text-light"
target="_blank" target="_blank"
>DEVELOP</a >DEVELOP</a
> >
@ -41,25 +41,25 @@ draft = false
</div> </div>
<div class="col"> <div class="col">
<span <span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto" class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
> >
<a <a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/" href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
class="text-decoration-noe" class="text-decoration-none text-light"
target="_blank" target="_blank"
>MASTER</a >MASTER</a
> >
</span> </span>
</div> </div>
</div> </div>
<div class="row"> <div class="row pb-2">
<div class="col"> <div class="col">
<span <span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto" class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
> >
<a <a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/" href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
class="text-decoration-none" class="text-decoration-none text-light"
target="_blank" target="_blank"
>&#8594; COVERAGE</a >&#8594; COVERAGE</a
> >
@ -67,11 +67,11 @@ draft = false
</div> </div>
<div class="col"> <div class="col">
<span <span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-5 w-50 mx-auto" class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
> >
<a <a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/" href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
class="text-decoration-none" class="text-decoration-none text-light"
target="_blank" target="_blank"
>&#8594; COVERAGE</a >&#8594; COVERAGE</a
> >