<!-- ----------------- https://github.com/ardacarofficial/links-website is open source project. ----------------- --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Maple Shrine</title> <meta name="description" content="home of mkxp development"> <meta property="og:title" content="links-website" /> <meta property="og:description" content="home of mkxp development" /> <meta property="og:image" content="img/logo.png" /> <meta property="og:author" content="Amaryllis Kulla" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap"> <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/style.css"> <link rel="icon" type="image/png" href="img/logo.png"> </head> <body> <header> <!-- Logo, Title and Description Codes Start --> <div class="header_img flex_column_center"> <img src="img/logo.png" alt="Logo" /> </div> <div class="header_text flex_column_center"> <h1 class="header_h_item">The Maple Shrine</h1> <h2 class="header_h_item">home of mkxp development</h2> </div> <!-- Logo, Title and Description Codes End --> <!-- Social Media Icons Codes Start --> <div class="header_svg_list flex_row_center"> <!-- Icon 2 Codes --> <div class="header_svg_item"> <a href="https://twitter.com/mapleshrine" target="_blank" rel="nofollow"> <svg enable-background="new 0 0 24 24" viewBox="0 0 24 24"> <path d="M8.1,21.034A12.717,12.717,0,0,1,1.23,19.019a.5.5,0,0,1,.329-.917,8.273,8.273,0,0,0,4.992-1,4.807,4.807,0,0,1-3.173-3.13.5.5,0,0,1,.348-.636A4.821,4.821,0,0,1,1.843,9.523a.548.548,0,0,1,.247-.458.506.506,0,0,1,.5-.034l.091.049A4.816,4.816,0,0,1,2.529,4a.507.507,0,0,1,.393-.247.5.5,0,0,1,.427.183,11.781,11.781,0,0,0,7.9,4.27c-.013-.144-.02-.289-.02-.435a4.81,4.81,0,0,1,8.116-3.493,8.157,8.157,0,0,0,2.32-.93.5.5,0,0,1,.73.583,4.781,4.781,0,0,1-.662,1.32c.191-.067.378-.143.563-.225a.5.5,0,0,1,.585.135.5.5,0,0,1,.034.6,9.2,9.2,0,0,1-2.057,2.2c0,.1,0,.208,0,.313A12.636,12.636,0,0,1,8.1,21.034ZM3.527,19.105a11.72,11.72,0,0,0,4.577.929A11.645,11.645,0,0,0,19.863,8.275c0-.179,0-.357-.012-.533a.5.5,0,0,1,.207-.43,8.181,8.181,0,0,0,.959-.81,9.068,9.068,0,0,1-.932.16.5.5,0,0,1-.316-.925,3.857,3.857,0,0,0,.977-.837,9.013,9.013,0,0,1-1.465.418.5.5,0,0,1-.461-.148,3.812,3.812,0,0,0-6.491,3.473.5.5,0,0,1-.1.434.489.489,0,0,1-.409.179A12.772,12.772,0,0,1,3.09,5.167,3.812,3.812,0,0,0,4.573,9.591a.5.5,0,0,1,.2.569.523.523,0,0,1-.491.347,4.772,4.772,0,0,1-1.36-.242A3.813,3.813,0,0,0,5.9,13.257a.5.5,0,0,1,.033.972,6.63,6.63,0,0,1-1.279.17,3.809,3.809,0,0,0,3.236,1.914.5.5,0,0,1,.3.894A9.081,9.081,0,0,1,3.527,19.105Z"></path> </svg> </a> </div> </div> <!-- Social Media Icons Codes End --> <!-- Menu Codes Start --> <nav> <ul class="header_nav_menu_list flex_no_wrap_row_center"> <li data-target="#main_section_container_1" id="header_nav_menu_item_1" class="header_nav_menu_item" href="">Discuss</li> <li data-target="#main_section_container_2" id="header_nav_menu_item_2" class="header_nav_menu_item" href="">Develop</li> <li data-target="#main_section_container_3" id="header_nav_menu_item_3" class="header_nav_menu_item" href="">Download</li> <li data-target="#main_section_container_4" id="header_nav_menu_item_4" class="header_nav_menu_item" href="">Donate</li> </ul> </nav> <!-- Menu Codes End --> </header> <main> <!-- Menu Container 1 Codes Start --> <section id="main_section_container_1" class="flex_column_center"> <!-- Menu Item --> <a class="main_a_item" href="https://discord.gg/A8xHE8P" target="_blank" rel="nofollow"> <button class="main_button_item">Discord</button> </a> <!-- Menu Item --> <a class="main_a_item" href="https://matrix.to/#/#mkxp:mapleshrine.eu" target="_blank" rel="nofollow"> <button class="main_button_item">Matrix</button> </a> </section> <!-- Menu Container 1 Codes End --> <!-- Menu Container 2 Codes Start --> <section id="main_section_container_2" class="flex_column_center"> <!-- Menu Text Item --> <div class="main_text_item"> <p>Currently development is still mainly happening on Github. Ideally I'd like to move to our Gitea instance eventually though.</p> </div> <!-- Menu Small Item --> <div class="main_small_button_list"> <a class="main_small_a_item" href="https://github.com/Ancurio/mkxp" target="_blank" rel="nofollow"> <button class="main_small_button_item">mkxp Github</button> </a> <a class="main_small_a_item" href="https://github.com/mkxp-z/mkxp-z" target="_blank" rel="nofollow"> <button class="main_small_button_item">mkxp-z Github</button> </a> </div> <!-- Menu Small Item --> <div class="main_small_button_list"> <a class="main_small_a_item" href="https://github.com/Ancurio/mkxp-freebird" target="_blank" rel="nofollow"> <button class="main_small_button_item">mkxp-freebird Github</button> </a> <a class="main_small_a_item" href="https://github.com/pk-2000/Falcon-mkxp" target="_blank" rel="nofollow"> <button class="main_small_button_item">Falcon-mkxp Github</button> </a> </div> <!-- Menu Item --> <a class="main_a_item" href="https://git.mapleshrine.eu/explore/repos" target="_blank" rel="nofollow"> <button class="main_button_item">Gitea instance (experimental)</button> </a> </section> <!-- Menu Container 2 Codes End --> <!-- Menu Container 3 Codes Start --> <section id="main_section_container_3" class="flex_column_center"> <!-- Menu Item --> <a class="main_a_item" href="https://mapleshrine.eu/releases/mkxp-freebird" target="_blank" rel="nofollow"> <button class="main_button_item">mkxp-freebird binaries</button> </a> <!-- Menu Item --> <a class="main_a_item" href="https://mapleshrine.eu/depkits" target="_blank" rel="nofollow"> <button class="main_button_item">dependency kits</button> </a> </section> <!-- Menu Container 3 Codes End --> <!-- Menu Container 4 Codes Start --> <section id="main_section_container_4" class="flex_column_center"> <!-- Menu Item --> <a class="main_a_item" href="https://liberapay.com/MapleShrine" target="_blank" rel="nofollow"> <button class="main_button_item">Liberapay</button> </a> <!-- Menu Item --> <a class="main_a_item" href="https://www.paypal.com/donate/?hosted_button_id=2MSAZPLSFKB68" target="_blank" rel="nofollow"> <button class="main_button_item">Paypal</button> </a> </section> <!-- Menu Container 3 Codes End --> </main> <footer> <!-- Footer Codes Start --> <div class="footer_div_item flex_row_center"> <a class="footer_a_item" href='mailto:info%40%6D%61%70le%73h%72i%6Ee.e%75'>Amaryllis Kulla</a> | <a class="footer_a_item" href="https://github.com/Ancurio/mapleshrine-links">Website Source</a> | © 2023 </div> </footer> <!-- Footer Codes End --> <script src="js/main.js"></script> </body> </html>