Changed to use Amazon Cloudfront as CDN for Bootstrap files.

This commit is contained in:
Todd Fredrich
2012-05-01 16:30:49 -06:00
parent f00093f0ed
commit f0b5281b7c
5 changed files with 15 additions and 70 deletions

View File

@ -7,14 +7,14 @@
<meta name="description" content="The REST API Tutorial. Learn REST API best practices.">
<meta name="author" content="Todd Fredrich, Pearson eCollege">
<!-- Le styles -->
<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
@ -102,18 +102,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-dropdown.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-tab.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-tooltip.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-popover.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-button.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-collapse.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-carousel.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-typeahead.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap.min.js"></script>
<a href="https://github.com/tfredrich/RestApiTutorial.com"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1050;" src="https://a248.e.akamai.net/camo.github.com/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
</body>
</html>