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.
Here is what your completed implementation should look like:
And here are some hints to guide your implementation:
Your goal is to create a single page that mimics the first three elements of the Kamanu home page: the nav bar, the picture, and the tag line “We build canoes.” You do not have to implement any other aspect of their home page.
Base your implementation on the bootstrap-example-intro “basic” template. That will give your page a responsive nav bar (which Kamanu Composites currently lacks.)
Adjust the navbar so that excess padding around logo is removed.
Incorporate the Kamanu carbon fiber graphic as a repeated background image in the navbar.
Eliminate the black background from navbar menu items.
Edit the set of navbar items to be similar to those on the Kamanu website.
Adjust the font, position, and spacing of navbar items to be similar to the Kamanu website.
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.
Adjust the body element so that the paddling picture shows up under the navbar.
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 minAv: 25-30 minSd: 30-40 minDNF: 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:
Delete your old project so you cannot refer to it;
Don’t look at my screencast while you WOD; and
Reset your timer.
Feel free to keep trying until you make Rx if that’s of interest to you.