add the buttons, but the default style is messy
This commit is contained in:
parent
98bc565d63
commit
a625c9e5bf
@ -5,7 +5,7 @@ draft = false
|
||||
+++
|
||||
|
||||
<div class="container text-center">
|
||||
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-3">
|
||||
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-3" />
|
||||
<div class="d-flex justify-content-center mx-auto w-75">
|
||||
<p class="text-justify">
|
||||
The Flight Software Framework is a C++ Object Oriented Framework for
|
||||
@ -24,4 +24,58 @@ draft = false
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h1>Documentation and Coverage</h1>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<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"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
|
||||
class="text-decoration-none"
|
||||
target="_blank"
|
||||
>DEVELOP</a
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<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"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
|
||||
class="text-decoration-noe"
|
||||
target="_blank"
|
||||
>MASTER</a
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<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"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
|
||||
class="text-decoration-none"
|
||||
target="_blank"
|
||||
>→ COVERAGE</a
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<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"
|
||||
>
|
||||
<a
|
||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
|
||||
class="text-decoration-none"
|
||||
target="_blank"
|
||||
>→ COVERAGE</a
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user