[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Add "Features" section

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 15:22:17 JST


SHIMODA Hiroshi	2012-06-22 15:22:17 +0900 (Fri, 22 Jun 2012)

  New Revision: 3dd3bf2664d724d2843131d6b82a9210a3985f5e
  https://github.com/groonga/gcs.groonga.org/commit/3dd3bf2664d724d2843131d6b82a9210a3985f5e

  Log:
    Add "Features" section

  Modified files:
    index.md
    stylesheets/screen/base.css
    stylesheets/screen/home.css

  Modified: index.md (+28 -0)
===================================================================
--- index.md    2012-06-22 14:57:38 +0900 (7c34b59)
+++ index.md    2012-06-22 15:22:17 +0900 (8f80c08)
@@ -12,6 +12,34 @@ style: screen/home.css
   <p id="download"><a href="./install.html">Download</a></p>
 </section>
 
+
+<section id="features">
+  <h2>Features</h2>
+
+  <section id="features-acs-compatible">
+    <h3>Amazon CloudSearch compatible.</h3>
+    <p>You can switch the backend of your product from ACS to GCS easily.</p>
+  </section>
+
+  <section id="features-oss">
+    <h3>Open source.</h3>
+    <p>You can use (and develop) GCS freely.</p>
+  </section>
+
+<!--
+  <section id="features-cjk">
+    <h3>Native CJK support.</h3>
+    <p>GCS includes powerful tokenizer for CJK texts.</p>
+  </section>
+-->
+
+  <section id="features-local">
+    <h3>Works locally.</h3>
+    <p>You don't have to access to ACS service while you are developing.</p>
+  </section>
+</section>
+
+
 ## Functional comparison
 
 <table id="functional-comparison-table">

  Modified: stylesheets/screen/base.css (+1 -1)
===================================================================
--- stylesheets/screen/base.css    2012-06-22 14:57:38 +0900 (cf52493)
+++ stylesheets/screen/base.css    2012-06-22 15:22:17 +0900 (64b6749)
@@ -17,7 +17,7 @@ h1 {
 }
 
 h2 {
-  font-size: 100%;
+  font-size: 110%;
 }
 
 h1, h2, h3, h4, h5 {

  Modified: stylesheets/screen/home.css (+40 -0)
===================================================================
--- stylesheets/screen/home.css    2012-06-22 14:57:38 +0900 (17debd7)
+++ stylesheets/screen/home.css    2012-06-22 15:22:17 +0900 (d3ff29d)
@@ -103,3 +103,43 @@ h1#global-heading {
 nav {
   top: 35px;
 }
+
+#features section {
+  /* generated by http://www.colorzilla.com/gradient-editor/ */
+  background: rgb(36,85,130); /* Old browsers */
+background: -moz-linear-gradient(top, rgba(36,85,130,1) 0%, rgba(113,164,209,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,85,130,1)), color-stop(100%,rgba(113,164,209,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, rgba(36,85,130,1) 0%,rgba(113,164,209,1) 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, rgba(36,85,130,1) 0%,rgba(113,164,209,1) 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, rgba(36,85,130,1) 0%,rgba(113,164,209,1) 100%); /* IE10+ */
+background: linear-gradient(top, rgba(36,85,130,1) 0%,rgba(113,164,209,1) 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245582', endColorstr='#71a4d1',GradientType=0 ); /* IE6-9 */
+
+  border: 1px solid #74B3CF;
+  -moz-border-radius: 0.5em;
+  -webkit-border-radius: 0.5em;
+  border-radius: 0.5em;
+  -moz-box-shadow: gray 0.3em 0.3em 0.5em;
+  -webkit-box-shadow: gray 0.3em 0.3em 0.5em;
+  box-shadow: gray 0.3em 0.3em 0.5em;
+  color: white;
+  display: inline-table;
+  height: 7em;
+  margin: 0 1em 1em 0;
+  padding: 1em;
+  text-shadow: #0A344C 0 0 0.5em;
+  width: 40%;
+}
+
+#features section h3 {
+  font-size: 110%;
+  margin: 0 0 0.5em;
+  padding: 0;
+  text-shadow: #0A344C 0 0 0.5em;
+}
+
+#features section p {
+  margin: 0;
+  padding: 0;
+}
+
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index