website-improvements #2
@ -5,6 +5,10 @@
|
||||
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap");
|
||||
|
||||
html {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "univers";
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ homeLogoCss = "fsfw-img"
|
||||
<div class="container text-center">
|
||||
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-4" />
|
||||
<div class="d-flex justify-content-center mx-auto w-75">
|
||||
<p class="text-justify">{{% content "description.md" %}}</p>
|
||||
<p class="text-start">{{% content "description.md" %}}</p>
|
||||
</div>
|
||||
|
||||
<h2><i class="bi bi-file-text"></i> Documentation</h2>
|
||||
|
@ -14,7 +14,7 @@ homeLogoCss = "satrs-img"
|
||||
<div class="container text-center">
|
||||
<img src="sat-rs_logo.png" class="img-fluid mx-auto my-3 w-50" />
|
||||
<div class="d-flex justify-content-center mx-auto w-75">
|
||||
<p class="text-justify">{{% content "description.md" %}}</p>
|
||||
<p class="text-start">{{% content "description.md" %}}</p>
|
||||
</div>
|
||||
|
||||
<h2><i class="bi bi-file-text"></i> Documentation</h2>
|
||||
@ -32,12 +32,12 @@ homeLogoCss = "satrs-img"
|
||||
</div>
|
||||
<div class="col">
|
||||
<a
|
||||
href="https://docs.rs/satrs-core"
|
||||
href="https://docs.rs/satrs"
|
||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||
target="_blank"
|
||||
>
|
||||
<span class="content-button-bg">
|
||||
<span class="content-button-text">CORE API</span>
|
||||
<span class="content-button-text">API</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@ draft = false
|
||||
|
||||
<div class="container text-center">
|
||||
<div class="d-flex justify-content-center mx-auto w-75">
|
||||
<p class="text-justify">{{% content "description.md" %}}</p>
|
||||
<p class="text-start">{{% content "description.md" %}}</p>
|
||||
</div>
|
||||
|
||||
<h1>Python</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user