add languages to landing page

This commit is contained in:
Matteias Collet 2020-07-14 19:45:47 +02:00
parent cc7a6b7b2a
commit 91c66bbe36

View file

@ -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);