index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | index.html | 69 |
diff --git a/index.html b/index.html new file mode 100644 index 0000000..474f835 --- /dev/null +++ b/index.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8" /> + <title>Arch Linux 32</title> + <link rel="stylesheet" type="text/css" href="/archweb.css" media="screen, projection" /> + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> + +</head> + +<style> +#archnavbarlist li#anb-home a { + color: #fff !important; +} +</style> + +<body> + <div id="archnavbar" class="anb-home"> + <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Arch Linux 32</a></h1></div> + <div id="archnavbarmenu"> + <ul id="archnavbarlist"> + <li id="anb-home"><a href="http://www.archlinux32.org">Home</a></li> + <li id="anb-news"><a href="https://news.archlinux32.org">News</a></li> + <li id="anb-packages"><a href="https://packages.archlinux32.org/">Packages</a></li> + <li id="anb-forum"><a href="https://bbs.archlinux32.org">Forums</a></li> + <li id="anb-bugs"><a href="https://bugs.archlinux32.org/" title="Report and track bugs">Bugs</a></li> + <li id="anb-mailing-list"><a href="https://lists.archlinux.org/listinfo/arch-ports">Mailing List</a></li> + <li id="anb-download"><a href="/download/" title="Get Arch Linux">Download</a></li> + <li id="anb-arch-linux-official"><a href="https://www.archlinux.org/">Arch Linux Official</a></li> + </ul> + </div> + </div> + + <div style="text-align: center"> + <p> + <h1>Community maintained repos.</h1> + + <h2>i686</h2> + + <h3>Instructions for the transition from archlinux to archlinux32 can be found <a href="https://archlinux32.org/download">here</a>.</h2> + + <h3>Dual-bootable installation media can be found <a href="https://mirror.archlinux32.org/archisos">here</a>.</h2> + + <h4>Join us on <a href="https://webchat.freenode.net/" title="Talk about porting Arch Linux to non-x86_64 platforms">#archlinux32</a> IRC channel on Freenode, or subscribe to the <a href="https://lists.archlinux.org/listinfo/arch-ports" title="Talk about porting Arch Linux to non-x86_64 platforms">mailing list</a>.</h4> + <h4>The repository with the tools, ISOs and website files can be found <a href="https://git.archlinux32.org/archlinux32" title="Gitea repository">here</a>.</h4> + </p> + </div> + + <img style="display: block; margin-left: auto; margin-right: auto" src="logo32.png" width="60%" /> + + <div id="footer"> + <p>Copyright © 2002-2017 <a href="mailto:jvinet@zeroflux.org" + title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" + title="Contact Aaron Griffin">Aaron Griffin</a>.</p> + + <p>The Arch Linux name and logo are recognized + <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" + title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p> + + <p>The registered trademark Linux® is used pursuant to a sublicense from LMI, + the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p> + </div> + </div> + +<div id="konami" style="display:none;"></div> + +</body> +</html> |