pull/1680/head
FonduemangVI 10 months ago
parent eef363d8f0
commit 6505b50a18

@ -1,13 +1,7 @@
const axios = require('axios');
const fs = require('fs');
// Indentation function
function indentString(string, indentation) {
return string.split('\n').map(line => indentation + line).join('\n');
}
let contributors = '<table>\n';
let index = 0;
let contributors = [];
let page = 1;
function fetchPage() {
@ -15,10 +9,7 @@ function fetchPage() {
.then((response) => {
if (response.data.length === 0) {
// No more contributors, write the file
contributors += '</table>\n';
contributors = indentString(contributors, '');
fs.writeFileSync('CONTRIBUTORS.md', `## Contributors\n\n<!-- readme: contributors -start -->\n${contributors}\n<!-- readme: contributors -end -->\n`);
fs.writeFileSync('CONTRIBUTORS.json', JSON.stringify(contributors, null, 2));
return;
}
@ -26,24 +17,13 @@ function fetchPage() {
// Exclude bots and actions-user
if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user') return;
if (index % 5 === 0) {
contributors += '<tr>';
}
const userHtml = `
<td align="center">
<img src="${user.avatar_url}&v=4" style="width: 50px; border-radius: 50%;" alt="${user.login}"/>
<br />
<b><a href="${user.html_url}">${user.login}</a></b>
</td>`;
contributors += indentString(userHtml, ' ');
if ((index + 1) % 5 === 0 || index === response.data.length - 1) {
contributors += '\n</tr>\n';
}
const userJson = {
"title": user.login,
"image": user.avatar_url,
"url": user.html_url,
};
index++;
contributors.push(userJson);
});
// Fetch the next page
@ -55,4 +35,4 @@ function fetchPage() {
});
}
fetchPage();
fetchPage();

@ -1,7 +1,13 @@
const axios = require('axios');
const fs = require('fs');
let contributors = [];
// Indentation function
function indentString(string, indentation) {
return string.split('\n').map(line => indentation + line).join('\n');
}
let contributors = '<table>\n';
let index = 0;
let page = 1;
function fetchPage() {
@ -9,21 +15,35 @@ function fetchPage() {
.then((response) => {
if (response.data.length === 0) {
// No more contributors, write the file
fs.writeFileSync('CONTRIBUTORS.json', JSON.stringify(contributors, null, 2));
contributors += '</table>\n';
contributors = indentString(contributors, '');
fs.writeFileSync('CONTRIBUTORS.md', `## Contributors\n\n<!-- readme: contributors -start -->\n${contributors}\n<!-- readme: contributors -end -->\n`);
return;
}
response.data.forEach((user) => {
// Exclude bots and actions-user
if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user') return;
if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user' || user.login === 'mynameisbogdan') return;
if (index % 5 === 0) {
contributors += '<tr>';
}
const userHtml = `
<td align="center">
<img src="${user.avatar_url}&v=4" style="width: 50%; border-radius: 50%;" alt="${user.login}"/>
<br />
<b><a href="${user.html_url}">${user.login}</a></b>
</td>`;
contributors += indentString(userHtml, ' ');
const userJson = {
"title": user.login,
"image": user.avatar_url,
"url": user.html_url,
};
if ((index + 1) % 5 === 0 || index === response.data.length - 1) {
contributors += '\n</tr>\n';
}
contributors.push(userJson);
index++;
});
// Fetch the next page
@ -35,4 +55,4 @@ function fetchPage() {
});
}
fetchPage();
fetchPage();

@ -30,6 +30,5 @@ jobs:
git diff
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add CONTRIBUTORS.json
git commit -am "Update CONTRIBUTORS.md" || exit 0
git push

@ -1,452 +0,0 @@
[
{
"title": "TRaSH-",
"image": "https://avatars.githubusercontent.com/u/6155095?v=4",
"url": "https://github.com/TRaSH-"
},
{
"title": "yammes08",
"image": "https://avatars.githubusercontent.com/u/111231042?v=4",
"url": "https://github.com/yammes08"
},
{
"title": "FonduemangVI",
"image": "https://avatars.githubusercontent.com/u/15520607?v=4",
"url": "https://github.com/FonduemangVI"
},
{
"title": "NiceTSY",
"image": "https://avatars.githubusercontent.com/u/38940602?v=4",
"url": "https://github.com/NiceTSY"
},
{
"title": "nuxencs",
"image": "https://avatars.githubusercontent.com/u/47067662?v=4",
"url": "https://github.com/nuxencs"
},
{
"title": "bakerboy448",
"image": "https://avatars.githubusercontent.com/u/55419169?v=4",
"url": "https://github.com/bakerboy448"
},
{
"title": "Visorask",
"image": "https://avatars.githubusercontent.com/u/54461452?v=4",
"url": "https://github.com/Visorask"
},
{
"title": "bokkoman",
"image": "https://avatars.githubusercontent.com/u/7511367?v=4",
"url": "https://github.com/bokkoman"
},
{
"title": "nemchik",
"image": "https://avatars.githubusercontent.com/u/725456?v=4",
"url": "https://github.com/nemchik"
},
{
"title": "rg9400",
"image": "https://avatars.githubusercontent.com/u/39887349?v=4",
"url": "https://github.com/rg9400"
},
{
"title": "andersbjorshol",
"image": "https://avatars.githubusercontent.com/u/161516010?v=4",
"url": "https://github.com/andersbjorshol"
},
{
"title": "sadstan",
"image": "https://avatars.githubusercontent.com/u/76420253?v=4",
"url": "https://github.com/sadstan"
},
{
"title": "zakkarry",
"image": "https://avatars.githubusercontent.com/u/123845855?v=4",
"url": "https://github.com/zakkarry"
},
{
"title": "owine",
"image": "https://avatars.githubusercontent.com/u/4283702?v=4",
"url": "https://github.com/owine"
},
{
"title": "rcdailey",
"image": "https://avatars.githubusercontent.com/u/1768054?v=4",
"url": "https://github.com/rcdailey"
},
{
"title": "quorn23",
"image": "https://avatars.githubusercontent.com/u/6703012?v=4",
"url": "https://github.com/quorn23"
},
{
"title": "kantjer01",
"image": "https://avatars.githubusercontent.com/u/140897249?v=4",
"url": "https://github.com/kantjer01"
},
{
"title": "4l3-X",
"image": "https://avatars.githubusercontent.com/u/108864960?v=4",
"url": "https://github.com/4l3-X"
},
{
"title": "ItsME6969",
"image": "https://avatars.githubusercontent.com/u/89707006?v=4",
"url": "https://github.com/ItsME6969"
},
{
"title": "austinwbest",
"image": "https://avatars.githubusercontent.com/u/8321115?v=4",
"url": "https://github.com/austinwbest"
},
{
"title": "userdocs",
"image": "https://avatars.githubusercontent.com/u/16525024?v=4",
"url": "https://github.com/userdocs"
},
{
"title": "calvinbui",
"image": "https://avatars.githubusercontent.com/u/3604363?v=4",
"url": "https://github.com/calvinbui"
},
{
"title": "mynameisbogdan",
"image": "https://avatars.githubusercontent.com/u/707714?v=4",
"url": "https://github.com/mynameisbogdan"
},
{
"title": "doob187",
"image": "https://avatars.githubusercontent.com/u/60312740?v=4",
"url": "https://github.com/doob187"
},
{
"title": "thatbritguy",
"image": "https://avatars.githubusercontent.com/u/10825337?v=4",
"url": "https://github.com/thatbritguy"
},
{
"title": "foux",
"image": "https://avatars.githubusercontent.com/u/246550?v=4",
"url": "https://github.com/foux"
},
{
"title": "jasonla",
"image": "https://avatars.githubusercontent.com/u/12141407?v=4",
"url": "https://github.com/jasonla"
},
{
"title": "keliansb",
"image": "https://avatars.githubusercontent.com/u/22099779?v=4",
"url": "https://github.com/keliansb"
},
{
"title": "Roxedus",
"image": "https://avatars.githubusercontent.com/u/7110194?v=4",
"url": "https://github.com/Roxedus"
},
{
"title": "SeiyaGame",
"image": "https://avatars.githubusercontent.com/u/40237982?v=4",
"url": "https://github.com/SeiyaGame"
},
{
"title": "saltydk",
"image": "https://avatars.githubusercontent.com/u/6587950?v=4",
"url": "https://github.com/saltydk"
},
{
"title": "mizz141",
"image": "https://avatars.githubusercontent.com/u/20839616?v=4",
"url": "https://github.com/mizz141"
},
{
"title": "Kuredant",
"image": "https://avatars.githubusercontent.com/u/1890076?v=4",
"url": "https://github.com/Kuredant"
},
{
"title": "jsatk",
"image": "https://avatars.githubusercontent.com/u/1005550?v=4",
"url": "https://github.com/jsatk"
},
{
"title": "fabricionaweb",
"image": "https://avatars.githubusercontent.com/u/15933?v=4",
"url": "https://github.com/fabricionaweb"
},
{
"title": "Davo1624",
"image": "https://avatars.githubusercontent.com/u/85573606?v=4",
"url": "https://github.com/Davo1624"
},
{
"title": "brettpetch",
"image": "https://avatars.githubusercontent.com/u/38706195?v=4",
"url": "https://github.com/brettpetch"
},
{
"title": "8a8al00ey",
"image": "https://avatars.githubusercontent.com/u/109389709?v=4",
"url": "https://github.com/8a8al00ey"
},
{
"title": "voltron4lyfe",
"image": "https://avatars.githubusercontent.com/u/55123373?v=4",
"url": "https://github.com/voltron4lyfe"
},
{
"title": "Opt6",
"image": "https://avatars.githubusercontent.com/u/82363306?v=4",
"url": "https://github.com/Opt6"
},
{
"title": "KnifeFed",
"image": "https://avatars.githubusercontent.com/u/85502276?v=4",
"url": "https://github.com/KnifeFed"
},
{
"title": "Appoxo",
"image": "https://avatars.githubusercontent.com/u/17850993?v=4",
"url": "https://github.com/Appoxo"
},
{
"title": "Feramance",
"image": "https://avatars.githubusercontent.com/u/38938175?v=4",
"url": "https://github.com/Feramance"
},
{
"title": "Getn67",
"image": "https://avatars.githubusercontent.com/u/51862012?v=4",
"url": "https://github.com/Getn67"
},
{
"title": "kdbruin",
"image": "https://avatars.githubusercontent.com/u/3851711?v=4",
"url": "https://github.com/kdbruin"
},
{
"title": "andrew-kennedy",
"image": "https://avatars.githubusercontent.com/u/2387159?v=4",
"url": "https://github.com/andrew-kennedy"
},
{
"title": "appiekap653",
"image": "https://avatars.githubusercontent.com/u/29512159?v=4",
"url": "https://github.com/appiekap653"
},
{
"title": "Drapersniper",
"image": "https://avatars.githubusercontent.com/u/27962761?v=4",
"url": "https://github.com/Drapersniper"
},
{
"title": "MattSidney",
"image": "https://avatars.githubusercontent.com/u/45581528?v=4",
"url": "https://github.com/MattSidney"
},
{
"title": "mkatsevVR",
"image": "https://avatars.githubusercontent.com/u/911677?v=4",
"url": "https://github.com/mkatsevVR"
},
{
"title": "aljohn92",
"image": "https://avatars.githubusercontent.com/u/16975578?v=4",
"url": "https://github.com/aljohn92"
},
{
"title": "mirolm",
"image": "https://avatars.githubusercontent.com/u/9135358?v=4",
"url": "https://github.com/mirolm"
},
{
"title": "mrhotio",
"image": "https://avatars.githubusercontent.com/u/26902309?v=4",
"url": "https://github.com/mrhotio"
},
{
"title": "mvanbaak",
"image": "https://avatars.githubusercontent.com/u/1928231?v=4",
"url": "https://github.com/mvanbaak"
},
{
"title": "bobokun",
"image": "https://avatars.githubusercontent.com/u/12660469?v=4",
"url": "https://github.com/bobokun"
},
{
"title": "ToXinE",
"image": "https://avatars.githubusercontent.com/u/6205053?v=4",
"url": "https://github.com/ToXinE"
},
{
"title": "ryanwalder",
"image": "https://avatars.githubusercontent.com/u/10901150?v=4",
"url": "https://github.com/ryanwalder"
},
{
"title": "Qstick",
"image": "https://avatars.githubusercontent.com/u/376117?v=4",
"url": "https://github.com/Qstick"
},
{
"title": "qsuicide",
"image": "https://avatars.githubusercontent.com/u/107214609?v=4",
"url": "https://github.com/qsuicide"
},
{
"title": "Plancke",
"image": "https://avatars.githubusercontent.com/u/1756802?v=4",
"url": "https://github.com/Plancke"
},
{
"title": "pdcamilleri",
"image": "https://avatars.githubusercontent.com/u/1164501?v=4",
"url": "https://github.com/pdcamilleri"
},
{
"title": "ehippy",
"image": "https://avatars.githubusercontent.com/u/157220?v=4",
"url": "https://github.com/ehippy"
},
{
"title": "patrick-5546",
"image": "https://avatars.githubusercontent.com/u/65756895?v=4",
"url": "https://github.com/patrick-5546"
},
{
"title": "datcactus",
"image": "https://avatars.githubusercontent.com/u/107456394?v=4",
"url": "https://github.com/datcactus"
},
{
"title": "cynicalgeek",
"image": "https://avatars.githubusercontent.com/u/12488767?v=4",
"url": "https://github.com/cynicalgeek"
},
{
"title": "garypiner",
"image": "https://avatars.githubusercontent.com/u/36236331?v=4",
"url": "https://github.com/garypiner"
},
{
"title": "TESTPERSONAL",
"image": "https://avatars.githubusercontent.com/u/6664588?v=4",
"url": "https://github.com/TESTPERSONAL"
},
{
"title": "lundwall",
"image": "https://avatars.githubusercontent.com/u/23060984?v=4",
"url": "https://github.com/lundwall"
},
{
"title": "p5nbTgip0r",
"image": "https://avatars.githubusercontent.com/u/32445075?v=4",
"url": "https://github.com/p5nbTgip0r"
},
{
"title": "snowballramen",
"image": "https://avatars.githubusercontent.com/u/97920769?v=4",
"url": "https://github.com/snowballramen"
},
{
"title": "s0up4200",
"image": "https://avatars.githubusercontent.com/u/18177310?v=4",
"url": "https://github.com/s0up4200"
},
{
"title": "thezoggy",
"image": "https://avatars.githubusercontent.com/u/500882?v=4",
"url": "https://github.com/thezoggy"
},
{
"title": "2fst4u",
"image": "https://avatars.githubusercontent.com/u/15257926?v=4",
"url": "https://github.com/2fst4u"
},
{
"title": "AN1MATEK",
"image": "https://avatars.githubusercontent.com/u/15142596?v=4",
"url": "https://github.com/AN1MATEK"
},
{
"title": "nickavem",
"image": "https://avatars.githubusercontent.com/u/72708798?v=4",
"url": "https://github.com/nickavem"
},
{
"title": "AvAars",
"image": "https://avatars.githubusercontent.com/u/38613762?v=4",
"url": "https://github.com/AvAars"
},
{
"title": "briandipalma",
"image": "https://avatars.githubusercontent.com/u/1597820?v=4",
"url": "https://github.com/briandipalma"
},
{
"title": "ChaseBro",
"image": "https://avatars.githubusercontent.com/u/290461?v=4",
"url": "https://github.com/ChaseBro"
},
{
"title": "ColinHebert",
"image": "https://avatars.githubusercontent.com/u/232139?v=4",
"url": "https://github.com/ColinHebert"
},
{
"title": "dako98",
"image": "https://avatars.githubusercontent.com/u/8067383?v=4",
"url": "https://github.com/dako98"
},
{
"title": "DiscDuck",
"image": "https://avatars.githubusercontent.com/u/77843475?v=4",
"url": "https://github.com/DiscDuck"
},
{
"title": "Seros",
"image": "https://avatars.githubusercontent.com/u/9016208?v=4",
"url": "https://github.com/Seros"
},
{
"title": "JackGameer",
"image": "https://avatars.githubusercontent.com/u/2633890?v=4",
"url": "https://github.com/JackGameer"
},
{
"title": "jalmansor",
"image": "https://avatars.githubusercontent.com/u/79274231?v=4",
"url": "https://github.com/jalmansor"
},
{
"title": "jwoodhouse",
"image": "https://avatars.githubusercontent.com/u/23200350?v=4",
"url": "https://github.com/jwoodhouse"
},
{
"title": "jonasgeiler",
"image": "https://avatars.githubusercontent.com/u/10259118?v=4",
"url": "https://github.com/jonasgeiler"
},
{
"title": "KaitoKid",
"image": "https://avatars.githubusercontent.com/u/9055441?v=4",
"url": "https://github.com/KaitoKid"
},
{
"title": "kaiserbh",
"image": "https://avatars.githubusercontent.com/u/41852205?v=4",
"url": "https://github.com/kaiserbh"
},
{
"title": "maximuskowalski",
"image": "https://avatars.githubusercontent.com/u/13492750?v=4",
"url": "https://github.com/maximuskowalski"
},
{
"title": "nmcc1212",
"image": "https://avatars.githubusercontent.com/u/48334675?v=4",
"url": "https://github.com/nmcc1212"
}
]

@ -1,493 +0,0 @@
## Contributors
<!-- readme: contributors -start -->
<table>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/6155095?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="TRaSH-"/>
<br />
<b><a href="https://github.com/TRaSH-">TRaSH-</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/111231042?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="yammes08"/>
<br />
<b><a href="https://github.com/yammes08">yammes08</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/15520607?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="FonduemangVI"/>
<br />
<b><a href="https://github.com/FonduemangVI">FonduemangVI</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/38940602?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="NiceTSY"/>
<br />
<b><a href="https://github.com/NiceTSY">NiceTSY</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/47067662?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="nuxencs"/>
<br />
<b><a href="https://github.com/nuxencs">nuxencs</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/55419169?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="bakerboy448"/>
<br />
<b><a href="https://github.com/bakerboy448">bakerboy448</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/54461452?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Visorask"/>
<br />
<b><a href="https://github.com/Visorask">Visorask</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/7511367?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="bokkoman"/>
<br />
<b><a href="https://github.com/bokkoman">bokkoman</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/725456?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="nemchik"/>
<br />
<b><a href="https://github.com/nemchik">nemchik</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/39887349?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="rg9400"/>
<br />
<b><a href="https://github.com/rg9400">rg9400</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/161516010?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="andersbjorshol"/>
<br />
<b><a href="https://github.com/andersbjorshol">andersbjorshol</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/76420253?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="sadstan"/>
<br />
<b><a href="https://github.com/sadstan">sadstan</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/123845855?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="zakkarry"/>
<br />
<b><a href="https://github.com/zakkarry">zakkarry</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/4283702?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="owine"/>
<br />
<b><a href="https://github.com/owine">owine</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1768054?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="rcdailey"/>
<br />
<b><a href="https://github.com/rcdailey">rcdailey</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/6703012?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="quorn23"/>
<br />
<b><a href="https://github.com/quorn23">quorn23</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/140897249?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="kantjer01"/>
<br />
<b><a href="https://github.com/kantjer01">kantjer01</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/108864960?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="4l3-X"/>
<br />
<b><a href="https://github.com/4l3-X">4l3-X</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/89707006?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="ItsME6969"/>
<br />
<b><a href="https://github.com/ItsME6969">ItsME6969</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/8321115?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="austinwbest"/>
<br />
<b><a href="https://github.com/austinwbest">austinwbest</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/16525024?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="userdocs"/>
<br />
<b><a href="https://github.com/userdocs">userdocs</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/3604363?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="calvinbui"/>
<br />
<b><a href="https://github.com/calvinbui">calvinbui</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/707714?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="mynameisbogdan"/>
<br />
<b><a href="https://github.com/mynameisbogdan">mynameisbogdan</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/60312740?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="doob187"/>
<br />
<b><a href="https://github.com/doob187">doob187</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/10825337?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="thatbritguy"/>
<br />
<b><a href="https://github.com/thatbritguy">thatbritguy</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/246550?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="foux"/>
<br />
<b><a href="https://github.com/foux">foux</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/12141407?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="jasonla"/>
<br />
<b><a href="https://github.com/jasonla">jasonla</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/22099779?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="keliansb"/>
<br />
<b><a href="https://github.com/keliansb">keliansb</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/7110194?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Roxedus"/>
<br />
<b><a href="https://github.com/Roxedus">Roxedus</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/40237982?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="SeiyaGame"/>
<br />
<b><a href="https://github.com/SeiyaGame">SeiyaGame</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/6587950?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="saltydk"/>
<br />
<b><a href="https://github.com/saltydk">saltydk</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/20839616?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="mizz141"/>
<br />
<b><a href="https://github.com/mizz141">mizz141</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1890076?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Kuredant"/>
<br />
<b><a href="https://github.com/Kuredant">Kuredant</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1005550?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="jsatk"/>
<br />
<b><a href="https://github.com/jsatk">jsatk</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/15933?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="fabricionaweb"/>
<br />
<b><a href="https://github.com/fabricionaweb">fabricionaweb</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/85573606?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Davo1624"/>
<br />
<b><a href="https://github.com/Davo1624">Davo1624</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/38706195?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="brettpetch"/>
<br />
<b><a href="https://github.com/brettpetch">brettpetch</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/109389709?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="8a8al00ey"/>
<br />
<b><a href="https://github.com/8a8al00ey">8a8al00ey</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/55123373?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="voltron4lyfe"/>
<br />
<b><a href="https://github.com/voltron4lyfe">voltron4lyfe</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/82363306?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Opt6"/>
<br />
<b><a href="https://github.com/Opt6">Opt6</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/85502276?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="KnifeFed"/>
<br />
<b><a href="https://github.com/KnifeFed">KnifeFed</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/17850993?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Appoxo"/>
<br />
<b><a href="https://github.com/Appoxo">Appoxo</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/38938175?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Feramance"/>
<br />
<b><a href="https://github.com/Feramance">Feramance</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/51862012?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Getn67"/>
<br />
<b><a href="https://github.com/Getn67">Getn67</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/3851711?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="kdbruin"/>
<br />
<b><a href="https://github.com/kdbruin">kdbruin</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/2387159?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="andrew-kennedy"/>
<br />
<b><a href="https://github.com/andrew-kennedy">andrew-kennedy</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/29512159?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="appiekap653"/>
<br />
<b><a href="https://github.com/appiekap653">appiekap653</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/27962761?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Drapersniper"/>
<br />
<b><a href="https://github.com/Drapersniper">Drapersniper</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/45581528?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="MattSidney"/>
<br />
<b><a href="https://github.com/MattSidney">MattSidney</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/911677?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="mkatsevVR"/>
<br />
<b><a href="https://github.com/mkatsevVR">mkatsevVR</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/16975578?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="aljohn92"/>
<br />
<b><a href="https://github.com/aljohn92">aljohn92</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/9135358?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="mirolm"/>
<br />
<b><a href="https://github.com/mirolm">mirolm</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/26902309?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="mrhotio"/>
<br />
<b><a href="https://github.com/mrhotio">mrhotio</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1928231?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="mvanbaak"/>
<br />
<b><a href="https://github.com/mvanbaak">mvanbaak</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/12660469?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="bobokun"/>
<br />
<b><a href="https://github.com/bobokun">bobokun</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/6205053?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="ToXinE"/>
<br />
<b><a href="https://github.com/ToXinE">ToXinE</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/10901150?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="ryanwalder"/>
<br />
<b><a href="https://github.com/ryanwalder">ryanwalder</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/376117?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Qstick"/>
<br />
<b><a href="https://github.com/Qstick">Qstick</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/107214609?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="qsuicide"/>
<br />
<b><a href="https://github.com/qsuicide">qsuicide</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1756802?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Plancke"/>
<br />
<b><a href="https://github.com/Plancke">Plancke</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1164501?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="pdcamilleri"/>
<br />
<b><a href="https://github.com/pdcamilleri">pdcamilleri</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/157220?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="ehippy"/>
<br />
<b><a href="https://github.com/ehippy">ehippy</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/65756895?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="patrick-5546"/>
<br />
<b><a href="https://github.com/patrick-5546">patrick-5546</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/107456394?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="datcactus"/>
<br />
<b><a href="https://github.com/datcactus">datcactus</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/12488767?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="cynicalgeek"/>
<br />
<b><a href="https://github.com/cynicalgeek">cynicalgeek</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/36236331?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="garypiner"/>
<br />
<b><a href="https://github.com/garypiner">garypiner</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/6664588?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="TESTPERSONAL"/>
<br />
<b><a href="https://github.com/TESTPERSONAL">TESTPERSONAL</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/23060984?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="lundwall"/>
<br />
<b><a href="https://github.com/lundwall">lundwall</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/32445075?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="p5nbTgip0r"/>
<br />
<b><a href="https://github.com/p5nbTgip0r">p5nbTgip0r</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/97920769?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="snowballramen"/>
<br />
<b><a href="https://github.com/snowballramen">snowballramen</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/18177310?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="s0up4200"/>
<br />
<b><a href="https://github.com/s0up4200">s0up4200</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/500882?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="thezoggy"/>
<br />
<b><a href="https://github.com/thezoggy">thezoggy</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/15257926?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="2fst4u"/>
<br />
<b><a href="https://github.com/2fst4u">2fst4u</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/15142596?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="AN1MATEK"/>
<br />
<b><a href="https://github.com/AN1MATEK">AN1MATEK</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/72708798?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="nickavem"/>
<br />
<b><a href="https://github.com/nickavem">nickavem</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/38613762?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="AvAars"/>
<br />
<b><a href="https://github.com/AvAars">AvAars</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/1597820?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="briandipalma"/>
<br />
<b><a href="https://github.com/briandipalma">briandipalma</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/290461?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="ChaseBro"/>
<br />
<b><a href="https://github.com/ChaseBro">ChaseBro</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/232139?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="ColinHebert"/>
<br />
<b><a href="https://github.com/ColinHebert">ColinHebert</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/8067383?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="dako98"/>
<br />
<b><a href="https://github.com/dako98">dako98</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/77843475?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="DiscDuck"/>
<br />
<b><a href="https://github.com/DiscDuck">DiscDuck</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/9016208?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="Seros"/>
<br />
<b><a href="https://github.com/Seros">Seros</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/2633890?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="JackGameer"/>
<br />
<b><a href="https://github.com/JackGameer">JackGameer</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/79274231?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="jalmansor"/>
<br />
<b><a href="https://github.com/jalmansor">jalmansor</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/23200350?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="jwoodhouse"/>
<br />
<b><a href="https://github.com/jwoodhouse">jwoodhouse</a></b>
</td>
</tr>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/10259118?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="jonasgeiler"/>
<br />
<b><a href="https://github.com/jonasgeiler">jonasgeiler</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/9055441?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="KaitoKid"/>
<br />
<b><a href="https://github.com/KaitoKid">KaitoKid</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/41852205?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="kaiserbh"/>
<br />
<b><a href="https://github.com/kaiserbh">kaiserbh</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/13492750?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="maximuskowalski"/>
<br />
<b><a href="https://github.com/maximuskowalski">maximuskowalski</a></b>
</td>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/48334675?v=4&v=4" style="width: 50px; border-radius: 50%;" alt="nmcc1212"/>
<br />
<b><a href="https://github.com/nmcc1212">nmcc1212</a></b>
</td>
</tr>
</table>
<!-- readme: contributors -end -->

@ -6,5 +6,4 @@ mkdocs-material==9.5.6
mkdocs-minify-plugin==0.7.2
mkdocs-redirects==1.2.1
mkdocs-include-markdown-plugin==6.0.4
mkdocs-markdownextradata-plugin==0.2.5
neoteroi-mkdocs==1.0.5
mkdocs-markdownextradata-plugin==0.2.5

File diff suppressed because one or more lines are too long

@ -30,7 +30,6 @@ extra:
extra_css:
- stylesheets/extra.css
- stylesheets/github-permalink-style.css
- css/neoteroi-mkdocs.css
markdown_extensions:
- attr_list
@ -55,7 +54,6 @@ markdown_extensions:
- toc:
permalink: ""
# toc_depth: 5
- neoteroi.cards
plugins:
- include-markdown:
@ -69,7 +67,6 @@ plugins:
locale: en
# fallback_to_build_date: false
- awesome-pages
- neoteroi-mkdocs
- glightbox:
touchNavigation: true
loop: false

Loading…
Cancel
Save