diff options
author | Minteck <contact@minteck.org> | 2022-01-01 10:37:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-01 10:37:28 +0100 |
commit | ef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch) | |
tree | ff074b29a7a87c3ccfc3b10741bbe30cb28e103e /includes | |
parent | e3a79df6428799024eac64e9cffbb062317aeb95 (diff) | |
download | main-trunk.tar.gz main-trunk.tar.bz2 main-trunk.zip |
Diffstat (limited to 'includes')
-rw-r--r-- | includes/categories.php | 25 | ||||
-rw-r--r-- | includes/footer.php | 26 | ||||
-rw-r--r-- | includes/furry/main.php | 1 | ||||
-rw-r--r-- | includes/header.php | 1 | ||||
-rw-r--r-- | includes/projects/home.php | 3 | ||||
-rw-r--r-- | includes/stats/neutron.json | 86 | ||||
-rw-r--r-- | includes/stats/neutron2.json | 60 | ||||
-rw-r--r-- | includes/stats/stats.json | 12 |
8 files changed, 143 insertions, 71 deletions
diff --git a/includes/categories.php b/includes/categories.php index 38979f2..407dfc7 100644 --- a/includes/categories.php +++ b/includes/categories.php @@ -1,17 +1,11 @@ <div class="card-group">
- <div class="card <?= isset($_ACTIVE) && $_ACTIVE === "furry" ? "bg-dark text-white" : "" ?>" style="text-align:center;padding-top:20px;padding-bottom:10px;">
- <img class="card-img-top" src="/static/icons/furry<?= !isset($_ACTIVE) || $_ACTIVE !== "furry" ? "" : "-dark" ?>.png" alt="Card image" style="width:64px;height:64px;text-align:center;margin-left:auto;margin-right:auto;">
- <div class="card-body">
- <h3><?= l("Furry fandom", "Fandom furry") ?></h3>
- <p><?= l("I am active in the furry community (also made a lot of friends there)", "Je suis actif dans la communauté furry (je me suis fait plein d'amis là bas)") ?></p>
-
- <a href="/furry" class="card-link"><?= l("Learn more...", "En savoir plus...") ?></a>
- </div>
- </div>
- <div class="card <?= isset($_ACTIVE) && ($_ACTIVE === "dev" || $_ACTIVE === "video") ? "bg-dark text-white" : "" ?>" style="text-align:center;padding-top:20px;padding-bottom:10px;">
+ <div class="card <?= isset($_ACTIVE) && ($_ACTIVE === "dev" || $_ACTIVE === "video") ? "bg-dark text-white" : "" ?>"
+ style="text-align:center;padding-top:20px;padding-bottom:10px;">
<div style="text-align:center;margin-left:auto;margin-right:auto;" class="card-img-top">
- <img src="/static/icons/code<?= !isset($_ACTIVE) || ($_ACTIVE !== "dev" && $_ACTIVE !== "video") ? "" : "-dark" ?>.png" alt="Card image" style="width:64px;height:64px;text-align:center;margin-left:auto;margin-right:auto;">
- <img src="/static/icons/media<?= !isset($_ACTIVE) || ($_ACTIVE !== "dev" && $_ACTIVE !== "video") ? "" : "-dark" ?>.png" alt="Card image" style="width:64px;height:64px;">
+ <img src="/static/icons/code<?= !isset($_ACTIVE) || ($_ACTIVE !== "dev" && $_ACTIVE !== "video") ? "" : "-dark" ?>.png"
+ alt="Card image" style="width:64px;height:64px;text-align:center;margin-left:auto;margin-right:auto;">
+ <img src="/static/icons/media<?= !isset($_ACTIVE) || ($_ACTIVE !== "dev" && $_ACTIVE !== "video") ? "" : "-dark" ?>.png"
+ alt="Card image" style="width:64px;height:64px;">
</div>
<div class="card-body">
<h3><?= l("Projects", "Projets") ?></h3>
@@ -20,8 +14,11 @@ <a href="/creations" class="card-link"><?= l("Learn more...", "En savoir plus...") ?></a>
</div>
</div>
- <div class="card <?= isset($_ACTIVE) && $_ACTIVE === "archive" ? "bg-dark text-white" : "" ?>" style="text-align:center;padding-top:20px;padding-bottom:10px;">
- <img class="card-img-top" src="/static/icons/archive<?= !isset($_ACTIVE) || $_ACTIVE !== "archive" ? "" : "-dark" ?>.png" alt="Card image" style="width:64px;height:64px;text-align:center;margin-left:auto;margin-right:auto;">
+ <div class="card <?= isset($_ACTIVE) && $_ACTIVE === "archive" ? "bg-dark text-white" : "" ?>"
+ style="text-align:center;padding-top:20px;padding-bottom:10px;">
+ <img class="card-img-top"
+ src="/static/icons/archive<?= !isset($_ACTIVE) || $_ACTIVE !== "archive" ? "" : "-dark" ?>.png"
+ alt="Card image" style="width:64px;height:64px;text-align:center;margin-left:auto;margin-right:auto;">
<div class="card-body">
<h3>Archives</h3>
<p><?= l("I give everyone the possibility to enjoy all my projects, from past to the future", "Je donne à tout le monde la possibilité d'apprécier mes projets, du passé au futur") ?></p>
diff --git a/includes/footer.php b/includes/footer.php index 8688bad..f6a6039 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -1,16 +1,18 @@ -
-
-
-
- <div style="background: #f8f9fa;padding-top: 16px;text-align: center;" id="footer-space">
- <div class="container">
- <p>Copyright © 2011-<?= date('Y') ?> Minteck, <?= l("All rights reserved", "Tous droits réservés") ?><br>
- <a href="/legal"><?= l("Legal Notices", "Mentions légales") ?></a> · <a href="https://github.com/Minteck/Website" target="_blank"><?= l("Open-source software", "Logiciel libre") ?></a> · <a href="/code-of-conduct"><?= l("Code of conduct", "Code de conduite") ?></a> · <a href="/contact"><?= l("Contact me", "Me contacter") ?></a>
- </p>
- </div>
- <a href="/about/#art-credits" title="Click to view artwork credits"><img alt="Friends!" src="/banner.png" style="width:calc(60vw - 24px);margin-left:20vw;margin-right:20vw;"></a>
+<div style="background: #f8f9fa;padding-top: 16px;text-align: center;" id="footer-space">
+ <div class="container">
+ <p>Copyright © 2011-<?= date('Y') ?> Minteck, <?= l("All rights reserved", "Tous droits réservés") ?><br>
+ <a href="/legal"><?= l("Legal Notices", "Mentions légales") ?></a> · <a
+ href="https://github.com/Minteck/Website"
+ target="_blank"><?= l("Open-source software", "Logiciel libre") ?></a> · <a
+ href="/code-of-conduct"><?= l("Code of conduct", "Code de conduite") ?></a> · <a
+ href="/contact"><?= l("Contact me", "Me contacter") ?></a>
+ </p>
</div>
+ <br>
+</div>
- <script src="/static/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
+<script src="/static/js/bootstrap.bundle.min.js"
+ integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
+ crossorigin="anonymous"></script>
</body>
</html>
\ No newline at end of file diff --git a/includes/furry/main.php b/includes/furry/main.php deleted file mode 100644 index 6fd199e..0000000 --- a/includes/furry/main.php +++ /dev/null @@ -1 +0,0 @@ -<?php
diff --git a/includes/header.php b/includes/header.php index d49ee69..8a50519 100644 --- a/includes/header.php +++ b/includes/header.php @@ -72,7 +72,6 @@ $Parsedown = new Parsedown(); <?= l("Creations", "Mes créations") ?>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
- <li><a class="dropdown-item" href="/furry"><?= l("Furry fandom", "Fandom furry") ?></a></li>
<li><a class="dropdown-item" href="/creations"><?= l("My Projects", "Mes projets") ?></a></li>
<li><a class="dropdown-item"
href="/archive"><?= l("Software Archive", "Archive des logiciels") ?></a></li>
diff --git a/includes/projects/home.php b/includes/projects/home.php index 244bfb8..29f8198 100644 --- a/includes/projects/home.php +++ b/includes/projects/home.php @@ -5,7 +5,4 @@ <a href="/creations/neutron" class="list-group-item list-group-item-action"><img
src="/static/genericProjectIcon.png" alt="" width="24px"> Neutron <span
class="badge bg-secondary rounded-pill"><?= l("Development", "Programmation") ?></span></a>
- <a href="/creations/gyrate-with-obliqueness" class="list-group-item list-group-item-action"><img
- src="/static/genericProjectIcon.png" alt="" width="24px"> Gyrate with Obliqueness <span
- class="badge bg-secondary rounded-pill"><?= l("Multimedia", "Multimédia") ?></span></a>
</div>
\ No newline at end of file diff --git a/includes/stats/neutron.json b/includes/stats/neutron.json index 3c01805..4a45819 100644 --- a/includes/stats/neutron.json +++ b/includes/stats/neutron.json @@ -1,9 +1,87 @@ [ { + "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/53331735", + "assets_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/53331735\/assets", + "upload_url": "https:\/\/uploads.github.com\/repos\/Minteck\/Neutron\/releases\/53331735\/assets{?name,label}", + "html_url": "https:\/\/github.com\/Minteck\/Neutron\/releases\/tag\/_change", + "id": 53331735, + "author": { + "login": "Minteck", + "id": 46352972, + "node_id": "MDQ6VXNlcjQ2MzUyOTcy", + "avatar_url": "https:\/\/avatars.githubusercontent.com\/u\/46352972?v=4", + "gravatar_id": "", + "url": "https:\/\/api.github.com\/users\/Minteck", + "html_url": "https:\/\/github.com\/Minteck", + "followers_url": "https:\/\/api.github.com\/users\/Minteck\/followers", + "following_url": "https:\/\/api.github.com\/users\/Minteck\/following{\/other_user}", + "gists_url": "https:\/\/api.github.com\/users\/Minteck\/gists{\/gist_id}", + "starred_url": "https:\/\/api.github.com\/users\/Minteck\/starred{\/owner}{\/repo}", + "subscriptions_url": "https:\/\/api.github.com\/users\/Minteck\/subscriptions", + "organizations_url": "https:\/\/api.github.com\/users\/Minteck\/orgs", + "repos_url": "https:\/\/api.github.com\/users\/Minteck\/repos", + "events_url": "https:\/\/api.github.com\/users\/Minteck\/events{\/privacy}", + "received_events_url": "https:\/\/api.github.com\/users\/Minteck\/received_events", + "type": "User", + "site_admin": false + }, + "node_id": "RE_kwDOFANC4M4DLccX", + "tag_name": "_change", + "target_commitish": "trunk", + "name": "Releases are now managed on Gitea", + "draft": false, + "prerelease": false, + "created_at": "2021-11-10T17:36:45Z", + "published_at": "2021-11-14T13:30:53Z", + "assets": [], + "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/_change", + "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/_change", + "body": "Releases for Neutron are now managed on Minteck's Gitea instance at https:\/\/source.minteck.org\/atomic-suite\/neutron\/releases, please download newer versions from there." + }, + { + "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/53107854", + "assets_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/53107854\/assets", + "upload_url": "https:\/\/uploads.github.com\/repos\/Minteck\/Neutron\/releases\/53107854\/assets{?name,label}", + "html_url": "https:\/\/github.com\/Minteck\/Neutron\/releases\/tag\/untagged-4432e410c48df76d2eda", + "id": 53107854, + "author": { + "login": "Minteck", + "id": 46352972, + "node_id": "MDQ6VXNlcjQ2MzUyOTcy", + "avatar_url": "https:\/\/avatars.githubusercontent.com\/u\/46352972?v=4", + "gravatar_id": "", + "url": "https:\/\/api.github.com\/users\/Minteck", + "html_url": "https:\/\/github.com\/Minteck", + "followers_url": "https:\/\/api.github.com\/users\/Minteck\/followers", + "following_url": "https:\/\/api.github.com\/users\/Minteck\/following{\/other_user}", + "gists_url": "https:\/\/api.github.com\/users\/Minteck\/gists{\/gist_id}", + "starred_url": "https:\/\/api.github.com\/users\/Minteck\/starred{\/owner}{\/repo}", + "subscriptions_url": "https:\/\/api.github.com\/users\/Minteck\/subscriptions", + "organizations_url": "https:\/\/api.github.com\/users\/Minteck\/orgs", + "repos_url": "https:\/\/api.github.com\/users\/Minteck\/repos", + "events_url": "https:\/\/api.github.com\/users\/Minteck\/events{\/privacy}", + "received_events_url": "https:\/\/api.github.com\/users\/Minteck\/received_events", + "type": "User", + "site_admin": false + }, + "node_id": "RE_kwDOFANC4M4DKlyO", + "tag_name": "10.0.261.55", + "target_commitish": "trunk", + "name": "Neutron 10 21H2 Beta 2", + "draft": true, + "prerelease": true, + "created_at": "2021-11-07T10:57:22Z", + "published_at": null, + "assets": [], + "tarball_url": null, + "zipball_url": null, + "body": "**Full Changelog**: https:\/\/github.com\/Minteck\/Neutron\/compare\/4.1.0...10.0.261.55" + }, + { "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/50759793", "assets_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/50759793\/assets", "upload_url": "https:\/\/uploads.github.com\/repos\/Minteck\/Neutron\/releases\/50759793\/assets{?name,label}", - "html_url": "https:\/\/github.com\/Minteck\/Neutron\/releases\/tag\/untagged-2213818393bb83a84569", + "html_url": "https:\/\/github.com\/Minteck\/Neutron\/releases\/tag\/untagged-e3daf57d9147a080fa28", "id": 50759793, "author": { "login": "Minteck", @@ -31,12 +109,12 @@ "name": "Neutron 10 21H2 Beta 1", "draft": true, "prerelease": true, - "created_at": "2021-10-15T19:22:21Z", + "created_at": "2021-11-07T10:57:22Z", "published_at": null, "assets": [], "tarball_url": null, "zipball_url": null, - "body": "" + "body": "**Full Changelog**: https:\/\/github.com\/Minteck\/Neutron\/compare\/4.1.0...10.0.249.53" }, { "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/47491325", @@ -115,7 +193,7 @@ "assets": [], "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/10.0.224.51", "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/10.0.224.51", - "body": "" + "body": "**Full Changelog**: https:\/\/github.com\/Minteck\/Neutron\/compare\/4.1.0...10.0.224.51" }, { "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/releases\/46937809", diff --git a/includes/stats/neutron2.json b/includes/stats/neutron2.json index 611a5cf..9a43534 100644 --- a/includes/stats/neutron2.json +++ b/includes/stats/neutron2.json @@ -1,5 +1,15 @@ [ { + "name": "randomtag2", + "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/randomtag2", + "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/randomtag2", + "commit": { + "sha": "fbba45b681349d1d3e856f6a34592b65e466eebf", + "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/fbba45b681349d1d3e856f6a34592b65e466eebf" + }, + "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy9yYW5kb210YWcy" + }, + { "name": "randomtag1", "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/randomtag1", "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/randomtag1", @@ -10,6 +20,26 @@ "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy9yYW5kb210YWcx" }, { + "name": "_change", + "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/_change", + "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/_change", + "commit": { + "sha": "8aff1c720ab1bf7094bfedd22d5a9cd4b8b5b484", + "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/8aff1c720ab1bf7094bfedd22d5a9cd4b8b5b484" + }, + "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy9fY2hhbmdl" + }, + { + "name": "21.1-264", + "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/21.1-264", + "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/21.1-264", + "commit": { + "sha": "d72bba284ca0bf7022286dcb788768deb0980755", + "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/d72bba284ca0bf7022286dcb788768deb0980755" + }, + "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy8yMS4xLTI2NA==" + }, + { "name": "10.0.233.52", "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/10.0.233.52", "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/10.0.233.52", @@ -268,35 +298,5 @@ "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/aa52a60553cd0e91559c80382eb4f8ed30e6056d" }, "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy8yLjIuMQ==" - }, - { - "name": "2.2.0", - "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/2.2.0", - "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/2.2.0", - "commit": { - "sha": "17b7665e4d7bb5379ba06aed8d67f8ae43d119f1", - "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/17b7665e4d7bb5379ba06aed8d67f8ae43d119f1" - }, - "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy8yLjIuMA==" - }, - { - "name": "2.1", - "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/2.1", - "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/2.1", - "commit": { - "sha": "2d4bb36dbbccf4973fc5ac5b0c805db342267667", - "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/2d4bb36dbbccf4973fc5ac5b0c805db342267667" - }, - "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy8yLjE=" - }, - { - "name": "2.1b1", - "zipball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/zipball\/refs\/tags\/2.1b1", - "tarball_url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/tarball\/refs\/tags\/2.1b1", - "commit": { - "sha": "72daa219aff446182944ccdd77ebcd635d9411e4", - "url": "https:\/\/api.github.com\/repos\/Minteck\/Neutron\/commits\/72daa219aff446182944ccdd77ebcd635d9411e4" - }, - "node_id": "MDM6UmVmMzM1NzU4MDQ4OnJlZnMvdGFncy8yLjFiMQ==" } ]
\ No newline at end of file diff --git a/includes/stats/stats.json b/includes/stats/stats.json index 186a1fe..4e40d6b 100644 --- a/includes/stats/stats.json +++ b/includes/stats/stats.json @@ -1,12 +1,12 @@ { "github": { - "project": "Minteck\/Neutron", - "sha": "56d854a", - "message": "Update" + "project": "Minteck\/Minteck", + "sha": "e4c155e", + "message": "Update README.md" }, "reddit": { - "sub": "Tulpas", - "title": "Thinking of creating my first tulpa, I have a few questions though", - "score": 14 + "sub": "mylittlepony", + "title": "I'm new to the fandom and incredibly confused", + "score": 118 } }
\ No newline at end of file |