source: devel/website/index.shtml @ 1

Revision 1, 2.9 KB checked in by bruno, 6 years ago (diff)

First import

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
4  <head>
5<!--#include virtual="/head.shtml" -->
6  </head>
7  <body>
8                  <!--#set var="curpage" value="index.shtml" -->
9<!--#include virtual="/top.shtml" -->
10
11                <h1>Dploy Home Page</h1>
12  <div class="h2-5">
13                  <h2>Latest news</h2>
14  </div>
15<!--#include virtual="/latest-news.html" -->
16  <p> For more news look <a href="/news.shtml">here</a></p>
17
18  <div class="h2-1">
19                  <h2>What is Dploy ?</h2>
20  </div>
21  <div class="c"> <img src="/images/screenshots.png" alt="Dploy screenshots" title="Dploy Screenshots" /></div>
22  <p class="c">Dploy is a GPL multi-purpose deployment server</p>
23  <p class="c">You need it in your data center.</p>
24
25  <div class="h2-2">
26    <h2>Authors</h2>
27  </div>
28  <p><a href="http://www.hyper-linux.org/">Bruno Cornec</a>: development<br>
29    <a href="">Brian Gartner</a>: -development<br>
30    <a href="">Lee Mayes</a>: -development<br>
31  </p>
32
33  <div class="h2-4">
34    <h2>Made with</h2>
35  </div>
36    <div class="c"><a href="http://www.gnu.org"><img src="/images/gnubanner-2_114x40.png" width="114" height="40" alt="GNU logo" title="We run GNU" /></a>
37    <a href="http://www.vim.org"><img src="/images/icon-vim.png" width="140" height="40" alt="Vim logo" title="Edited with Vim" /></a>
38    <a href="http://www.perl.org/"><img src="/images/icon-perl.png" width="100" height="40" alt="Perl" title="Made with Perl" /></a>
39        </div>
40
41  <div class="h2-3">
42    <h2>About this website</h2>
43  </div>
44  <div class="c"><a href="http://www.73lab.com/"><img src="/images/icon-73lab.png" width="89" height="40" alt="73lab logo" title="Graphics by Ayo" /></a>
45        <a href="http://www.mandriva.com/"><img src="/images/icon-mandriva.png" width="160" height="40" alt="Mandriva" title="Hosted on Mandriva Linux" /></a>
46        <a href="http://www.hpintelco.net"><img src="/images/hpisc.png" width="160" height="40" alt="HP/Intel Solution Center" title="Sponsored and hosted by the HP/Intel Solution Center" /></a>
47        <a href="http://www.hp.com/linux"><img src="/images/hp.png" width="120" height="40" alt="Linux at HP" title="Sponsored HP" /></a>
48  </div>
49  <div>
50  <p>This website has been designed according to the <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mondorescue.org">W3C standards</a> in order to be viewable by most standard compliant browsers. Since it uses some CSS techniques, it may not render correctly on some non-free (as in <i>freedom</i>) widely used browser. If this is the case with your browser, you may want to try the latest version of <a href="http://www.mozilla.com/firefox/">Firefox</a>, a standards compliant free software browser.</p>
51    <p>This site is best viewed with the free <a href="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/">"Vera" True Type Font</a>&nbsp;&nbsp;from Bitstream.</p>
52  </div>
53
54<!--#include virtual="/bottom.shtml" -->
55  </body>
56</html>
Note: See TracBrowser for help on using the repository browser.