Skip to content

Commit

Permalink
add linked icons to profiles on other sites in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mexx committed Nov 13, 2014
1 parent d7d6d60 commit d0f6eae
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">

<link href="//ajax.googleapis.com" rel="dns-prefetch">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
Expand Down Expand Up @@ -65,7 +66,13 @@ <h1 class="title">ALT.NET-Berlin</h1>

<div class="footer-container">
<footer class="wrapper">
<!-- <h3>footer</h3> -->
<a href="https://plus.google.com/114090168420374875167" rel="publisher" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a>
&nbsp;
<a href="https://twitter.com/altnetberlin" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>
&nbsp;
<a href="https://www.xing.com/net/netberlin/" target="_blank"><i class="fa fa-xing-square fa-2x"></i></a>
&nbsp;
<a href="https://github.com/altnetberlin" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>
</footer>
</div>

Expand All @@ -83,4 +90,4 @@ <h1 class="title">ALT.NET-Berlin</h1>
ga('create','UA-18872830-1');ga('send','pageview');
</script>
</body>
</html>
</html>

0 comments on commit d0f6eae

Please sign in to comment.