[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Change "Features" to a menu of contents

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 28日 (木) 15:14:42 JST


SHIMODA Hiroshi	2012-06-28 15:14:42 +0900 (Thu, 28 Jun 2012)

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

  Log:
    Change "Features" to a menu of contents

  Modified files:
    _layouts/default.ja.html
    index.md
    stylesheets/screen/home.css

  Modified: _layouts/default.ja.html (+3 -3)
===================================================================
--- _layouts/default.ja.html    2012-06-28 15:14:21 +0900 (49e795b)
+++ _layouts/default.ja.html    2012-06-28 15:14:42 +0900 (9999bab)
@@ -16,9 +16,9 @@
     <nav>
       <ul>
         <li><a href="/#cover">概要</a></li>
-        <li><a href="/install.html">ダウンロード&インストール</a></li>
-        <li><a href="/tutorial.html">チュートリアル</a></li>
-        <li><a href="/faq.html">FAQ</a></li>
+        <li><a href="/install/">ダウンロード&インストール</a></li>
+        <li><a href="/tutorial/">チュートリアル</a></li>
+        <li><a href="/faq/">FAQ</a></li>
       </ul>
     </nav>
     <footer>

  Modified: index.md (+14 -16)
===================================================================
--- index.md    2012-06-28 15:14:21 +0900 (f2dcfb1)
+++ index.md    2012-06-28 15:14:42 +0900 (47f4b6b)
@@ -14,29 +14,27 @@ style: screen/home.css
 </section>
 
 
-<section id="features">
-  <h2>Features</h2>
+<section id="menu">
+  <h2>What are you interested?</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 id="menu-install">
+    <h3><a href="/install/">Getting Started</a></h3>
+    <p><a href="/install/">Let's install the Groonga CloudSearch to your local machine!</a></p>
   </section>
 
-  <section id="features-oss">
-    <h3>Open source.</h3>
-    <p>You can use (and develop) GCS freely.</p>
+  <section id="menu-tutorial">
+    <h3><a href="/tutorial/">Tutorial</a></h3>
+    <p><a href="/tutorial/">Let's start to develop your application on Amazon CloudSearch, with Groonga CloudSearch!</a></p>
   </section>
 
-<!--
-  <section id="features-cjk">
-    <h3>Native CJK support.</h3>
-    <p>GCS includes powerful tokenizer for CJK texts.</p>
+  <section id="menu-faq">
+    <h3><a href="/faq/">FAQ</a></h3>
+    <p><a href="/faq/">Any question?</a></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 id="menu-news">
+    <h3><a href="/blog/">News Topics</a></h3>
+    <p><a href="/blog/">Subscribe to latest information about Groonga CloudSearch!</a></p>
   </section>
 </section>
 

  Modified: stylesheets/screen/home.css (+7 -3)
===================================================================
--- stylesheets/screen/home.css    2012-06-28 15:14:21 +0900 (c4cbb05)
+++ stylesheets/screen/home.css    2012-06-28 15:14:42 +0900 (af3ff94)
@@ -109,7 +109,7 @@ nav {
   display: none;
 }
 
-#features section {
+#menu 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+ */
@@ -136,15 +136,19 @@ nav {
   width: 40%;
 }
 
-#features section h3 {
+#menu section h3 {
   font-size: 110%;
   margin: 0 0 0.5em;
   padding: 0;
   text-shadow: #0A344C 0 0 0.5em;
 }
 
-#features section p {
+#menu section p {
   margin: 0;
   padding: 0;
 }
 
+#menu section a {
+  color: white;
+  text-shadow: #0A344C 0 0 0.5em;
+}
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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