<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>brian.io</title>
<style>
nav {
  margin: 15% auto 0 auto; 
  width: 200px; 
  list-style: none;
  text-align: center;
}

a {
  display: block;
  text-decoration: none;
}

p {
  margin: 20px 0 0 0;
  font-style: oblique;
}

</style>
</head>
<body>

<nav>
  <p>@brianleroux</p>
  <a href=https://github.com/brianleroux>&#x1f419; gh</a>
  <a href=https://www.npmjs.com/~brianleroux>&#x1f434; npm</a>
  <a href=https://twitter.com/brianleroux>&#x1f426; twtr</a>

  <p>Work</p>
  <a href=https://begin.com>&#x2600; begin</a>

  <p>Projects</p>
  <a href=https://arc.codes>&#x1f195; arc.codes</a>
  <a href=https://github.com/smallwins/slack>&#x1f389; slack</a>
  <a href=https://cordova.apache.org>&#x1f4f2; cordova</a>
  <a href=https://wtfjs.com>&#8265; wtfjs</a>
</nav>

</body>
</html>
