source: devel/website/top.shtml @ 1025

Revision 1025, 2.6 KB checked in by bruno, 3 years ago (diff)
  • Adds more pages to the Web site for pb
Line 
1    <!--
2                First many thanks to the guys at http://www.frozen-bubble.org for their kind authorisation to reuse their design and artwork. Especially
3    <a href="http://zarb.org/~gc/">Guillaume Cottenceau</a>: design &amp; programming<br />
4    <a href="http://www.73lab.com/">Alexis Younes (Ayo73)</a>: graphics &amp; website design<br />
5    <a href="mailto:amaury foo linuxfr.org">Amaury Amblard-Ladurantie</a>: website coding
6       
7      Yup, we know this website may not be fully W3C compatible.
8      We tried our best, though, to make it viewable by the broadest audience (even Internet Explorer users).
9
10          Please send an email to the webmaster_at_project-builder,org should you have any problem accessing the website.
11    -->
12    <div id="topbanner">
13      <div id="links">
14        <a href="http://www.73lab.com/">www.73lab.com</a> <a href="http://www.hpintelco.net/">www.hpintelco.net</a>
15      </div>
16      <div id="topinfo">
17        PBVER-rPBREV   - PBDATE   </div>
18    </div>
19    <div id="body">
20      <div id="logo">
21                          <img src="/images/" alt="Project-Builder.org logo" title="This is the official Project-Builder.org Website !"/></div>
22      <div id="navbar">
23        <ul>
24                                <li <!--#if expr="\"$curpage\" = \"index.shtml\"" --> id="current" <!--#endif -->>
25                                <a href="/" title="Project-Builder.org homepage" >Home</a></li>
26                                <li <!--#if expr="\"$curpage\" = \"about.shtml\"" --> id="current" <!--#endif -->>
27                                <a href="/about.shtml" title="About Project-Builder.org" >About</a></li>
28                                <li <!--#if expr="\"$curpage\" = \"news.shtml\"" --> id="current" <!--#endif -->>
29                                <a href="/news.shtml" title="News about Project-Builder.org" >News</a></li>
30                  <li <!--#if expr="\"$curpage\" = \"docs.shtml\"" --> id="current" <!--#endif -->>
31                  <a href="/docs.shtml" title="Documentations about Project-Builder.org" >Docs</a></li>
32          <li <!--#if expr="\"$curpage\" = \"downloads.shtml\"" --> id="current" <!--#endif -->>
33                  <a href="/downloads.shtml" title="Download Project-Builder.org now !" >Downloads</a></li>
34          <li <!--#if expr="\"$curpage\" = \"support.shtml\"" --> id="current" <!--#endif -->>
35                  <a href="/support.shtml" title="If you need support (why it's perfect :-)" >Support</a></li>
36          <li><a href="http://trac.project-builder.org" title="Use the Wiki" target="_blank" >Wiki</a></li>
37        </ul>
38      </div>
39      <div id="main">
40        <div id="frametopleft">
41          <div id="frametop">
42            <div id="frametopright">
43              <div id="frameleft">
44                <div id="frameright">
45                  <div id="framecontent">
46                    <!-- ##############  Main stuff goes here  ################ -->
Note: See TracBrowser for help on using the repository browser.