|
- <!DOCTYPE html>
-
- <html lang="en">
- <head>
- <meta name="theme-color" content="#20c420" />
- <meta name="author" content="Exmods community" />
- <meta name="keywords" content="exmods,techblox,modding,mod,cardlife" />
- <meta name="og:type" content="website" />
- <meta name="og:title" content="Exmods" />
- <meta name="og:description" content="Techblox modding website" />
- <meta name="description" content="Techblox modding website" />
- <meta name="og:image" content="./static/favicon.png" />
- <meta name="og:url" content="https://www.exmods.org" />
- <meta charset="UTF-8" />
- <link rel="icon" href="./static/favicon.png" type="image/x-icon"/>
- <link rel="shortcut icon" href="./static/favicon.png" type="image/x-icon"/>
- <link rel="stylesheet" href="./static/style.css" type="text/css" />
- <title>Exmods</title>
- </head>
- <body style="background-color: #404040; color: #20c420;">
- <h1>Welcome to the unofficial Techblox mod site</h1>
- <h5>This site is run and maintained by Exmods, the Techblox modding group. We're big, nerdy fans of Techblox but we're not a part of FreeJam and we're definitely not Techblox developers.<br/>We're definitely Techblox <i>mod</i> developers though!</h5>
- <div style="margin-left:1.5%;">
- <div style="width:49.5%; text-align:center;" class="inline link">
- <a href="/guides/quickstart.html">
- <div class="text-content">
- <img src="static/favicon.png" alt="Exmods Logo" width="12%"/>
- <h3 class="link">Quick Start Guide</h3>
- <p class="link">
- Want to install a mod or two? Get a modded instance of Techblox up and running in just a few minutes by downloading the Gamecraft Mod Manager.
- </p>
- </div>
- </a>
- </div>
-
- <div style="width:49.5%; text-align:center;" class="inline link">
- <a href="/guides/first.html">
- <div class="text-content">
- <img src="static/commands-logo.png" alt="Terminal Prompt Logo" width="12%"/>
- <h3 class="link">Dev Guide</h3>
- <p class="link">
- Want to make your own mod? With the video or text guide, you can learn how to write your own mod in C# using the TechbloxModdingAPI and GCIPA.
- </p>
- </div>
- </a>
- </div>
-
- <div style="width:49.5%; text-align:center;" class="inline link">
- <a href="/blog">
- <div class="text-content">
- <img src="static/favicon.png" alt="Exmods Logo" width="12%"/>
- <h3 class="link">Exmods Blog</h3>
- <p class="link">
- Follow Exmods's efforts in developing mods and modding tools for Techblox by reading this blog written by NGnius, the founding member of Exmods.
- </p>
- </div>
- </a>
- </div>
-
- <div style="width:49.5%; text-align:center;" class="inline link">
- <a href="/mods">
- <div class="text-content">
- <img src="static/favicon.png" alt="" width="12%"/>
- <h3 class="link">Mods</h3>
- <p class="link">
- View a list of popular mods with links to their information and documentation. This list features Pixi (deprecated) and the TechbloxModdingAPI, among others.
- </p>
- </div>
- </a>
- </div>
-
- <div style="width:49.5%; text-align:center;" class="inline link">
- <a href="https://git.exmods.org">
- <div class="text-content">
- <img src="static/gitea-logo.png" alt="Gitea Logo" width="12%"/>
- <h3 class="link">Code Repository</h3>
- <p class="link">
- Access the Exmods-hosted code repository for Techblox mods. This contains the source code for many Techblox mods as well as downloads and development tools.
- </p>
- </div>
- </a>
- </div>
- <div style="width:49.5%; text-align:center;" class="inline link">
- <a href="https://discord.exmods.org">
- <div class="text-content">
- <img src="static/discord-logo.png" alt="Discord Logo" width="12%"/>
- <h3 class="link">Discord Server</h3>
- <p class="link">
- Join the official Exmods Discord server to chat with fellow modding aficionados. Many mod developers are also there to provide technical support for newbies.
- </p>
- </div>
- </a>
- </div>
- </div>
- <footer>
- 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>
- </footer>
- </body>
- </html>
|