forked from alexcpr/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.html
2 lines (2 loc) · 6.56 KB
/
en.html
1
2
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" /><title>Xela’s Blog | Little blog where I share what I know, but especially interesting things that I discover.</title> <meta property="og:title" content="Xela’s Blog" /> <meta name="author" content="Xela" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="Little blog where I share what I know, but especially interesting things that I discover." /> <meta property="og:description" content="Little blog where I share what I know, but especially interesting things that I discover." /> <link rel="canonical" href="https://xela.isfucking.cool/en.html" /> <meta property="og:url" content="https://xela.isfucking.cool/en.html" /> <meta property="og:site_name" content="Xela’s Blog" /> <meta name="google-site-verification" content="1zl4FVbvtiysR1NlQ35IbrEsqAXoObC-oACu2TRUkZo" /> <script type="application/ld+json"> {"description":"Little blog where I share what I know, but especially interesting things that I discover.","@type":"WebPage","url":"https://xela.isfucking.cool/en.html","headline":"Xela’s Blog","author":{"@type":"Person","name":"Xela"},"@context":"http://schema.org"}</script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><link rel="apple-touch-icon" href="/apple-touch-icon.png" /><link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" /><link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" /><link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" /><link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" /><link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" /><link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" /><link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" /><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png" /><link rel="stylesheet" href="/css/home.css" /></head><body><div class="placeholder"><div class="ph-item"><div class="ph-col-12"><div class="ph-row"><div class="ph-col-2 big"></div><div class="ph-col-6 empty"></div><div class="ph-col-2 big"></div><div class="ph-col-2 empty"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-4"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-4"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-4"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-2"></div><div class="ph-col-2 empty"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-4 empty"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-4 big"></div><div class="ph-col-small"></div><div class="ph-col-2 big"></div><div class="ph-col-4 empty"></div><div class="ph-col-4"></div><div class="ph-col-8 empty"></div><div class="ph-col-4"></div><div class="ph-col-12 empty"></div><div class="ph-col-5 empty"></div><div class="ph-col-2"></div><div class="ph-col-5 empty"></div><div class="ph-col-12 empty"></div><div class="ph-col-5 empty"></div><div class="ph-col-2"></div><div class="ph-col-5 empty"></div></div></div></div></div><div class="content" style="display: none"> <main> <article><h2>Lastest articles</h2><ul class="blog-list"><li><span class="blog-date">Aug 29, 2018</span> <a href="/blog/en/why-is-w3schools-bad">Why is w3schools a bad information source?</a></li><li><span class="blog-date">Aug 10, 2018</span> <a href="/blog/en/fetch-api">Stop using XMLHttpRequest and switch to fetch</a></li><li><span class="blog-date">Aug 7, 2018</span> <a href="/blog/en/page-load-time-counter">Page load time counter in JS</a></li><li><span class="blog-date">Aug 7, 2018</span> <a href="/blog/en/how-to-make-a-google-button">How to make a Google button with CSS</a></li><li><span class="blog-date">Aug 7, 2018</span> <a href="/blog/en/fix-right-click-on-taskbar-icons">Fix right click on taskbar icons</a></li><li><span class="blog-date">Aug 7, 2018</span> <a href="/blog/en/create-gist-from-cli">Create gists from Command Line</a></li><li><span class="blog-date">Aug 6, 2018</span> <a href="/blog/en/welcome">Welcome</a></li></ul></article> <aside><h1>Xela's Blog</h1><div class="abstract"> <i class="fa fa-quote-left fa-3x fa-pull-left" aria-hidden="true"></i>Programming is an important part of my life so as a developer, I wanted to make a blog in order to share what I know, but especially interesting things that I discover.</div><hr /><ul class="fa-ul"><li> <i class="fa-li fa fa-rss"></i>Want to be kept posted? <a href="/en/feed.xml">There is a RSS feed</a> for that!</li><li> <i class="fa-li fa fa-code-fork"></i>The source of this website is available <a href="https://github.com/binksxela/binksxela.github.io">here.</a></li></ul> </aside> </main><footer><div style="text-align: center"><p id="loadtime"></p><p> subscribe <a href="/en/feed.xml">via RSS</a> - <a href="/fr" id="r">FR Version</a></p></div> </footer></div><script defer>var _ = document.querySelector.bind(document); function fadeOut(a) { a.style.opacity = 1, function b() { 0 > (a.style.opacity -= .1) ? a.style.display = "none" : requestAnimationFrame(b) }() } function fadeIn(a) { a.style.opacity = 0, a.style.display = "", function b() { var c = parseFloat(a.style.opacity); 1 < (c += .1) || (a.style.opacity = c, requestAnimationFrame(b)), (a.style.opacity = 1) && (a.style.opacity = "") }() } window.addEventListener("load", function () { setTimeout(function () { var a = _(".placeholder"), b = _(".content"); a.parentNode.removeChild(a), fadeIn(b) }, 50) });</script><script>window.onload = () => { for (let c = document.links, d = 0, f = c.length; f > d; d++)c[d].hostname != window.location.hostname && (c[d].innerHTML += " <i class=\"fa fa-external-link\" style=\"font-size:0.7em\"></i>"); setTimeout(() => { const c = window.performance && performance.timing, d = (c.loadEventEnd - c.navigationStart) / 1e3; _("#loadtime").innerHTML = `This page loaded in ${d} seconds` }, 0), _("#r").addEventListener("click", c => { c.preventDefault(); const d = window.location.pathname; nurl = d.includes("/fr/") ? d.replace("/fr/", "/en/") : d.includes("/en/") ? d.replace("/en/", "/fr/") : "/fr", window.location = nurl }) };</script></body></html>