Browse Source

update footer links

main
ghost 1 year ago
parent
commit
abc75c9adf
  1. 28
      public/index.php

28
public/index.php

@ -99,14 +99,18 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
right: 0; right: 0;
text-align: center; text-align: center;
padding: 24px; padding: 24px;
color: #9ba2ac;
font-size: 12px;
} }
a, a:visited, a:active { footer > a, a:visited,
color: #ccc; footer > a:active {
color: #9ba2ac;
font-size: 12px;
} }
a:hover { footer > a:hover {
color: #fff; color: #54a3f7;
} }
footer > a, footer > a,
@ -115,14 +119,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
text-decoration: none; text-decoration: none;
} }
footer > span:first-child {
color: #ff0;
}
footer > span:last-child {
color: #3394fb;
}
/* /*
* CSS animation * CSS animation
* by https://codepen.io/alvarotrigo/pen/GRvYNax * by https://codepen.io/alvarotrigo/pen/GRvYNax
@ -271,12 +267,18 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
</main> </main>
<!-- css animation : end --> <!-- css animation : end -->
<footer> <footer>
<a href="<?php echo WEBSITE_DOMAIN; ?>/top.php"><?php echo _('Top') ?></a>
<?php if (API_ENABLED && API_MANIFEST_ENABLED) { ?>
|
<a href="<?php echo WEBSITE_DOMAIN; ?>/api.php?action=manifest"><?php echo _('API') ?></a>
<?php } ?>
<!-- This product released under the MIT License (https://github.com/YGGverse/YGGo/blob/main/LICENSE) <!-- This product released under the MIT License (https://github.com/YGGverse/YGGo/blob/main/LICENSE)
Before removing the copyright, Before removing the copyright,
please, make a small donation to the project contributors: please, make a small donation to the project contributors:
https://github.com/YGGverse/YGGo#donate-to-contributors https://github.com/YGGverse/YGGo#donate-to-contributors
--> -->
<span>^</span><a href="https://github.com/YGGverse/YGGo"><?php echo _('meow') ?></a><span>^</span> |
<a href="https://github.com/YGGverse/YGGo"><?php echo _('Source') ?></a>
</footer> </footer>
</body> </body>
</html> </html>
Loading…
Cancel
Save