2016-07-07 19:05:01 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > About< / title >
< meta name = "description" content = "Things which an Arch Linux user that also owns an recurve bow can write .
">
2016-09-13 19:40:45 +00:00
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" >
2016-07-07 19:05:01 +00:00
< link rel = "stylesheet" href = "/css/main.css" >
< link href = 'https://fonts.googleapis.com/css?family=Hammersmith+One' rel = 'stylesheet' type = 'text/css' >
< link rel = "canonical" href = "http://praticamentetilde.github.io/about/" >
< link rel = "alternate" type = "application/rss+xml" title = "Ramblings of an archer archer" href = "http://praticamentetilde.github.io/feed.xml" >
< link rel = "stylesheet" href = "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" >
< script src = "https://rawgit.com/snaptortoise/konami-js/master/konami.js" > < / script >
<!-- Favicon -->
< link rel = "apple-touch-icon" sizes = "57x57" href = "/apple-icon-57x57.png" >
< link rel = "apple-touch-icon" sizes = "60x60" href = "/apple-icon-60x60.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "/apple-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "/apple-icon-76x76.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "/apple-icon-114x114.png" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "/apple-icon-120x120.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/apple-icon-144x144.png" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "/apple-icon-152x152.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-icon-180x180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "/android-icon-192x192.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "96x96" href = "/favicon-96x96.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png" >
< link rel = "manifest" href = "/manifest.json" >
< meta name = "msapplication-TileColor" content = "#ffffff" >
< meta name = "msapplication-TileImage" content = "/ms-icon-144x144.png" >
< / head >
2016-09-13 19:40:45 +00:00
< body >
< header class = "header" >
< section class = "head" >
< h2 class = "title" > Ramblings of an archer archer< / h2 >
< p > Things which an Arch Linux user that also owns an recurve bow can write.
< / p >
< / section >
< nav class = "navbar" >
< div class = "container" >
< ul class = "navbar-list" >
< li class = "navbar-item" >
< a href = "/" > home< / a >
< / li >
< li class = "navbar-item" >
< a href = "/about/" > About< / a >
< / li >
< li class = "navbar-item" >
< a href = "http://www.burarco.it" > My archery club< / a >
< / li >
< li class = "navbar-item" >
< a href = "/feed.xml" > RSS< / a >
< / li >
2016-07-07 19:05:01 +00:00
2016-09-13 19:40:45 +00:00
< / ul >
< / div >
< / nav >
2016-07-07 19:05:01 +00:00
2016-09-13 19:40:45 +00:00
< / header >
< main class = "container" >
2016-07-07 19:05:01 +00:00
< article class = "post" >
< header class = "post-header" >
2016-09-13 19:40:45 +00:00
< h2 class = "post-title" > About< / h2 >
2016-07-07 19:05:01 +00:00
< / header >
< div class = "post-content" >
< p > My name is Claudio Maggioni and I am both an Arch Linux user and an < a href = "http://www.fitarco-italia.org/arcieri/situazione.php?Codice=91647" > recurve archer< / a > . I define myself an “archer archer”. This site will collect my own occasional thoughts about the two worlds, hoping someone will found them useful.< / p >
< p > If you are curious about the code i produce my personal Github account is < a href = "https://github.com/praticamentetilde/" > here< / a > . This particular site is made with jekyll and hosted by Github pages, as you can see.< / p >
2016-07-07 19:24:48 +00:00
< p > PRO tip: try performing a Konami code in the home page (for phones slide up, slide up, slide down, slide down, slide left, slide right, slide left, slide right, tap, tap; made with < a href = "https://github.com/snaptortoise/konami-js" > this< / a > )…< / p >
2016-07-07 19:05:01 +00:00
< / div >
< / article >
2016-09-13 19:40:45 +00:00
< / main >
< footer class = "site-footer" >
< div class = "icons" >
< a class = "icon" href = "https://github.com/praticamentetilde" > < i class = "fa fa-reddit" > < / i > < / a >
< a class = "icon" href = "https://www.reddit.com/user/praticamentetilde" > < i class = "fa fa-github" > < / i > < / a >
2016-07-07 19:05:01 +00:00
< / div >
2016-09-13 19:40:45 +00:00
< h6 class = "author" > Claudio Maggioni 2016< / h6 >
2016-07-07 19:05:01 +00:00
< / footer >
2016-09-13 19:40:45 +00:00
< script >
var easter_egg = new Konami();
easter_egg.load("https://www.youtube.com/watch?v=URTcCh6QVwM");
< / script >
< / body >
2016-07-07 19:05:01 +00:00
< / html >