[epiphany] help: update images to 3.36



commit c21c9920fcb278f02a7269600b295c8316fc4a20
Author: vanadiae <vanadiae35 gmail com>
Date:   Wed May 20 21:32:23 2020 +0200

    help: update images to 3.36
    
    The current images are from 3.12 and now (3.36) it changed a bit since.
    This also adds an alt text to the private browsing screenshot and
    remove the figure markup from it too.

 help/C/browse-private.page                          |  14 +++++---------
 help/C/index.page                                   |   2 +-
 help/C/introduction.page                            |   3 +--
 help/C/media/epiphany-3-12.png                      | Bin 179195 -> 0 bytes
 help/C/media/{web-browser.png => epiphany-icon.png} | Bin
 help/C/media/epiphany-plain-3-36.png                | Bin 0 -> 188667 bytes
 help/C/media/epiphany-private-3-36.png              | Bin 0 -> 43715 bytes
 help/C/media/private-browsing-3-12.png              | Bin 153374 -> 0 bytes
 help/meson.build                                    |   6 +++---
 9 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/help/C/browse-private.page b/help/C/browse-private.page
index a94f5ffb4..e24e2dbb9 100644
--- a/help/C/browse-private.page
+++ b/help/C/browse-private.page
@@ -68,14 +68,10 @@
   <p>You can distinguish private browsing from normal browsing by the
   watermark for the incognito window:</p>
 
-  <figure>
-    <media type="image" mime="image/png" src="media/private-browsing-3-12.png">
-      <p>Fullscreen screenshot showing a normal session in a window on the left
-      side of the screen and a private browsing session in a different window
-      on the right side of the screen.</p>
-    </media>
-    <p>A screenshot showing a normal session with some history in the left
-    window and a private browsing session in the right window</p>
-  </figure>
+  <media type="image" mime="image/png" src="media/epiphany-private-3-36.png">
+    <!--This is the alt text, as read out by screen readers and if the image is
+    missing. It also describes how to re-create the image.-->
+    <p>Screenshot showing a private browsing window with no opened tabs.</p>
+  </media>
 
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index 8d56eff8e..67752c528 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -19,7 +19,7 @@
   </info>
 
   <title>
-    <media type="image" mime="image/png" its:translate="no" src="media/web-browser.png" />
+    <media type="image" mime="image/png" its:translate="no" src="media/epiphany-icon.png" />
     Web
   </title>
 
diff --git a/help/C/introduction.page b/help/C/introduction.page
index b93b2f36d..c612c9a57 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -28,11 +28,10 @@
   <p><app>Web</app> is the application formerly known as
   <app>Epiphany</app>.</p>
 
-  <media type="image" mime="image/png" src="media/epiphany-3-12.png">
+  <media type="image" mime="image/png" src="media/epiphany-plain-3-36.png">
     <!--This is the alt text, as read out by screen readers and if the image is
     missing. It also describes how to re-create the image.-->
     <p>Fullscreen screenshot of Web with the Web wiki page open in the first
     tab and showing the GNOME website open in the second tab.</p>
   </media>
-
 </page>
diff --git a/help/C/media/web-browser.png b/help/C/media/epiphany-icon.png
similarity index 100%
rename from help/C/media/web-browser.png
rename to help/C/media/epiphany-icon.png
diff --git a/help/C/media/epiphany-plain-3-36.png b/help/C/media/epiphany-plain-3-36.png
new file mode 100644
index 000000000..57f78f7e9
Binary files /dev/null and b/help/C/media/epiphany-plain-3-36.png differ
diff --git a/help/C/media/epiphany-private-3-36.png b/help/C/media/epiphany-private-3-36.png
new file mode 100644
index 000000000..72f5ed68b
Binary files /dev/null and b/help/C/media/epiphany-private-3-36.png differ
diff --git a/help/meson.build b/help/meson.build
index 5628a1d85..484860c21 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -27,9 +27,9 @@ help_files = [
 ]
 
 help_media = [
-  'media/epiphany-3-12.png',
-  'media/private-browsing-3-12.png',
-  'media/web-browser.png'
+  'media/epiphany-icon.png',
+  'media/epiphany-plain-3-36.png',
+  'media/epiphany-private-3-36.png'
 ]
 
 gnome.yelp(meson.project_name(),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]