summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan <morgan.bohn@unistra.fr>2015-09-15 15:43:57 +0200
committerMorgan <morgan.bohn@unistra.fr>2015-09-15 15:43:57 +0200
commit70b174da4c8423a4f9280a56cbf4f2fdcc012d44 (patch)
treefce3c72fc42bff4bc2d7b7d7187d464c116fccec
parentadd text (diff)
downloadspore.github.io-70b174da4c8423a4f9280a56cbf4f2fdcc012d44.tar.gz
clean
-rw-r--r--index.html19
1 files changed, 5 insertions, 14 deletions
diff --git a/index.html b/index.html
index 84aff7d..0b26f60 100644
--- a/index.html
+++ b/index.html
@@ -4,12 +4,11 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <meta name="description" content="">
-    <meta name="author" content="">
+    <meta name="description" content="spore specifications">
+    <meta name="author" content="spore">
     <!--<link rel="icon" href="favicon.ico">-->
 
-    <title>Carousel Template for Bootstrap</title>
+    <title>Spore</title>
 
     <!-- Bootstrap core CSS -->
     <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
@@ -20,7 +19,6 @@
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
     <![endif]-->
 
-    <!-- Custom styles for this template -->
     <link href="carousel.css" rel="stylesheet">
   </head>
 <!-- NAVBAR
@@ -106,13 +104,13 @@
     </div><!-- /.carousel -->
 
 
-    <!-- Marketing messaging and featurettes
+    <!-- Clients and featurettes
     ================================================== -->
     <!-- Wrap the rest of the page in another container to center all the content. -->
 
     <div class="container marketing">
 
-      <!-- Three columns of text below the carousel -->
+      <!-- Nine columns of text below the carousel -->
       <div class="row" id="clients">
         <div class="col-lg-4">
           <img class="img-circle" src="img/lua.gif" alt="lua" width="140" height="140">
@@ -134,7 +132,6 @@
         </div><!-- /.col-lg-4 -->
       </div><!-- /.row -->
 
-      <!-- Three columns of text below the carousel -->
       <div class="row">
         <div class="col-lg-4">
           <img class="img-circle" src="img/nodejs.png" alt="nodejs" width="140" height="140">
@@ -156,7 +153,6 @@
         </div><!-- /.col-lg-4 -->
       </div><!-- /.row -->
 
-      <!-- Three columns of text below the carousel -->
       <div class="row">
         <div class="col-lg-4">
           <img class="img-circle" src="img/ruby.png" alt="ruby" width="140" height="140">
@@ -263,13 +259,8 @@
 
     <!-- Bootstrap core JavaScript
     ================================================== -->
-    <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
     <script>window.jQuery || document.write('<script src="bower_components/jquery/dist/jquery.min.js"><\/script>')</script>
     <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
-    <!-- Just to make our placeholder images work. Don't actually copy the next line! -->
-    <script src="../../assets/js/vendor/holder.min.js"></script>
-    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
-    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
   </body>
 </html>