diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-12-05 13:05:07 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-12-05 13:05:07 -0500 |
commit | 157ec5feff877cd918a45985ee7368e3d9d7b5b0 (patch) | |
tree | 858b929a593790e7b5366860ff129600491b3877 /bower_components/bootstrap/index.html | |
parent | a081f72bd6bfc5ae255d21ba58c10fd13cd1fac1 (diff) |
3.0.2 -> 3.0.3
Diffstat (limited to 'bower_components/bootstrap/index.html')
-rw-r--r-- | bower_components/bootstrap/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bower_components/bootstrap/index.html b/bower_components/bootstrap/index.html deleted file mode 100644 index 9e8485e8..00000000 --- a/bower_components/bootstrap/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: home -title: Bootstrap -base_url: "./" ---- - -<main class="bs-masthead" id="content" role="main"> - <div class="container"> - <h1>Bootstrap</h1> - <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p> - <p> - <a href="{{ site.download_dist }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a> - <a href="{{ site.download_source }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);">Download source</a> - </p> - </div> -</main> |