This is how I have organised the site, and some thoughts on what should go onto each .html page. The hebron site is currently divided into these logical segments : hebron | |--- People (Currently most of the people of the class of 1996) | |--- Around Hebron / Photos of the school | |--- Other Hebronites (Links to webpages of other hebronites) | |--- At Hebron (Photos taken during your time at Hebron) | |--- Wedding Photos ( and non-wedding photos of married couples) | |--- Class reunions ( Photos / mails if anyone manages to meet up) | |--- Recent photos ( Photos that I have recieved in the last few weeks) | |--- Around Ooty ( Ketti, Brooklands, Quite Corner and other places ) | |--- Development ( Information for contributors and details of site updates ) The root directory is hebron. All directories and webpages should be wrt to this and not the absolute (entire) URI. ie. use hebron/people/index.html and not www.abc.org/hebron/people/index.html. This means fewer modifications need to be done should we change to another domain name. For each html page ------------------ - Try and give each page a meaningful title. - Use meaningful names for images and html pages. - If the page contains images, specify the size (width and height) of the image in the definition of the link. This helps speed up access, as any browser has to do less work. - Have a link to the relevant upper level (one of the sub-sections) and to the main page (Both at the bottom and top of the page). - Each image, must have an associated html page. ie. There should be no links to a .jpg file, rather, all links should be to a html file which contains the jpg file.