summaryrefslogtreecommitdiffstats
path: root/website/new/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/new/index.html')
-rw-r--r--website/new/index.html115
1 files changed, 0 insertions, 115 deletions
diff --git a/website/new/index.html b/website/new/index.html
deleted file mode 100644
index 5638630..0000000
--- a/website/new/index.html
+++ /dev/null
@@ -1,115 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<meta name="description" content="" />
-<meta name="keywords" content="" />
-<!--
-<link rel="alternate" type="application/rss+xml" title="RSS feed" href="??" />
-<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
--->
-<title>UMP: Update and Management Platform</title>
-
-<!--
- <link rel="stylesheet" href="/css/home.css" type="text/css" media="all" />
--->
-
-<style type="text/css">
-
-body {
- background-color: black;
-}
-
-img {
- border: none;
-}
-
-/* site-wide font specifications */
-
-body, ul, li, p, h1, h2, h3 {
- font-family: "Liberation Sans", "Helvetica", "Luxi Sans", "Bitstream Vera Sans", sans-serif;
- color: white;
-}
-
-ul#nav {
- text-transform: uppercase;
- letter-spacing: -.05em;
- list-style-type: none;
- font-family: "URW Gothic", "Liberation Sans", "Helvetica", "Luxi Sans", "Bitstream Vera Sans", sans-serif;
- float: left;
- margin-right: 32px;
- margin-bottom: 100%;
-}
-
-ul#nav li a {
- color: #59cbe1;
- text-decoration: none;
-}
-
-ul#nav li#active {
- list-style-image: url('img/current-page.png');
-}
-
-div#main {
- background-color: #212121;
- padding: 20px 0px;
- margin: 0px 3%;
- border-top: 1px solid #59cbe1;
- border-bottom: 1px solid #59cbe1;
-}
-
-div#content {
- width: 80%;
-}
-
-div#content h2 {
- font-size: medium;
- font-weight: 900;
-}
-
-div#content p {
- font-size: small;
- color: #ccc;
-}
-
-</style>
-
-</head>
-
-<body>
-
-<h1 id="masthead">
-<a href="/"><img src="img/logo-ump.png" alt="UMP: Update and Management Platform" /></a>
-</h1>
-
-<div id="main">
-
- <ul id="nav">
- <li id="active">About</li>
- <li><a href="#">News</a></li>
- <li><a href="#">Download</a></li>
- <li><a href="#">FAQ</a></li>
- <li><a href="#">Communicate</a></li>
- </ul>
-
-<div id="content">
-
-<h2>Introducing the next generation of systems management</h2>
-
-<p>There are many systems management tools out there, including many great free and open source tools. These tools are numerous and disparate, however, making it a complex and time-consuming process to select which tools ot use and how to connect the pieces together.</p>
-
-<p>By introducing a free and open source platform upon which management tools can be built and adhere to, the Update &amp; Management Platform (UMP) will make it simpler for system administrators to choose and implement whichever management tools they desire.</p>
-
-<h2>Free to use, developed openly</h2>
-
-<p>Use UMP freely to get your system update and management tasks done. Get involved with the UMP developers or become an UMP developer in UMP's open development community to get your system update and management tasks done <strong>better</strong>.</p>
-
-<p>Your feedback is valuable to us. Let us know which UMP features are most valuable to you, which ones are not, and which ones you'd like to see. Become an UMP developer and help us reach our vision. Either way, we'd love to hear from you.</p>
-
-</div>
-
-</div>
-
-</body>
-</html>