<!doctype html>
<html lang="">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Hello Wiki</title>
    <meta name="description" content="Fen - A product designer & developer specializing in web and apps.">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="shortcut icon" href="static/img/favicon.png">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lexend:300,600">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.12.1/css/all.min.css">
    <link rel="stylesheet" href="static/css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<section class="container">
    <h1 class="name">Hello, I'm Fen!</h1>
    <p class="bio"><span class="lf">I'm a product</span> <strong>designer</strong> & <strong>developer</strong> <span class="ll">specializing in web and apps.</span></p>
    <nav class="contact">
        <a title="Twitter" target="_blank" href="https://twitter.com/fenbox"><i class="fab fa-twitter"></i><span class="visuallyhidden">Twitter</span></a>
        <a title="GitHub" target="_blank" href="https://github.com/fenbox"><i class="fab fa-github"></i><span class="visuallyhidden">GitHub</span></a>
        <a title="Email" href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;%66%33%6E%62%30%78%40%67%6D%61%69%6C%2E%63%6F%6D"><i class="fas fa-envelope"></i><span class="visuallyhidden">Email</span></a>
    </nav>
</section>


<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-696109-1', 'auto');
  ga('send', 'pageview');

</script>
</body>
</html>