You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/13 01:36:27 UTC

[incubator-skywalking-website] 05/06: Update home image.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git

commit a3782e616d8d4f79f07a8cc3f2132a7d616a7239
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sun Dec 24 17:57:23 2017 +0800

    Update home image.
---
 _data/index/banners.yml              |   4 ++--
 _includes/carousel.html              |   6 +++++-
 static/assets/img/landing/header.png | Bin 0 -> 578796 bytes
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/_data/index/banners.yml b/_data/index/banners.yml
index 26bcd14..119ff0c 100644
--- a/_data/index/banners.yml
+++ b/_data/index/banners.yml
@@ -2,5 +2,5 @@
 # Add items for each banner image in the carousel
 #
 # Images are expected to be located in `static/assets/img/`.
-- src: landing/header_one.jpg
-  title: first banner image
+- src: landing/header.png
+  title: SkyWalking
diff --git a/_includes/carousel.html b/_includes/carousel.html
index 9ba4314..b78eb8b 100644
--- a/_includes/carousel.html
+++ b/_includes/carousel.html
@@ -1,7 +1,9 @@
 <div id="inSlider" class="carousel carousel-fade" data-ride="carousel">
     <ol class="carousel-indicators">
+      <!--
         <li data-target="#inSlider" data-slide-to="0" class="active"></li>
         <li data-target="#inSlider" data-slide-to="1"></li>
+      -->
     </ol>
     <div class="carousel-inner" role="listbox">
 
@@ -36,6 +38,7 @@
         {% endfor %}
 
     </div>
+    <!--
     <a class="left carousel-control" href="#inSlider" role="button" data-slide="prev">
         <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
         <span class="sr-only">Previous</span>
@@ -44,4 +47,5 @@
         <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
         <span class="sr-only">Next</span>
     </a>
-</div>
\ No newline at end of file
+    -->
+</div>
diff --git a/static/assets/img/landing/header.png b/static/assets/img/landing/header.png
new file mode 100644
index 0000000..2535cb5
Binary files /dev/null and b/static/assets/img/landing/header.png differ

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.