ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/laroona/index.shtml
Revision: 1.1
Committed: Sun Mar 21 23:58:36 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html>
5
6 <head>
7 <title>i-scream Laroona homepage</title>
8 <!--#include virtual="/style.inc" -->
9 </head>
10
11 <body>
12
13 <div id="container">
14
15 <div id="main">
16
17 <!--#include virtual="/header.inc" -->
18
19 <div id="contents">
20
21 <h1 class="top">i-scream Laroona homepage</h1>
22
23 <div id="topnav">
24 <ul>
25 <li><a href="#news">News</a></li>
26 <li><a href="#what">What is Laroona?</a></li>
27 <li><a href="#development">Development</a></li>
28 </ul>
29 </div>
30
31 <h2><a name="news">News</a></h2>
32
33 <h3>Sunday 21 March 2004</h3>
34 <p>
35 Laroona project page created.
36 </p>
37
38 <h2><a name="what">What is Laroona?</a></h2>
39
40 <p>
41 Laroona is a rewrite of the <a href="/cms/">CMS</a>.
42 </p>
43
44
45 <h2><a name="development">Development</a></h2>
46
47 <ul>
48 <li><a href="http://wiki.i-scream.org/">i-scream wiki</a></li>
49 </ul>
50 <p>
51 Laroona is currently in the early stages of development. Much of our development work is being done on
52 the i-scream Wiki.
53 </p>
54
55 </div>
56
57 <!--#include virtual="/footer.inc" -->
58
59 </div>
60
61 <!--#include virtual="/menu.inc" -->
62
63 </div>
64
65 </body>
66 </html>