Skip to content

Commit

Permalink
Changing avatar and adding pdf link
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit committed Mar 28, 2013
1 parent 70cfd10 commit 4ac774b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added img/udit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="row">

<div class="span">
<img src="img/hayseuss1.jpeg" class="img-polaroid">
<img src="img/udit.png" class="img-polaroid">
</div>
<!--/photo-->

Expand All @@ -37,6 +37,7 @@
<a href="http://twitter.com/udit" rel="tooltip" data-original-title="Twitter"><img src="img/twitter.png" alt="Twitter" width="20"/></a>&nbsp;
<a href="http://github.com/udit99" rel="tooltip" data-original-title="Github"><img src="img/octocat.png" alt="Github" width="20"/></a>&nbsp;
</div>
<div> <a href='/resume.pdf'>PDF Version</a></div>
</div>

<a class="pdf hidden" href="cv.pdf" target="_blank" rel="tooltip" data-original-title="Download as PDF"></a>
Expand Down Expand Up @@ -273,7 +274,7 @@
<script src="bootstrap/js/bootstrap.min.js"></script>
<script>
jQuery(document).ready(function() {
jQuery('[rel="tooltip"]').tooltip({trigger : 'hover'});
$(".item-name a").tooltip();
})
</script>
</body>
Expand Down

0 comments on commit 4ac774b

Please sign in to comment.