-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 loc) · 1.71 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
---
layout: default
---
<section id="intro" class="row">
<div class="large-12 columns">
<h2>About Me</h2>
<p>
Hi, I'm <span itemprop="name">Chris Hepner</span>. I'm a
<span itemprop="jobTitle">software developer</span>. I work primarily on web applications and I'm
interested in application security and writing maintainable code.
I graduated from
<span itemprop="alumniOf" itemscope itemtype="http://schema.org/CollegeOrUniversity">
<span itemprop="name"><abbr title="University of California, San Diego">UCSD</abbr></span>
</span>
with a <abbr title="Bachelor of Science">B.S.</abbr> in Computer Science in 2013.
I currently work for
<span itemprop="worksFor" itemscope itemtype="http://schema.org/Corporation">
<span itemprop="name">Affinity Consultants</span>
</span>.
</p>
<p>
My open-source contributions and the occasional side project may be viewed on
<a href="https://github.com/chrishepner">GitHub</a>.
</p>
</div>
</section>
<section id="contact" class="row">
<div class="large-12 columns">
<h2>Contact Me</h2>
<p>
I am available for freelance work and other opportunities. If you want to discuss
working on a project together or just want to chat,
<a href="mailto:contact@chrishepner.info">send me an email</a>! You can also
get in contact with me via
<a href="https://www.twitter.com/chrishepner">Twitter</a>
and <a href="https://www.linkedin.com/in/chrishepner">LinkedIn</a>.
</p>
</div>
</section>