Promo/Material/Mascots: Difference between revisions

From KDE Community Wiki
mNo edit summary
(HTML code section complete)
Line 62: Line 62:
File:Flying Konqi.png|Flying Konqi: Anything.
File:Flying Konqi.png|Flying Konqi: Anything.
</gallery>
</gallery>


=Source codes for used on webpage=
=Source codes for used on webpage=
Line 71: Line 72:
*By using these source codes, you are linking the artwork images directly from KDE Community's server.  
*By using these source codes, you are linking the artwork images directly from KDE Community's server.  


===Temporary Thumbnails 250px===
These thumbnails are temporary. They are here to generate necessary images for the HTML code to link to. They will be replaced by larger size below them, once the editing process is complete.
[[File:Mascot konqi.png|250px]]
[[File:Mascot konqi-dev-kde.png|250px]]
[[File:Mascot konqi-app-dev-katie.png|250px]]
[[File:Mascot konqi-dev-qt.png|250px]]
[[File:Mascot konqi-base-framework.png|250px]]
[[File:Mascot konqi-base-plasma.png|250px]]
[[File:Mascot konqi-app-dev.png|250px]]
[[File:Mascot konqi-app-game.png|250px]]
[[File:Mascot konqi-app-graphics.png|250px]]
[[File:Mascot konqi-app-hardware.png|250px]]
[[File:Mascot konqi-app-internet.png|250px]]
[[File:Mascot konqi-app-multimedia.png|250px]]
[[File:Mascot konqi-app-office.png|250px]]
[[File:Mascot konqi-app-presentation.png|250px]]
[[File:Mascot konqi-app-science.png|Konqi in the lab: Science software, experimental features.
|250px]]
[[File:Mascot konqi-app-system.png|250px]]
[[File:Mascot konqi-app-utilities.png|250px]]
[[File:Mascot konqi-commu-akademy.png|250px]]
[[File:Mascot konqi-commu-journalist.png|250px]]
[[File:Mascot konqi-commu-mail.png|250px]]
[[File:Mascot konqi-commu-randa.png|250px]]
[[File:Mascot konqi-support-bughunt.png|250px]]
[[File:Mascot konqi-support-business.png|250px]]
[[File:Mascot konqi-support-document.png|250px]]
[[File:Mascot konqi-support-search.png|250px]]


===Artworks by Tyson Tan===
===Artworks by Tyson Tan===
This section is work in progress. Temporary content were inserted before hand to make the editing process easier.


