-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcontact.tmpl
31 lines (31 loc) · 1.02 KB
/
contact.tmpl
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
<div class="row justify-content-center">
<div class="col-4">
<p class="text-center">
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4">
<p class="text-center">
Twitter: <a href="http://twitter.com/rickumali" >@rickumali</a>
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4">
<p class="text-center">
<a href="http://www.linkedin.com/in/rickumali"><img src="linkedin-rick.gif" width="120" height="30" border="0" alt="View Rick Umali's profile on LinkedIn"></a>
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm-4">
<a href="https://www.manning.com/books/learn-git-in-a-month-of-lunches" ><img class="img-fluid" src="UmaliGit-med.jpg"
border="0" alt="Learn Git in a Month of Lunches by Rick Umali"></a>
</div>
<div class="col-sm-4">
<a href="http://amzn.to/2fY7Rg7"><img class="border img-fluid" src="ickitat-med.jpg"
border="0" alt="I Couldn't Keep It To A Tweet"></a>
</div>
</div>