New SVG logo (#539)

This commit is contained in:
Kelson 2020-12-05 09:33:19 +01:00 committed by GitHub
parent 830e19bb2e
commit e060fec4aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -39,7 +39,7 @@
<file>icons/filter.svg</file>
<file>icons/reading-list.svg</file>
<file>icons/reading-list-active.svg</file>
<file>icons/kiwix/app_icon.svg</file>
<file>icons/kiwix/scalable/kiwix-desktop.svg</file>
<file>fonts/Selawik/LICENSE.txt</file>
<file>fonts/Selawik/selawkb.ttf</file>
<file>fonts/Selawik/selawkl.ttf</file>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<body>
<img src="qrc:/icons/kiwix/app_icon.svg" height="240" width="240" style="float:right"/>
<img src="qrc:/icons/kiwix/scalable/kiwix-desktop.svg" height="240" width="240" style="float:right"/>
<h1>{{KIWIX_DESKTOP_TITLE}}</h1>
<p>{{KIWIX_DESKTOP_DESCRIPTION}}</p>
<p><a href="http://kiwix.org">{{LEARN_MORE_ABOUT_KIWIX}}</a></p>