summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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>