Web Competitors 2011

I was surprised to find that there wasn’t one of these already.

Like previous threads, feel free to post your team’s entry for the website award this year, give feedback, etc.

Team Titanium’s website is located at http://www.teamtitanium.org/ . It’s not complete, but it should be soon. If you want to compare the look (it’s very similar right now) to last year’s site, click the FRSee tab, as the CSS for it is localized.

www.robobees.org

It is about 90% done, still adding some older galleries, blogs, and fixing the calendar.

In Progress:

http://www.brt1671.com

Our build season is updated daily, the day after each build day.

http://www.waialuarobotics.com.

Work-in-progress. Probably won’t be “finished” until Week 3 or 4.

http://rethinkrobotics.org

Mostly a carryover from last year, but working on adding more regular updates, organizing media & content better. Feedback is welcome! I’m learning a lot by checking out other team sites so please give me your recommendations/complaints/fixes :slight_smile:

Who was the national website winner of 2010?? anyone know?

461 Westside Boiler Invasion was the national winner last season.

http://www.boilerinvasion.org

www.sjarobotics.com
Feedback would be greatly appreciated :slight_smile:

I notice you have music playing in the background on your website, and I couldn’t figure out how to stop it. That’s because your playing controls are not showing up properly. I get like a pixel show that I can barely see to click to stop the music. I’m running Google Chrome.

After several years of our website going relatively unchanged we completely redesigned it.
Here is the old site: http://chopshop166.com/cms/
Here is the new site: http://chopshop166.com/drupal/
We’re still working on it and it will probably not be finished for a week or two but it looks good so far.

In development, http://mmrambotics.ca

Code at http://github.com/MMRambotics/MMRambotics.ca :smiley:

http://maikenmagic.com/
In Progress

Looks good, but my very first two impressions are

  1. Please don’t change the cursor
  2. How about a team email address instead of a gmail?

I like how there’s a good picture front and center, but perhaps think about moving it higher above the fold.

Also, I like the Ship Date counter :smiley:

Hey guys Team 2641 is getting serious about developing a web presence this year. The general layout of out site is finished, now we are just adding content. Any constructive criticism is really appreciated.:slight_smile:

http://team2641.com

Thanks, that problem should be solved now :slight_smile:

Yep it is! Nice site overall.

Team Stealth 1802
Piper High School

www.piperrobotics.com

Looking for critique on what to add and not to add.
The websites look great

www.othsrobotics.com

Also the domain doesnt really work without the “www” we tried the htaccess redirect but that didnt seem to fix the problem

Team 1208
O’Fallon Township High School

What web server do you run?

Here’s a sample from ours.


RewriteEngine on

RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^www.mmrambotics.ca$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://mmrambotics.ca%2 [R=301]