add project euler profile badge

This commit is contained in:
filifa 2025-07-27 16:39:18 -04:00
parent 22166a001e
commit c1371e7ea4
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@
</header>
<main>
<article>
<img id="euler-badge" src="https://projecteuler.net/profile/filifa.png" alt="a badge showing filifa's up-to-date Project Euler statistics (solved 168 as of 2025-07-27)" width="200px" height="60px"/>
<h1 id="eulerbooks">Eulerbooks</h1>
<p>This is a collection of Jupyter notebooks containing solutions and
discussions for the first 100 <a

View File

@ -18,3 +18,7 @@ tr :nth-child(1) {
tr :nth-child(4) {
width: 20%;
}
#euler-badge {
float: right;
}