Skip to content
Snippets Groups Projects
Commit 1f880018 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

add linkedin link at the bottom

parent c48c7bb3
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
<ul>
<li><a href="https://github.com/simbricks" class="github" title="GitHub"></a></li>
<li><a href="https://twitter.com/sim_bricks" class="twitter" title="Twitter"></a></li>
<li><a href="https://www.linkedin.com/company/simbricks/" class="linkedin" title="LinkedIn"></a></li>
<li><a href="https://join.slack.com/t/simbricks/shared_invite/zt-16y96155y-xspnVcm18EUkbUHDcSVonA" class="slack" title="Slack"></a></li>
</ul>
</nav>
......
......@@ -231,6 +231,9 @@ footer {
a.twitter::before {
content: "\f099";
}
a.linkedin::before {
content: "\f08c";
}
}
}
}
......
......@@ -142,11 +142,14 @@ footer {
justify-content: center;
flex-wrap: wrap;
div.mpisws-logo, nav, div.tumvl-logo {
width: 15rem;
width: 13rem;
img {
margin: 1rem;
}
}
nav {
width: 17rem;
}
div.mpisws-logo {
img {
width: 5rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment