Widgets for Lichess (Work in progress)

Add the following to the <head> of your webpage, and then add one of the widgets to the <body> of your webpage.

<link rel="stylesheet" href="http://rubenwardy.github.io/lichess_widgets/lichess_widgets.css" />
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://rubenwardy.github.io/lichess_widgets/lichess_widgets.js"></script>
<!-- For the light theme --> <link rel="stylesheet" href="http://rubenwardy.github.io/lichess_widgets/light.css" />
<!-- For the dark theme --> <link rel="stylesheet" href="http://rubenwardy.github.io/lichess_widgets/dark.css" />
<script>lichess.profile("light", "rubenwardy", "Lichess");</script>
<script>lichess.profile("light", "rubenwardy");</script>
<script>lichess.profile_scores("light", "rubenwardy");</script>
<script>lichess.profile_scores("light", "rubenwardy", "");</script>
<script>lichess.profile_big("light", "rubenwardy");</script>
<script>lichess.profile_big("light", "rubenwardy", "My Lichess");</script>
<script>lichess.profile("dark", "rubenwardy", "Lichess");</script>
<script>lichess.profile("dark", "rubenwardy");</script>
<script>lichess.profile_scores("dark", "rubenwardy");</script>
<script>lichess.profile_scores("dark", "rubenwardy", "");</script>
<script>lichess.profile_big("dark", "rubenwardy");</script>
<script>lichess.profile_big("dark", "rubenwardy", "My Lichess");</script>