forked from mattbierner/blog.mattbierner.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·28 lines (24 loc) · 881 Bytes
/
about.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
---
layout: default
---
{% include index_header.html %}
<div role="main" class="main container" id="about-page">
<div id="about-contact">
<h1>Contact</h1>
<span>Question? Feedback? Just want to get in touch?<br></span>
<div class="section">
<h2>Best</h2>
<a href="https://github.com/mattbierner/blog.mattbierner.com/issues/new">Github</a>
</div>
<div class="section">
<h2>Less-Best</h2>
Email: <span>_<span class="hidden">matt</span>@mattbierner.com</span>
</div>
</div>
<div id="about-links">
<h1>Other Links</h1>
<a href="http://github.com/mattbierner/">Github</a>
<a href="http://photography.mattbierner.com">Photography</a>
<a href="https://www.youtube.com/channel/UC89vHLITb7DWKe07_hSWYBw">Youtube</a>
</div>
</div>