source/_hero.html.erb in refills-0.1.0 vs source/_hero.html.erb in refills-0.2.0
- old
+ new
@@ -1,11 +1,6 @@
<div class="hero">
- <div class="hero-inner">
- <a href="" class="hero-logo"><img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/placeholder_logo_1.png
-" alt="Logo Image"></a>
- <div class="hero-copy">
- <h1>Short description of Product</h1>
- <p>A few reasons why this product is worth using, who it's for and why they need it.</p>
- </div>
- <button>Learn More</button>
- </div>
+ <div class="hero-content">
+ <img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/placeholder_square.png" alt="Logo Image" class="hero-logo">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magni modi doloremque excepturi laudantium maxime explicabo cumque deleniti voluptate deserunt.</p>
+ </div>
</div>