Browse Source
Removed analytics and added read time for posts
redesign
Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
4 changed files with
9 additions and
27 deletions
-
_includes/footer.html
-
blog/index.html
-
privacy-policy.html
-
projects/i2p.html
|
|
@ -25,7 +25,6 @@ |
|
|
|
<script src="{{ "/js/slick.min.js" | prepend: site.baseurl }}"></script> |
|
|
|
<script src="{{ "/js/wow.min.js" | prepend: site.baseurl }}"></script> |
|
|
|
<script src="{{ "/js/jquery.validate.js" | prepend: site.baseurl }}"></script> |
|
|
|
<!-- <script src="{{ "/bower_components/countto/jquery.countTo.js" | prepend: site.baseurl }}"></script> --> |
|
|
|
<script src="{{ "/bower_components/appear/jquery.appear.js" | prepend: site.baseurl }}"></script> |
|
|
|
<script src="{{ "/bower_components/modernizr/modernizr.js" | prepend: site.baseurl }}"></script> |
|
|
|
<script src="{{ "/js/app.js" | prepend: site.baseurl }}"></script> |
|
|
@ -37,23 +36,4 @@ |
|
|
|
window.lazyLoadOptions = { |
|
|
|
elements_selector: ".lazy" |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|
|
|
|
<!-- Matomo --> |
|
|
|
<script type="text/javascript"> |
|
|
|
var _paq = _paq || []; |
|
|
|
/ tracker methods like "setCustomDimension" should be called before "trackPageView" / |
|
|
|
_paq.push(["setCookieDomain", "*.ura.design"]); |
|
|
|
_paq.push(['trackPageView']); |
|
|
|
_paq.push(['enableLinkTracking']); |
|
|
|
(function() { |
|
|
|
var u="//analytics.ura.design/"; |
|
|
|
_paq.push(['setTrackerUrl', u+'piwik.php']); |
|
|
|
_paq.push(['setSiteId', '2']); |
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
|
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); |
|
|
|
})(); |
|
|
|
</script> |
|
|
|
|
|
|
|
<noscript><p><img src="//analytics.ura.design/piwik.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript> |
|
|
|
<!-- End Matomo Code --> |
|
|
|
</script> |
|
|
@ -30,6 +30,12 @@ section_id: blog |
|
|
|
<p class="blogauthor">by <a href="{{post.link}}" target="_blank">{{post.author}}</a></p> |
|
|
|
<p>{{post.excerpt}}</p> |
|
|
|
<div class="tags"> |
|
|
|
{% assign words = post.content | number_of_words %} |
|
|
|
{% if words < 360 %} |
|
|
|
<a>Read time: 1 minute</a> |
|
|
|
{% else %} |
|
|
|
<a>Read time: {{ words | divided_by:180 }} minutes</a> |
|
|
|
{% endif %} |
|
|
|
{% for tag in post.tags %} |
|
|
|
<a href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a> |
|
|
|
{% endfor %} |
|
|
|
|
|
@ -61,11 +61,6 @@ Ura also collects potentially personally-identifying information like Internet P |
|
|
|
<ul> |
|
|
|
<li>March 1, 2018: first publication of the Privacy Policy document.</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<iframe |
|
|
|
style="border: 0; height: 100px; width: 500px;" |
|
|
|
src="https://analytics.ura.design/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=ffffff&fontColor=444444&fontSize=14px&fontFamily=overpass"> |
|
|
|
</iframe> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
@ -48,7 +48,8 @@ title: I2P Style Guide and Usability Study |
|
|
|
<a class="button boxed black" href="https://github.com/uracreative/works/tree/master/I2P" target="_blank" rel="noopener"><i class="fab fa-github"></i> Sources</a><br /> |
|
|
|
<a class="button boxed identihub" href="https://demo.identihub.co/i2p" target="_blank" rel="noopener"><img class="lazy" data-src="../images/projects/identihub.svg" > Identihub</a><br /> |
|
|
|
<a class="button boxed i2p" href="https://uracreative.github.io/i2p-styleguide" target="_blank" rel="noopener"><i class="fas fa-globe"></i> Website</a><br /> |
|
|
|
<a class="button boxed i2p" href="https://github.com/uracreative/works/raw/master/I2P/Usability%20Study/I2P%20-%20Usability%20Evaluation.pdf" target="_blank"><i class="fas fa-globe"></i> Usability Study</a> |
|
|
|
<a class="button boxed i2p" href="https://github.com/uracreative/works/raw/master/I2P/Usability%20Study/I2P%20Usability%20Study.pdf" target="_blank"><i class="fas fa-globe"></i> Usability Study (PDF)</a><br /> |
|
|
|
<a class="button boxed i2p" href="https://github.com/uracreative/works/raw/master/I2P/Usability%20Study/I2P%20Usability%20Study%20Source%20Document.odt" target="_blank"><i class="fas fa-globe"></i> Usability Study (ODT)</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|