Skip to content

Commit

Permalink
adding font awesome and some symols in intro for twitter, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hosssha committed Feb 18, 2017
1 parent 2c00945 commit ff99721
Show file tree
Hide file tree
Showing 9 changed files with 5,054 additions and 0 deletions.
2,337 changes: 2,337 additions & 0 deletions css/font-awesome.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added fonts/FontAwesome.otf
Binary file not shown.
Binary file added fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added fonts/fontawesome-webfont.woff2
Binary file not shown.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<!-- Custom CSS -->
<link href="css/scrolling-nav.css" rel="stylesheet">

<!-- nice figures -->
<link rel="stylesheet" href="css/font-awesome.css">


<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -105,6 +109,44 @@
<td>shafagh inf.ethz.ch</td>
</tr>
</table>

<ul class="list-inline text-left">
<a href="https://twitter.com/hossein_shafagh">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>

<a href="https://github.com/hosseinsh">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>

<a href="https://www.linkedin.com/in/hshafagh">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>

<a href="https://keybase.io/hosseinsh">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-key fa-stack-1x fa-inverse"></i>
</span>
</a>

<a href="https://scholar.google.com/citations?user=UrlPweEAAAAJ&hl=en">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-google fa-stack-1x fa-inverse"></i>
</span>
</a>
</ul>

</div>
</div>
</div>
Expand Down

0 comments on commit ff99721

Please sign in to comment.