changeset 52:57e51ace6e73

Fix links to normalize.css. Use CDN again for bootstrap on home page.
author Jie Kang <jkang@redhat.com>
date Wed, 02 Nov 2016 11:31:09 -0400
parents 2dd869e7b7f6
children f9572acc5207
files contribute/index.html documentation/index.html downloads/index.html getting-started/index.html index.html
diffstat 5 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/contribute/index.html	Tue Nov 01 14:42:02 2016 -0400
+++ b/contribute/index.html	Wed Nov 02 11:31:09 2016 -0400
@@ -12,7 +12,7 @@
   <!-- Latest compiled and minified CSS -->
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
     crossorigin="anonymous">
-  <link rel="stylesheet" href="./css/normalize.css">
+  <link rel="stylesheet" href="../css/normalize.css">
   <link href="../css/style.css" rel="stylesheet">
 </head>
 
--- a/documentation/index.html	Tue Nov 01 14:42:02 2016 -0400
+++ b/documentation/index.html	Wed Nov 02 11:31:09 2016 -0400
@@ -12,7 +12,7 @@
   <!-- Latest compiled and minified CSS -->
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
     crossorigin="anonymous">
-  <link rel="stylesheet" href="./css/normalize.css">
+  <link rel="stylesheet" href="../css/normalize.css">
   <link href="../css/style.css" rel="stylesheet">
 </head>
 
--- a/downloads/index.html	Tue Nov 01 14:42:02 2016 -0400
+++ b/downloads/index.html	Wed Nov 02 11:31:09 2016 -0400
@@ -12,7 +12,7 @@
   <!-- Latest compiled and minified CSS -->
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
     crossorigin="anonymous">
-  <link rel="stylesheet" href="./css/normalize.css">
+  <link rel="stylesheet" href="../css/normalize.css">
   <link href="../css/style.css" rel="stylesheet">
 </head>
 
--- a/getting-started/index.html	Tue Nov 01 14:42:02 2016 -0400
+++ b/getting-started/index.html	Wed Nov 02 11:31:09 2016 -0400
@@ -12,7 +12,7 @@
   <!-- Latest compiled and minified CSS -->
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
     crossorigin="anonymous">
-  <link rel="stylesheet" href="./css/normalize.css">
+  <link rel="stylesheet" href="../css/normalize.css">
   <link href="../css/style.css" rel="stylesheet">
 </head>
 
--- a/index.html	Tue Nov 01 14:42:02 2016 -0400
+++ b/index.html	Wed Nov 02 11:31:09 2016 -0400
@@ -10,9 +10,9 @@
 
   <!-- Bootstrap -->
   <!-- Latest compiled and minified CSS -->
-  <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
-    crossorigin="anonymous">-->
-  <link rel="stylesheet" href="./css/bootstrap.min.css">
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
+    crossorigin="anonymous">
+  <!--<link rel="stylesheet" href="./css/bootstrap.min.css">-->
   <link rel="stylesheet" href="./css/normalize.css">
   <link rel="stylesheet" href="./css/style.css" >
 </head>
@@ -29,9 +29,9 @@
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
   <!-- Include all compiled plugins (below), or include individual files as needed -->
   <!-- Latest compiled and minified JavaScript -->
-  <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
-    crossorigin="anonymous"></script>-->
-  <script src="./js/bootstrap.min.js"></script>
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
+    crossorigin="anonymous"></script>
+  <!--<script src="./js/bootstrap.min.js"></script>-->
 
   <script>
     $( "#content-header" ).load( "./content/head.html" );