diff options
-rw-r--r-- | _default.template.html | 55 | ||||
-rw-r--r-- | index.md | 40 |
2 files changed, 50 insertions, 45 deletions
diff --git a/_default.template.html b/_default.template.html index a5eff37..a61f2e4 100644 --- a/_default.template.html +++ b/_default.template.html @@ -1,41 +1,44 @@ <!doctype html> <html> -<head> -<meta http-equiv="content-type" content="text/html; charset=utf-8"/> -<title>{{title}} | Alpine Linux</title> -<link rel="stylesheet" type="text/css" href="/styles.css"/> -<link rel="stylesheet" type="text/css" href="/font.css"/> -</head> -<body> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"/> + <title>{{title}} | Alpine Linux</title> + <link rel="stylesheet" type="text/css" href="/styles.css"/> + <link rel="stylesheet" type="text/css" href="/font.css"/> + </head> + <body> <header> - <div class="left" style="padding: 10pt;"> + <div class="left" style="padding: 10pt;"> <span class="icon-alpine-logo"></span> - </div> - <div id="pagenav"> + </div> + <div id="pagenav"> + <nav> + <a href="/" class="{{pagestate.index}}">home</a> + <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a> + <a href="/about" class="{{pagestate.about/index}}">about</a> + <a href="/community" class="{{pagestate.community/index}}">community</a> + </nav> + </div> + <div class="right" style="margin: 2em 0 0 0;" id="sitenav"> <nav> - <a href="/" class="{{pagestate.index}}">home</a> - <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a> - <a href="/about" class="{{pagestate.about/index}}">about</a> - <a href="/community" class="{{pagestate.community/index}}">community</a> - </nav> - </div> - <div class="right" style="margin: 2em 0 0 0;" id="sitenav"> -<!-- <span>Small Simple Secure</span> --> - <nav id="#sitenav"> - <span class="right"> <a href="http://wiki.alpinelinux.org">wiki</a> <a href="http://git.alpinelinux.org">git</a> <a href="http://bugs.alpinelinux.org">bugs</a> <a href="http://alpinelinux.org/forum">forums</a> - </span> - </nav> - </div> - <p/> + </nav> + </div> + <p></p> </header> <div class="hidden"> - <article>{{{content}}}</article> + <article> + +<!-- content --> +{{{content}}} +<!-- end of content --> + + </article> </div> <footer>© Copyright 2014 Alpine Linux Development Team all rights reserved | Privacy Policy </footer> -</body> + </body> </html> @@ -4,30 +4,32 @@ title: Alpine Linux <div class="widebar"> <div class="block2"> - <center> - <h2>Small Simple Secure</h2> - <p> + <center> + <h2>Small Simple Secure</h2> + <p> Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox. - </p> - </center> + </p> + </center> </div> <div class="block2"> - <center> - <span class="icon-download" style="font-size:400%; color:green;"></span> - <p><a href="{{release.iso}}">{{release.iso}}</a> - <small>({{release.size_mb}}MB)</small></p> - <small> - <p>Released {{release.date}}</p> - <p> - <a title="{{release.sha1}}" href="{{release.iso}}.sha1">sha1</a> - | - <a title="{{release.sha256}}" href="{{release.iso}}.sha256">sha256</a> - </p> - </small> - </center> + <center> + <span class="icon-download" style="font-size:400%; color:green;"></span> + <p> + <a href="{{release.iso}}">{{release.iso}}</a> + <small>({{release.size_mb}}MB)</small> + </p> + <small> + <p>Released {{release.date}}</p> + <p> + <a title="{{release.sha1}}" href="{{release.iso}}.sha1">sha1</a> + | + <a title="{{release.sha256}}" href="{{release.iso}}.sha256">sha256</a> + </p> + </small> + </center> </div> - <p/> + <p></p> </div> This site is under [development](http://git.alpinelinux.org/cgit/ncopa/mksite-alpine) |