Practice WOD: ResponsiveKamanu

Kamanu Composites is a local company that produces very high quality outrigger canoes. They also have a pretty nice website. For this WOD, you will reimplement a portion of their home page using Twitter Bootstrap. The goal of this exercise is to gain additional experience manipulating HTML, CSS, Chrome Developer Tools, and Twitter Bootstrap.

Prior to starting this WOD, you may want to visit the Kamanu Composites website. (Full disclosure: I own a Pueo.)

Here is what your completed implementation should look like:

And here are some hints to guide your implementation:

Instructions

  1. Start your timer.
  2. Create an Eclipse project called ResponsiveKamanu and use it to implement a Bootstrap version of the Kamanu Composites home page.
  3. Base your design on the bootstrap-example-intro basic template.
  4. Change the page title to “Responsive Kamanu”.
  5. Incorporate the logo into the navbar.
  6. Adjust the navbar so that excess padding around logo is removed.
  7. Incorporate the Kamanu carbon fiber graphic as a repeated background image in the navbar.
  8. Eliminate the black background from navbar menu items.
  9. Edit the set of navbar items to be similar to those on the Kamanu website.
  10. Adjust the font, position, and spacing of navbar items to be similar to the Kamanu website.
  11. Incorporate the paddling picture underneath the navbar as a background image. Use background-size: cover, background-position: center, and height: 385px properties to get a pleasing appearance.
  12. Adjust the body element so that the paddling picture shows up under the navbar.
  13. Add the “tagline bar” (“We Build Canoes.”) into your page, making it look similar to the one on the Kamanu Website.

When finished, stop your timer, and record how many minutes it took you to complete the WOD.

Rx: <25 min Av: 25-30 min Sd: 30-40 min DNF: 40+ min

Demonstration

Once you’ve finished doing the WOD a single time, watch me do it:

Standard WOD Caveats

You’ll learn significantly less from watching me solve the WOD if you haven’t attempted the WOD yourself first.

While it’s an achievement to finish the WOD no matter how long it takes, you might experience “diminishing returns” if you work longer than the DNF time. Thus, it might be strategic to stop working at the DNF time and watch my solution.

After watching my solution, I recommend that you repeat the WOD if you have not achieved at least Av performance. If so, be sure to:

Feel free to keep trying until you make Rx if that’s of interest to you.