Here's our main site, completely rebuilt using Drupal 5. I've been using Drupal 5 for about a year now and have grown to like it a lot. The team did a great job. The code is pretty clean, and well structured. With the addition of a few modules, SEO works very well too.

Here's the site. It's not 100% done, but it is close enough to show.

http://www.myprogrammer.com

Let me know what you think.

Thanks.

Rob

Comments

elvingpr’s picture

It looks very good. I specially liked the tabbed menu. The only problem I see is that the menu sticks out a little low... Looking at your css:

#navi {
font-size:15px;
height:41px;
margin:0;
padding:95px 0 0;
text-align:center;
width:950px;
}

If you remove the font size property everything falls into place nicely. At least in Firefox 3.5.

robmypro’s picture

Thanks for the feedback. I did not even notice that. Good eyes! All fixed now. Thanks for taking the time to provide the solution, too. It's appreciated!