Skip to content

Commit

Permalink
Updated online presence websites, added linkedin, current project and…
Browse files Browse the repository at this point in the history
… resume

Updated the bio
  • Loading branch information
Miguel Laginha committed Apr 7, 2014
1 parent f191645 commit c14f05f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
Binary file added img/linkedin.png
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 img/project.png
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 img/resume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 21 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="row ">

<div class="twelve columns">
<p>Hi, my name is <strong>Miguel Laginha</strong> and I live in <a href="http://madeincoimbra.org/">Coimbra, Portugal</a>. I work as a tech lead and open source janitor at <a href="https://www.ipn.pt">Instituto Pedro Nunes</a>.</p>
<p>Hi, my name is <strong>Miguel Laginha</strong> and I live in <a href="http://madeincoimbra.org/">Coimbra, Portugal</a>. I'm an opinionated project lead and an open {source|Web|data} evangelist at <a href="https://www.ipn.pt">Instituto Pedro Nunes</a>.</p>
</div>
</div
<div class="row">
Expand Down Expand Up @@ -64,7 +64,7 @@ <h6>Also,</h6>
<!-- Feed Entry -->
<div class="row feed_entry">
<div class="two columns mobile-one"><img class="feed_img" src="img/github.png" /></div>
<div class="ten columns"><p>I sometimes <a href="https://github.com/brecke">contribute</a> to open source</p></div>
<div class="ten columns"><p>I <a href="https://github.com/brecke">contribute</a> to open source</p></div>
</div>
<!-- End Feed Entry -->

Expand All @@ -84,13 +84,29 @@ <h6>Also,</h6>
</div>
<!-- End Feed Entry -->

<!-- workfu -->
<!-- linkedin -->
<!-- Feed Entry -->
<div class="row feed_entry">
<div class="two columns mobile-one"><img class="feed_img" src="img/workfu.png" /></div>
<div class="ten columns"><p>I don't like linkedin so I <a href="https://workfu.com/brecke">workfu</a> instead</p></div>
<div class="two columns mobile-one"><img class="feed_img" src="img/linkedin.png" /></div>
<div class="ten columns"><p>I'm on <a href="http://pt.linkedin.com/in/brecke/">Linkedin</a></p></div>
</div>
<!-- End Feed Entry -->

<!-- resume -->
<!-- Feed Entry -->
<div class="row feed_entry">
<div class="two columns mobile-one"><img class="feed_img" src="img/resume.png" /></div>
<div class="ten columns"><p>My resume is on <a href="https://github.com/brecke/resume">Github</a></p></div>
</div>
<!-- End Feed Entry -->

<!-- current project -->
<!-- Feed Entry -->
<div class="row feed_entry">
<div class="two columns mobile-one"><img class="feed_img" src="img/project.png" /></div>
<div class="ten columns"><p>I'm currently working on an <a href="http://www.ost.pt">open data platform for urban mobility</a></p></div>
</div>
<!-- End Feed Entry -->

</div>
</div>
Expand Down

0 comments on commit c14f05f

Please sign in to comment.