summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPolichronucci <nick@discloud.eu>2017-02-18 21:26:59 +0200
committerPolichronucci <nick@discloud.eu>2017-02-18 21:26:59 +0200
commit1e69d57b533a157c1a1c2cc224ebd1d8212d845b (patch)
treef7ea46c82f82f65f5e750835c9e06a903e73496d /index.html
parenta34ef3333bf3fc4d5cfdcc5ecf7ec854dceaed03 (diff)
downloadarchweb32-1e69d57b533a157c1a1c2cc224ebd1d8212d845b.tar.xz
Initial import of web-site files
Diffstat (limited to 'index.html')
-rw-r--r--index.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..afca7b4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,59 @@
+<!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>
+#archnavbar.anb-home ul li#anb-home a, #archnavbar.anb-packages ul li#anb-packages a, #archnavbar.anb-download ul li#anb-download a {
+ color: rgb(153, 153, 153) !important;
+}
+</style>
+
+<body class="">
+ <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="https://www.archlinux.org" title="Arch news, packages, projects and more">Arch Linux Official</a></li>
+ <li id="anb-download"><a href="https://lists.archlinux.org/listinfo/arch-ports" title="Talk about porting Arch Linux to non-x86_64 platforms">Arch - Ports Mailing List</a></li>
+ </ul>
+ </div>
+ </div>
+
+ <center>
+ <img src="logo32.png" width="60%">
+
+ <p>
+ <h1>community maintained repos comming soon</h1>
+ <h3>i486 - i586 - i686</h3>
+
+ <h4>Join us on #archlinux-ports 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>
+ </p>
+
+ </center>
+
+
+ <div id="footer">
+ <p>Copyright © 2002-2016 <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>