-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (127 loc) · 6.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE HTML>
<html>
<head>
<meta name="generator" content="Hugo 0.19" />
<title>Thom Crowe</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/project.css" />
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
</head>
<script src="/js/jquery.min.js"></script>
<body>
<div id="wrapper">
<header id="header">
<div class="logo">
<span class="icon fa-compass"></span>
</div>
<div class="content">
<div class="inner">
<h1>Thom Crowe</h1>
<p><!--[-->Lackluster Husband to <a href="https://instagram.com/christinesharpcrowe">@christinesharpcrowe</a> | Above Average Father | <!--]--><br />
<!--[--> Unworthy Deacon | Growth at <a href="https://vercel.com">Vercel</a> <!--]--></p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="main">
<article id="intro">
<h1>Intro</h1>
<p>
<figure class="image main">
<img src="/images/info.jpg" />
</figure>
Thanks for stopping by. I’m Thom Crowe. I'm an avid writer and podcaster. You can check out the podcast I co-host with two amazing folks, <a href="https://linktr.ee/TisThePodcast">Tis the Podcast</a>, or read some of my articles at <a href="https://www.liveorthodoxy.com/">Live Orthodoxy</a> blog. I've spent 25 years studying comparative religions, enjoy discussing Church history and liturgics, and as well as Biblical Studies and Church Fathers. When not parenting or at church, I like to tinker with developing and building things.</p>
<p>If you’d like to work with me on a project or have me come speak, feel free to <a href="mailto:[email protected]">email me</a></p>
</article>
<article id="work">
<h1>Work</h1>
<p>
<figure class="image main">
<img src="/images/pic02.jpg" />
</figure>
Checkout some stuff I’ve done:</p>
<ul>
<li>Orthodox <a href="https://www.liveorthodoxy.com">articles</a></li>
<li>Word magazine <a href="http://antiochian.org/sites/default/files/january_2016_word_revised_01-02-16.pdf">article</a></li>
<li>Github <a href="https://www.github.com/thomcrowe">projects</a></li>
<li>Illumination Learning <a href="http://illumination-learning.com/main/author/tcrowe/">articles</a></li>
</ul>
</article>
<article id="about">
<h1>About</h1>
<figure class="image main">
<img src="/images/crowefamily.jpg" />
</figure>
<p>I’m Thom. A little about me, I was ordained a deacon in the Orthodox Church before joining the Anglican tradition, work in tech marketing marketing, am a dad to a sweet little girl and husband to a great wife who runs the <a href="http://www.shopatmade.com">Made Shop</a>. I’m an avid reader, beer aficionado, lover of theology and history, and aspiring coffee snob. We have a pretty happy life here Tulsa, OK.</p>
<p>Still reading? Well, here are some other random tidbits</p>
<ul>
<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 and Family Guy at least once</li>
<li>I can recite most of Monty Python’s Quest for the Holy Grail</li>
<li>My favorite dinosaur is the Triceratops</li>
<li>I love Middle Eastern and Indian food</li>
</ul>
<p>Want to know anything else? Just ask. <a href="mailto:[email protected]">[email protected]</a></p>
</article>
<article id="contact">
<h1>Contact</h1>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="https://instagram.com/thomcrowe" class="icon fa-instagram"><span class="label">instagram</span></a></li>
<li><a href="https://twitter.com/thomcrowe" class="icon fa-twitter"><span class="label">twitter</span></a></li>
<li><a href="https://facebook.com/thomcrowe" class="icon fa-facebook"><span class="label">facebook</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">github</span></a></li>
</ul>
</article>
</div>
<div id="languages">
</div>
<footer id="footer">
<p class="copyright">© Thom Crowe. Powered by <a href="https://www.gohugo.io/">Hugo</a>, deployed on <a href="https://www.vercel.com">Vercel</a></p>
</footer>
</div>
<div id="bg"></div>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-8688442-2', 'auto');
ga('send', 'pageview');
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
</body>
</html>