diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-13 08:01:17 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-13 08:01:17 -0500 |
commit | ece417cccd02667a4504546e72ba7264e6af535a (patch) | |
tree | 7cd6caac38f25970f027016ac999aeba1d9e2839 /devel | |
parent | b79414e336d267ba3d43c0b512f01cf096b184f3 (diff) | |
download | horizon-ece417cccd02667a4504546e72ba7264e6af535a.tar.gz horizon-ece417cccd02667a4504546e72ba7264e6af535a.tar.bz2 horizon-ece417cccd02667a4504546e72ba7264e6af535a.tar.xz horizon-ece417cccd02667a4504546e72ba7264e6af535a.zip |
Add index page
Diffstat (limited to 'devel')
-rw-r--r-- | devel/index.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/devel/index.html b/devel/index.html new file mode 100644 index 0000000..0a34f24 --- /dev/null +++ b/devel/index.html @@ -0,0 +1,82 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <title>Adélie Linux: Project Horizon</title> + <meta name="description" content="Information about the Adélie Linux installation system, Project Horizon"/> + <meta name="author" content="Adélie Linux team"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/core/base.min.css" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/screen/typography.css" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/forms/gray-theme.css" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/navigation/hlist.css" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/font/font-amal.css" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/adelie.css" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/adelie.desktop.css" media="screen and (min-width: 761px)" type="text/css"/> + <link rel="stylesheet" href="https://static.adelielinux.org/css/adelie.mobile.css" media="screen and (max-width: 760px)" type="text/css"/> + + <!--[if lte IE 7]> + <link rel="stylesheet" href="yaml/core/iehacks.min.css" type="text/css"/> + <![endif]--> + </head> + <body> + <header class="adelie-red ym-clearfix"> + <div class="ym-wrapper"> + <nav class="ym-hlist adelie-red"> + <ul> + <li class="nopad"><img src="https://static.adelielinux.org/img/header.png" alt="[Penguin]"></li> + <li><a href="//www.adelielinux.org/">Adélie Home</a></li> + <li><a href="https://code.foxkit.us/adelie/horizon/">Git</a></li> + <li><a href="/script/">HorizonScript Reference</a></li> + <li><a href="/vision/">Project Vision</a></li> + <li><a href="/requirements/">Functional Req's</a></li> + <li><a href="/coverage/">Coverage Report</a></li> + <li><a href="https://www.adelielinux.org/contribute.html">Contribute</a></li> + <li><a href="https://bts.adelielinux.org/buglist.cgi?product=Horizon&resolution=---">Issues</a></li> + </ul> + </nav> + </div> + </header> + <div id="main" class="ym-clearfix" role="main"> + <div class="ym-wrapper center"> + <div class="ym-wbox left info box"> + <h1 class="center">Install. Deploy. With ease.</h1> + <p>Project Horizon is the next-generation installation system for Adélie Linux.</p> + <p class="center"> + <a href="https://distfiles.adelielinux.org/adelie/1.0-beta4/iso/" class="ym-button ym-xlarge ym-danger">Download Adélie CD/USB</a> + <a href="/script/" class="ym-button ym-xlarge">HorizonScript Reference</a> + <a href="https://help.adelielinux.org/" class="ym-button ym-xlarge">Get Help</a> + </p> + </div> + <div class="ym-wbox left"> + <div class="ym-grid linearize-level-1"> + <div class="ym-g33 ym-gl"> + <div class="ym-gbox"> + <h3 class="center">For Administrators</h3> + <p>Read the <a href="/script/">official HorizonScript specification</a> and learn how to write your own installfiles.</p> + </div> + </div> + <div class="ym-g33 ym-gl"> + <div class="ym-gbox"> + <h3 class="center">For Developers</h3> + <p>Read <a href="/vision/">Horizon Vision</a> and the <a href="/requirements/">Functional Requirements Specification</a>.</p> + </div> + </div> + <div class="ym-g33 ym-gr"> + <div class="ym-gbox"> + <h3 class="center">For Maintainers</h3> + <p>View <a href="/coverage/">current code coverage</a>.</p> + </div> + </div> + </div> + </div> + </div> + </div> + <footer> + <div class="ym-wrapper center"> + <div class="ym-wbox"> + Copyright © 2015-2019 Adélie Linux Team. <a href="https://code.foxkit.us/adelie/horizon/tree/master/devel/">Site</a> licensed under CC BY-NC-SA 4.0 and others. + </div> + </div> + </footer> + </body> +</html> |