You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/02/07 23:51:31 UTC

[skywalking-website] branch master updated: Replace the slider imgs (#211)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84d79d1  Replace the slider imgs (#211)
84d79d1 is described below

commit 84d79d1aae44c77ef8cc4ed3b2c67847c5d00f52
Author: Juntao Zhang <jt...@163.com>
AuthorDate: Mon Feb 8 07:51:23 2021 +0800

    Replace the slider imgs (#211)
---
 .gitignore                                      |   2 ++
 content/_index.html                             |  19 ++++++++++++++-----
 static/images/skywalking-arch-3800x1700.jpg     | Bin 0 -> 355172 bytes
 static/screenshots/8.4.0/alarm.jpg              | Bin 0 -> 240074 bytes
 static/screenshots/8.4.0/dashboard_01.jpg       | Bin 0 -> 376448 bytes
 static/screenshots/8.4.0/dashboard_02.jpg       | Bin 0 -> 249284 bytes
 static/screenshots/8.4.0/dashboard_03.jpg       | Bin 0 -> 332562 bytes
 static/screenshots/8.4.0/log.jpg                | Bin 0 -> 523683 bytes
 static/screenshots/8.4.0/topology.jpg           | Bin 0 -> 204061 bytes
 static/screenshots/8.4.0/trace.jpg              | Bin 0 -> 285366 bytes
 themes/docsy/assets/scss/_custom_home.scss      |   1 +
 themes/docsy/layouts/partials/scripts-home.html |   4 ++--
 12 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8e9ad68..d78da1e 100755
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@
 # webpack output
 /static/js
 /static/css
+
+/tmp
\ No newline at end of file
diff --git a/content/_index.html b/content/_index.html
index 83e0208..fcf3376 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -32,20 +32,29 @@ linkTitle = "Apache SkyWalking"
             <div class="swiper-container arch-swiper-container">
                 <div class="swiper-wrapper">
                     <div class="swiper-slide">
-                        <img src="/images/skywalking-arch-3800x1600.jpg" width="" alt="Cloud Native Computing Foundation" title="Cloud Native Computing Foundation">
+                        <img src="/images/skywalking-arch-3800x1700.jpg" width="" alt="Cloud Native Computing Foundation" title="Cloud Native Computing Foundation">
 
                     </div>
                     <div class="swiper-slide">
-                        <img src="/screenshots/8.0.0/dashboard-1-3800x1600.jpg" width="" alt="dashboard" title="dashboard">
+                        <img src="/screenshots/8.4.0/dashboard_01.jpg" width="" alt="dashboard" title="dashboard">
                     </div>
                     <div class="swiper-slide">
-                        <img src="/screenshots/8.0.0/dashboard-2-3800x1600.jpg" width="" alt="dashboard" title="dashboard">
+                        <img src="/screenshots/8.4.0/dashboard_02.jpg" width="" alt="dashboard" title="dashboard">
                     </div>
                     <div class="swiper-slide">
-                        <img src="/screenshots/8.0.0/topology_3800x1600.png" width="" alt="dashboard" title="dashboard">
+                        <img src="/screenshots/8.4.0/dashboard_03.jpg" width="" alt="dashboard" title="dashboard">
                     </div>
                     <div class="swiper-slide">
-                        <img src="/screenshots/6.1.0/trace_3800x1600.png" width="" alt="dashboard" title="dashboard">
+                        <img src="/screenshots/8.4.0/topology.jpg" width="" alt="topology" title="topology">
+                    </div>
+                    <div class="swiper-slide">
+                        <img src="/screenshots/8.4.0/trace.jpg" width="" alt="trace" title="trace">
+                    </div>
+                    <div class="swiper-slide">
+                        <img src="/screenshots/8.4.0/log.jpg" width="" alt="log" title="log">
+                    </div>
+                    <div class="swiper-slide">
+                        <img src="/screenshots/8.4.0/alarm.jpg" width="" alt="alarm" title="alarm">
                     </div>
                 </div>
                 <div class="arch-swiper-pagination swiper-pagination"></div>
diff --git a/static/images/skywalking-arch-3800x1700.jpg b/static/images/skywalking-arch-3800x1700.jpg
new file mode 100644
index 0000000..9067088
Binary files /dev/null and b/static/images/skywalking-arch-3800x1700.jpg differ
diff --git a/static/screenshots/8.4.0/alarm.jpg b/static/screenshots/8.4.0/alarm.jpg
new file mode 100644
index 0000000..e9b494f
Binary files /dev/null and b/static/screenshots/8.4.0/alarm.jpg differ
diff --git a/static/screenshots/8.4.0/dashboard_01.jpg b/static/screenshots/8.4.0/dashboard_01.jpg
new file mode 100644
index 0000000..d9a87d2
Binary files /dev/null and b/static/screenshots/8.4.0/dashboard_01.jpg differ
diff --git a/static/screenshots/8.4.0/dashboard_02.jpg b/static/screenshots/8.4.0/dashboard_02.jpg
new file mode 100644
index 0000000..0ea3413
Binary files /dev/null and b/static/screenshots/8.4.0/dashboard_02.jpg differ
diff --git a/static/screenshots/8.4.0/dashboard_03.jpg b/static/screenshots/8.4.0/dashboard_03.jpg
new file mode 100644
index 0000000..184fb63
Binary files /dev/null and b/static/screenshots/8.4.0/dashboard_03.jpg differ
diff --git a/static/screenshots/8.4.0/log.jpg b/static/screenshots/8.4.0/log.jpg
new file mode 100644
index 0000000..8d4aabc
Binary files /dev/null and b/static/screenshots/8.4.0/log.jpg differ
diff --git a/static/screenshots/8.4.0/topology.jpg b/static/screenshots/8.4.0/topology.jpg
new file mode 100644
index 0000000..09664b7
Binary files /dev/null and b/static/screenshots/8.4.0/topology.jpg differ
diff --git a/static/screenshots/8.4.0/trace.jpg b/static/screenshots/8.4.0/trace.jpg
new file mode 100644
index 0000000..b88bef0
Binary files /dev/null and b/static/screenshots/8.4.0/trace.jpg differ
diff --git a/themes/docsy/assets/scss/_custom_home.scss b/themes/docsy/assets/scss/_custom_home.scss
index 42cac3b..6f594ab 100644
--- a/themes/docsy/assets/scss/_custom_home.scss
+++ b/themes/docsy/assets/scss/_custom_home.scss
@@ -321,6 +321,7 @@
     img {
       height: 100%;
       width: 100%;
+      max-width: 1200px;
     }
   }
   .swiper-lazy-preloader{
diff --git a/themes/docsy/layouts/partials/scripts-home.html b/themes/docsy/layouts/partials/scripts-home.html
index 623b474..6a2379a 100644
--- a/themes/docsy/layouts/partials/scripts-home.html
+++ b/themes/docsy/layouts/partials/scripts-home.html
@@ -23,7 +23,7 @@
           crossFade: true,
         },
         autoplay: {
-          delay: 3000,
+          delay: 5000,
         },
         pagination: {
           el: '.arch-swiper-pagination',
@@ -49,7 +49,7 @@
         slidesPerColumn: 4,
         spaceBetween: 20,
         autoplay: {
-          delay: 5000,
+          delay: 6000,
         },
         pagination: {
           el: '.user-swiper-pagination',