Skip to content

Instantly share code, notes, and snippets.

@michaelcpuckett
Forked from marshall007/gist:3237194
Created August 3, 2012 14:27
Show Gist options
  • Save michaelcpuckett/3248106 to your computer and use it in GitHub Desktop.
Save michaelcpuckett/3248106 to your computer and use it in GitHub Desktop.

RKA Updates from Jennifer

Static File Updates

  • LESS/CSS, JS

Homepage Slider

  • New image on the Google Drive: /images/homepage/video-change-your-shirt.jpg
  • New image on the Google Drive: /images/homepage/video-retire-your-shirt.jpg
  • New image on the Google Drive: /images/homepage/video-what-your-shirt-says.jpg
  • Please change the video markup on the homepage to:
<section class="buckets">
    <div class="left bucket video">
      <section class="slider">
        <div class="slides">
          <div class="slide">
            <a class="modal video" href="http://www.youtube.com/v/ojHYh6tV9Rk?autoplay=1" data-label="changeYourShirtVideo"><img src="/images/homepage/video-change-your-shirt.jpg" alt="Change Your Shirt Video Preview"></a>
          </div>
          <div class="slide">
            <a class="modal video" href="http://www.youtube.com/v/aEdWcPoNt30?autoplay=1" data-label="retireYourShirtVideo"><img src="/images/homepage/video-retire-your-shirt.jpg" alt="Retire Your Shirt Video Preview"></a>
          </div>
          <div class="slide">
            <a class="modal video" href="http://www.youtube.com/v/o3HOpBmPnYQ?autoplay=1" data-label="whatYourShirtSaysVideo"><img src="/images/homepage/video-what-your-shirt-says.jpg" alt="What Your Shirt Says About You Video Preview"></a>
          </div>
        </div>
      </section> ...

Share This on Blog Posts

  • On Single Blog pages, please add this the Share This code on that left column, above the date:
<span class="st_sharethis" displayText="Share"></span>
<span class="date"> ... </span>
<span class="comment-count"> ... </span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment