Created
February 5, 2016 08:04
-
-
Save thomcrowe/c98e42af022e4f83db5b to your computer and use it in GitHub Desktop.
Lesson 1.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<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 Me</TITLE> | |
<!-- Normalize CSS --> | |
<link rel="stylesheet" href="css/normalize.css"> | |
<!-- Custom CSS --> | |
<link rel="stylesheet" href="css/about_styles.css"> | |
</head> | |
<body> | |
<div class="header"> | |
<h1>About Me</h1> | |
</div><!-- /header --> | |
<div class="container"> | |
<img src="img/me.jpg" alt="me" height="120" width="120"> | |
<div class="intro column"> | |
<p>Hi, I’m Thom. | |
</p> | |
</div><!--/intro column --> | |
<div class="intro column"> | |
<h2>Skills</h2> | |
<ul id="skill list"> | |
<li>Adobe Creative Suite</li> | |
<li>Creative Design</li> | |
<li>Program Development</li> | |
<li>Merriment Making</li> | |
<li>Event Organization and Management</li> | |
<li>Fundraising</li> | |
<li>Analytics</li> | |
<li>Growth Marketing</li> | |
<li>A/B Testing</li> | |
</ul> | |
</div><!--skills column --> | |
<div class="main-text"> | |
<h3>More about me</h3> | |
<p>A little about me, I’m a subdeacon and work with the teens at my <a href="http://www.stantonytulsa.com">parish</a>, growth and digital marketer at <a href="https://www.compose.io">Compose</a>. I help my amazing wife of nearly 12 year with her line of housewares and fine art , run the Made Shops and organize Indie Emporium. I’m an avid reader, beer efficianado, love of theology and history, aspiring coffee snob. We live in Tulsa with the our two dogs, Tucker and Buddy and are expecting a daughter any day now. | |
<p> Still reading? Well, here are some other random tidbits: | |
<ul id="random overshare"> | |
<li> My favorite bands are Jimmy Eat World & The Cure</li> | |
<li>I love fantasy books and movies (I’m kinda obsessed with the Lord of the Rings Trilogy, the Wizarding World of Harry Potter and Westeros)</li> | |
<li>If I lived in one of those fantasy worlds, I would be a human (TLOR), live in Ravenclaw (HP), and be a Baratheon (ASOIF)</li> | |
<li>My three favorite books are: The Brothers Karamazov by Fyodor Dostoevsky, Infinite Jest by David Foster Wallace & The Cat’s Cradle by Kurt Vonnegut</li> | |
<li>I’m one of the only people I know who loves Mr. Pibb</li> | |
<li>I have an unhealthy obsession with Christmas</li> | |
<li>I absolutely love to cook</li> | |
<li>I have studied English, Political Science & Theology in college/post-grad</li> | |
<li>I have seen every episode of The Simpsons, Family Guy, American Dad and Bob's Burgers at least once</li> | |
<li>I can recite most of Monty Python’s Quest for the Holy Grail | |
<li>My favorite dinosaur is the Triceratops</li> | |
<li>I love Middle Eastern and Indian food</li> | |
</ul> | |
</p> | |
</div><!-- /container --> | |
</div><!--main-text --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment