summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan <morgan.bohn@unistra.fr>2015-09-15 13:59:22 +0200
committerMorgan <morgan.bohn@unistra.fr>2015-09-15 13:59:22 +0200
commitc83f87ee121d1ac9f3731016171cd4409ef0c969 (patch)
treec3b6f2b56b9ec63ed5e4139649c08a095fd265d4
parentinitial commit (diff)
downloadspore.github.io-c83f87ee121d1ac9f3731016171cd4409ef0c969.tar.gz
add basic text
-rw-r--r--index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/index.html b/index.html
index 68c4535..826fb45 100644
--- a/index.html
+++ b/index.html
@@ -68,9 +68,9 @@
           <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
           <div class="container">
             <div class="carousel-caption">
-              <h1>Example headline.</h1>
-              <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p>
-              <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
+              <h1>SPORE - Specification to a POrtable Rest Environment</h1>
+              <p>SPORE is a way to describe public services HTTP APIs using a language-agnostic JSON document that can be used by language-specific implementations to dynamically or statically generate high level client objects.</p>
+              <p><a class="btn btn-lg btn-primary" href="https://github.com/SPORE" role="button">Fork me!</a></p>
             </div>
           </div>
         </div>
@@ -78,9 +78,9 @@
           <img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide">
           <div class="container">
             <div class="carousel-caption">
-              <h1>Another example headline.</h1>
-              <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
-              <p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more</a></p>
+              <h1>Discussions</h1>
+              <p>You can join the following mailing list to talk about spore specifications.</p>
+              <p><a class="btn btn-lg btn-primary" href="https://groups.google.com/forum/#!forum/spore-rest" role="button">Join us!</a></p>
             </div>
           </div>
         </div>
@@ -88,9 +88,9 @@
           <img class="third-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Third slide">
           <div class="container">
             <div class="carousel-caption">
-              <h1>One more for good measure.</h1>
-              <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
-              <p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p>
+              <h1>Implementations</h1>
+              <p>The implementation of your favored language is already available! Clojure, Javascript, Lua, Nodejs, Perl, Python, Ruby, Livescript, Groovy.</p>
+              <p><a class="btn btn-lg btn-primary" href="https://github.com/SPORE/specifications" role="button">Specification</a></p>
             </div>
           </div>
         </div>