Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stefanjudis/perf-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
radibit committed Apr 29, 2015
2 parents 4228be6 + 41aa771 commit a251fd3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
12 changes: 6 additions & 6 deletions templates/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<a class="btn btn-scroll js-scroll" href="#features" title="Scroll to features">
<span class="visuallyhidden">Scroll to features</span><svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-arrow" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-arrow" />
</svg>
</a>

Expand Down Expand Up @@ -182,7 +182,7 @@
<a href="https://twitter.com/stefanjudis" title="Link to Stefan on Twitter" target="_blank">
<span class="visuallyhidden">Stefan on Twitter</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-twitter" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-twitter" />
</svg>
</a>
</li>
Expand All @@ -191,7 +191,7 @@
<a href="https://github.com/stefanjudis" title="Link to Stefan on GitHub" target="_blank">
<span class="visuallyhidden">Stefan on Github</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-github" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-github" />
</svg>
</a>
</li>
Expand All @@ -200,7 +200,7 @@
<a href="mailto:stefanjudis@gmail.com" title="Send Stafan an email" target="_blank">
<span class="visuallyhidden">Stefan's email address</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-email" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-email" />
</svg>
</a>
</li>
Expand All @@ -212,7 +212,7 @@
<a href="https://github.com/marcobiedermann" title="Link to Marco on GitHub" target="_blank">
<span class="visuallyhidden">Marco on Github</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-github" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-github" />
</svg>
</a>
</li>
Expand All @@ -221,7 +221,7 @@
<a href="https://twitter.com/m412c0b" title="Link to Marco on Twitter" target="_blank">
<span class="visuallyhidden">Marco on Twitter</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-twitter" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-twitter" />
</svg>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p class="crafted">Handcrafted with <span class="visuallyhidden">love</span>
<svg class="footer--heart">
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-heart" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-heart" />
</svg>
in Germany</span></p>

Expand Down
2 changes: 1 addition & 1 deletion templates/partials/fuzzy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<label class="fuzzy--label" for="fuzzzzzzzzzy">

<svg class="fuzzy--icon">
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-magnifier" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-magnifier" />
</svg>

<input type="search" name="q" id="fuzzzzzzzzzy" class="fuzzy--input" title="Search inside of the list" placeholder="Search all <%= list.length %> <%= type %>" value="<%= query %>" list="listElements" autocapitalize="off" autocomplete="off">
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<button class="btn-nav">
<span class="visuallyhidden">Menu</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-menu" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-menu" />
</svg>
</button>

