From f5ca8d64b5053641d7183c65a893df43e713b45f Mon Sep 17 00:00:00 2001 From: Tan Wang Leng Date: Wed, 26 Jul 2017 07:58:01 +0800 Subject: [PATCH] [#580] AboutUs page: rename profile photo files (#585) CS2103 requirements state that profile photos filenames need to be of the format 'github_id_in_lower_case.png' (e.g. damithc.png). Let's rename the photos to follow the format, and modify AboutUs.adoc to point to the new filenames. --- docs/AboutUs.adoc | 10 +++++----- docs/images/{DamithRajapakse.jpg => damithc.jpg} | Bin docs/images/{JoshuaLee.jpg => lejolly.jpg} | Bin docs/images/{MartinChoo.jpg => m133225.jpg} | Bin docs/images/{LeowYijin.jpg => yijinl.jpg} | Bin docs/images/{YouLiang.jpg => yl_coder.jpg} | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename docs/images/{DamithRajapakse.jpg => damithc.jpg} (100%) rename docs/images/{JoshuaLee.jpg => lejolly.jpg} (100%) rename docs/images/{MartinChoo.jpg => m133225.jpg} (100%) rename docs/images/{LeowYijin.jpg => yijinl.jpg} (100%) rename docs/images/{YouLiang.jpg => yl_coder.jpg} (100%) diff --git a/docs/AboutUs.adoc b/docs/AboutUs.adoc index b215eb676d8e..a2fb51862ec7 100644 --- a/docs/AboutUs.adoc +++ b/docs/AboutUs.adoc @@ -7,14 +7,14 @@ We are a team based in the http://www.comp.nus.edu.sg[School of Computing, Natio == Project Team === http://www.comp.nus.edu.sg/~damithch[Damith C. Rajapakse] -image::DamithRajapakse.jpg[width="150", align="left"] +image::damithc.jpg[width="150", align="left"] Role: Project Advisor ''' === http://github.com/lejolly[Joshua Lee] -image::JoshuaLee.jpg[width="150", align="left"] +image::lejolly.jpg[width="150", align="left"] Role: Developer + Responsibilities: UI @@ -22,7 +22,7 @@ Responsibilities: UI ''' === http://github.com/yijinl[Leow Yijin] -image::LeowYijin.jpg[width="150", align="left"] +image::yijinl.jpg[width="150", align="left"] Role: Developer + Responsibilities: Data @@ -30,7 +30,7 @@ Responsibilities: Data ''' === http://github.com/m133225[Martin Choo] -image::MartinChoo.jpg[width="150", align="left"] +image::m133225.jpg[width="150", align="left"] Role: Developer + Responsibilities: Dev Ops @@ -45,7 +45,7 @@ Responsibilities: Threading ''' === http://github.com/yl-coder[You Liang] -image::YouLiang.jpg[width="150", align="left"] +image::yl_coder.jpg[width="150", align="left"] Role: Developer + Responsibilities: UI diff --git a/docs/images/DamithRajapakse.jpg b/docs/images/damithc.jpg similarity index 100% rename from docs/images/DamithRajapakse.jpg rename to docs/images/damithc.jpg diff --git a/docs/images/JoshuaLee.jpg b/docs/images/lejolly.jpg similarity index 100% rename from docs/images/JoshuaLee.jpg rename to docs/images/lejolly.jpg diff --git a/docs/images/MartinChoo.jpg b/docs/images/m133225.jpg similarity index 100% rename from docs/images/MartinChoo.jpg rename to docs/images/m133225.jpg diff --git a/docs/images/LeowYijin.jpg b/docs/images/yijinl.jpg similarity index 100% rename from docs/images/LeowYijin.jpg rename to docs/images/yijinl.jpg diff --git a/docs/images/YouLiang.jpg b/docs/images/yl_coder.jpg similarity index 100% rename from docs/images/YouLiang.jpg rename to docs/images/yl_coder.jpg