mirror of
https://github.com/extreme-tech-seminar/extreme-tech-seminar.github.io.git
synced 2024-11-15 03:00:22 +00:00
60 lines
2 KiB
HTML
60 lines
2 KiB
HTML
---
|
|
layout: page
|
|
title: About Us
|
|
---
|
|
|
|
<div class="page-blank">
|
|
<h3>Kevin McAllister</h3>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<img src="https://www.gravatar.com/avatar/e14ebca747a101c69b73ef7913287d0d" class="img-circle pull-right" />
|
|
<p>
|
|
Kevin likes to eat at Chipotle. He also likes computers.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="list-group">
|
|
<li class="list-group-item">
|
|
<i class="fa fa-github"></i>
|
|
<a href="https://github.com/mclazarus" target="_blank">https://github.com/mclazarus</a>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<i class="fa fa-twitter"></i>
|
|
<a href="https://twitter.com/mclazarus" target="_blank">https://twitter.com/mclazarus</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<h3>Correl Roush</h3>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<img src="https://www.gravatar.com/avatar/cfc46a8154be1af1142987f06867f840" class="img-circle pull-right" />
|
|
<p>
|
|
Correl is a professional software developer who likes to
|
|
spend all of his free time reading about and playing with a
|
|
wide variety of programming languages, watching anime and
|
|
playing videogames when he's not spending time with his wife.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="list-group">
|
|
<li class="list-group-item">
|
|
<i class="fa fa-github"></i>
|
|
<a href="https://github.com/correl" target="_blank">https://github.com/correl</a>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<i class="fa fa-twitter"></i>
|
|
<a href="https://twitter.com/correl" target="_blank">https://twitter.com/correl</a>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<i class="fa fa-envelope"></i>
|
|
<a href="mailto:correl@gmail.com">correl@gmail.com</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include disqus_comments.md %}
|
|
|