[[File:Mascot konqi.png|400px]]
[[File:Mascot konqi.png|400px]]
Line 114: Line 82:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi.png"><img src="https://community.kde.org/images.community/thumb/4/40/Mascot_konqi.png/250px-Mascot_konqi.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 125: Line 93:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-dev-kde.png"><img src="https://community.kde.org/images.community/thumb/c/ce/Mascot_konqi-dev-kde.png/250px-Mascot_konqi-dev-kde.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 136: Line 104:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-dev-katie.png"><img src="https://community.kde.org/images.community/thumb/f/fb/Mascot_konqi-app-dev-katie.png/250px-Mascot_konqi-app-dev-katie.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 147: Line 115:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-dev-qt.png"><img src="https://community.kde.org/images.community/thumb/1/11/Mascot_konqi-dev-qt.png/250px-Mascot_konqi-dev-qt.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 158: Line 126:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-base-framework.png"><img src="https://community.kde.org/images.community/thumb/5/50/Mascot_konqi-base-framework.png/250px-Mascot_konqi-base-framework.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 169: Line 137:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-base-plasma.png"><img src="https://community.kde.org/images.community/thumb/a/af/Mascot_konqi-base-plasma.png/250px-Mascot_konqi-base-plasma.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 180: Line 148:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-dev.png"><img src="https://community.kde.org/images.community/thumb/7/79/Mascot_konqi-app-dev.png/250px-Mascot_konqi-app-dev.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 191: Line 159:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-game.png"><img src="https://community.kde.org/images.community/thumb/8/80/Mascot_konqi-app-game.png/250px-Mascot_konqi-app-game.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 202: Line 170:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-graphics.png"><img src="https://community.kde.org/images.community/thumb/8/88/Mascot_konqi-app-graphics.png/250px-Mascot_konqi-app-graphics.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 213: Line 181:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-hardware.png"><img src="https://community.kde.org/images.community/thumb/9/99/Mascot_konqi-app-hardware.png/250px-Mascot_konqi-app-hardware.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 224: Line 192:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-internet.png"><img src="https://community.kde.org/images.community/thumb/a/ad/Mascot_konqi-app-internet.png/250px-Mascot_konqi-app-internet.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 235: Line 203:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-multimedia.png"><img src="https://community.kde.org/images.community/thumb/5/5c/Mascot_konqi-app-multimedia.png/250px-Mascot_konqi-app-multimedia.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 246: Line 214:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-office.png"><img src="https://community.kde.org/images.community/thumb/e/e7/Mascot_konqi-app-office.png/250px-Mascot_konqi-app-office.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 257: Line 225:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-presentation.png"><img src="https://community.kde.org/images.community/thumb/8/8b/Mascot_konqi-app-presentation.png/250px-Mascot_konqi-app-presentation.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 269: Line 237:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-science.png"><img src="https://community.kde.org/images.community/thumb/5/58/Mascot_konqi-app-science.png/250px-Mascot_konqi-app-science.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 280: Line 248:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-system.png"><img src="https://community.kde.org/images.community/thumb/c/c8/Mascot_konqi-app-system.png/250px-Mascot_konqi-app-system.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 291: Line 259:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-utilities.png"><img src="https://community.kde.org/images.community/thumb/9/95/Mascot_konqi-app-utilities.png/250px-Mascot_konqi-app-utilities.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 302: Line 270:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-akademy.png"><img src="https://community.kde.org/images.community/thumb/8/8f/Mascot_konqi-commu-akademy.png/250px-Mascot_konqi-commu-akademy.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 313: Line 281:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-journalist.png"><img src="https://community.kde.org/images.community/thumb/0/0e/Mascot_konqi-commu-journalist.png/250px-Mascot_konqi-commu-journalist.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 324: Line 292:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-mail.png"><img src="https://community.kde.org/images.community/thumb/5/53/Mascot_konqi-commu-mail.png/250px-Mascot_konqi-commu-mail.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 335: Line 303:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-randa.png"><img src="https://community.kde.org/images.community/thumb/f/ff/Mascot_konqi-commu-randa.png/250px-Mascot_konqi-commu-randa.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 346: Line 314:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-bughunt.png"><img src="https://community.kde.org/images.community/thumb/2/28/Mascot_konqi-support-bughunt.png/250px-Mascot_konqi-support-bughunt.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 357: Line 325:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-business.png"><img src="https://community.kde.org/images.community/thumb/0/03/Mascot_konqi-support-business.png/250px-Mascot_konqi-support-business.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 368: Line 336:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-document.png"><img src="https://community.kde.org/images.community/thumb/f/f4/Mascot_konqi-support-document.png/250px-Mascot_konqi-support-document.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>


Line 379: Line 347:
HTML for webpage:
HTML for webpage:
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
CODE
<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-search.png"><img src="https://community.kde.org/images.community/thumb/c/ce/Mascot_konqi-support-search.png/250px-Mascot_konqi-support-search.png" /></a></div>
</syntaxhighlight>
</syntaxhighlight>



Revision as of 04:54, 19 July 2017

 
Under Construction
This is a new page, currently under construction!
Konqi is helping with the news!

Konqi is KDE's mascot. Whenever a little fun is needed, Konqi and his colorful KDE dragon friends are here to help! This page contains many artworks that features Konqi and other KDE dragons, as well as guidelines and source codes that makes the implementation easier.


Want to learn more about Konqi and other KDE dragons? Go to Konqi's page!

Introduction

Tyson Tan's KDE dragon artworks

  • sRGB color space.
  • Sized around A4 300 dpi, ready for high-quality printing.
  • PNG files with transparent background, easy to be used with any background and surface.
  • All made with Krita.
  • Licensed under Creative Commons BY-SA, GFDL and LGPL.
  • In case of CC-BY-SA, no need to credit the artist when it is awkward to do so.
  • You can request the artist for alteration and new KDE dragon artwork, via twitter or email: [email protected] .

For KDE.News ("the Dot") and other websites

In general, people appreciate a little visual stimulation when reading an article. Adding a picture to a text-only article makes a huge difference.

