I used to be on team 2002, and created their website, but now, i’ve switched to team 2915, and have worked together with some other students to create a really cool php site.
I wrote the shell html for the site, and my friend wrote a php parsing system that allows for content to be added by text file.
our marketing team can write content in a syntax not unlike wikipeadia, and have the php parser do the rest.
i’d like some feedback on how the site looks and how fast it loads etc…
originally, the second (vertical) meu was intended to be section specific… ie, if you were on an “about us” page, the menu would show the links for the about us section only…
but, i haven;t figured out the php to make it change automatically)…
if one of the sets of links were to go, which one would it be?
I definitely agree with the navigation statement. That’s the one thing that I didn’t like. In addition, I think you could improve your resources section with more links and such. It seems that the info provided there could belong with the “Us” section. Just my opinion.
Overall, I really like the simplicity, and nice countdown.
It depends. If you only have four or five links, with sublinks on the hover over keep the top, if you have MANY links, please use the left. But I would recommend you using sublinks on the left if you go with the left. Have you click on the link and then a drop down comes up similar to the Slashdot site like when you click on “Section” on that site.
Pavan
Also. I voted Great out of the 3 options that I saw were valid: Great, OK, Bad.
thanks for the feedback
i’ll talk to the marketing team about removing the side menu, since, for now, it does nothing… (but, i like having the black collumn… must find a new use for it… )
Media Links take you back to the Home page, same with the Member Login link
US/Website takes you back to Home, but then so does Home, and the Icon in the top left corner of the page. Get rid of US/Website.
Calendar, Home, and Contact Us all have a blank sub menu item under them. The other menu items on the horizontal menu duplicate the main menu item as the first sub menu item. Either get rid of the hyperlink on the main menu item, or drop the repeat as the first sub menu item.
I agree with the others, get rid of one of the menu bars, even if you do accomplish the page relative vertical menu, it would be redundant to horizontal menu sub items and probably links on the page itself.
I like the use of the Google calendar and search
A lot of real estate is taken by up by the header area, I would reduce it so more content can be seen without scrolling.
Everything else looks great. I like the concept of using the CMS approach, and the simplicity of the site makes it easy to use. Great job.
i’ve allready reduced it some from the original design (the one i used on frcteam2002.com) but, any more reduction may make the First logo too small (there are minimum size requirements)
I gave it a -2 for several reasons that have already been covered above. However, my biggest problem with the site is the design. It looks like a design someone made in 1999. :ahh:
----------This must go in the "head" section of the page
<script type="text/javascript" src="http://riverdalerobotics.com/styles/clock.js"></script>
-------------this part must go in the CSS
/****************** countdown *****************/
.lcdstyle{
background-color: transparent;
color: #000096;
font: bold 18px "MS Sans Serif";
padding: 3px;
}
.lcdstyle sup{
font-size: 80%
}
------------ this part goes wherever you want the countdown to appear
<!-- Countdown script -->
<div id="countdowncontainer"></div>
<script type="text/javascript">
var futuredate=new cdtime("countdowncontainer")
futuredate.displaycountdown("days", formatresults2)
</script>
here’s the code to embed an identical countdown to your site, if you want.
i’ll keep the countdown updated with the following dates in PST (gmt -8)