Commit 17596715 authored by Jakub Steiner's avatar Jakub Steiner

Last page: illustration

Provide a fun engaging closure to the guide. Things left to do: - adjust wording - set background class to .last-page for the style to work Fixes https://gitlab.gnome.org/GNOME/gnome-tour/issues/7
parent 00fbfafe
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
<file compressed="true" alias="software.svg">resources/assets/software.svg</file> <file compressed="true" alias="software.svg">resources/assets/software.svg</file>
<file compressed="true" alias="status-menu.svg">resources/assets/status-menu.svg</file> <file compressed="true" alias="status-menu.svg">resources/assets/status-menu.svg</file>
<file compressed="true" alias="help.svg">resources/assets/help.svg</file> <file compressed="true" alias="help.svg">resources/assets/help.svg</file>
<file compressed="true" alias="ready-to-go.svg">resources/assets/ready-to-go.svg</file>
</gresource> </gresource>
</gresources> </gresources>
...@@ -11,3 +11,11 @@ ...@@ -11,3 +11,11 @@
font-weight: 400; font-weight: 400;
font-size: 12pt; font-size: 12pt;
} }
.last-page {
background-color: #4a86cf; /*GNOME blue*/
}
.last-page .page-title, .last-page .page-body {
color: white;
}
...@@ -124,7 +124,7 @@ impl Window { ...@@ -124,7 +124,7 @@ impl Window {
))); )));
self.paginator.add_page(Box::new(ImagePageWidget::new( self.paginator.add_page(Box::new(ImagePageWidget::new(
"/org/gnome/Tour/help.svg", "/org/gnome/Tour/ready-to-go.svg",
gettext("Learn More"), gettext("Learn More"),
gettext("That's it! To learn more, see the Help"), gettext("That's it! To learn more, see the Help"),
gettext("The help app contains information, tips and tricks."), gettext("The help app contains information, tips and tricks."),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment