diff options
Diffstat (limited to 'contact')
-rw-r--r-- | contact/index.php | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/contact/index.php b/contact/index.php index 3906b6e..2721998 100644 --- a/contact/index.php +++ b/contact/index.php @@ -44,57 +44,6 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> <li><b><img alt="" src="/static/contacts/gravatar.png" class="os-logo"> Gravatar</b> — <a
href="https://gravatar.com/minteck" target="_blank">Minteck</a></li>
</ul>
-
- <h2><?= l("Artworks credit", "Crédits des dessins") ?></h2>
- <div id="artwork-credits">
- <?= credit("Minteck", l("<p>Artwork by me, original design by <a href='https://twitter.com/Blayris6' target='_blank'>Blayris6</a> and Retsuno</p>", "<p>Dessin par moi, dessin original par <a href='https://twitter.com/Blayris6' target='_blank'>Blayris6</a> et Retsuno</p>"), "/static/credits/minteck.png", false) ?>
- <?= credit("Retsuno", l("<p>Artwork by me, original design by Retsuno</p>", "<p>Dessin par moi, dessin original par Retsuno</p>"), "/static/credits/retsuno.png", true) ?>
- <?= credit("YonKaGor", l("<p>Artwork by me, original design by <a href='https://twitter.com/YonKaGor' target='_blank'>YonKaGor</a></p>", "<p>Dessin par moi, dessin original par <a href='https://twitter.com/YonKaGor' target='_blank'>YonKaGor</a></p>"), "/static/credits/yonkagor.png", false) ?>
- <?= credit("Wishdream", l("<p>Artwork by me, original design by <a href='https://twitter.com/WishdreamStar' target='_blank'>WishdreamStar</a></p>", "<p>Dessin par moi, dessin original par <a href='https://twitter.com/WishdreamStar' target='_blank'>WishdreamStar</a></p>"), "/static/credits/wishdream.png", true) ?>
- <?= credit("Fleur", l("<p>Artwork by me, original design by <a href='https://twitter.com/Fleurfurr' target='_blank'>Fleurfurr</a></p>", "<p>Dessin par moi, dessin original par <a href='https://twitter.com/Fleurfurr' target='_blank'>Fleurfurr</a></p>"), "/static/credits/fleur.png", false) ?>
- <?= credit("fiddle", l("<p>Artwork by me, original design by <a href='https://twitter.com/fiddle' target='_blank'>fiddle</a></p>", "<p>Dessin par moi, dessin original par <a href='https://twitter.com/fiddle' target='_blank'>fiddle</a></p>"), "/static/credits/fiddle.png", true) ?>
- </div>
- <p style="text-align:center;">
- <?= l("Homepage banner, profile picture, and footer banner are all done by me, based on work from the aforementioned people.", "La bannière de la page d'accueil, la photo de profil, et la bannière du pied de page sont tous faits par moi, basé sur le travail des personnes mentionnées ci-dessus.") ?>
- </p>
- <style>
- #artwork-credits {
- display: grid;
- grid-template-columns: 1fr 1fr;
- }
-
- .artwork-credits-image {
- height: 25vh;
- display: block;
- margin-left: auto;
- margin-right: 10px;
- }
-
- .artwork-credits-box {
- display: flex;
- align-items: center;
- margin-left: 10px;
- }
-
- .artwork-credits-image--back {
- height: 25vh;
- display: block;
- margin-right: auto;
- margin-left: 10px;
- }
-
- .artwork-credits-box--back {
- display: flex;
- align-items: center;
- justify-content: right;
- margin-right: 10px;
- text-align: right;
- }
-
- .artwork-credits-box--back > div {
- width: 100%;
- }
- </style>
</div>
<br>
|