Merge lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/bionic into lp:ubiquity-slideshow-ubuntu

Proposed by Aaron Honeycutt
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 813
Merged at revision: 816
Proposed branch: lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/bionic
Merge into: lp:ubiquity-slideshow-ubuntu
Diff against target: 1355 lines (+1200/-22)
7 files modified
slideshows/kubuntu/slides/00_Welcome.html (+2/-1)
slideshows/kubuntu/slides/01_Applications.html (+10/-5)
slideshows/kubuntu/slides/03_Get-Help.html (+3/-3)
slideshows/kubuntu/slides/04_Get-Involved.html (+4/-9)
slideshows/kubuntu/slides/icons/firefox-logo.svg (+1/-0)
slideshows/kubuntu/slides/icons/kate.svg (+1159/-0)
slideshows/kubuntu/slides/link/base.css (+21/-4)
To merge this branch: bzr merge lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/bionic
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Review via email: mp+341870@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Ack.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'slideshows/kubuntu/slides/00_Welcome.html'
--- slideshows/kubuntu/slides/00_Welcome.html 2017-08-17 13:13:00 +0000
+++ slideshows/kubuntu/slides/00_Welcome.html 2018-03-22 02:04:27 +0000
@@ -3,12 +3,13 @@
3 <h1 class="slidetitle">Welcome to Kubuntu</h1>3 <h1 class="slidetitle">Welcome to Kubuntu</h1>
4 </div>4 </div>
55
6 <div id="icon">6 <div id="icon-logo">
7 <img src="icons/kubuntu-logo.svg" alt="kubuntu logo" />7 <img src="icons/kubuntu-logo.svg" alt="kubuntu logo" />
8 </div>8 </div>
99
10 <div class="main" id="center-text">10 <div class="main" id="center-text">
11 <p>Thanks for picking Kubuntu!</p>11 <p>Thanks for picking Kubuntu!</p>
12 <p>Kubuntu combines the best of the KDE Community's software with Ubuntu's base to make a great desktop experience</p>12 <p>Kubuntu combines the best of the KDE Community's software with Ubuntu's base to make a great desktop experience</p>
13 <p>This slideshow will go over the default applications, how to get help, and how to contribute to Kubuntu</p>
13 </div>14 </div>
14</div>15</div>
1516
=== modified file 'slideshows/kubuntu/slides/01_Applications.html'
--- slideshows/kubuntu/slides/01_Applications.html 2017-12-31 16:53:44 +0000
+++ slideshows/kubuntu/slides/01_Applications.html 2018-03-22 02:04:27 +0000
@@ -5,18 +5,18 @@
55
6 <div class="main" id="full-text">6 <div class="main" id="full-text">
7 <p>Kubuntu comes with most of the applications that you need on a daily basis.</p>7 <p>Kubuntu comes with most of the applications that you need on a daily basis.</p>
8 <p>For everything else you can install more software in Discover our software center</p>8 <p>For everything else, you can install more software in Discover, our software center</p>
9 <table>9 <table>
10 <tr>10 <tr>
11 <td>11 <td>
12 <div><img src="icons/internet-web-browser.png" width="64px" height="64px"/></div>12 <div><img src="icons/firefox-logo.svg" width="64px" height="64px"/></div>
13 <div class="title">Firefox</div>13 <div class="title">Firefox</div>
14 <div class="description">Web Browser</div>14 <div class="description">Web Browser</div>
15 </td>15 </td>
16 <td>16 <td>
17 <div><img src="icons/email.png" width="64px" height="64px"/></div>17 <div><img src="icons/email.png" width="64px" height="64px"/></div>
18 <div class="title">Kontact</div>18 <div class="title">Kontact</div>
19 <div class="description">Email, Contacts</div>19 <div class="description">PIM Suite</div>
20 </td>20 </td>
21 <td>21 <td>
22 <div><img src="icons/libreoffice.png" width="64px" height="64px"/></div>22 <div><img src="icons/libreoffice.png" width="64px" height="64px"/></div>
@@ -33,7 +33,7 @@
33 <td>33 <td>
34 <div><img src="icons/vlc.png" width="64px" height="64px"/></div>34 <div><img src="icons/vlc.png" width="64px" height="64px"/></div>
35 <div class="title">VLC</div>35 <div class="title">VLC</div>
36 <div class="description">Music/Video Player</div>36 <div class="description">Media Player</div>
37 </td>37 </td>
38 <td>38 <td>
39 <div><img src="icons/okular.png"/></div>39 <div><img src="icons/okular.png"/></div>
@@ -42,9 +42,14 @@
42 </td>42 </td>
43 <td>43 <td>
44 <div><img src="icons/dolphin.png"/></div>44 <div><img src="icons/dolphin.png"/></div>
45 <div class="title">Dolphin</div>45 <div class="title">Dophin</div>
46 <div class="description">File Manager</div>46 <div class="description">File Manager</div>
47 </td>47 </td>
48 <td>
49 <div><img src="icons/kate.svg"/><div>
50 <div class="title">Kate</div>
51 <div class="description">Text Editor</div>
52 </td>
48 </tr>53 </tr>
49 </table>54 </table>
50 </div>55 </div>
5156
=== modified file 'slideshows/kubuntu/slides/03_Get-Help.html'
--- slideshows/kubuntu/slides/03_Get-Help.html 2017-08-26 15:28:03 +0000
+++ slideshows/kubuntu/slides/03_Get-Help.html 2018-03-22 02:04:27 +0000
@@ -3,7 +3,7 @@
3 <h1 class="slidetitle">Getting help with Kubuntu</h1>3 <h1 class="slidetitle">Getting help with Kubuntu</h1>
4 </div>4 </div>
55
6 <div id="icon">6 <div id="icon-help">
7 <img src="icons/system-help.png" />7 <img src="icons/system-help.png" />
8 </div>8 </div>
99
@@ -15,8 +15,8 @@
15 community in conjunction with the Ubuntu community, provides free15 community in conjunction with the Ubuntu community, provides free
16 technical support in person and over the Internet. Learn more at <a href="http://www.kubuntu.org/support">Kubuntu Support</a>.16 technical support in person and over the Internet. Learn more at <a href="http://www.kubuntu.org/support">Kubuntu Support</a>.
17 <ul>17 <ul>
18 <li>Kubuntu Community: <a href="http://www.kubuntu.org/community">http://www.kubuntu.org/community</a></li>18 <li>Kubuntu Community: <a href="https://www.kubuntu.org/community">http://www.kubuntu.org/community</a></li>
19 <li>Kubuntu Support: <a href="http://www.kubuntu.org/support">http://www.kubuntu.org/support</a></li>19 <li>Kubuntu Support: <a href="https://www.kubuntu.org/support">http://www.kubuntu.org/support</a></li>
20 </ul>20 </ul>
21 </p>21 </p>
22 </div>22 </div>
2323
=== modified file 'slideshows/kubuntu/slides/04_Get-Involved.html'
--- slideshows/kubuntu/slides/04_Get-Involved.html 2017-08-26 15:28:03 +0000
+++ slideshows/kubuntu/slides/04_Get-Involved.html 2018-03-22 02:04:27 +0000
@@ -3,7 +3,7 @@
3 <h1 class="slidetitle">Getting involved with Kubuntu</h1>3 <h1 class="slidetitle">Getting involved with Kubuntu</h1>
4 </div>4 </div>
55
6 <div id="icon">6 <div id="icon-users">
7 <img src="icons/system-users.png" alt="breeze users icon" />7 <img src="icons/system-users.png" alt="breeze users icon" />
8 </div>8 </div>
99
@@ -18,19 +18,14 @@
18 <p>18 <p>
19 No matter your skill level, getting involved and helping to19 No matter your skill level, getting involved and helping to
20 mold the future of Kubuntu is easy, and you are more than welcome20 mold the future of Kubuntu is easy, and you are more than welcome
21 to help out.21 to help out.Remember, it is easy to get involved and the work you
22 </p>22 do will be seen by millions of people around the world.
23 <p>
24 Look over <a href="http://docs.kubuntu.org/docs/contribute.html">Kubuntu Manual</a>
25 and see where you might be able to help out. Remember, it is easy
26 to get involved and the work you do will be seen by millions of
27 people around the world.
28 </p>23 </p>
29 <p>24 <p>
30 The installation will finish soon. We hope you enjoy Kubuntu!25 The installation will finish soon. We hope you enjoy Kubuntu!
31 </p>26 </p>
32 <ul>27 <ul>
33 <li>Kubuntu Manual: <a href="http://docs.kubuntu.org/1704/docs/contribute.html">http://docs.kubuntu.org/1704/docs/contribute.html</a></li>28 <li>Kubuntu Manual: <a href="https://kubuntu.org/support/">https://kubuntu.org/support</a></li>
34 </ul>29 </ul>
35 </div>30 </div>
36</div>31</div>
3732
=== added file 'slideshows/kubuntu/slides/icons/firefox-logo.svg'
--- slideshows/kubuntu/slides/icons/firefox-logo.svg 1970-01-01 00:00:00 +0000
+++ slideshows/kubuntu/slides/icons/firefox-logo.svg 2018-03-22 02:04:27 +0000
@@ -0,0 +1,1 @@
1<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 953.37 984"><defs><radialGradient id="radial-gradient" cx="-14491.11" cy="9293.72" fx="-14519.875714136173" r="450.88" gradientTransform="matrix(0.76, 0.03, 0.05, -1.12, 11485.79, 11147.95)" gradientUnits="userSpaceOnUse"><stop offset="0.1" stop-color="#ffea00"/><stop offset="0.17" stop-color="#ffde00"/><stop offset="0.28" stop-color="#ffbf00"/><stop offset="0.43" stop-color="#ff8e00"/><stop offset="0.77" stop-color="#ff272d"/><stop offset="0.87" stop-color="#e0255a"/><stop offset="0.95" stop-color="#cc2477"/><stop offset="1" stop-color="#c42482"/></radialGradient><radialGradient id="radial-gradient-2" cx="-7587.48" cy="8863.48" r="791.23" gradientTransform="matrix(1.23, 0, 0, -1.23, 9957.91, 11055.45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00ccda"/><stop offset="0.22" stop-color="#0083ff"/><stop offset="0.26" stop-color="#007af9"/><stop offset="0.33" stop-color="#0060e8"/><stop offset="0.33" stop-color="#005fe7"/><stop offset="0.44" stop-color="#2639ad"/><stop offset="0.52" stop-color="#401e84"/><stop offset="0.57" stop-color="#4a1475"/></radialGradient><linearGradient id="linear-gradient" x1="540.64" y1="254.8" x2="349.2" y2="881.03" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#000f43" stop-opacity="0.4"/><stop offset="0.48" stop-color="#001962" stop-opacity="0.17"/><stop offset="1" stop-color="#002079" stop-opacity="0"/></linearGradient><radialGradient id="radial-gradient-3" cx="-8337.74" cy="7467.89" r="266.89" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffea00"/><stop offset="0.5" stop-color="#ff272d"/><stop offset="1" stop-color="#c42482"/></radialGradient><radialGradient id="radial-gradient-4" cx="-8361.89" cy="7723.8" r="445.68" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe900"/><stop offset="0.16" stop-color="#ffaf0e"/><stop offset="0.32" stop-color="#ff7a1b"/><stop offset="0.47" stop-color="#ff4e26"/><stop offset="0.62" stop-color="#ff2c2e"/><stop offset="0.76" stop-color="#ff1434"/><stop offset="0.89" stop-color="#ff0538"/><stop offset="1" stop-color="#ff0039"/></radialGradient><radialGradient id="radial-gradient-5" cx="-8298.85" cy="7310.66" r="408.96" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff272d"/><stop offset="0.5" stop-color="#c42482"/><stop offset="0.99" stop-color="#620700"/></radialGradient><radialGradient id="radial-gradient-6" cx="715.19" cy="589.96" fx="743.1665035759834" fy="576.1323859732546" r="782.18" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0.16" stop-color="#ffea00"/><stop offset="0.23" stop-color="#ffde00"/><stop offset="0.37" stop-color="#ffbf00"/><stop offset="0.54" stop-color="#ff8e00"/><stop offset="0.76" stop-color="#ff272d"/><stop offset="0.8" stop-color="#f92433"/><stop offset="0.84" stop-color="#e91c45"/><stop offset="0.89" stop-color="#cf0e62"/><stop offset="0.94" stop-color="#b5007f"/></radialGradient><radialGradient id="radial-gradient-7" cx="670.34" cy="952.71" r="891.45" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0.28" stop-color="#ffea00"/><stop offset="0.4" stop-color="#fd0"/><stop offset="0.63" stop-color="#ffba00"/><stop offset="0.86" stop-color="#ff9100"/><stop offset="0.93" stop-color="#ff6711"/><stop offset="0.99" stop-color="#ff4a1d"/></radialGradient><linearGradient id="linear-gradient-2" x1="-9023.45" y1="7636.92" x2="-8716.42" y2="7715.18" gradientTransform="matrix(1.22, 0.12, 0.12, -1.22, 10240.78, 10765.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c42482" stop-opacity="0.5"/><stop offset="0.47" stop-color="#ff272d" stop-opacity="0.5"/><stop offset="0.49" stop-color="#ff2c2c" stop-opacity="0.51"/><stop offset="0.68" stop-color="#ff7a1a" stop-opacity="0.72"/><stop offset="0.83" stop-color="#ffb20d" stop-opacity="0.87"/><stop offset="0.94" stop-color="#ffd605" stop-opacity="0.96"/><stop offset="1" stop-color="#ffe302"/></linearGradient><linearGradient id="linear-gradient-3" x1="188.87" y1="2081.23" x2="134.3" y2="2221.08" gradientTransform="matrix(0.99, 0.1, 0.1, -0.99, -250.09, 2306.15)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#891551" stop-opacity="0.6"/><stop offset="1" stop-color="#c42482" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-4" x1="-38.43" y1="278.04" x2="55.68" y2="171.16" gradientTransform="matrix(0.99, 0.1, 0.1, -0.99, 229.04, 745.74)" gradientUnits="userSpaceOnUse"><stop offset="0.01" stop-color="#891551" stop-opacity="0.5"/><stop offset="0.48" stop-color="#ff272d" stop-opacity="0.5"/><stop offset="1" stop-color="#ff272d" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-5" x1="142.46" y1="93.68" x2="142.53" y2="168.46" gradientTransform="matrix(0.99, 0.1, 0.1, -0.99, 229.04, 745.74)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c42482"/><stop offset="0.08" stop-color="#c42482" stop-opacity="0.81"/><stop offset="0.21" stop-color="#c42482" stop-opacity="0.57"/><stop offset="0.33" stop-color="#c42482" stop-opacity="0.36"/><stop offset="0.45" stop-color="#c42482" stop-opacity="0.2"/><stop offset="0.56" stop-color="#c42482" stop-opacity="0.09"/><stop offset="0.67" stop-color="#c42482" stop-opacity="0.02"/><stop offset="0.77" stop-color="#c42482" stop-opacity="0"/></linearGradient><linearGradient id="linear-gradient-6" x1="620.52" y1="947.88" x2="926.18" y2="264.39" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff14f"/><stop offset="0.27" stop-color="#ffee4c"/><stop offset="0.45" stop-color="#ffe643"/><stop offset="0.61" stop-color="#ffd834"/><stop offset="0.76" stop-color="#ffc41e"/><stop offset="0.89" stop-color="#ffab02"/><stop offset="0.9" stop-color="#ffa900"/><stop offset="0.95" stop-color="#ffa000"/><stop offset="1" stop-color="#ff9100"/></linearGradient><linearGradient id="linear-gradient-7" x1="680.88" y1="554.79" x2="536.1" y2="166.04" gradientTransform="matrix(1, 0, 0, -1, 0, 984)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff8e00"/><stop offset="0.04" stop-color="#ff8e00" stop-opacity="0.86"/><stop offset="0.08" stop-color="#ff8e00" stop-opacity="0.73"/><stop offset="0.13" stop-color="#ff8e00" stop-opacity="0.63"/><stop offset="0.18" stop-color="#ff8e00" stop-opacity="0.56"/><stop offset="0.23" stop-color="#ff8e00" stop-opacity="0.51"/><stop offset="0.28" stop-color="#ff8e00" stop-opacity="0.5"/><stop offset="0.39" stop-color="#ff8e00" stop-opacity="0.48"/><stop offset="0.52" stop-color="#ff8e00" stop-opacity="0.42"/><stop offset="0.68" stop-color="#ff8e00" stop-opacity="0.31"/><stop offset="0.84" stop-color="#ff8e00" stop-opacity="0.17"/><stop offset="1" stop-color="#ff8e00" stop-opacity="0"/></linearGradient></defs><title>firefox-logo</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="Layer_2-2" data-name="Layer 2"><g id="Firefox_-_Large" data-name="Firefox - Large"><path d="M770.28,91.56c-23.95,27.88-35.1,90.64-10.82,154.26s61.5,49.8,84.7,114.67c30.62,85.6,16.37,200.59,16.37,200.59s36.81,106.61,62.47-6.63C979.79,341.74,770.28,143.94,770.28,91.56Z" style="fill:url(#radial-gradient)"/><path id="_Path_" data-name=" Path " d="M478.07,974.64c245.24,0,443.9-199.74,443.9-446s-198.66-446-443.66-446S34.65,282.32,34.65,528.61C34.18,775.14,233.07,974.64,478.07,974.64Z" style="fill:url(#radial-gradient-2)"/><path d="M810.67,803.64a246.8,246.8,0,0,1-30.12,18.18,705.31,705.31,0,0,0,38.3-63c9.46-10.47,18.13-20.65,25.19-31.65,3.44-5.41,7.31-12.08,11.42-19.82,24.92-44.9,52.4-117.56,53.18-192.2v-5.66a257.25,257.25,0,0,0-5.71-55.75c.2,1.43.38,2.86.56,4.29-.22-1.1-.41-2.21-.64-3.31.37,2,.66,4,1,6,5.09,43.22,1.47,85.37-16.68,116.45-.29.45-.58.88-.87,1.32,9.41-47.23,12.56-99.39,2.09-151.6,0,0-4.19-25.38-35.38-102.44-18-44.35-49.83-80.72-78-107.21-24.69-30.55-47.11-51-59.47-64.06C689.72,126,678.9,105.61,674.45,92.31c-3.85-1.93-53.14-49.81-57.05-51.63-21.51,33.35-89.16,137.67-57,235.15,14.58,44.17,51.47,90,90.07,115.74,1.69,1.94,23,25,33.09,77.16,10.45,53.85,5,95.86-16.54,158C641.73,681.24,577,735.12,516.3,740.63c-129.67,11.78-177.15-65.11-177.15-65.11C385.49,694,436.72,690.17,467.87,671c31.4-19.43,50.39-33.83,65.81-28.15C548.86,648.43,561,632,550.1,615a78.5,78.5,0,0,0-79.4-34.57c-31.43,5.11-60.23,30-101.41,5.89a86.29,86.29,0,0,1-7.73-5.06c-2.71-1.79,8.83,2.72,6.13.69-8-4.35-22.2-13.84-25.88-17.22-.61-.56,6.22,2.18,5.61,1.62-38.51-31.71-33.7-53.13-32.49-66.57,1-10.75,8-24.52,19.75-30.11,5.69,3.11,9.24,5.48,9.24,5.48s-2.43-5-3.74-7.58c.46-.2.9-.15,1.36-.34,4.66,2.25,15,8.1,20.41,11.67,7.07,5,9.33,9.44,9.33,9.44s1.86-1,.48-5.37c-.5-1.78-2.65-7.45-9.65-13.17h.44A81.61,81.61,0,0,1,374.42,478c2-7.18,5.53-14.68,4.75-28.09-.48-9.43-.26-11.87-1.92-15.51-1.49-3.13.83-4.35,3.42-1.1a32.5,32.5,0,0,0-2.21-7.4v-.24c3.23-11.24,68.25-40.46,73-43.88A67.2,67.2,0,0,0,470.59,361c3.62-5.76,6.34-13.85,7-26.11.36-8.84-3.76-14.73-69.51-21.62-18-1.77-28.53-14.8-34.53-26.82-1.09-2.59-2.21-4.94-3.33-7.28a57.68,57.68,0,0,1-2.56-8.43c10.75-30.87,28.81-57,55.37-76.7,1.45-1.32-5.78.34-4.34-1,1.69-1.54,12.71-6,14.79-7,2.54-1.2-10.88-6.9-22.73-5.51-12.07,1.36-14.63,2.8-21.07,5.53,2.67-2.66,11.17-6.15,9.18-6.13-13,2-29.18,9.56-43,18.12a10.66,10.66,0,0,1,.83-4.35c-6.44,2.73-22.26,13.79-26.87,23.14a44.29,44.29,0,0,0,.27-5.4,84.17,84.17,0,0,0-13.19,13.82l-.24.22c-37.36-15-70.23-16-98.05-9.28-6.09-6.11-9.06-1.64-22.91-32.07-.94-1.83.72,1.81,0,0-2.28-5.9,1.39,7.87,0,0-23.28,18.37-53.92,39.19-68.63,53.89-.18.59,17.16-4.9,0,0-6,1.72-5.6,5.28-6.51,37.5-.22,2.44,0,5.18-.22,7.38-11.75,15-19.75,27.64-22.78,34.21-15.19,26.18-31.93,67-48.15,131.55A334.82,334.82,0,0,1,75.2,398.36C61.71,432.63,48.67,486.44,46.07,569.3A482.08,482.08,0,0,1,58.6,518.64,473,473,0,0,0,93.33,719.71c9.33,22.82,24.76,57.46,51,95.4C226.9,902,343.31,956,472.21,956,606.79,956,727.64,897.13,810.67,803.64Z" style="fill:url(#linear-gradient)"/><path d="M711.1,866.71c162.87-18.86,235-186.7,142.38-190C769.85,674,634,875.61,711.1,866.71Z" style="fill:url(#radial-gradient-3)"/><path d="M865.21,642.42C977.26,577.21,948,436.34,948,436.34s-43.25,50.24-72.62,130.32C846.4,646,797.84,681.81,865.21,642.42Z" style="fill:url(#radial-gradient-4)"/><path d="M509.47,950.06C665.7,999.91,800,876.84,717.21,835.74,642,798.68,435.32,926.49,509.47,950.06Z" style="fill:url(#radial-gradient-5)"/><path d="M876.85,702.23c3.8-5.36,8.94-22.53,13.48-30.21,27.58-44.52,27.78-80,27.78-80.84,16.66-83.22,15.15-117.2,4.9-180-8.25-50.6-44.32-123.09-75.57-158-32.2-36-9.51-24.25-40.69-50.52-27.33-30.29-53.82-60.29-68.25-72.36C634.22,43.09,636.57,24.58,638.58,21.42c-.34.37-.84.92-1.47,1.64C635.87,18.14,635,14,635,14s-57,57-69,152c-7.83,62,15.38,126.68,49,168a381.62,381.62,0,0,0,59,58h0c25.4,36.48,39.38,81.49,39.38,129.91,0,121.24-98.34,219.53-219.65,219.53a220.14,220.14,0,0,1-49.13-5.52c-57.24-10.92-90.3-39.8-106.78-59.41-9.45-11.23-13.46-19.42-13.46-19.42,51.28,18.37,108,14.53,142.47-4.52,34.75-19.26,55.77-33.55,72.84-27.92,16.82,5.61,30.21-10.67,18.2-27.54-11.77-16.85-42.4-41-87.88-34.29-34.79,5.07-66.66,29.76-112.24,5.84a97.34,97.34,0,0,1-8.55-5c-3-1.77,9.77,2.69,6.79.68-8.87-4.32-24.57-13.73-28.64-17.07-.68-.56,6.88,2.16,6.2,1.6-42.62-31.45-37.3-52.69-36-66,1.07-10.66,8.81-24.32,21.86-29.86,6.3,3.08,10.23,5.43,10.23,5.43s-2.69-4.92-4.14-7.51c.51-.19,1-.15,1.5-.34,5.16,2.23,16.58,8,22.59,11.57,7.83,4.95,10.32,9.36,10.32,9.36s2.06-1,.54-5.33c-.56-1.77-2.93-7.39-10.68-13.07h.48a91.65,91.65,0,0,1,13.13,8.17c2.19-7.12,6.12-14.56,5.25-27.86-.53-9.35-.28-11.78-2.12-15.39-1.65-3.1.92-4.31,3.78-1.09a29.73,29.73,0,0,0-2.44-7.34v-.24c3.57-11.14,75.53-40.12,80.77-43.51a70.24,70.24,0,0,0,21.17-20.63c4-5.72,7-13.73,7.75-25.89.25-5.48-1.44-9.82-20.5-14-11.44-2.49-29.14-4.91-56.43-7.47-19.9-1.76-31.58-14.68-38.21-26.6-1.21-2.57-2.45-4.9-3.68-7.22a53.41,53.41,0,0,1-2.83-8.36,158.47,158.47,0,0,1,61.28-76.06c1.6-1.31-6.4.33-4.8-1,1.87-1.52,14.06-5.93,16.37-6.92,2.81-1.19-12-6.84-25.16-5.47-13.36,1.35-16.19,2.78-23.32,5.49,3-2.64,12.37-6.1,10.16-6.08-14.4,2-32.3,9.48-47.6,18a9.72,9.72,0,0,1,.92-4.31c-7.13,2.71-24.64,13.67-29.73,23a39.79,39.79,0,0,0,.29-5.35,88.55,88.55,0,0,0-14.6,13.7l-.27.22C258.14,196,221.75,195,191,201.72c-6.74-6.06-17.57-15.23-32.89-45.4-1-1.82-1.6,3.75-2.4,2-6-13.81-9.55-36.44-9-52,0,0-12.32,5.61-22.51,29.06-1.89,4.21-3.11,6.54-4.32,8.87-.56.68,1.27-7.7,1-7.24-1.77,3-6.36,7.19-8.37,12.62-1.38,4-3.32,6.27-4.56,11.29l-.29.46c-.1-1.48.37-6.08,0-5.14A235.4,235.4,0,0,0,95.34,186c-5.49,18-11.88,42.61-12.89,74.57-.24,2.42,0,5.14-.25,7.32-13,14.83-21.86,27.39-25.2,33.91-16.81,26-35.33,66.44-53.29,130.46a319.35,319.35,0,0,1,28.54-50C17.32,416.25,2.89,469.62,0,551.8a436.92,436.92,0,0,1,13.87-50.24C11.29,556.36,17.68,624.3,52.32,701c20.57,45,67.92,136.6,183.62,208h0s39.36,29.3,107,51.26c5,1.81,10.06,3.6,15.23,5.33q-2.43-1-4.71-2A484.9,484.9,0,0,0,492.27,984c175.18.15,226.85-70.2,226.85-70.2l-.51.38q3.71-3.49,7.14-7.26c-27.64,26.08-90.75,27.84-114.3,26,40.22-11.81,66.69-21.81,118.17-41.52q9-3.36,18.48-7.64l2-.94c1.25-.58,2.49-1.13,3.75-1.74a349.3,349.3,0,0,0,70.26-44c51.7-41.3,63-81.56,68.83-108.1-.82,2.54-3.37,8.47-5.17,12.32-13.31,28.48-42.84,46-74.91,61a689.05,689.05,0,0,0,42.38-62.44C865.77,729.39,869,713.15,876.85,702.23Z" style="fill:url(#radial-gradient-6)"/><path d="M813.92,801c21.08-23.24,40-49.82,54.35-80,36.9-77.58,94-206.58,49-341.31C881.77,273.22,833,215,771.11,158.12,670.56,65.76,642.48,24.52,642.48,0c0,0-116.09,129.41-65.74,264.38s153.46,130,221.68,270.87c80.27,165.74-64.95,346.61-185,397.24,7.35-1.63,267-60.38,280.61-208.88C893.68,726.34,887.83,767.41,813.92,801Z" style="fill:url(#radial-gradient-7)"/><path d="M477.59,319.37c.39-8.77-4.16-14.66-76.68-21.46-29.84-2.76-41.26-30.33-44.75-41.94-10.61,27.56-15,56.49-12.64,91.48,1.61,22.92,17,47.52,24.37,62,0,0,1.64-2.13,2.39-2.91,13.86-14.43,71.94-36.42,77.39-39.54C453.69,363.16,476.58,346.44,477.59,319.37Z" style="fill:url(#linear-gradient-2)"/><path d="M158.31,156.47c-1-1.82-1.6,3.75-2.4,2-6-13.81-9.58-36.2-8.72-52,0,0-12.32,5.61-22.51,29.06-1.89,4.21-3.11,6.54-4.32,8.86-.56.68,1.27-7.7,1-7.24-1.77,3-6.36,7.19-8.35,12.38-1.65,4.24-3.35,6.52-4.61,11.77-.39,1.43.39-6.32,0-5.38C84.72,201.68,80.19,271,82.69,268,133.17,214.14,191,201.36,191,201.36c-6.15-4.53-19.53-17.63-32.7-44.89Z" style="fill:url(#linear-gradient-3)"/><path d="M349.84,720.1c-69.72-29.77-149-71.75-146-167.14C207.92,427.35,321,452.18,321,452.18c-4.27,1-15.68,9.16-19.72,17.82-4.27,10.83-12.07,35.28,11.55,60.9,37.09,40.19-76.2,95.36,98.66,199.57,4.41,2.4-41-1.43-61.64-10.36Z" style="fill:url(#linear-gradient-4)"/><path d="M325.07,657.5c49.44,17.21,107,14.19,141.52-4.86,23.09-12.85,52.7-33.43,70.92-28.35-15.78-6.24-27.73-9.15-42.1-9.86-2.45,0-5.38,0-8-.32a136,136,0,0,0-15.76.86c-8.9.82-18.77,6.43-27.74,5.53-.48,0,8.7-3.77,8-3.61-4.75,1-9.92,1.21-15.37,1.88-3.47.39-6.45.82-9.89,1-103,8.73-190-55.81-190-55.81-7.41,25,33.17,74.3,88.52,93.57Z" style="fill:url(#linear-gradient-5)"/><path d="M813.74,801.65c104.16-102.27,156.86-226.58,134.58-366,0,0,8.9,71.5-24.85,144.63,16.21-71.39,18.1-160.11-25-252C841,205.64,746.45,141.11,710.35,114.19,655.66,73.4,633,31.87,632.57,23.3c-16.34,33.48-65.77,148.2-5.31,247,56.64,92.56,145.86,120,208.33,205C950.67,631.67,813.74,801.65,813.74,801.65Z" style="fill:url(#linear-gradient-6)"/><path d="M798.81,535.55C762.41,460.35,717,427.55,674,392c5,7,6.23,9.47,9,14,37.83,40.32,93.61,138.66,53.11,262.11C659.88,900.48,355,791.06,323,760.32,335.93,894.81,561,959.16,707.6,872,791,793,858.47,658.79,798.81,535.55Z" style="fill:url(#linear-gradient-7)"/></g></g></g></g></svg>
0\ No newline at end of file2\ No newline at end of file
13
=== added file 'slideshows/kubuntu/slides/icons/kate.svg'
--- slideshows/kubuntu/slides/icons/kate.svg 1970-01-01 00:00:00 +0000
+++ slideshows/kubuntu/slides/icons/kate.svg 2018-03-22 02:04:27 +0000
@@ -0,0 +1,1159 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="64"
14 height="64"
15 viewBox="0 0 64 64.000002"
16 id="svg4878"
17 version="1.1"
18 inkscape:version="0.91 r13725"
19 sodipodi:docname="kate.svg">
20 <defs
21 id="defs4880">
22 <linearGradient
23 id="c"
24 y1="527.01447"
25 x1="406.50085"
26 y2="539.82538"
27 x2="419.97357"
28 gradientUnits="userSpaceOnUse"
29 gradientTransform="translate(-386.72845,506.21259)">
30 <stop
31 stop-color="#292c2f"
32 id="stop17" />
33 <stop
34 offset="1"
35 stop-opacity="0"
36 id="stop19" />
37 </linearGradient>
38 <linearGradient
39 gradientTransform="translate(-2.1584511,1006.0126)"
40 id="b"
41 y1="34"
42 y2="14"
43 x2="0"
44 gradientUnits="userSpaceOnUse">
45 <stop
46 stop-color="#536161"
47 id="stop12"
48 style="stop-color:#bfc9c9;stop-opacity:1" />
49 <stop
50 offset="1"
51 stop-color="#f4f5f5"
52 id="stop14"
53 style="stop-color:#fafafa;stop-opacity:1" />
54 </linearGradient>
55 <linearGradient
56 id="a"
57 y1="547.63354"
58 y2="499.67896"
59 x2="388.86475"
60 gradientUnits="userSpaceOnUse"
61 gradientTransform="translate(-386.72845,506.21259)"
62 x1="428.81628">
63 <stop
64 stop-color="#2a2c2f"
65 id="stop7" />
66 <stop
67 offset="1"
68 stop-color="#536161"
69 id="stop9" />
70 </linearGradient>
71 <linearGradient
72 id="c-7"
73 y1="527.01447"
74 x1="406.50085"
75 y2="539.82538"
76 x2="419.97357"
77 gradientUnits="userSpaceOnUse"
78 gradientTransform="matrix(1.299805,0,0,1.299805,-499.06524,339.52825)">
79 <stop
80 stop-color="#292c2f"
81 id="stop17-5" />
82 <stop
83 offset="1"
84 stop-opacity="0"
85 id="stop19-3" />
86 </linearGradient>
87 <linearGradient
88 gradientTransform="matrix(1.299805,0,0,1.299805,0.8007798,989.17075)"
89 id="b-5"
90 y1="45.538715"
91 y2="11.687484"
92 x2="17.84823"
93 gradientUnits="userSpaceOnUse"
94 x1="36.312538">
95 <stop
96 stop-color="#536161"
97 id="stop12-6"
98 style="stop-color:#bfc9c9;stop-opacity:1" />
99 <stop
100 offset="1"
101 stop-color="#f4f5f5"
102 id="stop14-2"
103 style="stop-color:#fbfbfb;stop-opacity:1" />
104 </linearGradient>
105 <linearGradient
106 id="a-9"
107 y1="547.63354"
108 y2="499.67896"
109 x2="388.86475"
110 gradientUnits="userSpaceOnUse"
111 gradientTransform="matrix(1.299805,0,0,1.299805,-499.06524,339.52825)"
112 x1="428.81628">
113 <stop
114 stop-color="#2a2c2f"
115 id="stop7-1" />
116 <stop
117 offset="1"
118 stop-color="#536161"
119 id="stop9-2" />
120 </linearGradient>
121 <linearGradient
122 id="linearGradient4485"
123 inkscape:collect="always">
124 <stop
125 id="stop4487"
126 offset="0"
127 style="stop-color:#000000;stop-opacity:1;" />
128 <stop
129 id="stop4489"
130 offset="1"
131 style="stop-color:#000000;stop-opacity:0.384" />
132 </linearGradient>
133 <linearGradient
134 id="linearGradient4477"
135 inkscape:collect="always">
136 <stop
137 id="stop4479"
138 offset="0"
139 style="stop-color:#f7f7f7;stop-opacity:1;" />
140 <stop
141 id="stop4481"
142 offset="1"
143 style="stop-color:#f7f7f7;stop-opacity:0.392" />
144 </linearGradient>
145 <linearGradient
146 gradientTransform="translate(0,1004.36)"
147 x2="0"
148 gradientUnits="userSpaceOnUse"
149 y2="4"
150 y1="44"
151 id="a-3">
152 <stop
153 id="stop7-6"
154 stop-color="#63984b" />
155 <stop
156 id="stop9-7"
157 stop-color="#8fc278"
158 offset="1" />
159 </linearGradient>
160 <linearGradient
161 gradientTransform="translate(0 1004.36)"
162 x2="44"
163 gradientUnits="userSpaceOnUse"
164 y2="41"
165 x1="17"
166 y1="11"
167 id="b-53">
168 <stop
169 id="stop12-5" />
170 <stop
171 id="stop14-6"
172 stop-opacity="0"
173 offset="1" />
174 </linearGradient>
175 <linearGradient
176 gradientTransform="matrix(0.94118,0,0,0.91176,-13.090925,1004.448)"
177 x2="0"
178 gradientUnits="userSpaceOnUse"
179 y2="6"
180 y1="40"
181 id="c-2">
182 <stop
183 id="stop17-9"
184 stop-color="#b1b1b1" />
185 <stop
186 id="stop19-1"
187 stop-color="#dddddd"
188 offset="1" />
189 </linearGradient>
190 <linearGradient
191 x2="39"
192 gradientUnits="userSpaceOnUse"
193 y2="58.000038"
194 x1="22.999998"
195 y1="38.000038"
196 id="d"
197 xlink:href="#b-53"
198 gradientTransform="translate(13.000001,990.36216)" />
199 <linearGradient
200 gradientTransform="translate(13.000001,-13.997842)"
201 x2="0"
202 gradientUnits="userSpaceOnUse"
203 y2="1012.95"
204 y1="1052.45"
205 id="e"
206 x1="0">
207 <stop
208 id="stop23"
209 stop-color="#f2f2f2" />
210 <stop
211 id="stop25"
212 stop-color="#ffffff"
213 offset="1" />
214 </linearGradient>
215 <linearGradient
216 id="a-6"
217 y1="538.8"
218 x1="406.57"
219 y2="507.52"
220 gradientUnits="userSpaceOnUse"
221 x2="429.12"
222 gradientTransform="matrix(-1.81818,0,0,1.2469,1167.79,-128.03)">
223 <stop
224 stop-color="#1d1d5b"
225 id="stop4345" />
226 <stop
227 offset="1"
228 stop-color="#1f4778"
229 id="stop4347" />
230 </linearGradient>
231 <linearGradient
232 id="b-7"
233 y1="-516.3"
234 x1="433.32"
235 y2="-498.05"
236 gradientUnits="userSpaceOnUse"
237 x2="382.57">
238 <stop
239 stop-color="#363d68"
240 id="stop4350" />
241 <stop
242 offset="1"
243 stop-color="#5272a2"
244 stop-opacity=".427"
245 id="stop4352" />
246 </linearGradient>
247 <linearGradient
248 id="c-5"
249 y1="69"
250 y2="62"
251 x1="-5.00001"
252 gradientUnits="userSpaceOnUse"
253 x2="-5.00001"
254 gradientTransform="matrix(-1,0,0,1,25.99999,-57)">
255 <stop
256 style="stop-color:#adadad;stop-opacity:1"
257 stop-color="#3e5172"
258 id="stop4355" />
259 <stop
260 style="stop-color:#d4d4d4;stop-opacity:1"
261 offset="1"
262 stop-color="#6f7da0"
263 id="stop4357" />
264 </linearGradient>
265 <linearGradient
266 id="d-3"
267 y1="26.497398"
268 x1="49.088375"
269 y2="20.734835"
270 gradientUnits="userSpaceOnUse"
271 x2="48.999989"
272 gradientTransform="matrix(-1,0,0,-1,92.999991,1031.3622)">
273 <stop
274 id="stop4360" />
275 <stop
276 offset="1"
277 stop-color="#655c6f"
278 stop-opacity="0"
279 id="stop4362" />
280 </linearGradient>
281 <linearGradient
282 id="e-5"
283 x1="393.57"
284 gradientUnits="userSpaceOnUse"
285 x2="439.57">
286 <stop
287 stop-color="#ffffff"
288 stop-opacity=".573"
289 id="stop4365" />
290 <stop
291 offset="1"
292 stop-color="#ffffff"
293 stop-opacity="0"
294 id="stop4367" />
295 </linearGradient>
296 <linearGradient
297 id="f"
298 x1="394.57"
299 gradientUnits="userSpaceOnUse"
300 x2="435.57">
301 <stop
302 stop-color="#0b084e"
303 id="stop4370" />
304 <stop
305 offset="1"
306 stop-color="#e88f21"
307 stop-opacity="0"
308 id="stop4372" />
309 </linearGradient>
310 <linearGradient
311 id="g"
312 y1="548.89"
313 x1="393.74"
314 y2="525.05"
315 x2="393.57"
316 gradientUnits="userSpaceOnUse">
317 <stop
318 stop-color="#2a3561"
319 id="stop4375" />
320 <stop
321 offset="1"
322 stop-color="#192656"
323 id="stop4377" />
324 </linearGradient>
325 <linearGradient
326 gradientUnits="userSpaceOnUse"
327 y2="5.4947963"
328 x2="30.045036"
329 y1="10.709708"
330 x1="34.237427"
331 id="linearGradient4483"
332 xlink:href="#linearGradient4477"
333 inkscape:collect="always"
334 gradientTransform="translate(13.000001,990.36216)" />
335 <linearGradient
336 gradientUnits="userSpaceOnUse"
337 y2="3.1715729"
338 x2="13"
339 y1="44.006096"
340 x1="13"
341 id="linearGradient4491"
342 xlink:href="#linearGradient4485"
343 inkscape:collect="always"
344 gradientTransform="translate(4.000001,990.36216)" />
345 <linearGradient
346 id="linearGradient4274"
347 inkscape:collect="always">
348 <stop
349 id="stop4276"
350 offset="0"
351 style="stop-color:#ffffff;stop-opacity:1;" />
352 <stop
353 id="stop4278"
354 offset="1"
355 style="stop-color:#ffffff;stop-opacity:0.48760331" />
356 </linearGradient>
357 <linearGradient
358 inkscape:collect="always"
359 xlink:href="#linearGradient4274"
360 id="linearGradient4217-2"
361 gradientUnits="userSpaceOnUse"
362 gradientTransform="matrix(0.69224711,0,0,0.69224711,-270.37194,-343.21469)"
363 x1="390.57144"
364 y1="498.298"
365 x2="442.57144"
366 y2="498.298" />
367 <linearGradient
368 inkscape:collect="always"
369 xlink:href="#linearGradient4274"
370 id="linearGradient4272-7"
371 x1="390.57144"
372 y1="498.298"
373 x2="442.57144"
374 y2="498.298"
375 gradientUnits="userSpaceOnUse"
376 gradientTransform="matrix(0.69224711,0,0,0.69224711,-271.06419,-343.21469)" />
377 <linearGradient
378 inkscape:collect="always"
379 xlink:href="#linearGradient4274"
380 id="linearGradient4217-8"
381 gradientUnits="userSpaceOnUse"
382 gradientTransform="matrix(0.69224711,0,0,0.69224711,-270.37116,654.1474)"
383 x1="390.57144"
384 y1="498.298"
385 x2="442.57144"
386 y2="498.298" />
387 <linearGradient
388 inkscape:collect="always"
389 xlink:href="#linearGradient4274"
390 id="linearGradient4217-6"
391 gradientUnits="userSpaceOnUse"
392 gradientTransform="matrix(0.69224711,0,0,0.69224711,-270.27155,1654.4354)"
393 x1="390.57144"
394 y1="498.298"
395 x2="442.57144"
396 y2="498.298" />
397 <linearGradient
398 id="a-7"
399 y1="543.8"
400 y2="503.8"
401 x2="0"
402 gradientUnits="userSpaceOnUse"
403 gradientTransform="translate(-384.57,-499.8)">
404 <stop
405 stop-color="#197cf1"
406 id="stop7-5" />
407 <stop
408 offset="1"
409 stop-color="#20bcfa"
410 id="stop9-3" />
411 </linearGradient>
412 <linearGradient
413 id="b-56"
414 y1="23.774559"
415 x1="22.540125"
416 y2="44.054428"
417 x2="42.645557"
418 gradientUnits="userSpaceOnUse"
419 gradientTransform="translate(30,0)">
420 <stop
421 stop-color="#292c2f"
422 id="stop12-29" />
423 <stop
424 offset="1"
425 stop-color="#292c2f"
426 stop-opacity="0"
427 id="stop14-1" />
428 </linearGradient>
429 <linearGradient
430 gradientTransform="translate(-432.5705,-499.79999)"
431 gradientUnits="userSpaceOnUse"
432 x2="432.5705"
433 y2="500.04578"
434 y1="547.79999"
435 id="a-6-2"
436 x1="432.5705">
437 <stop
438 id="stop4216"
439 stop-color="#18222a"
440 style="stop-color:#1e2b35;stop-opacity:1" />
441 <stop
442 id="stop4218"
443 stop-color="#566069"
444 offset="1"
445 style="stop-color:#525c64;stop-opacity:1" />
446 </linearGradient>
447 <linearGradient
448 gradientUnits="userSpaceOnUse"
449 x2="416.57"
450 y2="534.8"
451 x1="399.57"
452 y1="517.8"
453 id="b-7-7"
454 gradientTransform="translate(-344.5695,-499.79999)">
455 <stop
456 id="stop4221" />
457 <stop
458 id="stop4223"
459 stop-opacity="0"
460 offset="1" />
461 </linearGradient>
462 <linearGradient
463 x2="0"
464 gradientUnits="userSpaceOnUse"
465 y2="508.8"
466 y1="537.8"
467 id="c-0"
468 gradientTransform="translate(-344.5695,-499.79999)">
469 <stop
470 id="stop4226"
471 stop-color="#026ddc" />
472 <stop
473 id="stop4228"
474 stop-color="#28b0fd"
475 offset="1" />
476 </linearGradient>
477 <linearGradient
478 gradientTransform="translate(-.081-.48)"
479 gradientUnits="userSpaceOnUse"
480 x2="416.65"
481 y2="533.28"
482 x1="408.65"
483 y1="525.28"
484 id="d-9">
485 <stop
486 id="stop4231-3"
487 stop-opacity=".065" />
488 <stop
489 id="stop4233"
490 stop-opacity="0"
491 offset="1" />
492 </linearGradient>
493 <linearGradient
494 gradientTransform="matrix(-1,0,0,1,817.2,-0.48)"
495 x2="426.22"
496 gradientUnits="userSpaceOnUse"
497 y2="525.91"
498 x1="417.79"
499 y1="517.96"
500 id="e-6"
501 xlink:href="#d-9" />
502 <linearGradient
503 gradientTransform="translate(-13.182,-16.463)"
504 id="b-5-2"
505 y1="18.709999"
506 x1="22.285"
507 y2="36.632999"
508 x2="39.279999"
509 gradientUnits="userSpaceOnUse">
510 <stop
511 stop-color="#292c2f"
512 id="stop12-3" />
513 <stop
514 offset="1"
515 stop-color="#292c2f"
516 stop-opacity="0"
517 id="stop14-5" />
518 </linearGradient>
519 <linearGradient
520 gradientTransform="matrix(0.71874732,0,0,0.68157806,-378.12417,-491.55024)"
521 x2="520.69641"
522 gradientUnits="userSpaceOnUse"
523 y2="721.56116"
524 y1="791.61914"
525 id="b-3"
526 x1="463.30493">
527 <stop
528 id="stop4252"
529 stop-color="#26c281"
530 style="stop-color:#00945a;stop-opacity:1" />
531 <stop
532 id="stop4254"
533 stop-color="#3fc380"
534 offset="1"
535 style="stop-color:#38fa95;stop-opacity:1" />
536 </linearGradient>
537 <linearGradient
538 gradientTransform="matrix(0.98828127,0,0,0.98828127,-383.20097,-495.43517)"
539 gradientUnits="userSpaceOnUse"
540 x2="420.98001"
541 x1="404.98001"
542 y2="533.79999"
543 y1="517.79999"
544 id="a-67">
545 <stop
546 id="stop4247"
547 stop-color="#383e51" />
548 <stop
549 id="stop4249"
550 stop-opacity="0"
551 stop-color="#655c6f"
552 offset="1" />
553 </linearGradient>
554 <linearGradient
555 gradientUnits="userSpaceOnUse"
556 x2="0"
557 y2="515.79999"
558 y1="531.79999"
559 id="c-5-0"
560 gradientTransform="matrix(0.98828127,0,0,0.98828127,-378.84265,-493.45861)">
561 <stop
562 id="stop4257"
563 stop-color="#70e4b3" />
564 <stop
565 id="stop4259"
566 stop-color="#c8f0dc"
567 offset="1" />
568 </linearGradient>
569 <linearGradient
570 gradientTransform="matrix(0.71874732,0,0,0.68157806,-387.2511,-495.98773)"
571 x2="0"
572 gradientUnits="userSpaceOnUse"
573 y2="727.71002"
574 y1="785.71002"
575 id="b-3-3">
576 <stop
577 id="stop4252-5"
578 stop-color="#26c281" />
579 <stop
580 id="stop4254-6"
581 stop-color="#3fc380"
582 offset="1" />
583 </linearGradient>
584 <linearGradient
585 id="b-1"
586 y1="23.774559"
587 x1="22.540125"
588 y2="44.054428"
589 x2="42.645557"
590 gradientUnits="userSpaceOnUse"
591 gradientTransform="translate(-13.130467,-10.269952)">
592 <stop
593 stop-color="#292c2f"
594 id="stop12-2" />
595 <stop
596 offset="1"
597 stop-color="#292c2f"
598 stop-opacity="0"
599 id="stop14-7" />
600 </linearGradient>
601 <linearGradient
602 inkscape:collect="always"
603 xlink:href="#b-56"
604 id="linearGradient4318-9"
605 gradientUnits="userSpaceOnUse"
606 gradientTransform="translate(7.947106,-34.03464)"
607 x1="-2.8595951"
608 y1="32.924278"
609 x2="3.3955555"
610 y2="39.179428" />
611 <linearGradient
612 inkscape:collect="always"
613 xlink:href="#b-56"
614 id="linearGradient4345-7"
615 gradientUnits="userSpaceOnUse"
616 gradientTransform="translate(14.488281,-20.003906)"
617 x1="-13.672095"
618 y1="39.799278"
619 x2="3.3955555"
620 y2="39.179428" />
621 <linearGradient
622 inkscape:collect="always"
623 xlink:href="#b-56"
624 id="linearGradient4384-2"
625 gradientUnits="userSpaceOnUse"
626 gradientTransform="translate(18.78125,-16.0625)"
627 x1="-22.510931"
628 y1="12.39889"
629 x2="10.555012"
630 y2="48.902145" />
631 <linearGradient
632 gradientTransform="translate(-71.999501,32.001813)"
633 id="b-36"
634 y1="23.774559"
635 x1="22.540125"
636 y2="44.054428"
637 x2="42.645557"
638 gradientUnits="userSpaceOnUse">
639 <stop
640 stop-color="#292c2f"
641 id="stop12-7" />
642 <stop
643 offset="1"
644 stop-color="#292c2f"
645 stop-opacity="0"
646 id="stop14-53" />
647 </linearGradient>
648 <linearGradient
649 gradientTransform="translate(-360.571,-467.79817)"
650 gradientUnits="userSpaceOnUse"
651 x2="426.6955"
652 y2="499.92078"
653 y1="547.67499"
654 id="a-6-5"
655 x1="389.3205">
656 <stop
657 id="stop4216-6"
658 stop-color="#18222a"
659 style="stop-color:#1e2b35;stop-opacity:1" />
660 <stop
661 id="stop4218-2"
662 stop-color="#566069"
663 offset="1"
664 style="stop-color:#6d7983;stop-opacity:1" />
665 </linearGradient>
666 <linearGradient
667 inkscape:collect="always"
668 xlink:href="#linearGradient4274"
669 id="linearGradient4422-6"
670 x1="-30.500504"
671 y1="28.249998"
672 x2="-10.500504"
673 y2="7.8749971"
674 gradientUnits="userSpaceOnUse"
675 gradientTransform="translate(4.0005076,-4.0000137)" />
676 <linearGradient
677 gradientTransform="translate(-384.57,-499.8)"
678 gradientUnits="userSpaceOnUse"
679 x2="0"
680 y2="503.8"
681 y1="543.8"
682 id="a-79">
683 <stop
684 id="stop7-2"
685 stop-color="#197cf1" />
686 <stop
687 id="stop9-0"
688 stop-color="#20bcfa"
689 offset="1" />
690 </linearGradient>
691 <linearGradient
692 gradientTransform="translate(-344.5695,-499.79999)"
693 id="c-8"
694 y1="537.8"
695 y2="508.8"
696 gradientUnits="userSpaceOnUse"
697 x2="0">
698 <stop
699 stop-color="#026ddc"
700 id="stop4226-9" />
701 <stop
702 offset="1"
703 stop-color="#28b0fd"
704 id="stop4228-7" />
705 </linearGradient>
706 <linearGradient
707 gradientTransform="matrix(0.98828127,0,0,0.98828127,-378.84265,-493.45861)"
708 id="c-5-4"
709 y1="531.79999"
710 y2="515.79999"
711 x2="0"
712 gradientUnits="userSpaceOnUse">
713 <stop
714 stop-color="#70e4b3"
715 id="stop4257-5" />
716 <stop
717 offset="1"
718 stop-color="#c8f0dc"
719 id="stop4259-0" />
720 </linearGradient>
721 <linearGradient
722 id="b-3-3-3"
723 y1="785.71002"
724 y2="727.71002"
725 gradientUnits="userSpaceOnUse"
726 x2="0"
727 gradientTransform="matrix(0.71874732,0,0,0.68157806,-387.2511,-495.98773)">
728 <stop
729 stop-color="#26c281"
730 id="stop4252-5-6" />
731 <stop
732 offset="1"
733 stop-color="#3fc380"
734 id="stop4254-6-1" />
735 </linearGradient>
736 <linearGradient
737 gradientTransform="matrix(0.94118,0,0,0.91176,-6.5880001,-1.919981)"
738 x2="0"
739 gradientUnits="userSpaceOnUse"
740 y2="6"
741 y1="40"
742 id="c-2-7">
743 <stop
744 id="stop17-9-0"
745 stop-color="#b1b1b1" />
746 <stop
747 id="stop19-1-9"
748 stop-color="#dddddd"
749 offset="1" />
750 </linearGradient>
751 </defs>
752 <sodipodi:namedview
753 id="base"
754 pagecolor="#ffffff"
755 bordercolor="#666666"
756 borderopacity="1.0"
757 inkscape:pageopacity="0.0"
758 inkscape:pageshadow="2"
759 inkscape:zoom="1"
760 inkscape:cx="32.880361"
761 inkscape:cy="25.057686"
762 inkscape:document-units="px"
763 inkscape:current-layer="layer1"
764 showgrid="false"
765 units="px"
766 inkscape:snap-bbox="true"
767 inkscape:bbox-nodes="true"
768 inkscape:object-nodes="true">
769 <inkscape:grid
770 type="xygrid"
771 id="grid6138" />
772 </sodipodi:namedview>
773 <metadata
774 id="metadata4883">
775 <rdf:RDF>
776 <cc:Work
777 rdf:about="">
778 <dc:format>image/svg+xml</dc:format>
779 <dc:type
780 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
781 <dc:title />
782 </cc:Work>
783 </rdf:RDF>
784 </metadata>
785 <g
786 inkscape:label="Livello 1"
787 inkscape:groupmode="layer"
788 id="layer1"
789 transform="translate(0,-988.3622)">
790 <rect
791 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#c-2);fill-opacity:1;fill-rule:evenodd;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
792 id="rect23"
793 height="52.000019"
794 rx="0.9922142"
795 y="994.36218"
796 x="11"
797 width="42"
798 ry="0.9922049" />
799 <path
800 d="m 51.000001,1027.3622 -38,17 1.786,1.963 38.21,0.037 0,-48.00004 -2,-2 z"
801 id="path53"
802 style="opacity:0.2;fill:url(#d);fill-rule:evenodd"
803 inkscape:connector-curvature="0"
804 sodipodi:nodetypes="ccccccc" />
805 <path
806 d="m 13.000001,996.36216 0,48.00004 38,0 0,-48.00004 z"
807 id="path55"
808 style="fill:url(#e);fill-rule:evenodd"
809 inkscape:connector-curvature="0"
810 sodipodi:nodetypes="ccccc" />
811 <rect
812 width="38"
813 x="13"
814 y="1043.3622"
815 height="1.0000174"
816 id="rect57"
817 style="opacity:0.43700005;fill:#1b1b1b;fill-opacity:1;fill-rule:evenodd" />
818 <rect
819 style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
820 id="rect61"
821 height="1"
822 y="1003.3621"
823 x="24"
824 width="8" />
825 <rect
826 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
827 id="rect63"
828 height="1.0000143"
829 y="1003.3621"
830 x="33"
831 width="5" />
832 <rect
833 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
834 id="rect65"
835 height="1.0000143"
836 y="1005.3621"
837 x="22"
838 width="6" />
839 <rect
840 style="fill:#f199c8;fill-opacity:1;fill-rule:evenodd"
841 id="rect67"
842 height="1"
843 y="1005.3621"
844 x="29"
845 width="3" />
846 <rect
847 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
848 id="rect69"
849 height="1"
850 y="1007.3621"
851 x="22"
852 width="4.0300002" />
853 <rect
854 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
855 id="rect71"
856 height="1.0000153"
857 y="1007.3621"
858 x="27"
859 width="7" />
860 <rect
861 style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
862 id="rect75"
863 height="1.0000143"
864 y="999.36212"
865 x="20"
866 width="5" />
867 <rect
868 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
869 id="rect77"
870 height="1.0000143"
871 y="999.36212"
872 x="31"
873 width="3" />
874 <rect
875 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
876 id="rect79"
877 height="1"
878 y="1001.3621"
879 x="22"
880 width="7" />
881 <rect
882 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
883 id="rect81"
884 height="1.0000147"
885 y="1001.3621"
886 x="30"
887 width="3" />
888 <rect
889 style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
890 width="8"
891 x="24"
892 y="-1018.3621"
893 height="1"
894 id="rect4264"
895 transform="scale(1,-1)" />
896 <rect
897 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
898 width="6"
899 x="33"
900 y="-1018.3621"
901 height="1"
902 id="rect4266"
903 transform="scale(1,-1)" />
904 <rect
905 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
906 width="7"
907 x="22"
908 y="-1016.3621"
909 height="1"
910 id="rect4268"
911 transform="scale(1,-1)" />
912 <rect
913 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
914 width="3"
915 x="30"
916 y="-1016.3621"
917 height="1"
918 id="rect4270"
919 transform="scale(1,-1)" />
920 <rect
921 style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
922 width="4.0300002"
923 x="20"
924 y="-1014.3621"
925 height="1"
926 id="rect4272"
927 transform="scale(1,-1)" />
928 <rect
929 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
930 width="8"
931 x="25"
932 y="-1014.3621"
933 height="1"
934 id="rect4274"
935 transform="scale(1,-1)" />
936 <rect
937 width="10"
938 x="22"
939 y="-1012.3621"
940 height="1"
941 id="rect4278"
942 style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
943 transform="scale(1,-1)" />
944 <rect
945 width="5"
946 x="33"
947 y="-1012.3621"
948 height="1"
949 id="rect4280"
950 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
951 transform="scale(1,-1)" />
952 <rect
953 width="7"
954 x="20"
955 y="-1010.3621"
956 height="1"
957 id="rect4282"
958 style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
959 transform="scale(1,-1)" />
960 <rect
961 width="5"
962 x="29"
963 y="-1010.3621"
964 height="1.0000147"
965 id="rect4284"
966 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
967 transform="scale(1,-1)" />
968 <rect
969 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.08200001;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient4491);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
970 id="rect4286"
971 width="1"
972 height="47.00008"
973 x="16"
974 y="996.36212" />
975 <rect
976 width="10"
977 x="20"
978 y="1019.3621"
979 height="1"
980 id="rect4290"
981 style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd" />
982 <rect
983 width="7"
984 x="22"
985 y="1021.3621"
986 height="1"
987 id="rect4294"
988 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
989 <rect
990 width="5"
991 x="30"
992 y="1021.3621"
993 height="1.0000153"
994 id="rect4296"
995 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd" />
996 <rect
997 width="13"
998 x="24"
999 y="1023.3621"
1000 height="0.99998474"
1001 id="rect4300"
1002 style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd" />
1003 <rect
1004 width="9"
1005 x="22"
1006 y="1025.3622"
1007 height="0.99998474"
1008 id="rect4304"
1009 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1010 <rect
1011 width="5"
1012 x="33"
1013 y="1005.3621"
1014 height="1.0000143"
1015 id="rect4328"
1016 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1017 <rect
1018 width="4"
1019 x="26"
1020 y="999.36212"
1021 height="1.0000143"
1022 id="rect4338"
1023 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1024 <path
1025 style="fill:url(#linearGradient4483);fill-opacity:1;fill-rule:evenodd"
1026 id="path4395"
1027 d="m 50.999991,1006.3622 -10,-10.00004 0,10.00004 z"
1028 inkscape:connector-curvature="0"
1029 sodipodi:nodetypes="cccc" />
1030 <path
1031 style="opacity:0.2;fill:url(#d-3);fill-rule:evenodd"
1032 id="path4397"
1033 d="m 40.999991,1006.3622 10,10 0,-10 z"
1034 inkscape:connector-curvature="0"
1035 sodipodi:nodetypes="cccc" />
1036 <path
1037 sodipodi:nodetypes="cccc"
1038 inkscape:connector-curvature="0"
1039 d="m 40.999991,996.36216 10,10.00004 0,-10.00004 z"
1040 id="path4457"
1041 style="fill:#fdfdfd;fill-opacity:1;fill-rule:evenodd" />
1042 <rect
1043 y="996.36212"
1044 x="13"
1045 height="47.00008"
1046 width="3"
1047 id="rect4493"
1048 style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.37300002;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
1049 <rect
1050 style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1051 id="rect4228"
1052 height="1"
1053 y="1027.3622"
1054 x="20"
1055 width="4" />
1056 <rect
1057 width="9"
1058 x="25"
1059 y="1027.3622"
1060 height="1.0000153"
1061 id="rect4230"
1062 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1063 <rect
1064 width="8"
1065 x="24"
1066 y="1031.3621"
1067 height="1"
1068 id="rect4536"
1069 style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd" />
1070 <rect
1071 width="5"
1072 x="33"
1073 y="1031.3621"
1074 height="1.0000143"
1075 id="rect4538"
1076 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1077 <rect
1078 width="6"
1079 x="22"
1080 y="1033.3621"
1081 height="1.0000143"
1082 id="rect4540"
1083 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1084 <rect
1085 width="3"
1086 x="29"
1087 y="1033.3621"
1088 height="1"
1089 id="rect4542"
1090 style="fill:#f199c8;fill-opacity:1;fill-rule:evenodd" />
1091 <rect
1092 width="4.0300002"
1093 x="22"
1094 y="1035.3621"
1095 height="1"
1096 id="rect4544"
1097 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1098 <rect
1099 width="7"
1100 x="27"
1101 y="1035.3621"
1102 height="1.0000153"
1103 id="rect4546"
1104 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd" />
1105 <rect
1106 width="7"
1107 x="22"
1108 y="1029.3621"
1109 height="1"
1110 id="rect4548"
1111 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd" />
1112 <rect
1113 width="3"
1114 x="30"
1115 y="1029.3621"
1116 height="1.0000147"
1117 id="rect4550"
1118 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd" />
1119 <rect
1120 transform="scale(1,-1)"
1121 style="opacity:0.51300001;fill:#28b171;fill-opacity:1;fill-rule:evenodd"
1122 id="rect4552"
1123 height="1"
1124 y="-1040.3621"
1125 x="22"
1126 width="10" />
1127 <rect
1128 transform="scale(1,-1)"
1129 style="opacity:0.647;fill:#f75ed0;fill-opacity:1;fill-rule:evenodd"
1130 id="rect4554"
1131 height="1"
1132 y="-1040.3621"
1133 x="33"
1134 width="5" />
1135 <rect
1136 transform="scale(1,-1)"
1137 style="opacity:0.478;fill:#00a8f9;fill-opacity:1;fill-rule:evenodd"
1138 id="rect4556"
1139 height="1"
1140 y="-1038.3621"
1141 x="20"
1142 width="7" />
1143 <rect
1144 transform="scale(1,-1)"
1145 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1146 id="rect4558"
1147 height="1.0000147"
1148 y="-1038.3621"
1149 x="29"
1150 width="5" />
1151 <rect
1152 style="fill:#d0d0d0;fill-opacity:1;fill-rule:evenodd"
1153 id="rect4560"
1154 height="1.0000143"
1155 y="1033.3621"
1156 x="33"
1157 width="5" />
1158 </g>
1159</svg>
01160
=== modified file 'slideshows/kubuntu/slides/link/base.css'
--- slideshows/kubuntu/slides/link/base.css 2017-08-26 15:28:03 +0000
+++ slideshows/kubuntu/slides/link/base.css 2018-03-22 02:04:27 +0000
@@ -63,12 +63,28 @@
63 font-weight: bolder;63 font-weight: bolder;
64}64}
6565
66#icon {66#icon-logo {
67 position: absolute;67 position: absolute;
68 bottom: -15px;68 bottom: -15px;
69 right: 55px;69 right: 55px;
70 width: 135px;70 width: 135px;
71 height: 135px;71 height: 150px;
72}
73
74#icon-help {
75 position: absolute;
76 bottom: -15px;
77 right: 55px;
78 width: 135px;
79 height: 160px;
80}
81
82#icon-users {
83 position: absolute;
84 bottom: -15px;
85 right: 55px;
86 width: 135px;
87 height: 165px;
72}88}
7389
74#wrapper {90#wrapper {
@@ -221,7 +237,6 @@
221 list-style-type:disc;237 list-style-type:disc;
222 font-size:16px;238 font-size:16px;
223 text-align:left;239 text-align:left;
224 /* padding-top:25px; */
225 padding-left:25px;240 padding-left:25px;
226 width:455px;241 width:455px;
227 overflow:auto;242 overflow:auto;
@@ -291,9 +306,11 @@
291306
292table {307table {
293 border-radius: 5px;308 border-radius: 5px;
309 border-spacing: 10px;
310 border-collapse: separate;
294 /*padding-top: 45px;*/311 /*padding-top: 45px;*/
295 width: 85%;312 width: 85%;
296 margin: 0px auto;313 margin: auto auto;
297 float: none;314 float: none;
298}315}
299316

Subscribers

People subscribed via source and target branches