add languages to landing page
This commit is contained in:
parent
cc7a6b7b2a
commit
91c66bbe36
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
<a href="https://twitter.com/srlMilk" target="_blank" rel="noopener">Milk</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="centered"><a href="/">English</a> | <a href="/de">Deutsch</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -190,6 +191,11 @@ section > div:not(:first-child) {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.centered {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@keyframes spinner {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
|
|
Loading…
Reference in a new issue