Abstract artwork is what displays on the side of the first paragraph of an article. Have a look at Konqi's Wikipedia page and you'll get the idea. Normally, you can use a screenshot, a photos or an icon in that corner. But there are times when you have nothing to work with, and that is when Konqi and other KDE dragons come to rescue!

For Dot, you can click the "edit summary" button to make adjustment to the abstract text. Make sure both the abstract text and the abstract artwork show up on the front page.

Overview gallery

This section lists the thumbnails of the available artworks, each with usage suggestions.

Artworks by Tyson Tan

Artworks by Timothée Giet


Source codes for used on webpage

For using the artworks outside of the KDE Wikis, source codes are provided for each picture.

Notice

  • Actual inserted size: 250px wide.
  • By using these source codes, you are linking the artwork images directly from KDE Community's server.


Artworks by Tyson Tan

Default Konqi
For: Anything.
File:Mascot konqi.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi.png"><img src="https://community.kde.org/images.community/thumb/4/40/Mascot_konqi.png/250px-Mascot_konqi.png" /></a></div>


Konqi and KDE Oxygen logo
For: KDE specific, Oxygen, logo.
File:Mascot konqi-dev-kde.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-dev-kde.png"><img src="https://community.kde.org/images.community/thumb/c/ce/Mascot_konqi-dev-kde.png/250px-Mascot_konqi-dev-kde.png" /></a></div>


Katie and laptop
For: KDE women, mobile device, programming.
File:Mascot konqi-app-dev-katie.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-dev-katie.png"><img src="https://community.kde.org/images.community/thumb/f/fb/Mascot_konqi-app-dev-katie.png/250px-Mascot_konqi-app-dev-katie.png" /></a></div>


Konqi and Qt
For: Anything Qt.
File:Mascot konqi-dev-qt.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-dev-qt.png"><img src="https://community.kde.org/images.community/thumb/1/11/Mascot_konqi-dev-qt.png/250px-Mascot_konqi-dev-qt.png" /></a></div>


Konqi and KDE Frameworks
For: KDE Frameworks, Platforms, and other infrastructures.
File:Mascot konqi-base-framework.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-base-framework.png"><img src="https://community.kde.org/images.community/thumb/5/50/Mascot_konqi-base-framework.png/250px-Mascot_konqi-base-framework.png" /></a></div>


Konqi and Plasma Desktop
For: Plasma, window manager, OpenGL, touch.
File:Mascot konqi-base-plasma.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-base-plasma.png"><img src="https://community.kde.org/images.community/thumb/a/af/Mascot_konqi-base-plasma.png/250px-Mascot_konqi-base-plasma.png" /></a></div>


Konqi and his dev PC
For: KDE development software, multi-screen, programming.
File:Mascot konqi-app-dev.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-dev.png"><img src="https://community.kde.org/images.community/thumb/7/79/Mascot_konqi-app-dev.png/250px-Mascot_konqi-app-dev.png" /></a></div>


Konqi and poker
For: Games
File:Mascot konqi-app-game.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-game.png"><img src="https://community.kde.org/images.community/thumb/8/80/Mascot_konqi-app-game.png/250px-Mascot_konqi-app-game.png" /></a></div>


Konqi painting
For: Graphics and creative applications.
File:Mascot konqi-app-graphics.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-graphics.png"><img src="https://community.kde.org/images.community/thumb/8/88/Mascot_konqi-app-graphics.png/250px-Mascot_konqi-app-graphics.png" /></a></div>


Konqi and hardware
For: Hardware, CPU/GPU multi-thread load-balancing.
File:Mascot konqi-app-hardware.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-hardware.png"><img src="https://community.kde.org/images.community/thumb/9/99/Mascot_konqi-app-hardware.png/250px-Mascot_konqi-app-hardware.png" /></a></div>


Konqi and internet
For: Internet, web browsers, IRC, instant messenger, networking.
File:Mascot konqi-app-internet.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-internet.png"><img src="https://community.kde.org/images.community/thumb/a/ad/Mascot_konqi-app-internet.png/250px-Mascot_konqi-app-internet.png" /></a></div>


Konqi and guitar
For: Music, multimedia, mixer, audio.
File:Mascot konqi-app-multimedia.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-multimedia.png"><img src="https://community.kde.org/images.community/thumb/5/5c/Mascot_konqi-app-multimedia.png/250px-Mascot_konqi-app-multimedia.png" /></a></div>


