diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..8c843cb4af0b28e557fbf7576e5f2b2194de1b8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.zip +*.vi +*~ +*.sass-cache + +# OS or Editor folders +.DS_Store +._* +Thumbs.db +.cache +.project +.settings +.tmproj +*.esproj +nbproject +*.sublime-project +*.sublime-workspace + +# Komodo +*.komodoproject +.komodotools + +# Folders to ignore +.hg +.svn +.CVS +.idea +node_modules +dist \ No newline at end of file diff --git a/carousel/index.html b/carousel/index.html index f9b2358c2c71148e77649907fac3a320e7b12639..2bc48b38022f0d4162fc5ab5506f07b9c09cf8d2 100644 --- a/carousel/index.html +++ b/carousel/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="carousel.css" rel="stylesheet"> </head> <!-- NAVBAR ================================================== --> diff --git a/grid/index.html b/grid/index.html index b3d634c911a8a971fb8a92553c896d1ff4e62a16..6c201719d526b319f2953d935046da1e53e84d87 100644 --- a/grid/index.html +++ b/grid/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="grid.css" rel="stylesheet"> </head> <body> diff --git a/jumbotron-narrow/index.html b/jumbotron-narrow/index.html index 1f4b96bdb23c0aea979c03a884f316a2a7a5d7a0..9a9343fe5cb14074c77333de1a70add951d51701 100644 --- a/jumbotron-narrow/index.html +++ b/jumbotron-narrow/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="jumbotron-narrow.css" rel="stylesheet"> </head> <body> diff --git a/jumbotron/index.html b/jumbotron/index.html index 8dc30fbf8dc4551a96bda04cd93e06e112303867..a2c283de4d340650b241a25174385489310b33c1 100644 --- a/jumbotron/index.html +++ b/jumbotron/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="jumbotron.css" rel="stylesheet"> </head> <body> diff --git a/justified-nav/index.html b/justified-nav/index.html index 8b9d60dcead3bb14896f06818f924e54b5bd2f0e..94a7daa65fb33b8b65867ee66cdae911063934a7 100644 --- a/justified-nav/index.html +++ b/justified-nav/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="justified-nav.css" rel="stylesheet"> </head> <body> diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html index 403e2ac5ce6b74f0aff38413fb6ce3a14de14997..4e00fcc3429fea9bb50a5f62b72c3bc752c87362 100644 --- a/navbar-fixed-top/index.html +++ b/navbar-fixed-top/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="navbar-fixed-top.css" rel="stylesheet"> </head> <body> diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html index 1d2b5febdf3f79541125cc275b1d87abdc08a229..0ee548951714366051428db604d0bf0018349a73 100644 --- a/navbar-static-top/index.html +++ b/navbar-static-top/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="navbar-static-top.css" rel="stylesheet"> </head> <body> diff --git a/navbar/index.html b/navbar/index.html index 82da7b2a66aefaaeffe5ddcf12c8fba01207a1d4..9b119807aef6bd33cd02936c89607bf5e7cac307 100644 --- a/navbar/index.html +++ b/navbar/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="navbar.css" rel="stylesheet"> </head> <body> diff --git a/offcanvas/index.html b/offcanvas/index.html index 350e839313fa57729b3f1c5c9aa057a69805ad3b..1f774c1dad71e09875b7e9dd1adb1d3928380f0f 100644 --- a/offcanvas/index.html +++ b/offcanvas/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="offcanvas.css" rel="stylesheet"> </head> <body> @@ -109,6 +109,6 @@ <!-- jQuery and plugin --> <script src="http://code.jquery.com/jquery.js"></script> - <script src="example.js"></script> + <script src="offcanvas.js"></script> </body> </html> \ No newline at end of file diff --git a/signin/index.html b/signin/index.html index c85d3a8da364ab87eeee36a5b7bcc134d9549b47..272e845b4f962041de06356e91df0bacd2910c6b 100644 --- a/signin/index.html +++ b/signin/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="signin.css" rel="stylesheet"> </head> <body> diff --git a/starter-template/index.html b/starter-template/index.html index 8f250fe92df880cf0cfee465666b0bbbc87967c1..059049cd7dc1a57bee5aa972a72118c8234a8f22 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="starter-template.css" rel="stylesheet"> </head> <body> diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html index e59eb8ad4e35970c368d419cb6330a448b20a3d4..a3f6149e53c17bed93db410610f174ef5e1e9f2b 100644 --- a/sticky-footer-navbar/index.html +++ b/sticky-footer-navbar/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="sticky-footer-navbar.css" rel="stylesheet"> </head> <body> diff --git a/sticky-footer/index.html b/sticky-footer/index.html index 1a04fb9541c09b935e9e1edd2727c761af1c936a..8b8965c4f55ce5121785c8c9c1edd9083251a040 100644 --- a/sticky-footer/index.html +++ b/sticky-footer/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="sticky-footer.css" rel="stylesheet"> </head> <body>