Skip to content

Commit

Permalink
credits page updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed May 29, 2017
1 parent a24bf31 commit 2ad210b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file added website2/resources/img/reinier.jpg
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 website2/resources/img/roel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions website2/resources/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-Agent: *
Disallow: /tmp/
6 changes: 3 additions & 3 deletions website2/templates/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ <h3>Regular contributors to Project Lombok:</h3>

<div class="row text-center">
<div class="person col-md-2">
<div class="imgCt"><img class="reinierImg" src="images/reinier.jpg" /></div>
<div class="imgCt"><img class="reinierImg" src="/img/reinier.jpg" /></div>
<span class="name">Reinier Zwitserloot</span>
</div>
<div class="person col-md-2">
<div class="imgCt"><img class="roelImg" src="images/roel.jpg" /></div>
<div class="imgCt"><img class="roelImg" src="/img/roel.jpg" /></div>
<span class="name">Roel Spilker</span>
</div>
</div>
Expand All @@ -36,7 +36,7 @@ <h3>Regular contributors to Project Lombok:</h3>

<ul>
<li>
<a href="http://github.com/">Github</a> for hosting lombok's repository.
<a href="https://github.com/">Github</a> for hosting lombok's repository and issue tracker.
</li><li>
The <a href="http://asm.ow2.org/index.html">ASM team</a> at ObjectWeb for creating an excellent class file editing tool. Lombok uses ASM to interact with Eclipse.
</li><li>
Expand Down

0 comments on commit 2ad210b

Please sign in to comment.