|
Re: Website critiques?
I'm going to suggest what I do on my website and feel free to use it a food for thought.
So let's say I want to show information about my sponsors and finance and all that jazz. I have a tab on the nav bar that is labelled "Finance" and under that are the subtabs of Current Sponsors, Business Plan and Corporate Sponsorship. The user can click any of the subtabs so go to that page, but the actual box of 'Finance' is a null link. To clarify, a snippet of code is below.
<li><a href="#">Finance</a>
<ul><li><a href="sponsors.html">Current Sponsors</a></li>
<li><a href="business_plan.html">Business Plan</a></li>
<li><a href="corporate.html">Corporate Sponsorship</a></li>
</ul>
</li>
So in the case of your sponsor page my suggestion would be make two subtabs of something like 'Our sponsors' and 'become a sponsor'. That way the user would know that if there were no subtabs then use the main tab but if there are subtabs, use only those.
Just a thought.
__________________
Carnegie Mellon School of Computer Science Class of 2017
2012 Dean's List Winner, 2011 NWCIT Award of Aspirations in Computing National Winner
2014 - : FIRST Team 3504 Girls of Steel (Mentor)
2014 Engineering Inspiration
2006 - 2013: FIRST Team 1912 Combustion (Webmaster / Controls Capt / Beta Test Lead / Drive Capt / JrFLL Coach)
2013 Woodie Flowers Finalist for Wendy Holladay. 2010 - 2013 Regional Chairman's Award at the Bayou Regional. 2011 - 2012 Best Website at the Bayou Regional. 2010 - 2013 Beta Test Team for Hardware and LabVIEW. 2012 JrFLL State Expo Coordinator.
|