Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
Added Facebook button link
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed May 23, 2017
1 parent cbf1bed commit 584b9d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,13 @@ <h3>Lorenzo Rossoni</h3>
<section class="contact bg-primary" id="contact">
<div class="container">
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
<p class="text-muted">Follow us on Twitter or join our official Unigram group</p>
<p class="text-muted">Follow us on social media or join our official Unigram group</p>
<hr>
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="contact-buttons">
<a class="btn-si-a btn-si btn-twitter" href="https://twitter.com/UnigramApp">@UnigramApp</a>
<a class="btn-si-a btn-si btn-facebook" href="https://www.facebook.com/UnigramApp/">Official Page</a>
<a class="btn-si-a btn-si btn-unigram" href="https://t.me/joinchat/AAAAAD851oqVwhp9oy9WbQ">Unigram Insiders</a>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

// Smooth scrolling using jQuery easing
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&& location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
Expand Down

0 comments on commit 584b9d1

Please sign in to comment.