Repository: couchdb-www
Updated Branches:
  refs/heads/asf-site 014e38cbb -> 9dbd3d9a4


add testimonials section


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/79977d7a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/79977d7a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/79977d7a

Branch: refs/heads/asf-site
Commit: 79977d7a4828e789a84ae99dd13f7fd627705af9
Parents: 014e38c
Author: olivia <oli...@fastmail.com>
Authored: Wed Nov 28 12:21:36 2018 +0100
Committer: olivia <oli...@fastmail.com>
Committed: Wed Nov 28 12:21:36 2018 +0100

----------------------------------------------------------------------
 index.html        | 26 +++++++++++++++++++++++++-
 style/master.css  | 21 +++++++++++++++++++++
 style/master.less | 30 ++++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/79977d7a/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 5483908..502f1c5 100644
--- a/index.html
+++ b/index.html
@@ -120,7 +120,31 @@ Thanks to Yohei Shimomae and the Apache Cordova team for 
the original design.
       <p>See the <a 
href="http://docs.couchdb.org/en/stable/intro/why.html";>introduction</a>, <a 
href="http://docs.couchdb.org/en/stable/intro/overview.html";>technical 
overview</a> for more information, or learn <a 
href="http://docs.couchdb.org/en/latest/whatsnew/2.2.html";>what’s new in 
2.2</a>.</p>
 
     </div>
-
+    <div class="feature">
+      <div class="wrap">
+        <div class="testimonials-container">
+        <div class="testimonial">
+          "Amongst all the panic and horror [of a power outage], I was 
smiling."
+          <div class="testimonial-attribution">
+            <a 
href="https://blog.couchdb.org/2017/07/19/a-couchdb-user-story-chatting-with-assaf-morami/";>-
 Assaf Morami</a>
+          </div>
+        </div>
+        <div class="testimonial">
+          "The replication in CouchDB is really the killer feature that sets it
+          apart from other databases."
+          <div class="testimonial-attribution">
+            <a 
href="https://blog.couchdb.org/2017/07/12/replication-makes-couchdb-the-single-best-solution-for-hoptree/";>-
 Patrick Wolf</a>
+          </div>
+        </div>
+        <div class="testimonial last">
+          "Even if the internet was very bad our databases in the two 
locations would eventually sync."
+          <div class="testimonial-attribution">
+            <a 
href="https://blog.couchdb.org/2018/08/21/shifting-from-mysql-to-couchdb-a-user-study/";>-
 Ryan Meredith</a>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
     <div class="grid features">
       <div class="wrap cf">
         <div class="skill-card">

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/79977d7a/style/master.css
----------------------------------------------------------------------
diff --git a/style/master.css b/style/master.css
index 2df4a45..2ccc1fc 100644
--- a/style/master.css
+++ b/style/master.css
@@ -473,6 +473,27 @@ blockquote {
   background-position: -156px -95px;
   background-color: #e12830;
 }
+/**** Testimonials ****/
+.testimonials-container {
+  position: relative;
+  padding: 32px 0;
+  margin-bottom: 200px;
+}
+.testimonial {
+  padding-top: 16px;
+  float: left;
+  width: 320px;
+  margin-right: 24px;
+  list-style: none;
+  position: relative;
+}
+.testimonial.last {
+  margin-right: 0;
+}
+.testimonial-attribution {
+  text-align: right;
+  font-style: italic;
+}
 /**** Chat ****/
 .slack-slogan {
   height: 62px;

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/79977d7a/style/master.less
----------------------------------------------------------------------
diff --git a/style/master.less b/style/master.less
index ec20756..4583d22 100644
--- a/style/master.less
+++ b/style/master.less
@@ -536,6 +536,36 @@ blockquote {
     background-color: @key-color;
 }
 
+/**** Testimonials ****/
+
+.testimonials-container {
+  position: relative;
+  padding: 32px 0;
+  margin-bottom: 200px;
+}
+
+.testimonial {
+  padding-top: @padding;
+  float: left;
+  width: @column;
+  margin-right: @gutter;
+  list-style: none;
+  position: relative;
+}
+
+.testimonial.last {
+  margin-right: 0;
+}
+
+.testimonial-attribution {
+  text-align: right;
+  font-style: italic;
+}
+
+.testimonial-attribution a {
+
+}
+
 /**** Chat ****/
 
 .slack-slogan {

Reply via email to