-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
36 lines (29 loc) · 1.01 KB
/
Copy pathcontact.html
File metadata and controls
36 lines (29 loc) · 1.01 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
<div ng-controller="contactCtrl">
<div class="row contactRow">
<div class="col-sm-6 col-md-3"></div>
<div class="col-sm-6 col-md-1">
<div class="thumbnail tile tile-medium tile-teal">
<a href="http://www.linkedin.com/in/fayazvf">
<img src="http://fundraiserbeth.files.wordpress.com/2013/07/linkedin-logo.jpg"></img>
</a>
</div>
</div>
<div class="col-sm-6 col-md-1">
<div class="thumbnail tile tile-medium tile-teal">
<a href="https://github.com/debuggger">
<img src="github.png"/>
</a>
</div>
</div>
<div class="col-sm-6 col-md-1">
<br/>
<span class="glyphicon glyphicon-earphone" aria-hidden="true" style="font-size:2vw; text-align:center; width=100%"></span>
(716)9076252
</div>
<div class="col-sm-6 col-md-3">
<br/>
<span class="glyphicon glyphicon-envelope" aria-hidden="true" style="font-size:2vw"></span><br/>
</div>
</div>
</div>