source: ProjectBuilder/devel/website/index.shtml@ 940

Last change on this file since 940 was 940, checked in by Bruno Cornec, 14 years ago

Preliminary version of a Web site

File size: 2.8 KB
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>Project-Builder.org Home Page</h1>
12 <div class="h2-1">
13 <h2>What is Project-Builder.org ?</h2>
14 </div>
15 <p class="c">Project-Builder.org is a GPL tool to help you build packages of projects for multiple operating systems</p>
16
17 <div class="h2-2">
18 <h2>Authors</h2>
19 </div>
20 <p><a href="http://www.hyper-linux.org/">Bruno Cornec</a>: lead development, maintenance, packaging, web site, documentation<br>
21
22 <div class="h2-5">
23 <h2>Latest news</h2>
24 </div>
25<!--#include virtual="/pb_web_fpnews.html" -->
26 <p> For more news look <a href="/news.shtml">here</a></p>
27
28
29 <div class="h2-4">
30 <h2>Made with</h2>
31 </div>
32 <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>
33 <a href="http://www.vim.org"><img src="/images/icon-vim.png" width="140" height="40" alt="Vim logo" title="Edited with Vim" /></a>
34 <a href="http://www.perl.org/"><img src="/images/icon-perl.png" width="100" height="40" alt="Perl" title="Made with Perl" /></a>
35 </div>
36
37 <div class="h2-3">
38 <h2>About this website</h2>
39 </div>
40 <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>
41 <a href="http://www.mandriva.com/"><img src="/images/icon-mandriva.png" width="160" height="40" alt="Mandriva" title="Hosted on Mandriva Linux" /></a>
42 <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>
43 <a href="http://www.hp.com/linux"><img src="/images/hp.png" width="120" height="40" alt="Linux at HP" title="Sponsored HP" /></a>
44 </div>
45 <div>
46 <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>
47 <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>
48 </div>
49
50<!--#include virtual="/bottom.shtml" -->
51 </body>
52</html>
Note: See TracBrowser for help on using the repository browser.