https://www.misp-project.org/contributors/#contributors
Note that the top two contributors are not included because their anchor scrolled behind the top header.
My browser says that printing this would cost 72 pages.
It's caused by:
|
/* all img in blog posts are responsive */ |
|
#blog-post img { |
|
display: block; |
Without that rule, you could have:

And it would only cost 43 pages.
The comment in
|
/* all img in blog posts are responsive */ |
is wrong. Contributor icons are not responsive. Or conversely, contributors shouldn't be framed in a blog-post.
Beyond that, you run into the same sort of problem for contributor counts per contributor per repository which is why the page count only effectively halved instead of collapsing to something like 10.
https://www.misp-project.org/contributors/#misp
Offhand, I'd suggest something like:
| username |
total commits |
username |
total commits |
username |
total commits |
username |
total commits |
| iglocska |
4596 |
chrisr3d |
1003 |
mokaddem |
957 |
adulau |
632 |
| SteveClement |
578 |
noud |
414 |
cvandeplas |
374 |
Rafiot |
239 |
| rotanid |
225 |
RichieB2B |
203 |
JakubOnderka |
113 |
StefanKelm |
78 |
| FloatingGhost |
45 |
sfossen |
33 |
cristianbell |
30 |
4ekin |
27 |
| zaphodef |
25 |
iwitz |
21 |
elhoim |
20 |
deresz |
20 |
| deralexxx |
18 |
truckydev |
17 |
jezkerwin |
17 |
cedricbonhomme |
15 |
With that change, the page count should drop to something like 20 pages (hopefully closer to 15). At which point, someone could probably read it without giving up.
https://www.misp-project.org/contributors/#contributors
Note that the top two contributors are not included because their anchor scrolled behind the top header.
My browser says that printing this would cost 72 pages.
It's caused by:
misp-website/static/css/custom.css
Lines 39 to 41 in ab7384a
Without that rule, you could have:

And it would only cost 43 pages.
The comment in
misp-website/static/css/custom.css
Line 39 in ab7384a
Beyond that, you run into the same sort of problem for contributor counts per contributor per repository which is why the page count only effectively halved instead of collapsing to something like 10.
https://www.misp-project.org/contributors/#misp
Offhand, I'd suggest something like:
With that change, the page count should drop to something like 20 pages (hopefully closer to 15). At which point, someone could probably read it without giving up.