Skip to content

Commit 6ee6ae5

Browse files
committed
opens page with social service in new tab when link is clicked
1 parent a6847fe commit 6ee6ae5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/views/home/body/home_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="section-heading">Completely open source</h2>
119119
API Umbrella features. The solution is fully open source licensed with MIT.
120120
It is written in Meteor.js and D3. We like to collaborate, to listen to our
121121
users and want to encourage people to become contributors.</p>
122-
<p class="lead">Find us in <a href="https://github.com/apinf/api-umbrella-dashboard">Github</a>, <a href="https://twitter.com/APInf_io">Twitter</a> and <a href="https://www.facebook.com/APInf.io">Facebook</a>.</p>
122+
<p class="lead">Find us in <a href="https://github.com/apinf/api-umbrella-dashboard" target="_blank">Github</a>, <a href="https://twitter.com/APInf_io" target="_blank">Twitter</a> and <a href="https://www.facebook.com/APInf.io" target="_blank">Facebook</a>.</p>
123123
</div>
124124
<div class="col-lg-4 col-lg-push-1 col-sm-6">
125125
<img class="img-responsive" src="img/opensource.png" alt="We are Open Source">

client/views/home/footer/home_footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<div class="row">
55
<div class="col-lg-10">
66
<ul class="list-inline social-icons icon-circle">
7-
<li><a href="https://twitter.com/APInf_io"><i class="fa fa-twitter"></i></a>
7+
<li><a href="https://twitter.com/APInf_io" target="_blank"><i class="fa fa-twitter"></i></a>
88
</li>
9-
<li><a href="https://www.facebook.com/APInf.io"><i class="fa fa-facebook"></i></a>
9+
<li><a href="https://www.facebook.com/APInf.io" target="_blank"><i class="fa fa-facebook"></i></a>
1010
</li>
11-
<li><a href="https://github.com/apinf/api-umbrella-dashboard"><i class="fa fa-github"></i></a>
11+
<li><a href="https://github.com/apinf/api-umbrella-dashboard" target="_blank"><i class="fa fa-github"></i></a>
1212
</li>
1313
</ul>
1414
</div>

0 commit comments

Comments
 (0)