This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git
commit 6af4fa2cc4b0ef4706266ecb5b2589aff4d60705 Author: Joo Yeon Kim <[email protected]> AuthorDate: Thu Feb 1 21:59:01 2018 +0900 image, logo --- _includes/topnav.html | 2 +- img/coral.png | Bin 0 -> 7632 bytes index.html | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/topnav.html b/_includes/topnav.html index 053451b..88875ea 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -8,7 +8,7 @@ <span class="icon-bar"></span> </button> <a class="navbar-brand" href="{{ site.baseurl }}/"> - <span><img src="{{site.baseurl}}/img/onyx.png"></span> + <span><img src="{{site.baseurl}}/img/coral.png"></span> </a> </div> <div id="navbar" class="collapse navbar-collapse"> diff --git a/img/coral.png b/img/coral.png new file mode 100644 index 0000000..41a47b8 Binary files /dev/null and b/img/coral.png differ diff --git a/index.html b/index.html index 9c16397..24699e9 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,8 @@ layout: default </blockquote> </div> <div class="col-md-6 text-center"> - <img src="img/onyx.png" alt="" class="img-responsive"> + <img src="img/coral.png" alt="" class="img-responsive"> + <!--<img width="512" alt="Coral reef 98" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Coral_reef_98.jpg/512px-Coral_reef_98.jpg"/>--> </div> </div> -- To stop receiving notification emails like this one, please contact [email protected].
