lexi-lambda.github.io/about.html
2016-02-19 05:57:21 +00:00

81 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About me</title>
<meta name="description" content="About me: I'm Alexis King, and I'm a software developer. I currently work at Philosophie building modern web applications, primarily using Ruby on Rails, CoffeeScript, and Angular JS. In my free time, I try to build cool things with Racket. Check out the ...">
<meta name="author" content="Alexis King">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<link rel="canonical" href="http://lexi-lambda.github.io/about.html">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic|Merriweather:400,300,300italic,400italic,700,700italic,900,900italic|Source+Code+Pro:200,300,400,500,600,700,900">
<link rel="stylesheet" type="text/css" href="/css/application.min.css">
<link rel="stylesheet" type="text/css" href="/css/pygments.min.css">
<!-- Feeds -->
<link rel="alternate" type="application/atom+xml"
href="/feeds/all.atom.xml" title="Atom Feed">
<link rel="alternate" type="application/rss+xml"
href="/feeds/all.rss.xml" title="RSS Feed">
<!-- JS -->
<!-- <script src="/js/application.min.js"></script> -->
<script type="text/javascript">
(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-65250372-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="page-content">
<!-- Navigation Bar -->
<header>
<nav role="navigation" class="navigation-bar">
<ul class="navigation-items left">
<li id="blog-title-header"><a href="/"><h1>Alexis King</h1></a></li>
</ul>
<ul class="navigation-items center"></ul>
<ul class="navigation-items right">
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</nav>
</header>
<section role="main">
<!-- Main column -->
<div class="content" class="col-md-12">
<h1 id="about-me">About me</h1>
<p>I&rsquo;m Alexis King, and I&rsquo;m a software developer.</p>
<p>I currently work at <a href="http://www.gophilosophie.com">Philosophie</a> building modern web applications, primarily using Ruby on Rails, CoffeeScript, and Angular JS. In my free time, I try to build cool things with <a href="http://racket-lang.org">Racket</a>.</p>
<p>Check out the things I&rsquo;m working on on <a href="https://github.com/lexi-lambda/">GitHub</a>.</p>
</div>
</section>
<footer>
<div class="content">
<h2 id="copyright-notice">© 2016, Alexis King</h2>
<h3>
Built with <a href="https://github.com/greghendershott/frog">Frog</a>, the
<strong>fr</strong>ozen bl<strong>og</strong> tool.
</h3>
<h3>
Feeds are available via <a href="/feeds/all.atom.xml">Atom</a>
or <a href="/feeds/all.rss.xml">RSS</a>.
</h3>
</div>
</footer>
</div>
</body>
</html>