Konqi in office
For: Office productivity, Calligra Suite.
File:Mascot konqi-app-office.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-office.png"><img src="https://community.kde.org/images.community/thumb/e/e7/Mascot_konqi-app-office.png/250px-Mascot_konqi-app-office.png" /></a></div>


Konqi giving a presentation
For: Presentation, education, teaching.
File:Mascot konqi-app-presentation.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-presentation.png"><img src="https://community.kde.org/images.community/thumb/8/8b/Mascot_konqi-app-presentation.png/250px-Mascot_konqi-app-presentation.png" /></a></div>


Konqi in the lab: Science software, experimental features.

Konqi in the lab
For: Science software, experimental features.
File:Mascot konqi-app-science.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-science.png"><img src="https://community.kde.org/images.community/thumb/5/58/Mascot_konqi-app-science.png/250px-Mascot_konqi-app-science.png" /></a></div>


Konqi and the gear
For: System settings, accessibility, KDE system parts.
File:Mascot konqi-app-system.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-system.png"><img src="https://community.kde.org/images.community/thumb/c/c8/Mascot_konqi-app-system.png/250px-Mascot_konqi-app-system.png" /></a></div>


Konqi the engineer
For: Utility software, engineering, tools, under construction.
File:Mascot konqi-app-utilities.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-app-utilities.png"><img src="https://community.kde.org/images.community/thumb/9/95/Mascot_konqi-app-utilities.png/250px-Mascot_konqi-app-utilities.png" /></a></div>


Konqi on Akademy
For: Akademy, lecture, presentation.
File:Mascot konqi-commu-akademy.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-akademy.png"><img src="https://community.kde.org/images.community/thumb/8/8f/Mascot_konqi-commu-akademy.png/250px-Mascot_konqi-commu-akademy.png" /></a></div>


Konqi interviewing
For: Event reporting, media coverage, journalist.
File:Mascot konqi-commu-journalist.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-journalist.png"><img src="https://community.kde.org/images.community/thumb/0/0e/Mascot_konqi-commu-journalist.png/250px-Mascot_konqi-commu-journalist.png" /></a></div>


Konqi and mails
For: Email client, maillist, communication.
File:Mascot konqi-commu-mail.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-mail.png"><img src="https://community.kde.org/images.community/thumb/5/53/Mascot_konqi-commu-mail.png/250px-Mascot_konqi-commu-mail.png" /></a></div>


Konqi and Randa Meeting
For: Randa Meeting, alpen.
File:Mascot konqi-commu-randa.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-commu-randa.png"><img src="https://community.kde.org/images.community/thumb/f/ff/Mascot_konqi-commu-randa.png/250px-Mascot_konqi-commu-randa.png" /></a></div>


Konqi hunting bugs
For: Bug report, sprints.
File:Mascot konqi-support-bughunt.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-bughunt.png"><img src="https://community.kde.org/images.community/thumb/2/28/Mascot_konqi-support-bughunt.png/250px-Mascot_konqi-support-bughunt.png" /></a></div>


Konqi and serious business
For: KDE.e.V., financial, licensing, law.
File:Mascot konqi-support-business.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-business.png"><img src="https://community.kde.org/images.community/thumb/0/03/Mascot_konqi-support-business.png/250px-Mascot_konqi-support-business.png" /></a></div>


Konqi and documentations
For: Help, support, documentations, books, literature.
File:Mascot konqi-support-document.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-document.png"><img src="https://community.kde.org/images.community/thumb/f/f4/Mascot_konqi-support-document.png/250px-Mascot_konqi-support-document.png" /></a></div>


Konqi searching in archive
For: Search, archive, documentations.
File:Mascot konqi-support-search.png
HTML for webpage:

<div style="width: 250px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Mascot_konqi-support-search.png"><img src="https://community.kde.org/images.community/thumb/c/ce/Mascot_konqi-support-search.png/250px-Mascot_konqi-support-search.png" /></a></div>


Artworks by Timothée Giet

Flying Konqi
Usage suggestion: Anything
File:Flying Konqi.png
HTML for webpage:

<div style="width: 360px; float: right; padding: 1ex; margin: 1ex; border: 0px solid grey;"><a href="https://community.kde.org/File:Flying Konqi.png"><img src="https://community.kde.org/images.community/thumb/2/2a/Flying_Konqi.png/400px-Flying_Konqi.png" /></a></div>