[IMP] more snippets
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 14 Jan 2014 23:10:54 +0000 (00:10 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 14 Jan 2014 23:10:54 +0000 (00:10 +0100)
bzr revid: fp@tinyerp.com-20140114231054-am7au91oxjv66ntn

addons/website/static/src/css/website.css
addons/website/static/src/css/website.sass
addons/website/views/snippets.xml

index 768ff8c..0ccf9eb 100644 (file)
@@ -125,7 +125,7 @@ header, main, footer {
 footer {
   height: 100%;
   background: #eff8f8;
-  background: rgba(100, 200, 200, 0.1);
+  background: rgba(200, 200, 200, 0.1);
 }
 
 #footer_container {
index 6032164..f4023c5 100644 (file)
@@ -87,7 +87,7 @@ header, main, footer
 footer
     height: 100%
     background: rgb(239, 248, 248)
-    background: rgba(100, 200, 200, 0.1)
+    background: rgba(200, 200, 200, 0.1)
 
 #footer_container
     padding-top: 24px
index 7690f9d..aa9a136 100644 (file)
         </section>
     </div>
 
+    <div data-snippet-id="features-list" data-selector-children=".oe_structure, [data-oe-type=html]">
+        <div class="oe_snippet_thumbnail">
+            <img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_features.png"/>
+            <span class="oe_snippet_thumbnail_title">Feature Grid</span>
+        </div>
+        <section class="oe_snippet_body mb16">
+            <div class="container">
+                <div class="row">
+                    <div class="col-md-5 text-center mb16">
+                        <h2>List of Features</h2>
+                        <h4 class="text-muted">Add a great slogan</h4>
+                    </div>
+                    <div class="col-md-5 text-center mb16 col-md-offset-2">
+                        <h2>Second List</h2>
+                        <h4 class="text-muted">Add a great slogan</h4>
+                    </div>
+                </div><div class="row">
+                    <div class="col-md-5">
+                        <ul class="list-unstyled">
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-comment pull-left mb16"></span>
+                            <h3 class="mb0">Blog</h3>
+                            <p>OpenERP includes a full features enterprise blog to promote your messages.</p>
+                          </li>
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-columns pull-left mb16"></span>
+                            <h3 class="mb0">Pricing Tables</h3>
+                            <p>Use building blocks to use pricing tables to display your products or services.</p>
+                          </li>
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-user pull-left mb16"></span>
+                            <h3 class="mb0">Log In &amp; Signup</h3>
+                            <p>Clean &amp; simple Log In, Signup &amp; Forgot Your Password forms.</p>
+                          </li>
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-envelope pull-left mb16"></span>
+                            <h3 class="mb0">Contact</h3>
+                            <p>User-friendly contact form with Google Map integration.</p>
+                          </li>
+                        </ul>
+
+                    </div>
+                    <div class="col-md-5 col-md-offset-2">
+                        <ul class="list-unstyled">
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-magic pull-left mb16"></span>
+                            <h3 class="mb0">Bootstrap</h3>
+                            <p>Uses Twitter Bootstrap's sleek, intuitive, and powerful front-end framework.</p>
+                          </li>
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-font pull-left mb16"></span>
+                            <h3 class="mb0">Google Web Fonts</h3>
+                            <p>Royalty free, open source fonts for the people, by the people!</p>
+                          </li>
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-bolt pull-left mb16"></span>
+                            <h3 class="mb0">Powerful &amp; slick jQuery</h3>
+                            <p>Fantastic jQuery plugins such as Isotope and Bootstrap's inbuilt features.</p>
+                          </li>
+                          <li>
+                            <span style="min-width: 45px" class="fa fa-3x fa-picture-o pull-left mb16"></span>
+                            <h3 class="mb0">Sample images</h3>
+                            <p>Fantastic sample images fully licensed for use.</p>
+                          </li>
+                        </ul>
+                    </div>
+                </div>
+            </div>
+        </section>
+    </div>
 
 </div>