null+****@clear*****
null+****@clear*****
2012年 6月 21日 (木) 19:21:56 JST
SHIMODA Hiroshi 2012-06-21 19:21:56 +0900 (Thu, 21 Jun 2012) New Revision: 6b85b85ec5f208a9cb464161c3beec50d7105dc1 https://github.com/groonga/gcs.groonga.org/commit/6b85b85ec5f208a9cb464161c3beec50d7105dc1 Log: Add "Download" button Modified files: index.md stylesheets/screen/home.css Modified: index.md (+2 -1) =================================================================== --- index.md 2012-06-21 19:00:31 +0900 (58d96ed) +++ index.md 2012-06-21 19:21:56 +0900 (39345cf) @@ -6,9 +6,10 @@ style: screen/home.css <section id="cover"> <h1><span class="main-title">Groonga CloudSearch</span> <span class="sub-title">Open source implementation of Amazon CloudSearch</span></h1> - <p>The Groonga CloudSearch (GCS) is an alternative implementation of + <p id="description">The Groonga CloudSearch (GCS) is an alternative implementation of the Amazon CloudSearch (ACS), developed as an OSS project. You can try the ACS freely without accessing the actual service.</p> + <p id="download"><a href="./install.html">Download</a></p> </section> ## Functional comparison Modified: stylesheets/screen/home.css (+32 -0) =================================================================== --- stylesheets/screen/home.css 2012-06-21 19:00:31 +0900 (ca06bce) +++ stylesheets/screen/home.css 2012-06-21 19:21:56 +0900 (a663135) @@ -8,6 +8,7 @@ h1#global-heading { margin: 0 -12.5%; padding-bottom: 30px; padding-top: 30px; + position: relative; } #cover > * { @@ -25,6 +26,7 @@ h1#global-heading { #cover h1 { font-size: 100%; font-style: italic; + margin-bottom: 20px; } #cover h1 .main-title { @@ -40,3 +42,33 @@ h1#global-heading { display: block; font-size: 110%; } + +#description { + width: 50%; +} + +#download { + position: absolute; + bottom: 40px; + margin: 0; + padding: 0 0 1em; + right: 12.5%; + width: 20%; +} + +#download a { + background: green; + border: 2px solid #AAD5E8; + -moz-border-radius: 0.5em; + -webkit-border-radius: 0.5em; + border-radius: 0.5em; + -moz-box-shadow: #D9F3FF 0 0 0.5em; + -webkit-box-shadow: #D9F3FF 0 0 0.5em; + box-shadow: #D9F3FF 0 0 0.5em; + clear: none; + color: white; + font-size: 120%; + padding: 0.6em 1.2em; + text-decoration: none; + text-transform: uppercase; +} -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B... 下載