-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.shtml
More file actions
37 lines (30 loc) · 1.56 KB
/
contact.shtml
File metadata and controls
37 lines (30 loc) · 1.56 KB
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
<!--#include virtual="/header.html" -->
<div class="hero-unit">
<h1>Hire Me <small>or just say hello</small></h1>
<p>I'm a technologist open to exciting problems, with an expertise in web application development.</p>
<p>
<a class="btn btn-primary btn-large" href="cv.shtml">Full Work Summary</a>
<a class="btn btn-large" href="RegoResume.pdf">Resume</a>
</p>
<p>You can contact me directly at blake[dot]rego[at]gmail[dot]com</p>
<p>You can also find me elsewhere on the web. Check out some of my other profiles -</p>
<ul class="">
<li>
<a href="https://github.com/blakerego">
<iframe src="http://githubbadge.appspot.com/badge/blakerego" style="border: 0;height: 108px;width: 200px;overflow: hidden;" frameBorder=0>
</iframe>
--> Github
</a>
</li>
<li>
<a href="http://stackoverflow.com/users/368682/blake">
<img src="http://stackoverflow.com/users/flair/368682.png?theme=default" width="208" height="58" alt="profile for Blake at Stack Overflow, Q&A for professional and enthusiast programmers" title="profile for Blake at Stack Overflow, Q&A for professional and enthusiast programmers">
--> Stack Overflow
</a>
</li>
<li><a href="http://www.linkedin.com/pub/blake-rego/9/609/134/">-->LinkedIn</a></li>
<li><a href="https://twitter.com/BlakeRego">-->Twitter</a></li>
</ul>
</div>
<!-- <a href="https://github.com/blakerego"><img src="https://raw.github.com/github/media/master/octocats/octocat.png" alt="Check me out on github"></a> -->
<!--#include virtual="/footer.html" -->