-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (17 loc) · 1.21 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
---
layout: default
---
<section class="home">
<div class="home-image-wrapper">
<div class="this-also-is-me"></div>
</div>
<div class="header-group">
<h1 class="page-heading">Hello.</h1>
<h3 class="page-sub-heading">I’m Daniel. I build things for the web.</h3>
</div>
<div class="home-text">
<p>My name is Daniel McBrayer. I’m an entrepreneur, an attorney, and a web developer. This is my personal site, where I practice building things, write a little bit, and show a few projects I’ve started, led, or helped with.</p>
<p>I have <a href="https://facebook.com/{{ site.facebook_username }}" target="_blank">Facebook</a>, <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank">Twitter</a>, <a href="https://instagram.com/{{ site.instagram_username }}" target="_blank">Instagram</a>, and other things as well.</p>
<p>This site is under fairly regular construction. If you want to see how it's built, check it out <a href="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/dmcbrayer/dmcbrayer.github.io" target="_blank">here</a>. Or, you can just check out the other public things I've built on <a href="/{{ site.github_username }}" target="_blank">Github</a>.
</div>
</section>