Design and logic for user-facing site https://exmods.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
3.4KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="theme-color" content="#fdce72" />
  5. <meta name="author" content="NGnius" />
  6. <meta name="keywords" content="pixi,exmods,gamecraft,modding,mod" />
  7. <meta name="og:type" content="website" />
  8. <meta name="og:title" content="Pixi" />
  9. <meta name="og:description" content="Pixi mod for Gamecraft" />
  10. <meta name="description" content="Pixi mod for Gamecraft" />
  11. <meta name="og:image" content="../../mods/Pixi/pixi-logo.png" />
  12. <meta name="og:url" content="https://www.exmods.org/mods/Pixi" />
  13. <meta charset="UTF-8" />
  14. <link rel="icon" href="../../mods/Pixi/pixi-logo.png" type="image/x-icon"/>
  15. <link rel="shortcut icon" href="../../mods/Pixi/pixi-logo.png" type="image/x-icon"/>
  16. <!--<link rel="stylesheet" href="../../mods/Pixi/style.css" type="text/css" />-->
  17. <style type="text/css" style="display: none;" rel="stylesheet">
  18. body {text-align: left; background-color: #8a704e; animation-name: background-fade-in; animation-duration: 3s;}
  19. footer {text-align: right; width: 96%; border: 4px; border-style: solid; border-color: #fdce72; padding: 0.5%; padding-left: 1%; padding-right: 1%; margin-left: 1%; margin-right: 1%; background-color: #d98c61; animation-name: foreground-fade-in; animation-duration: 3s;}
  20. .content-wrapper {width: 96%; padding: 1%; margin: -1% 1% -1.5% 1%; border:0px; border-left: 4px; border-right: 4px; border-style: solid; border-color: #fdce72; background-color: #d98c61; animation-name: foreground-fade-in; animation-duration: 3s;}
  21. .content-title {text-align: center; font-size: 120%;}
  22. .content-text {}
  23. /* I feel like a kid messing around with Flash animations */
  24. @keyframes background-fade-in { from {background-color: #d98c61;} to {background-color: #8a704e;}}
  25. @keyframes foreground-fade-in { from {background-color: #8a704e; border-color: #8a704e;} to {background-color: #d98c61; border-color: #fdce72;}}
  26. @keyframes swoop { from {bottom: 0;} to {bottom: 110%;}}
  27. </style>
  28. <title>Pixi</title>
  29. </head>
  30. <body>
  31. <div class="content-wrapper">
  32. <div class="content-title">
  33. <h1>Page Title</h1>
  34. <h5>Brief page description or flavour text.</h5>
  35. </div>
  36. </div>
  37. <div class="content-wrapper">
  38. <div class="text-embiggening">
  39. <p>Pixi information goes here.
  40. For now, this is just useless text that I spent a bit too much time typing out.
  41. Once, there was a young swallow-tail butterfly named Bob.
  42. Bob was a cool butterfly, until one day some guy came after him.
  43. The guy was well-known in the modding community for making cool mods that involved snakes and termites (terminals?).
  44. The guy wanted to make a logo, so he ripped Bob's wings off and used the wings to create the logo for Pixi.
  45. Pixi is a Gamecraft mod for converting a variety of stuff into Gamecraft blocks.
  46. And thus Pixi was born, amen.
  47. </p>
  48. </div>
  49. </div>
  50. <footer>
  51. exmods.org|<a href="https://git.exmods.org/ExMods/html-site">Site Repository</a>|<a href="https://exmods.org">Home</a>|<a href="https://discord.gg/2CtWzZT">Discord</a>|<a href="https://twitter.com/GamecraftMods">Twitter</a>
  52. </footer>
  53. <div style="position: relative; animation-name: swoop; animation-duration: 5s; bottom: 115%; text-align: center;">
  54. Fly, pixi, fly!
  55. </div>
  56. </body>
  57. </html>