-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
executable file
·47 lines (42 loc) · 1.7 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
---
{% include index_header.html %}
<div role="main" class="main container" id="about-page">
<div id="about-about">
</div>
<div id="about-contact">
<h1>Contact</h1>
<span>Question? Feedback? Just want to get in touch?<br></span>
<div class="section">
<h2>Business</h2>
<p>
If you're interested in working with me professionally (specifically on AR and mixed reality),
please reach out through my company: <a href="https://rarerealities.com">Rare Realities</a> (<a href="mailto:[email protected]">email</a>).
</p>
</div>
<div class="section">
<h2>Not Business</h2>
<p>
<a href="https://github.com/mattbierner/blog.mattbierner.com/issues/new">Github</a> — Open an issue against me!
</p>
<p>
<a href="https://www.youtube.com/c/code2020">Code 2020 YouTube channel</a> — Coding tips, with a focus on VS Code and JavaScript
</p>
<p>
<span>_<span class="hidden">matt</span>@mattbierner.com</span>
</p>
</div>
</div>
<div id="about-links">
<h1>Other Links</h1>
<a href="https://rarerealities.com/">Rare Realities</a>
<a href="https://github.com/mattbierner/">Github</a>
<a href="https://photography.mattbierner.com">Photography</a>
<a href="https://www.youtube.com/channel/UC89vHLITb7DWKe07_hSWYBw">Youtube</a>
</div>
<div id="about-disclaimer">
<h1>Disclaimer</h1>
Unless otherwise noted, all work and expressions on this site are purely my own.
</div>
</div>