+
+
+
+
+
+
+
+ Examples
+
+
+
+ Default styling
+
+
+
+
+
+ .blink
+
+
+ block linkable
+
+
+
+
+
+
+ Markup
+
+ <ul class="flexblock plans [modifier class]">
+ <li>
+ <a href="#" title="Purchase">
+ <h2>Basic</h2>
+ <div>
+ <span class="price">Free</span>
+ <p>Good karma. Just the essential features. 100% customizable. Make it yours.</p>
+ <span class="button">Select</span>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="#" title="Purchase">
+ <h2>Medium</h2>
+ <div>
+ <span class="price"><sup>$</sup>4,99 <sup>/month</sup></span>
+ <p>Clean markup with popular naming conventions. Minimum effort.</p>
+ <span class="button">Buy Now</span>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="#" title="Purchase">
+ <h2>Premium <sup>(save 20%)</sup></h2>
+ <div>
+ <span class="price"><sup>$</sup>40 <sup>/year</sup></span>
+ <p>Prototype faster. Create landings and portfolios. Unlimited projects.</p>
+ <span class="button">Select</span>
+ </div>
+ </a>
+ </li>
+</ul>
+
+
+
+ Source: modules/_flexblock-plans.scss
, line 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-flexblock-reasons.html b/doc/styleguide/item-flexblock-reasons.html
new file mode 100644
index 0000000..5ded118
--- /dev/null
+++ b/doc/styleguide/item-flexblock-reasons.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+ -
+
Why WebSlides? Work better, faster.
+ Designers and marketers can now focus on the content. Simply choose a demo and customize it in minutes. Be memorable!
+
+ -
+
Good karma. Just the essentials and using lovely CSS.
+ WebSlides is about telling the story, and sharing it in a beautiful way. Hypertext and clean code as narrative elements.
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <ul class="flexblock reasons">
+ <li>
+ <h2>Why WebSlides? Work better, faster.</h2>
+ <p>Designers and marketers can now focus on the content. Simply <a href="/demos/" title="WebSlides Demos">choose a demo</a> and customize it in minutes. Be memorable! </p>
+ </li>
+ <li>
+ <h2> Good karma. Just the essentials and using lovely CSS.</h2>
+ <p>WebSlides is about telling the story, and sharing it in a beautiful way. Hypertext and clean code as narrative elements.</p>
+ </li>
+</ul>
+
+
+
+ Source: modules/_flexblock-reasons.scss
, line 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-flexblock-specs.html b/doc/styleguide/item-flexblock-specs.html
new file mode 100644
index 0000000..343fd71
--- /dev/null
+++ b/doc/styleguide/item-flexblock-specs.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+ -
+
+
Ultra-Fast WiFi
+ Simple and secure file sharing.
+
+
+ -
+
+
All day battery life
+ Your battery worries may be over.
+
+
+ -
+
+
Lifetime Warranty
+ We'll fix it or if we can't, we'll replace it.
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <ul class="flexblock specs">
+ <li>
+ <div>
+ <h2>Ultra-Fast WiFi</h2>
+ Simple and secure file sharing.
+ </div>
+ </li>
+ <li>
+ <div>
+ <h2>All day battery life</h2>
+ Your battery worries may be over.
+ </div>
+ </li>
+ <li>
+ <div>
+ <h2>Lifetime Warranty </h2>
+ We'll fix it or if we can't, we'll replace it.
+ </div>
+ </li>
+ </ul>
+
+
+
+ Source: modules/_flexblock-specs.scss
, line 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-flexblock-steps.html b/doc/styleguide/item-flexblock-steps.html
new file mode 100644
index 0000000..9669e1b
--- /dev/null
+++ b/doc/styleguide/item-flexblock-steps.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+ -
+
01. Passion
+ When you're really passionate about your job, you can change the world.
+
+ -
+
+
02. Purpose
+ Why does this business exist? How are you different? Why matters?
+
+ -
+
+
03. Principles
+ Leadership through usefulness, openness, empathy, and good taste.
+
+ -
+
+
04. Process
+
+ - Useful
+ - Easy
+ - Fast
+ - Beautiful
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <ul class="flexblock steps">
+ <li>
+ <h2>01. Passion</h2>
+ <p>When you're really passionate about your job, you can change the world.</p>
+ </li>
+ <li>
+ <div class="process step-2"></div>
+ <h2>02. Purpose</h2>
+ <p>Why does this business exist? How are you different? Why matters?</p>
+ </li>
+ <li>
+ <div class="process step-3"></div>
+ <h2>03. Principles</h2>
+ <p>Leadership through usefulness, openness, empathy, and good taste.</p>
+ </li>
+ <li>
+ <div class="process step-4"></div>
+ <h2>04. Process</h2>
+ <ul>
+ <li>Useful</li>
+ <li>Easy</li>
+ <li>Fast</li>
+ <li>Beautiful</li>
+ </ul>
+ </li>
+</ul>
+
+
+
+ Source: modules/_flexblock-steps.scss
, line 6
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-flexblock.html b/doc/styleguide/item-flexblock.html
index 58c46b1..c858b58 100644
--- a/doc/styleguide/item-flexblock.html
+++ b/doc/styleguide/item-flexblock.html
@@ -37,41 +37,71 @@