From: <ap...@us...> - 2015-05-01 07:52:16
|
Project "website". The branch, master has been updated via 225dc9fce5d44102013d3985f2d70d3aed6abca0 (commit) from 23994ac023413a2e49e9e138b1e0ac3a6aca8fe4 (commit) - Log ----------------------------------------------------------------- commit 225dc9fce5d44102013d3985f2d70d3aed6abca0 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 16:52:33 2015 +0900 Updated system overview figure for typo correction and better resolution. diff --git a/image/SystemOutline.png b/image/SystemOutline.png new file mode 100644 index 0000000..9785c1c Binary files /dev/null and b/image/SystemOutline.png differ diff --git a/intro.html b/intro.html index 95fe32d..4207d9f 100755 --- a/intro.html +++ b/intro.html @@ -71,7 +71,7 @@ to servers containing the target data. </p> <!-- === Overview of the whole system === --> <p class="plain"> -<img src="image/arch.jpg" width="650"> +<img src="image/SystemOutline.png" width="650"> </p> <!-- Piwik --> <script type="text/javascript"> ----------------------------------------------------------------------- Summary of changes: image/SystemOutline.png | Bin 0 -> 109509 bytes intro.html | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) create mode 100644 image/SystemOutline.png hooks/post-receive -- website |