Fix codersrank heights

This commit is contained in:
2021-05-27 20:57:59 +02:00
parent 3995c5b57f
commit 3f11483114
2 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,9 @@ Hi, I'm a German software developer currently studying Applied Informatics.
In my spare time I do quite [some modding]({% link modding.html %}) to the sandbox video game [Minecraft](https://en.wikipedia.org/wiki/Minecraft). I also do some more or less experimental projects with Python, PHP and Rust.
<codersrank-skills-chart username="Siphalor" branding="false" labels legend skills="C,C++,CSS,HTML,Java,JavaScript,PHP,Python,Rust,SCSS" svg-height="300" style="height:350px" aria-hidden="true"></codersrank-skills-chart>
<div style="height:350px">
<codersrank-skills-chart username="Siphalor" branding="false" labels legend skills="C,C++,CSS,HTML,Java,JavaScript,PHP,Python,Rust,SCSS" svg-height="300" aria-hidden="true"></codersrank-skills-chart>
</div>
<script src="https://unpkg.com/@codersrank/skills-chart/codersrank-skills-chart.min.js"></script>
## Contact

View File

@@ -2,8 +2,8 @@
layout: home
---
<a href="https://profile.codersrank.io/user/siphalor" aria-label="My CodersRank profile">
<a href="https://profile.codersrank.io/user/siphalor" aria-label="My CodersRank profile" style="height:111px">
<codersrank-activity username="Siphalor" legend="false" labels branding="false" tooltip step="5"
style="height:111px" title="Combined activity graph from GitHub, GitLab and others" aria-hidden="true"></codersrank-activity>
title="Combined activity graph from GitHub, GitLab and others" aria-hidden="true"></codersrank-activity>
</a>
<script src="https://unpkg.com/@codersrank/activity/codersrank-activity.min.js"></script>