Skip to content

Commit 93e075a

Browse files
committed
chore: added new paths to images / css / js files of hoodie-css framework
1 parent 098f42f commit 93e075a

File tree

1,714 files changed

+1113
-612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,714 files changed

+1113
-612
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>We're sorry!</h1>
2121
</article>
2222
<aside>
2323
<figure class="">
24-
<img src="/dist/content_img/animals/low-profile-dog-2.png" width="180" height="180" alt="Low-profile dog sitting" />
24+
<img src="http://hoodiehq.github.io/hoodie-css/src/content_img/animals/low-profile-dog-2.png" width="180" height="180" alt="Low-profile dog sitting" />
2525
</figure>
2626
</aside>
2727
</div>

_includes/footer-events.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
</section>
115115
</div>
116116
</footer>
117-
<script src="/dist/prod/hoodie.min.js"></script>
118-
<script src="/dist/js/jquery.sheetrock.min.js"></script>
119-
<script src="/dist/js/events.js"></script>
117+
<script src="http://hoodiehq.github.io/hoodie-css/src/js/prod/hoodie.min.js"></script>
118+
<script src="http://hoodiehq.github.io/hoodie-css/src/js/jquery.sheetrock.min.js"></script>
119+
<script src="http://hoodiehq.github.io/hoodie-css/src/js/events.js"></script>
120120
<script type="text/javascript">
121121
var _gauges = _gauges || [];
122122
(function() {

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</div>
116116
</footer>
117117
<!-- IF you want to add additional files please take a look at the string-replace Grunt task -->
118-
<script src="/dist/prod/hoodie.min.js"></script>
118+
<script src="http://hoodiehq.github.io/hoodie-css/src/js/prod/hoodie.min.js"></script>
119119

120120
<script type="text/javascript">
121121
var _gauges = _gauges || [];

_includes/head-icheck.html

+20-20
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
<!-- <meta name="author" content=""> -->
1919
<meta name="description" content="">
2020
<meta name="keywords" content="">
21-
<link rel="stylesheet" href="/dist/prod/hoodie.min.pref.css">
22-
<link rel="stylesheet" href="/dist/css/skins/flat/lilac.css">
21+
<link rel="stylesheet" href="http://hoodiehq.github.io/hoodie-css/src/css/prod/hoodie.min.pref.css">
22+
<link rel="stylesheet" href="http://hoodiehq.github.io/hoodie-css/src/css/skins/flat/lilac.css">
2323
<link href='http://fonts.googleapis.com/css?family=Fira+Sans:300,500|Fira+Mono' rel='stylesheet' type='text/css'>
2424

25-
<link rel="shortcut icon" href="/dist/favicons/favicon.ico">
26-
<link rel="apple-touch-icon" sizes="57x57" href="/dist/favicons/apple-touch-icon-57x57.png">
27-
<link rel="apple-touch-icon" sizes="114x114" href="/dist/favicons/apple-touch-icon-114x114.png">
28-
<link rel="apple-touch-icon" sizes="72x72" href="/dist/favicons/apple-touch-icon-72x72.png">
29-
<link rel="apple-touch-icon" sizes="144x144" href="/dist/favicons/apple-touch-icon-144x144.png">
30-
<link rel="apple-touch-icon" sizes="60x60" href="/dist/favicons/apple-touch-icon-60x60.png">
31-
<link rel="apple-touch-icon" sizes="120x120" href="/dist/favicons/apple-touch-icon-120x120.png">
32-
<link rel="apple-touch-icon" sizes="76x76" href="/dist/favicons/apple-touch-icon-76x76.png">
33-
<link rel="apple-touch-icon" sizes="152x152" href="/dist/favicons/apple-touch-icon-152x152.png">
34-
<link rel="apple-touch-icon" sizes="180x180" href="/dist/favicons/apple-touch-icon-180x180.png">
35-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-192x192.png" sizes="192x192">
36-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-160x160.png" sizes="160x160">
37-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-96x96.png" sizes="96x96">
38-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-16x16.png" sizes="16x16">
39-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-32x32.png" sizes="32x32">
25+
<link rel="shortcut icon" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon.ico">
26+
<link rel="apple-touch-icon" sizes="57x57" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-57x57.png">
27+
<link rel="apple-touch-icon" sizes="114x114" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-114x114.png">
28+
<link rel="apple-touch-icon" sizes="72x72" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-72x72.png">
29+
<link rel="apple-touch-icon" sizes="144x144" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-144x144.png">
30+
<link rel="apple-touch-icon" sizes="60x60" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-60x60.png">
31+
<link rel="apple-touch-icon" sizes="120x120" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-120x120.png">
32+
<link rel="apple-touch-icon" sizes="76x76" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-76x76.png">
33+
<link rel="apple-touch-icon" sizes="152x152" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-152x152.png">
34+
<link rel="apple-touch-icon" sizes="180x180" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-180x180.png">
35+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-192x192.png" sizes="192x192">
36+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-160x160.png" sizes="160x160">
37+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-96x96.png" sizes="96x96">
38+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-16x16.png" sizes="16x16">
39+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-32x32.png" sizes="32x32">
4040
<meta name="msapplication-TileColor" content="#ffc40d">
41-
<meta name="msapplication-TileImage" content="/dist/favicons/mstile-144x144.png">
42-
<meta name="msapplication-config" content="/dist/favicons/browserconfig.xml">
41+
<meta name="msapplication-TileImage" content="http://hoodiehq.github.io/hoodie-css/src/favicons/mstile-144x144.png">
42+
<meta name="msapplication-config" content="http://hoodiehq.github.io/hoodie-css/src/favicons/browserconfig.xml">
4343
<title>hood.ie</title>
4444
<script>
4545
(function(){
@@ -57,7 +57,7 @@
5757
} else {
5858
// We have to first load the font file asynchronously
5959
var request = new XMLHttpRequest();
60-
request.open('GET', '/dist/css/fonts.css', true);
60+
request.open('GET', 'http://hoodiehq.github.io/hoodie-css/src/css/fonts.css', true);
6161

6262
request.onload = function() {
6363
if (request.status >= 200 && request.status < 400) {

_includes/head.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
<meta name="description" content="">
2020
<meta name="keywords" content="">
2121

22-
<link rel="stylesheet" href="/dist/prod/hoodie.min.pref.css">
22+
<link rel="stylesheet" href="http://hoodiehq.github.io/hoodie-css/src/css/prod/hoodie.min.pref.css">
2323
<!--<link href='https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500' rel='stylesheet' type='text/css'>-->
24-
<link rel="shortcut icon" href="/dist/favicons/favicon.ico">
25-
<link rel="apple-touch-icon" sizes="57x57" href="/dist/favicons/apple-touch-icon-57x57.png">
26-
<link rel="apple-touch-icon" sizes="114x114" href="/dist/favicons/apple-touch-icon-114x114.png">
27-
<link rel="apple-touch-icon" sizes="72x72" href="/dist/favicons/apple-touch-icon-72x72.png">
28-
<link rel="apple-touch-icon" sizes="144x144" href="/dist/favicons/apple-touch-icon-144x144.png">
29-
<link rel="apple-touch-icon" sizes="60x60" href="/dist/favicons/apple-touch-icon-60x60.png">
30-
<link rel="apple-touch-icon" sizes="120x120" href="/dist/favicons/apple-touch-icon-120x120.png">
31-
<link rel="apple-touch-icon" sizes="76x76" href="/dist/favicons/apple-touch-icon-76x76.png">
32-
<link rel="apple-touch-icon" sizes="152x152" href="/dist/favicons/apple-touch-icon-152x152.png">
33-
<link rel="apple-touch-icon" sizes="180x180" href="/dist/favicons/apple-touch-icon-180x180.png">
34-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-192x192.png" sizes="192x192">
35-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-160x160.png" sizes="160x160">
36-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-96x96.png" sizes="96x96">
37-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-16x16.png" sizes="16x16">
38-
<link rel="icon" type="image/png" href="/dist/favicons/favicon-32x32.png" sizes="32x32">
24+
<link rel="shortcut icon" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon.ico">
25+
<link rel="apple-touch-icon" sizes="57x57" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-57x57.png">
26+
<link rel="apple-touch-icon" sizes="114x114" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-114x114.png">
27+
<link rel="apple-touch-icon" sizes="72x72" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-72x72.png">
28+
<link rel="apple-touch-icon" sizes="144x144" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-144x144.png">
29+
<link rel="apple-touch-icon" sizes="60x60" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-60x60.png">
30+
<link rel="apple-touch-icon" sizes="120x120" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-120x120.png">
31+
<link rel="apple-touch-icon" sizes="76x76" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-76x76.png">
32+
<link rel="apple-touch-icon" sizes="152x152" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-152x152.png">
33+
<link rel="apple-touch-icon" sizes="180x180" href="http://hoodiehq.github.io/hoodie-css/src/favicons/apple-touch-icon-180x180.png">
34+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-192x192.png" sizes="192x192">
35+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-160x160.png" sizes="160x160">
36+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-96x96.png" sizes="96x96">
37+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-16x16.png" sizes="16x16">
38+
<link rel="icon" type="image/png" href="http://hoodiehq.github.io/hoodie-css/src/favicons/favicon-32x32.png" sizes="32x32">
3939
<meta name="msapplication-TileColor" content="#ffc40d">
40-
<meta name="msapplication-TileImage" content="/dist/favicons/mstile-144x144.png">
41-
<meta name="msapplication-config" content="/dist/favicons/browserconfig.xml">
40+
<meta name="msapplication-TileImage" content="http://hoodiehq.github.io/hoodie-css/src/favicons/mstile-144x144.png">
41+
<meta name="msapplication-config" content="http://hoodiehq.github.io/hoodie-css/src/favicons/browserconfig.xml">
4242
<title>{% if page.title %}{{ page.title }} {% else %} hood.ie {% endif %}</title>
4343
<link rel="alternate" type="application/rss+xml" title="Hoodie Blog" href="{{ site.url }}/feed.xml">
4444
<script>
@@ -57,7 +57,7 @@
5757
} else {
5858
// We have to first load the font file asynchronously
5959
var request = new XMLHttpRequest();
60-
request.open('GET', '/dist/css/fonts.css', true);
60+
request.open('GET', 'http://hoodiehq.github.io/hoodie-css/src/css/fonts.css', true);
6161

6262
request.onload = function() {
6363
if (request.status >= 200 && request.status < 400) {

_includes/header-about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-animals.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-community.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-contact.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-contribute.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-get-help.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-initiatives.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro">Intro</a>

_includes/header-intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<section class="nav">
33
<a href="/" class="logo">
4-
<img src="/dist/svg/logo.svg" width="135" alt="">
4+
<img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt="">
55
</a>
66
<nav class="main-nav">
77
<a href="/intro" class="active">Intro</a>

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<section class="nav">
3-
<a href="/" class="logo"><img src="/dist/svg/logo.svg" width="135" alt=""></a>
3+
<a href="/" class="logo"><img src="http://hoodiehq.github.io/hoodie-css/src/svg/logo.svg" width="135" alt=""></a>
44
<nav class="main-nav">
55
<a href="/intro">Intro</a>
66
<a href="/contribute">Contribute</a>

about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>About</h1>
2323
</article>
2424
<aside>
2525
<figure class="">
26-
<img src="/dist/content_img/animals/low-profile-dog-3.png" width="180" height="180" alt="Low-profile dog waving" />
26+
<img src="http://hoodiehq.github.io/hoodie-css/src/content_img/animals/low-profile-dog-3.png" width="180" height="180" alt="Low-profile dog waving" />
2727
</figure>
2828
<br />
2929
</aside>

animals/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="h3">
3535
</article>
3636
<aside>
3737
<br />
38-
<img class="contribute-aside-icon" src="/dist/content_img/animals/low-profile-dog-1.png" width="180" height="180" alt="Low-Profile Dog sitting" />
38+
<img class="contribute-aside-icon" src="http://hoodiehq.github.io/hoodie-css/src/content_img/animals/low-profile-dog-1.png" width="180" height="180" alt="Low-Profile Dog sitting" />
3939
</aside>
4040
</div>
4141

@@ -54,7 +54,7 @@ <h1 class="h3">
5454
</article>
5555
<aside>
5656
<br />
57-
<img class="contribute-aside-icon" src="/dist/content_img/animals/docs-chicken-1.png" width="180" height="180" alt="The Majestic Docs Chicken" />
57+
<img class="contribute-aside-icon" src="http://hoodiehq.github.io/hoodie-css/src/content_img/animals/docs-chicken-1.png" width="180" height="180" alt="The Majestic Docs Chicken" />
5858
</aside>
5959
</div>
6060

@@ -69,6 +69,6 @@ <h1 class="h3">
6969
</article>
7070
<aside>
7171
<br />
72-
<img class="contribute-aside-icon" src="/dist/content_img/animals/coming-soon.png" width="180" height="180" alt="Placeholder for more animals to come" />
72+
<img class="contribute-aside-icon" src="http://hoodiehq.github.io/hoodie-css/src/content_img/animals/coming-soon.png" width="180" height="180" alt="Placeholder for more animals to come" />
7373
</aside>
7474
</div>

chat/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>These are the guidelines:</h2>
6060

6161
</aside>
6262
</div>
63-
<script src="/dist/js/jquery/dist/jquery.js"></script>
63+
<script src="http://hoodiehq.github.io/hoodie-css/src/js/jquery.min.js"></script>
6464
<script>
6565
$(document).ready(function () {
6666
$('#slack-integration').submit(function (e) {

0 commit comments

Comments
 (0)