diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 173 |
1 files changed, 173 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..5c52420 --- /dev/null +++ b/public/index.html @@ -0,0 +1,173 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title></title> + <meta name="viewport" content="width=device-width,minimum-scale=1"> + <meta name="description" content=""> + <meta name="generator" content="Hugo 0.155.0"> + + + + <meta name="robots" content="index, follow"> + + + + +<link rel="stylesheet" href="/ananke/css/main.min.efe4d852f731d5d1fbb87718387202a97aafd768cdcdaed0662bbe6982e91824.css" > + + + + + + + + + + + + + + + <link href="/index.xml" rel="alternate" type="application/rss+xml" title="" /> + <link href="/index.xml" rel="feed" type="application/rss+xml" title="" /> + + + + + <link rel="canonical" href="https://blog.gluegadget.com/"> + + + + + <meta property="og:url" content="https://blog.gluegadget.com/"> + <meta property="og:locale" content="en"> + <meta property="og:type" content="website"> + + <meta itemprop="datePublished" content="2017-08-22T00:00:00+00:00"> + <meta itemprop="dateModified" content="2017-08-22T00:00:00+00:00"> + <meta name="twitter:card" content="summary"> + + + + + + </head><body class="ma0 avenir bg-near-white production is-home"> + + + <header> + <div class="pb3-m pb6-l bg-black"> + <nav class="pv3 ph3 ph4-ns" role="navigation"> + <div class="flex-l center items-center justify-between"> + <a href="/" class="f3 fw2 hover-white white-90 dib no-underline"> + + + + </a> + <div class="flex-l items-center"> + + + + <div class="ananke-socials"></div> + + </div> + </div> +</nav> + + <div class="tc-l pv3 ph3 ph4-ns"> + <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title"> + + </h1> + + </div> + </div> + </header> + + + <main class="pb7" role="main"> + <article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy nested-links mid-gray"> + + </article> + + + + + + + + + <div class="pa3 pa4-ns w-100 w-70-ns center"> + + + <section class="w-100 mw8"> + + + <div class="w-100 mb4 relative"> + +<article class="bb b--black-10"> + <div class="db pv4 ph3 ph0-l dark-gray no-underline"> + <div class="flex-column flex-row-ns flex"> + + <div class="blah w-100"> + <h1 class="f3 fw1 athelas mt0 lh-title"> + <a href="/post/2017-08-22-thinkpad-e470/" class="color-inherit dim link"> + ThinkPad E470 + </a> + </h1> + <div class="f6 f5-l lh-copy nested-copy-line-height nested-links"> + <p>Recently I’ve been looking for a Linux-friendly, budget laptop. I like ThinkPads, and all of my laptops have been either T-series or X-series but this time I didn’t want to spend that amount of money and was looking for cheaper alternatives.</p> +<p>Browsing Lenovo website, I realised that a reasonably configured <a href="http://www3.lenovo.com/ie/en/laptops/thinkpad/edge-series/E470/p/22TP2TEE470">E470</a> would cost about €1000 which was about how much I was willing to pay. I configured it, so it has:</p> + </div> + <a href="/post/2017-08-22-thinkpad-e470/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a> + </div> + </div> + </div> +</article> + + </div> + + <div class="w-100 mb4 relative"> + +<article class="bb b--black-10"> + <div class="db pv4 ph3 ph0-l dark-gray no-underline"> + <div class="flex-column flex-row-ns flex"> + + <div class="blah w-100"> + <h1 class="f3 fw1 athelas mt0 lh-title"> + <a href="/post/2017-08-16-tapl/" class="color-inherit dim link"> + Types and Programming Languages + </a> + </h1> + <div class="f6 f5-l lh-copy nested-copy-line-height nested-links"> + <p>February 2016, as a birthday present to myself I bought a copy of <a href="https://www.cis.upenn.edu/~bcpierce/tapl/">Types and Programming Languages</a>. At the time the only thing I did with it was to take a photo of it, sharing it on Twitter and congratulating myself. To be fair, I did try reading it, but it was so intimidating that I gave up very early in the book. One and a half years later I’m going to give it another go because a few things have changed.</p> + </div> + <a href="/post/2017-08-16-tapl/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a> + </div> + </div> + </div> +</article> + + </div> + + </section> + + + + </div> + + + </main> + <footer class="bg-black bottom-0 w-100 pa3" role="contentinfo"> + <div class="flex justify-between"> + <a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="https://blog.gluegadget.com/" > + © + </a> + <div><div class="ananke-socials"></div> +</div> + </div> +</footer> + + </body> +</html> |