Expand Down
46 changes: 23 additions & 23 deletions templates/partials/lists/tools.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="<%= tool.bookmarklet %>" title="Link to bookmarklet" class="resource-bookmarklet" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-bookmarklet" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-bookmarklet" />
</svg>
Bookmarklet
</a>
Expand All @@ -31,7 +31,7 @@
<a href="<%= tool.chrome %>" title="Link to Chrome extension" class="resource-chrome" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-chrome" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-chrome" />
</svg>
Chrome
</a>
Expand All @@ -46,7 +46,7 @@
<a href="<%= tool.firefox %>" title="Link to Firefox extension" class="resource-firefox" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-firefox" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-firefox" />
</svg>
Firefox
</a>
Expand All @@ -61,7 +61,7 @@
<a href="<%= tool.internetExplorer %>" title="Link to Internet Explorer Extension" class="resource-internet-explorer" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-internet-explorer" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-internet-explorer" />
</svg>
Internet Explorer
</a>
Expand All @@ -76,7 +76,7 @@
<a href="<%= tool.safari %>" title="Link to Safari extension" class="resource-safari" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-safari" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-safari" />
</svg>
Safari
</a>
Expand All @@ -91,7 +91,7 @@
<a href="<%= tool.mac %>" title="Link to Mac application" class="resource-mac" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-apple" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-apple" />
</svg>
Mac
</a>
Expand All @@ -106,7 +106,7 @@
<a href="<%= tool.windows %>" title="Link to Windows application" class="resource-windows" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-windows" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-windows" />
</svg>
Windows
</a>
Expand All @@ -121,7 +121,7 @@
<a href="<%= tool.linux %>" title="Link to Linux application" class="resource-linux" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-linux" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-linux" />
</svg>
Linux
</a>
Expand All @@ -136,7 +136,7 @@
<a href="<%= tool.cli %>" title="Link to CLI" class="resource-cli" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-terminal" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-terminal" />
</svg>
CLI
</a>
Expand All @@ -151,7 +151,7 @@
<a href="<%= tool.module %>" title="Link to Node module" class="resource-module" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-module" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-module" />
</svg>
Node module
</a>
Expand All @@ -166,7 +166,7 @@
<a href="<%= tool.angular %>" title="Link to AngularJS Script" class="resource-angular" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-angular" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-angular" />
</svg>
AngularJS Script
</a>
Expand All @@ -181,7 +181,7 @@
<a href="<%= tool.broccoli %>" title="Link to Broccoli plugin" class="resource-broccoli" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-broccoli" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-broccoli" />
</svg>
Broccoli plugin
</a>
Expand All @@ -196,7 +196,7 @@
<a href="<%= tool.grunt %>" title="Link to Grunt plugin" class="resource-grunt" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-grunt" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-grunt" />
</svg>
Grunt plugin
</a>
Expand All @@ -211,7 +211,7 @@
<a href="<%= tool.gulp %>" title="Link to Gulp plugin" class="resource-gulp" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-gulp" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-gulp" />
</svg>
gulp plugin
</a>
Expand All @@ -226,7 +226,7 @@
<a href="<%= tool.illustrator %>" title="Link to Illustrator Script" class="resource-illustrator" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-illustrator" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-illustrator" />
</svg>
Service
</a>
Expand All @@ -241,7 +241,7 @@
<a href="<%= tool.javascript %>" title="Link to Script" class="resource-javascript" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-javascript" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-javascript" />
</svg>
Javascript
</a>
Expand All @@ -256,7 +256,7 @@
<a href="<%= tool.php %>" title="Link to PHP" class="resource-php" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-php" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-php" />
</svg>
PHP
</a>
Expand All @@ -271,7 +271,7 @@
<a href="<%= tool.ruby %>" title="Link to Ruby" class="resource-ruby" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-ruby" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-ruby" />
</svg>
Ruby
</a>
Expand All @@ -286,7 +286,7 @@
<a href="<%= tool.apache %>" title="Link to Apache module" class="resource-apache" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-apache" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-apache" />
</svg>
Apache
</a>
Expand All @@ -301,7 +301,7 @@
<a href="<%= tool.nginx %>" title="Link to Nginx module" class="resource-nginx" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-nginx" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-nginx" />
</svg>
Nginx
</a>
Expand All @@ -316,7 +316,7 @@
<a href="<%= tool.python %>" title="Link to Python Script" class="resource-python" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-python" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-python" />
</svg>
Python
</a>
Expand All @@ -331,7 +331,7 @@
<a href="<%= tool.wordpress %>" title="Link to WordPress Plugin" class="resource-wordpress" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-wordpress" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-wordpress" />
</svg>
Wordpress
</a>
Expand All @@ -346,7 +346,7 @@
<a href="<%= tool.service %>" title="Link to Service" class="resource-service" target="_blank">
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-globe" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-globe" />
</svg>
Service
</a>
Expand Down
6 changes: 3 additions & 3 deletions templates/partials/lists/videos.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<li>
<span class="visuallyhidden">Views:</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-view" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-view" />
</svg><%= video.stats.viewCount %>
</li>
Expand All @@ -59,7 +59,7 @@
<li>
<span class="visuallyhidden">Likes:</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-like" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-like" />
</svg>
<%= video.stats.likeCount %>
</li>
Expand All @@ -70,7 +70,7 @@
<li>
<span class="visuallyhidden">Dislikes:</span>
<svg>
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-dislike" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-dislike" />
</svg>
<%= video.stats.dislikeCount %>
</li>
Expand Down

0 comments on commit a251fd3

Please sign in to comment.