[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 515a6575ff0dde61085227a8421388306f7542e6

Michal Čihař nijel at users.sourceforge.net
Wed Oct 5 08:34:26 CEST 2011


The branch, master has been updated
       via  515a6575ff0dde61085227a8421388306f7542e6 (commit)
       via  7a464548d54e0b9c4b741b58f6f931052983eee9 (commit)
       via  af9e41c52a597abd39f0f6c1cce52276ff663a42 (commit)
      from  bb7b9643f41ce2054e72a9b729f73d57da9a4889 (commit)


- Log -----------------------------------------------------------------
commit 515a6575ff0dde61085227a8421388306f7542e6
Author: Michal Čihař <michal at cihar.com>
Date:   Wed Oct 5 08:34:07 2011 +0200

    Avoid scaling of photo in browser

commit 7a464548d54e0b9c4b741b58f6f931052983eee9
Author: Michal Čihař <michal at cihar.com>
Date:   Wed Oct 5 08:33:14 2011 +0200

    Use jpg for photos

commit af9e41c52a597abd39f0f6c1cce52276ff663a42
Author: Michal Čihař <michal at cihar.com>
Date:   Wed Oct 5 08:31:29 2011 +0200

    Use photo rather than hackergotchi to be consistent with others

-----------------------------------------------------------------------

Summary of changes:
 images/heads/madhura.jpg |  Bin 0 -> 2325 bytes
 images/heads/madhura.png |  Bin 36453 -> 0 bytes
 images/heads/nijel.jpg   |  Bin 0 -> 2236 bytes
 images/heads/nijel.png   |  Bin 9373 -> 0 bytes
 images/heads/rouslan.jpg |  Bin 0 -> 2825 bytes
 images/heads/rouslan.png |  Bin 11461 -> 0 bytes
 templates/team.tpl       |    6 +++---
 7 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 images/heads/madhura.jpg
 delete mode 100644 images/heads/madhura.png
 create mode 100644 images/heads/nijel.jpg
 delete mode 100644 images/heads/nijel.png
 create mode 100644 images/heads/rouslan.jpg
 delete mode 100644 images/heads/rouslan.png

diff --git a/images/heads/madhura.jpg b/images/heads/madhura.jpg
new file mode 100644
index 0000000..5713c87
Binary files /dev/null and b/images/heads/madhura.jpg differ
diff --git a/images/heads/madhura.png b/images/heads/madhura.png
deleted file mode 100644
index 2ad538f..0000000
Binary files a/images/heads/madhura.png and /dev/null differ
diff --git a/images/heads/nijel.jpg b/images/heads/nijel.jpg
new file mode 100644
index 0000000..c96f161
Binary files /dev/null and b/images/heads/nijel.jpg differ
diff --git a/images/heads/nijel.png b/images/heads/nijel.png
deleted file mode 100644
index 91094f3..0000000
Binary files a/images/heads/nijel.png and /dev/null differ
diff --git a/images/heads/rouslan.jpg b/images/heads/rouslan.jpg
new file mode 100644
index 0000000..f5440c5
Binary files /dev/null and b/images/heads/rouslan.jpg differ
diff --git a/images/heads/rouslan.png b/images/heads/rouslan.png
deleted file mode 100644
index 14b50f6..0000000
Binary files a/images/heads/rouslan.png and /dev/null differ
diff --git a/templates/team.tpl b/templates/team.tpl
index 57f27ab..59407ba 100644
--- a/templates/team.tpl
+++ b/templates/team.tpl
@@ -37,7 +37,7 @@ code to the project. He lives in <span class="adr"><span class="locality">Québe
 
 <div class="floatbox vcard" id="michal">
 <h3 class="fn">Michal Čihař</h3>
-<img class="head photo" src="${server}${base_url}images/heads/nijel.png" alt="Photo of Michal Čihař" />
+<img class="head photo" src="${server}${base_url}images/heads/nijel.jpg" alt="Photo of Michal Čihař" />
 <p>
 Michal made his first contribution to <span class="org">phpMyAdmin</span> in 2001 by updating the Czech
 translation. Later he contributed charset conversion code and improved export
@@ -63,7 +63,7 @@ He currently lives in <span class="adr"><span class="locality">Gent</span>, <spa
 </div>
 <div class="floatbox vcard" id="madhura">
 <h3 class="fn">Madhura Jayaratne</h3>
-<img class="head photo" src="${server}${base_url}images/heads/madhura.png" alt="Photo of Madhura Jayaratne" width="64" height="83" />
+<img class="head photo" src="${server}${base_url}images/heads/madhura.jpg" alt="Photo of Madhura Jayaratne" />
 <p>
 Madhura joined the <span class="org">phpMyAdmin</span> in early 2011 and continues to contribute by fixing bugs and translating phpMyAdmin to his native language, Sinhala. He also took part in GSoC 2011 to implement GIS support for phpMyAdmin.
 </p>
@@ -75,7 +75,7 @@ He lives in <span class="adr"><span class="locality">Colombo</span>, <span class
 <div class="floatbox vcard" id="dieter">
 <h3 class="fn">Rouslan Placella</h3>
 
-<img class="head photo" src="${server}${base_url}images/heads/rouslan.png" alt="Photo of Rouslan Placella" />
+<img class="head photo" src="${server}${base_url}images/heads/rouslan.jpg" alt="Photo of Rouslan Placella" />
 <p>
 Rouslan has joined the team in June 2011 after being selected to take part in the Google Summer of Code program where he developed an improved interface for the management of routines, triggers and events.
 </p>


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list