feat: fix footer logo
Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/f233828f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/f233828f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/f233828f Branch: refs/heads/asf-site Commit: f233828f2a607a322ae73a097edcb4e623dc9b19 Parents: 8e3e4c5 Author: Jan Lehnardt <j...@apache.org> Authored: Sat Sep 3 14:37:44 2016 +0200 Committer: Jan Lehnardt <j...@apache.org> Committed: Sat Sep 3 14:37:44 2016 +0200 ---------------------------------------------------------------------- index.html | 35 +++++++++++++++++++---------------- style/master.css | 7 ++----- style/master.less | 8 ++------ 3 files changed, 23 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/f233828f/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 59c84bc..966ee81 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,7 @@ This fabulous linen texture was integrated into the site design. <li><h1><strong>Seamless</strong> multi-master sync, that</h1></li> <li><h1>scales from <strong>Big Data</strong> to <strong>Mobile.</strong></h1></li> <li><h1>With an <strong>Intuitive</strong> HTTP/JSON API</h1></li> - <li><h1>and designed for <strong>reliability</strong></h1></li> + <li><h1>and designed for <strong>reliability.</strong></h1></li> </ul> <div class="button-container"> @@ -103,22 +103,25 @@ This fabulous linen texture was integrated into the site design. <h2 class="icon icon-about">Data where you need it</h2> <p> - Apache CouchDB™ lets you access your data where you need it by - defining the Couch Replication Protocol that is implemented by a variety of - projects and products that span every imaginable computing environment from - distributed server-clusters, over mobile phones to web browsers. - </p> + Apache CouchDB™ lets you access your data where you need it by defining the + <strong>Couch Replication Protocol</strong> that is implemented by a variety of projects and + products that span every imaginable computing environment <strong>from globally distributed + server-clusters</strong>, over <strong>mobile phones</strong> to <strong>web browsers</strong>. + Software that is compatible with the Couch Replication Protocol include: <a + href="https://pouchdb.com/">PouchDB</a>, <a + href="https://en.wikipedia.org/wiki/Cloudant">Cloudant</a>, and <a + href="https://en.wikipedia.org/wiki/Couchbase_Lite">Couchbase Lite</a>. + </p> <p> - Description: Store your data safely, on your own servers, or with any leading - cloud provider. Your web- and native applications love CouchDB, because it - speaks JSON natively and supports binary attachments for all your data storage - needs. The Couch Replication Protocol lets your data flow seamlessly between - server clusters to mobile phones and web browsers, enabling a compelling, - offline-first, user-experience while maintaining high performance and strong - reliability. CouchDB comes with a developer-friendly query language, and - optionally MapReduce for simple, efficient, and comprehensive data retrieval. - </p> + Store your data safely, on your own servers, or with any leading cloud provider. Your web- + and native applications love CouchDB, because it speaks JSON natively and supports binary + attachments for all your data storage needs. The Couch Replication Protocol lets your data flow + seamlessly between server clusters to mobile phones and web browsers, enabling a compelling, + offline-first, user-experience while maintaining high performance and strong reliability. + CouchDB comes with a developer-friendly query language, and optionally MapReduce for simple, + efficient, and comprehensive data retrieval. + </p> <p>See the <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Introduction">introduction</a>, <a href="http://wiki.apache.org/couchdb/Technical%20Overview">technical overview</a>, or one of the <a href="http://wiki.apache.org/couchdb/Basics">guides</a> for more information. @@ -601,7 +604,7 @@ This fabulous linen texture was integrated into the site design. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> - <script type="text/javascript" src="https://issues.apache.org/jira/s/1c67ff5e37d44b99a6a3140ab88552c8-T/en_UK1zkmuk/6332/7/1.4.15/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-UK&collectorId=c4088f46"></script> + <script type="text/javascript" src="script/jira.js"></script> <script> $(document).ready(function () { $('.download-list').on('click', function (e) { http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/f233828f/style/master.css ---------------------------------------------------------------------- diff --git a/style/master.css b/style/master.css index 400c3dd..cf933bf 100644 --- a/style/master.css +++ b/style/master.css @@ -247,7 +247,7 @@ blockquote { } .leadin img { position: absolute; - top: 32px; + top: 64px; left: 24px; } .leadin li { @@ -474,12 +474,9 @@ blockquote { left: auto; right: 0; top: 13px; - width: 250px; + width: 70px; height: 65px; } -.closing:hover { - background-color: #ae2323; -} /*--------------------------------------------------- Search Form ---------------------------------------------------*/ http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/f233828f/style/master.less ---------------------------------------------------------------------- diff --git a/style/master.less b/style/master.less index 74b6b96..bb74a93 100644 --- a/style/master.less +++ b/style/master.less @@ -289,7 +289,7 @@ blockquote { .leadin img { position: absolute; - top: @gap; + top: @gap*2; left: @gutter; } @@ -540,14 +540,10 @@ blockquote { left: auto; right: 0; top: 13px; - width: 250px; + width: 70px; height: 65px; } -.closing:hover { - background-color: @key-color-hover; -} - /*--------------------------------------------------- Search Form