Switching to icon font for icons, svg for app icons, and webp for previews. Also fixing a few typos and adding alt for per app images.
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.kdev4
|
||||
kdev4
|
||||
themes
|
||||
public
|
||||
resources
|
32
config.yaml
|
@ -18,46 +18,46 @@ languages:
|
|||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome" alt="apps icon"/>
|
||||
pre: <i class="icon-apps icon-as-text" alt="apps icon"></i>
|
||||
title: apps section
|
||||
url: /
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome" alt="git icon"/>
|
||||
pre: <i class="icon-git icon-as-text" alt="git icon"></i>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: About
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome" alt="about icon"/>
|
||||
pre: <i class="icon-about icon-as-text" alt="about icon"></i>
|
||||
title: about section
|
||||
url: https://ad5001.eu/about
|
||||
weight: 0
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome" alt="Mastodon icon"/>
|
||||
pre: <i class="icon-mastodon" alt="Mastodon icon"></i>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome" alt="Twitter icon"/>
|
||||
pre: <i class="icon-twitter" alt="Twitter icon"></i>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome" alt="Gitea icon"/>
|
||||
pre: <i class="icon-git" alt="Gitea icon"></i>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Github
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome" alt="Github icon"/>
|
||||
pre: <i class="icon-github" alt="Github icon"></i>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
- identifier: mail
|
||||
name: Mail
|
||||
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome" alt="Mail icon"/>
|
||||
pre: <i class="icon-mail" alt="Mail icon"></i>
|
||||
title: mail icon
|
||||
url: "" # Filled with JS to avoid spam.
|
||||
weight: 0
|
||||
|
@ -67,46 +67,46 @@ languages:
|
|||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome" alt="apps icon"/>
|
||||
pre: <i class="icon-apps icon-as-text" alt="apps icon"></i>
|
||||
title: apps list section
|
||||
url: /fr/
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome" alt="git icon"/>
|
||||
pre: <i class="icon-git icon-as-text" alt="git icon"></i>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: À propos
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome" alt="about icon"/>
|
||||
pre: <i class="icon-about icon-as-text" alt="about icon"></i>
|
||||
title: about section
|
||||
url: https://ad5001.eu/fr/a-propos
|
||||
weight: 0
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome" alt="Mastodon icon"/>
|
||||
pre: <i class="icon-mastodon" alt="Mastodon icon"></i>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome" alt="Twitter icon"/>
|
||||
pre: <i class="icon-twitter" alt="Twitter icon"></i>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome" alt="Gitea icon"/>
|
||||
pre: <i class="icon-git" alt="Gitea icon"></i>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Github
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome" alt="Github icon"/>
|
||||
pre: <i class="icon-github" alt="Github icon"></i>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
- identifier: mail
|
||||
name: Mail
|
||||
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome" alt="Mail icon"/>
|
||||
pre: <i class="icon-mail" alt="Mail icon"></i>
|
||||
title: mail icon
|
||||
url: "" # Filled with JS to avoid spam.
|
||||
weight: 0
|
||||
|
|
|
@ -12,9 +12,13 @@ Les logiciels plus vieux peuvent être trouvés sur l'[ancien site](https://down
|
|||
<br><br>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<a role="button" class="primary" href="#appslist"><img src="/icons/lookup.svg" class="icon-as-text" alt=""/>Voir les logiciels</a>
|
||||
<a role="button" class="primary" href="#appslist">
|
||||
<i class="icon-lookup icon-as-text" alt=""></i>Voir les logiciels
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a role="button" class="primary" href="https://download.ad5001.eu/fr"><img src="/icons/open-external.svg" class="icon-as-text" alt=""/>Ancien site</a>
|
||||
<a role="button" class="primary" href="https://download.ad5001.eu/fr">
|
||||
<i class="icon-open-external icon-as-text" alt=""></i>Ancien site
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,9 +11,13 @@ Older software can be found at my [legacy website](https://download.ad5001.eu).
|
|||
<br><br>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<a role="button" class="primary" href="#appslist"><img src="/icons/lookup.svg" class="icon-as-text" alt=""/>Check them out</a>
|
||||
<a role="button" class="primary" href="#appslist">
|
||||
<i class="icon-lookup icon-as-text" alt=""></i>Check them out
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a role="button" class="primary" href="https://download.ad5001.eu/en"><img src="/icons/open-external.svg" class="icon-as-text" alt=""/>Legacy website</a>
|
||||
<a role="button" class="primary" href="https://download.ad5001.eu/en">
|
||||
<i class="icon-open-external icon-as-text" alt=""></i>Legacy website
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -28,17 +28,20 @@ About:
|
|||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/accountfree/services
|
||||
Alt: Page de gestions de services d'AccountFree.
|
||||
Content: |
|
||||
# Systèmes de services-ponts
|
||||
AccountFree s'appuie sur des "services" pour fonctionner. Ces services peuvent être installés localement sur une base par utilisateur tout en séparant les données de l'utilisateur sur les ordinateurs partagés, et peuvent être installés, supprimés et activés à volonté. À l'heure actuelle, il existe deux services officiels, un pour [Twitter](https://git.ad5001.eu/Ad5001/AccountFree-service-Twitter) et un autre pour [Twitch](https://git.ad5001.eu/Ad5001/AccountFree-service-Twitch), installable directement à partir du menu Services.
|
||||
De plus, AccountFree fournit une [documentation](https://docs.accountfree.org) complète et un [exemple de service complet](https://git.ad5001.eu/Ad5001/AccountFree-service-Example) afin d'aider les developpeurs externes à créer leurs propres services pour AccountFree.
|
||||
- Type: text|image
|
||||
Image: en/accountfree/follow-system
|
||||
Alt: Exemple de page de profil Twitter sur AccountFree.
|
||||
Content: |
|
||||
# Sysème d'abonnements
|
||||
AccountFree facilite l'abonnement en un seul clic sans compte, tout en permettant des raccourcis rapides vers les profils individuels sur la barre latérale, et la majorité des services permettent la construction d'un flux ou d'une page principale affichant des informations pertinentes sur tous les comptes suivis en temps réel.
|
||||
- Type: image|text
|
||||
Image: en/accountfree/tor
|
||||
Alt: Page de paramètres de sécurité d'AccountFree.
|
||||
Content: |
|
||||
# Intégration Tor
|
||||
AccountFree permet l'intégration aisée de [The Onion Router](https://www.torproject.org/) pour de faire passer toutes vos connexions par Tor afin de protéger au mieux votre vie privée.
|
||||
|
|
|
@ -22,22 +22,25 @@ About:
|
|||
Content:
|
||||
AccountFree is a platform focused around the idea that you should be able to use online services completly without any account if you are not a content maker, and that some of their features can be reproduced localy just as well.
|
||||
Online accounts comes with many issues, namely the security hapazard that comes with entrusting your personal data to an online service that does not respect your right to privacy.
|
||||
AccountFree aims to reproduce the service's main features when unauthenticated, as well as providing an offline subscription system allowing you to follow and keep up to date on the people and topics you follow, while not implementing any of the tracking techniques put into place by said services."
|
||||
AccountFree aims to reproduce the service's main features when unauthenticated, as well as providing an offline subscription system allowing you to follow and keep up to date on the people and topics you follow, while not implementing any of the tracking techniques put into place by said services.
|
||||
|
||||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/accountfree/services
|
||||
Alt: Service management page of AccountFree.
|
||||
Content:
|
||||
# Services bridge system
|
||||
AccountFree relies on "services" to work. Said services can be installed locally on a per-user basis while separating user data on shared computers, and can be installed, removed and toggled at will. As of right now, there exists two official services, one for [Twitter](https://git.ad5001.eu/Ad5001/AccountFree-service-Twitter) and one for [Twitch](https://git.ad5001.eu/Ad5001/AccountFree-service-Twitch), installable directly from the Services menu.
|
||||
Furthermore, AccountFree provides an extensive [documentation](https://docs.accountfree.org) and a [complete example service](https://git.ad5001.eu/Ad5001/AccountFree-service-Example) to help external developers to create services for AccountFree.
|
||||
- Type: text|image
|
||||
Image: en/accountfree/follow-system
|
||||
Alt: Twitter profile page example on AccountFree.
|
||||
Content:
|
||||
# Subscription system
|
||||
AccountFree makes subscription really easy as a one click function without an account, while allowing quick shortcuts to individual profiles on the sidebar, and the majority of services allow the construction of a feed or main page displaying relevant information about all followed accounts in real time.
|
||||
- Type: image|text
|
||||
Image: en/accountfree/tor
|
||||
Alt: AccountFree's security settings page.
|
||||
Content: |
|
||||
# Tor integration
|
||||
AccountFree allows painless integration of [The Onion Router](https://www.torproject.org/) to proxy all of your connections through Tor in order to best protect your privacy.
|
||||
|
|
|
@ -22,10 +22,10 @@ Technical:
|
|||
- Title: Code source d'ad5001.eu
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/ad5001.eu
|
||||
- Title: Code source d'apps.ad5001.eu
|
||||
- Title: apps.ad5001.eu
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/apps.ad5001.eu
|
||||
- Title: Code source du thème
|
||||
- Title: Omegamma (thème)
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/Omegamma
|
||||
|
||||
|
|
|
@ -22,10 +22,10 @@ Technical:
|
|||
- Title: ad5001.eu's source code
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/ad5001.eu
|
||||
- Title: apps.ad5001.eu's source code
|
||||
- Title: apps.ad5001.eu
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/apps.ad5001.eu
|
||||
- Title: Theme's source code
|
||||
- Title: Omegamma (theme)
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/Omegamma
|
||||
|
||||
|
|
|
@ -24,18 +24,21 @@ About:
|
|||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/objects
|
||||
Alt: Panel de gestion des objets
|
||||
Content: |
|
||||
# Système de gestion des objets
|
||||
LogarithmPlotter travaille avec des objets pour créer des fonctionalités et des diagrammes complexes, mais aussi à rapidement gérer quoi montrer et comment.
|
||||
Ce système vous permet de créer, supprimer et modifier les objets en un instant.
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/object-settings
|
||||
Alt: Panel de paramètres d'un objet
|
||||
Content: |
|
||||
# Modification complète des objets
|
||||
Modifier les objecs a été rendu très simple et pourtant complet et facilement extensible avec une page de parametres qui permet de modifier l'intégralité des propriétés des objets.
|
||||
Les propriétés ont été faites de manière à être compatible avec les autres version de LogarithmPlotters, qu'elles soient plus anciennes ou récentes, afin d'éviter la corruption de données lors de l'ouverture d'un fichier créer par une autre version de LogarithmPlotter.
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/history
|
||||
Alt: Panel de l'historique
|
||||
Content: |
|
||||
# Système d'historique avancé
|
||||
Doté d'un système d'historique avancé, LogarithmPlotter est extrêmement rapide pour annuler et refaire des actions, ainsi que pour afficher une liste complète de l'historique des actions réalisés.
|
||||
|
@ -43,6 +46,7 @@ Sections:
|
|||
Un autre avantage de ce système est qu'il permet de sauvegarder l'historique directement dans votre fichier tout en étant extrêmement léger en termes de stockage (les fichiers LogarithmPlotter, .lpf, dépassent rarement quelques kilo-octets).
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/settings
|
||||
Alt: Panel de paramètres
|
||||
Content: |
|
||||
# Personnalisez l'apparence de votre diagramme
|
||||
LogarithmPlotter vous permet de modifier l'aspect de votre diagramme de nombreuses façons, de la représentation de l'axe à la taille des éléments et du texte, en passant par le passage du mode logarithmique au mode normal.
|
||||
|
|
|
@ -24,18 +24,21 @@ About:
|
|||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/objects
|
||||
Alt: Object management panel.
|
||||
Content: |
|
||||
# Object Management System
|
||||
LogarithmPlotter works with objects to create complex features and diagrams, as well as quickly manage what to display.
|
||||
This system allows you to create, delete and edit objects in an instant.
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/object-settings
|
||||
Alt: Settings panel of an object.
|
||||
Content: |
|
||||
# Complete object edition
|
||||
Editing objects has been made very simple yet complete and easily extendable with a settings page that allows you to edit all properties of an object.
|
||||
Properties are made to be backwards and forward compatible to prevent data corruption when opening a file made with a different version of LogarithmPlotter.
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/history
|
||||
Alt: History panel.
|
||||
Content: |
|
||||
# Advanced history system
|
||||
Featuring an advanced history system, LogarithmPlotter is extremly fast at undoing and redoing actions, as well as listing a complete list of actions history.
|
||||
|
@ -43,6 +46,7 @@ Sections:
|
|||
Another advantage of this system is that it allows history to be saved in your file directly while being extremly light on storage (LogarithmPlotter files, .lpf, rarely exceed a few kilobytes).
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/settings
|
||||
Alt: Settings panel.
|
||||
Content: |
|
||||
# Customize how your diagram looks
|
||||
LogarithmPlotter allows you to edit how your diagram looks in numerous ways, from the representation of the axis, to the size of elements and text as well as switching to normal scale mode from the logarithm one.
|
||||
|
|
|
@ -26,29 +26,34 @@ About:
|
|||
Sections:
|
||||
- Type: image|text
|
||||
Image: fr/nowox/fm
|
||||
Alt: Gestionnaire de fichiers de Nowox.
|
||||
Content: |
|
||||
# Parcourir le système de fichiers
|
||||
Nowox contient un gestionnaire de fichier complet qui vous permet de parcourir le système de fichier de la machine facilement, et d'ouvrir les fichiers dans leurs programmes réspectifs, que ce soit dans Nowox, ou avec des programmes externes.
|
||||
Passez de vos emplacements favoris et vos périphériques avec la navigations dans les fichiers (Ctrl+D) ou changez directement votre emplacement actuel (Ctrl+L) pour parcourir afin de naviguer rapidement entre vos fichiers.
|
||||
- Type: text|image
|
||||
Image: fr/nowox/sc
|
||||
Alt: Tableur de Nowox.
|
||||
Content: |
|
||||
# Reprendre le contrôles des tableurs
|
||||
Utilisez le programme Tableur pour jeter un coup d'oeil à vos données CSV, ou éditez directement vos tableurs formatés (comming soon). Le programme Tableur de Nowox vous permet d'appliquer un style spécifique par cellule, et d'utiliser [les fonctions les plus communes](https://wiki.openoffice.org/wiki/Documentation/Reference/Calc_functions).
|
||||
- Type: image|text
|
||||
Image: fr/nowox/te
|
||||
Alt: Éditeur de texte de Nowox.
|
||||
Content: |
|
||||
# Regarder des logs, modifier des fichiers de configuration & code\n
|
||||
# Regarder des logs, modifier des fichiers de configuration & code
|
||||
Avec l'éditeur de texte embarqué, vous pouvez facilement et rapidement regardez vos logs. Utilisez la fonction « Aller à » (Ctrl+G) pour aller à une certaine ligne et colonne du fichier.
|
||||
Vous pouvez également facilement modifier vos fichiers de configuration et de code à l'aide du système embarqué de coloration syntaxique fonctionnant avec [les fichiers de syntaxe Kate](https://kate-editor.org/syntax/), tout en cherchant la clé que vous cherchiez dans le mode recherche (Ctrl+F).
|
||||
- Type: text|image
|
||||
Image: fr/nowox/settings
|
||||
Alt: Paramètres de Nowox.
|
||||
Content: |
|
||||
# Personalisable
|
||||
Proposant un système extensible de paramètres, Nowox vous permet de personaliser de nombreuses choses à votre gré, de l'apparence de Nowox au taux de rafraichissement de l'écran en passant par la personalisation des emplacements du gestionnaire de fichier.
|
||||
De plus, Nowox supporte de nombreuses fonctionalités modernes des termiaux telles que les couleurs 24 bits, qui peuvent activés à tout moment, mais sont désactivés par défaut pour des raisons de compatibilités.
|
||||
- Type: image|text
|
||||
Image: fr/nowox/ext
|
||||
Alt: Terminaux de Nowox.
|
||||
Content: |
|
||||
# Intégration de programmes lignes de commande
|
||||
Des programmes tels que [Bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) ou [Qalc](https://qalculate.github.io/) peuvent être facilement intégrés à Nowox grâce à son intégration terminal supportant une majorité des codes ANSI.
|
||||
|
|
|
@ -26,29 +26,34 @@ About:
|
|||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/nowox/fm
|
||||
Alt: Nowox's File Manager program.
|
||||
Content: |
|
||||
# Browse the file system
|
||||
Nowox features a complete file manager which allows you to navigate through the machine's file system with ease, and open files in their corresponding program whether in Nowox, or in external programs.
|
||||
Switch between favorites places and drives with files selections (Ctrl+D) or directly edit your location (Ctrl+L) in order to quicly navigate between your files.
|
||||
- Type: text|image
|
||||
Image: en/nowox/sc
|
||||
Alt: Nowox's Spreadsheets program.
|
||||
Content: |
|
||||
# Take control of your spreadsheets
|
||||
Use the Spreadsheets program to take a peek at your CSV data, or directly edit your formated spreadsheets (comming soon). Nowox' Spreadsheets program allows you to edit per cell style and use [most common functions](https://wiki.openoffice.org/wiki/Documentation/Reference/Calc_functions).
|
||||
- Type: image|text
|
||||
Image: en/nowox/te
|
||||
Alt: Nowox's Text Editor program.
|
||||
Content: |
|
||||
# Check your logs, edit configuration and code files
|
||||
With the built-in text editor, you can easily and quicky check your logs. Use the Goto function (Ctrl+G) to jump to a certain line and column of the file.
|
||||
You can also edit code and configurations files easily with the built-in file syntax highlighting engine parsing [Kate syntax files](https://kate-editor.org/syntax/), while looking up the key you're looking for in search mode (Ctrl+F).
|
||||
- Type: text|image
|
||||
Image: en/nowox/settings
|
||||
Alt: Nowox's Settings program.
|
||||
Content: |
|
||||
# Customizable
|
||||
Featuring an extendable settings system, Nowox allows you to tune a lot of things to your liking, whether it's on how Nowox looks, to the screen refresh rate passing by places customization for the File Manager.
|
||||
In addition, Nowox supports many modern terminal features such as 24 bits terminal colors, which can be enabled whenever, but are deactivated by default for compatibility purposes.
|
||||
- Type: image|text
|
||||
Image: en/nowox/ext
|
||||
Alt: Nowox's Terminal programs.
|
||||
Content: |
|
||||
# Use command line programs
|
||||
Programs such as [Bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) or [Qalc](https://qalculate.github.io/) can be used seemlessly into Nowox with the terminal integration supporting a majority of ANSI support codes.
|
||||
|
|
Before Width: | Height: | Size: 21 KiB |
130
static/icons/apps/accountfree.svg
Normal file
|
@ -0,0 +1,130 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="129px"
|
||||
height="129px"
|
||||
viewBox="0 0 129 129"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
sodipodi:docname="accountfree.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2021-04-08)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview16"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.8294574"
|
||||
inkscape:cx="64.5"
|
||||
inkscape:cy="64.5"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="SVGRoot" />
|
||||
<title
|
||||
id="title841">AccountFree</title>
|
||||
<defs
|
||||
id="defs2081">
|
||||
<linearGradient
|
||||
id="linearGradient1300">
|
||||
<stop
|
||||
style="stop-color:#7c4893;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1296" />
|
||||
<stop
|
||||
style="stop-color:#E5425F;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop1298" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient1300"
|
||||
id="linearGradient1304"
|
||||
x1="91"
|
||||
y1="123.375"
|
||||
x2="44.75"
|
||||
y2="-2.875"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata2084">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>AccountFree</dc:title>
|
||||
<dc:date>2021</dc:date>
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Ad5001</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>(C) Ad5001 2021</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" />
|
||||
<dc:description>AccounFree's icon</dc:description>
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/">
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||
<cc:prohibits
|
||||
rdf:resource="http://creativecommons.org/ns#CommercialUse" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:url(#linearGradient1304);fill-opacity:1;fill-rule:evenodd"
|
||||
id="path2019"
|
||||
d="M 129,64.625 A 64.5,64.625 0 0 1 64.515974,129.25 64.5,64.625 0 0 1 7.9117519e-6,64.657009 64.5,64.625 0 0 1 64.452079,1.783594e-5 64.5,64.625 0 0 1 128.99997,64.560982" />
|
||||
<g
|
||||
id="g1486-3"
|
||||
transform="matrix(0.17281706,-0.60268472,0.60268472,0.17281706,-55.854933,98.54402)"
|
||||
style="fill:#8a8a8a;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0">
|
||||
<path
|
||||
style="fill:#8a8a8a;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0"
|
||||
d="m 94.305061,263.90987 c -14.958478,-1.50638 -30.070106,-3.9637 -44.532998,-10.83156 -5.212359,-2.47515 -5.626135,-3.04674 -9.974654,-6.05039 -1.663508,-1.14903 -4.310598,-2.53621 -5.740252,-3.45359 -1.409515,-0.90446 -3.10728,-1.96149 -3.616603,-2.27693 -0.509323,-0.31544 -1.875412,-1.3511 -3.891139,-2.60823 -1.865507,-1.16344 -4.293425,-2.28721 -6.671694,-4.19265 -6.933967,-6.34576 -8.484181,-8.17849 -8.152002,-8.57874 0.467548,-0.56336 3.172508,-1.67011 4.92125,-2.01355 0.873125,-0.17148 2.54,-0.53427 3.704167,-0.8062 2.986831,-0.69767 8.365642,0.38684 10.862711,0.20791 2.116643,-0.15168 0.207653,5.10785 4.353714,4.39593 1.236927,-0.21239 3.320521,-0.46304 4.630208,-0.557 1.309688,-0.094 3.155157,-0.29234 4.101042,-0.44085 2.081739,-0.32685 7.36922,-0.95409 10.980208,-1.30256 15.813712,-1.52607 16.684353,-1.67264 20.373396,-3.42995 3.30245,-1.57316 4.634764,-2.92755 6.785721,-6.89818 1.974736,-3.64533 2.42661,-5.20782 3.514257,-12.15159 1.409948,-9.00142 1.87485,-11.75433 2.421646,-14.33974 0.206124,-0.97461 0.374772,-2.60866 0.374772,-3.63122 0,-1.77898 -0.03273,-1.87613 -0.758502,-2.25144 -2.249025,-1.16302 -9.916621,-11.01939 -18.024147,-23.16927 -5.760421,-8.63253 -9.894454,-13.68096 -12.973931,-15.84359 -3.671681,-2.57852 -11.772285,-10.2569 -20.642246,-13.60009 -11.729651,-4.42105 -19.27592,-8.63431 -43.3356788,-15.81172 -5.5142832,-1.64499 -8.3299472,-4.3805 -8.3299472,-5.09778 0,-0.83755 2.047668,0.58115 17.577516,4.16611 23.892015,5.5153 27.6786,6.16288 34.522765,5.90406 2.450928,-0.0927 3.274211,-0.2278 4.149426,-0.68098 1.257855,-0.65129 -1.351663,5.64254 -1.351663,3.92336 0,-4.21728 -8.143823,-19.20582 -18.167797,-33.644105 -2.730707,-3.933241 -5.261257,-9.577015 -4.71828,-9.577015 0.43188,0 2.973933,1.813482 5.246159,3.742571 1.194734,1.014312 5.185656,4.82311 8.868711,8.463994 6.809981,6.732001 8.450816,19.772615 16.530323,26.512135 8.150339,6.7986 9.201785,7.48329 21.960417,14.30048 13.88473,7.41889 25.427503,14.81765 30.158804,19.33139 1.31172,1.2514 2.58899,2.34733 2.83838,2.43541 0.66729,0.23566 3.25072,-0.5081 4.99606,-1.43836 1.83333,-0.97715 4.20541,-3.61679 4.21234,-4.68747 0.002,-0.38584 0.24339,-1.77309 0.53531,-3.08278 0.29193,-1.30968 0.69478,-3.45281 0.89523,-4.7625 0.20046,-1.30968 0.51781,-3.15515 0.70523,-4.10104 0.43969,-2.21905 0.44143,-9.59461 0.003,-12.17083 -0.37523,-2.20423 -3.18335,-13.97953 -3.97508,-16.66875 -0.69116,-2.34762 -1.3139,-5.22502 -1.74651,-8.069795 -0.19916,-1.309687 -0.54706,-2.902235 -0.7731,-3.538995 -0.22605,-0.636759 -0.41066,-1.470197 -0.41025,-1.852083 5.3e-4,-0.381887 -0.29317,-2.063557 -0.65239,-3.737047 -0.89873,-4.186818 -1.33212,-8.618818 -1.33245,-13.626041 -2.6e-4,-4.830963 4.34589,-14.188199 5.33548,-13.307123 0.29959,0.266734 6.95794,9.218253 8.49222,11.255544 3.94267,5.235283 0.80817,14.088237 6.28667,20.562361 12.32465,14.564419 15.01221,18.370189 24.44926,34.621929 8.24114,14.19225 9.2293,17.52409 8.37751,28.24714 -0.54026,6.80128 -1.17783,11.23618 -2.67867,18.63265 -1.49415,7.36347 -1.64847,8.76503 -1.08508,9.8545 0.28464,0.55044 2.30248,2.18799 6.05176,4.91122 10.68253,7.75909 17.3114,13.15939 19.90309,16.21433 2.01163,2.3712 5.71544,7.38713 6.83099,9.25096 1.50266,2.51059 3.5065,4.60237 4.23151,9.7723 l 2.90024,0.96652 3.52938,1.84871 c 2.13705,1.11941 2.69417,0.78455 3.55673,1.36369 1.83883,1.23463 3.95495,2.59742 3.7167,3.54668 -0.34194,0.94092 -4.63865,1.50048 -5.41653,1.50048 -0.50748,0 -3.33865,-0.0623 -7.62006,-0.0797 -10.45653,-0.0426 -12.58871,0.49443 -17.24505,0.23539 -8.33538,-0.4637 -18.6,-1.73183 -32.31017,-7.78582 -6.4673,-2.85576 -6.76287,-2.94722 -7.4935,-2.31882 -1.06018,0.91185 -2.72177,6.10195 -3.49353,10.9123 -1.03942,6.47866 -6.63686,18.0823 -10.96431,22.72931 -2.21412,2.37762 -6.61509,4.08688 -12.30527,4.77917 -2.92232,0.35554 -9.331588,0.29742 -13.500686,-0.12243 z m 84.500349,-37.11259 c 1.3942,-0.88188 2.15468,-4.23932 1.75361,-5.57796 -0.44554,-1.48709 -2.51136,-3.08518 -4.21202,-3.16831 -1.64895,-0.0806 -3.75186,0.85298 -4.51982,2.07139 -0.5827,0.76545 -0.84869,3.1087 -0.60797,3.91215 0.44554,1.48709 2.05258,2.75418 3.71727,3.36214 0.93487,0.34142 3.37213,-0.20862 3.86893,-0.59941 z"
|
||||
id="path1488-6" />
|
||||
</g>
|
||||
<g
|
||||
id="g1486-3-3"
|
||||
transform="matrix(0.17281706,-0.60268472,0.60268472,0.17281706,-59.85491,94.543943)"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0">
|
||||
<path
|
||||
style="stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0"
|
||||
d="m 94.305061,263.90987 c -14.958478,-1.50638 -29.783955,-4.93689 -44.842398,-10.3762 -5.390978,-1.94729 -6.48325,-2.46209 -10.883913,-5.1297 -1.728915,-1.04804 -4.393637,-2.51276 -5.921606,-3.25493 -1.527968,-0.74217 -3.194843,-1.60748 -3.704166,-1.92292 -0.509323,-0.31544 -2.592917,-1.19247 -4.630209,-1.94896 -2.037291,-0.75649 -5.966354,-2.36376 -8.73125,-3.57171 -8.7808961,-3.83628 -8.6930121,-3.79221 -8.360833,-4.19246 0.4675479,-0.56336 3.172508,-1.67011 4.92125,-2.01355 0.873125,-0.17148 2.54,-0.53427 3.704167,-0.8062 2.986831,-0.69767 9.949243,-1.81061 12.446312,-1.98954 2.116643,-0.15168 3.119085,-0.28991 7.265146,-1.00183 1.236927,-0.21239 3.320521,-0.46304 4.630208,-0.557 1.309688,-0.094 3.155157,-0.29234 4.101042,-0.44085 2.081739,-0.32685 7.36922,-0.95409 10.980208,-1.30256 15.813712,-1.52607 16.684353,-1.67264 20.373396,-3.42995 3.30245,-1.57316 4.634764,-2.92755 6.785721,-6.89818 1.974736,-3.64533 2.42661,-5.20782 3.514257,-12.15159 1.409948,-9.00142 1.87485,-11.75433 2.421646,-14.33974 0.206124,-0.97461 0.374772,-2.60866 0.374772,-3.63122 0,-1.77898 -0.03273,-1.87613 -0.758502,-2.25144 -2.249025,-1.16302 -9.916621,-11.01939 -18.024147,-23.16927 -5.760421,-8.63253 -9.894454,-13.68096 -12.973931,-15.84359 -3.671681,-2.57852 -13.480751,-7.21002 -22.350712,-10.55321 -11.729651,-4.42105 -21.48164,-7.18357 -45.905208,-13.00392 -5.867226,-1.39821 -8.466667,-2.33546 -8.466667,-3.05274 0,-0.83755 2.320018,-0.42712 17.8498662,3.15784 23.8920148,5.5153 27.6785998,6.16288 34.5227648,5.90406 2.450928,-0.0927 3.274211,-0.2278 4.149426,-0.68098 1.257855,-0.65129 1.421693,-0.96006 1.421693,-2.67924 0,-4.21728 -9.659554,-17.84146 -21.717063,-30.630536 -3.146478,-3.337384 -4.532045,-5.11352 -3.989068,-5.11352 0.43188,0 2.973933,1.813482 5.246159,3.742571 1.194734,1.014312 5.185656,4.82311 8.868711,8.463994 6.809981,6.732001 12.639879,12.006701 20.719386,18.746221 8.150339,6.7986 9.201785,7.48329 21.960417,14.30048 13.88473,7.41889 25.427503,14.81765 30.158804,19.33139 1.31172,1.2514 2.58899,2.34733 2.83838,2.43541 0.66729,0.23566 3.25072,-0.5081 4.99606,-1.43836 1.83333,-0.97715 4.20541,-3.61679 4.21234,-4.68747 0.002,-0.38584 0.24339,-1.77309 0.53531,-3.08278 0.29193,-1.30968 0.69478,-3.45281 0.89523,-4.7625 0.20046,-1.30968 0.51781,-3.15515 0.70523,-4.10104 0.43969,-2.21905 0.44143,-9.59461 0.003,-12.17083 -0.37523,-2.20423 -3.18335,-13.97953 -3.97508,-16.66875 -0.69116,-2.34762 -1.3139,-5.22502 -1.74651,-8.069795 -0.19916,-1.309687 -0.54706,-2.902235 -0.7731,-3.538995 -0.22605,-0.636759 -0.41066,-1.470197 -0.41025,-1.852083 5.3e-4,-0.381887 -0.29317,-2.063557 -0.65239,-3.737047 -0.89873,-4.186818 -1.33212,-8.618818 -1.33245,-13.626041 -2.6e-4,-4.830963 0.25841,-5.863965 1.248,-4.982889 0.29959,0.266734 1.80002,2.151847 3.3343,4.189138 3.94267,5.235283 10.05357,12.830409 15.53207,19.304533 12.32465,14.564419 15.01221,18.370189 24.44926,34.621929 8.24114,14.19225 9.2293,17.52409 8.37751,28.24714 -0.54026,6.80128 -1.17783,11.23618 -2.67867,18.63265 -1.49415,7.36347 -1.64847,8.76503 -1.08508,9.8545 0.28464,0.55044 2.30248,2.18799 6.05176,4.91122 10.68253,7.75909 17.3114,13.15939 19.90309,16.21433 2.01163,2.3712 5.71544,7.38713 6.83099,9.25096 1.50266,2.51059 2.45226,5.78462 3.17727,10.95455 l 0.64774,4.61889 3.14324,3.05937 c 1.72879,1.68266 3.84898,3.53322 4.71154,4.11236 1.83883,1.23463 2.14346,1.65028 1.90521,2.59954 -0.14863,0.59217 -0.60209,0.48967 -1.37997,0.48967 -0.50748,0 -4.03103,-0.6724 -8.17355,-1.75423 -10.10075,-2.63784 -12.28239,-3.06611 -16.93873,-3.32515 -8.33538,-0.4637 -18.03983,-3.33279 -31.75,-9.38678 -6.4673,-2.85576 -6.76287,-2.94722 -7.4935,-2.31882 -1.06018,0.91185 -2.72177,6.10195 -3.49353,10.9123 -1.03942,6.47866 -6.63686,18.0823 -10.96431,22.72931 -2.21412,2.37762 -6.61509,4.08688 -12.30527,4.77917 -2.92232,0.35554 -9.331588,0.29742 -13.500686,-0.12243 z m 81.735409,-32.65102 c 1.3942,-0.88188 2.15468,-4.23932 1.75361,-5.57796 -0.44554,-1.48709 -2.51136,-3.08518 -4.21202,-3.16831 -1.64895,-0.0806 -3.75186,0.85298 -4.51982,2.07139 -0.5827,0.76545 -0.84869,3.1087 -0.60797,3.91215 0.44554,1.48709 2.05258,2.75418 3.71727,3.36214 0.93487,0.34142 3.37213,-0.20862 3.86893,-0.59941 z"
|
||||
id="path1488-6-6" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.5 KiB |
87
static/icons/apps/ad5001.eu.svg
Normal file
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="26.0px"
|
||||
height="26.0px"
|
||||
viewBox="0 0 26.0 26.0"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
sodipodi:docname="logo-over.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||
<defs
|
||||
id="defs833">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient1433">
|
||||
<stop
|
||||
style="stop-color:#3cd368;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop1429" />
|
||||
<stop
|
||||
style="stop-color:#9efe93;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop1431" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient1433"
|
||||
id="linearGradient1437"
|
||||
x1="17"
|
||||
y1="8"
|
||||
x2="5"
|
||||
y2="23"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="22.502489"
|
||||
inkscape:cy="19.742933"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid1403" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata836">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
id="rect1424"
|
||||
style="fill:url(#linearGradient1437);fill-opacity:1;fill-rule:evenodd;stroke-width:1.88976"
|
||||
d="m 13,3 9,12 -4,2 -4,-7 -3,10 -6,3 z"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.4 KiB |
131
static/icons/apps/logarithmplotter.svg
Normal file
|
@ -0,0 +1,131 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="24.0px"
|
||||
height="24.0px"
|
||||
viewBox="0 0 24.0 24.0"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
sodipodi:docname="logplotter.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2021-09-07)">
|
||||
<title
|
||||
id="title836">LogarithmPlotter Icon v1.0</title>
|
||||
<defs
|
||||
id="defs833" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="23.950814"
|
||||
inkscape:cy="5.6122612"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid1403" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata836">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>LogarithmPlotter Icon v1.0</dc:title>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" />
|
||||
<dc:date>2021</dc:date>
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Ad5001</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>(c) Ad5001 2021 - All rights reserved</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/">
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||
<cc:prohibits
|
||||
rdf:resource="http://creativecommons.org/ns#CommercialUse" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Bg">
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect1546"
|
||||
width="24"
|
||||
height="24"
|
||||
x="0"
|
||||
y="0"
|
||||
ry="3" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<rect
|
||||
style="fill:#000000;fill-rule:evenodd;stroke-width:19.304;stroke-opacity:0"
|
||||
id="rect1410"
|
||||
width="22"
|
||||
height="2"
|
||||
x="1"
|
||||
y="19" />
|
||||
<rect
|
||||
style="fill:#000000;fill-rule:evenodd;stroke-width:19.3041;stroke-opacity:0"
|
||||
id="rect1412"
|
||||
width="2"
|
||||
height="22"
|
||||
x="9"
|
||||
y="1" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1.95063;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path1529"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="1"
|
||||
sodipodi:cy="1"
|
||||
sodipodi:rx="20.024685"
|
||||
sodipodi:ry="18.024683"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="1.5707963"
|
||||
sodipodi:arc-type="arc"
|
||||
d="M 21.024685,1 A 20.024685,18.024683 0 0 1 1,19.024683"
|
||||
sodipodi:open="true" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 7.5 KiB |
124
static/icons/apps/nowox.svg
Normal file
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="24.0px"
|
||||
height="24.0px"
|
||||
viewBox="0 0 24.0 24.0"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
sodipodi:docname="icon.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||
<defs
|
||||
id="defs1481">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2133">
|
||||
<stop
|
||||
style="stop-color:#3cb4ff;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop2129" />
|
||||
<stop
|
||||
style="stop-color:#2955cb;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2131" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2133"
|
||||
id="linearGradient2135"
|
||||
x1="0"
|
||||
y1="1"
|
||||
x2="24"
|
||||
y2="23"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.4"
|
||||
inkscape:cx="-5.8009523"
|
||||
inkscape:cy="15.302075"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2051" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata1484">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Calque 2">
|
||||
<rect
|
||||
style="fill:url(#linearGradient2135);fill-rule:evenodd;stroke-width:1.88976;fill-opacity:1"
|
||||
id="rect2103"
|
||||
width="24"
|
||||
height="24"
|
||||
x="0"
|
||||
y="0" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:4px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="25.852486"
|
||||
y="5.8883834"
|
||||
id="text2060"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan2058"
|
||||
x="25.852486"
|
||||
y="5.8883834"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4px;font-family:'Fira Code';-inkscape-font-specification:'Fira Code'"> ▟▙ ▟█▛</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="25.852486"
|
||||
y="10.888384"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4px;font-family:'Fira Code';-inkscape-font-specification:'Fira Code'"
|
||||
id="tspan2062"> ▟██▙▟█▛ </tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="25.852486"
|
||||
y="15.888384"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4px;font-family:'Fira Code';-inkscape-font-specification:'Fira Code'"
|
||||
id="tspan2064"> ▟█▛▜██▛ </tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="25.852486"
|
||||
y="20.888382"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4px;font-family:'Fira Code';-inkscape-font-specification:'Fira Code'"
|
||||
id="tspan2066">▟█▛ ▜▛ </tspan></text>
|
||||
<path
|
||||
id="rect2068"
|
||||
style="fill:#ffffff;fill-rule:evenodd;stroke-width:2.31441"
|
||||
d="M 7 0 L 7 3 L 6 3 L 6 6 L 5 6 L 5 9 L 4 9 L 4 12 L 3 12 L 3 15 L 2 15 L 2 18 L 1 18 L 1 21 L 0 21 L 0 24 L 6 24 L 6 21 L 7 21 L 7 18 L 8 18 L 8 15 L 9 15 L 10 15 L 10 18 L 11 18 L 11 21 L 12 21 L 12 24 L 18 24 L 18 21 L 19 21 L 19 18 L 20 18 L 20 15 L 21 15 L 21 12 L 22 12 L 22 9 L 23 9 L 23 6 L 24 6 L 24 3 L 24 0 L 19 0 L 19 3 L 18 3 L 18 6 L 17 6 L 17 9 L 16 9 L 16 12 L 15 12 L 14 12 L 14 9 L 13 9 L 13 6 L 12 6 L 12 3 L 11 3 L 11 0 L 7 0 z " />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.9 KiB |
100
static/icons/apps/unchecker.svg
Normal file
|
@ -0,0 +1,100 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="20px"
|
||||
version="1.1"
|
||||
viewBox="0 0 20 20"
|
||||
width="20px"
|
||||
id="svg12"
|
||||
sodipodi:docname="off.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||
<metadata
|
||||
id="metadata16">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1008"
|
||||
id="namedview14"
|
||||
showgrid="false"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="16.458466"
|
||||
inkscape:cy="9.7844187"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg12"
|
||||
inkscape:measure-start="0,0"
|
||||
inkscape:measure-end="0,0" />
|
||||
<desc
|
||||
id="desc4" />
|
||||
<defs
|
||||
id="defs6" />
|
||||
<g
|
||||
id="Page-1"
|
||||
transform="matrix(0.5,0,0,0.5,0,5)"
|
||||
style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:1">
|
||||
<g
|
||||
id="Core"
|
||||
transform="translate(-170,-86)"
|
||||
style="fill:#333333">
|
||||
<g
|
||||
id="check-circle-outline-blank"
|
||||
transform="translate(170,86)"
|
||||
style="fill:#333333">
|
||||
<path
|
||||
d="M 10,0 C 4.5,0 0,4.5 0,10 0,15.5 4.5,20 10,20 15.5,20 20,15.5 20,10 20,4.5 15.5,0 10,0 Z m 0.0078,17 C 5.6078125,17 3.0054175,14.4 3.0054175,10 3.0054175,5.6 5.6,3 10,3 c 4.4,0 8,2.6 8,7 0,4.4 -3.592187,7 -7.992187,7 z"
|
||||
id="Shape"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#333333"
|
||||
sodipodi:nodetypes="ssssssssss" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#333333;stroke-width:1.14508271"
|
||||
id="rect3724"
|
||||
width="10"
|
||||
height="1.4978296"
|
||||
x="5"
|
||||
y="5" />
|
||||
<path
|
||||
id="Shape-3"
|
||||
style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:0.5"
|
||||
d="m 15,5 c -1.017755,0 -1.962173,0.3127537 -2.75,0.84375 0.06776,-0.00146 0.135653,-0.00264 0.203125,-0.00391 0.07613,-0.00143 0.150419,-0.00252 0.226563,-0.00195 0.107746,0.00134 0.215832,0.013662 0.322265,0.029297 0.05838,0.00958 0.116918,0.017699 0.175781,0.023437 0.03789,0.00358 0.07532,0.00511 0.113282,0.00781 0.580099,0.04116 0.886095,0.3036967 0.978515,0.59375 0.0069,-0.00202 0.0044,-0.00987 0.01367,-0.00977 0.0087,9.5e-5 0.01863,4.569e-4 0.02734,0 0.01238,-7.539e-4 0.02471,-0.00151 0.03711,-0.00195 0.01247,-7.873e-4 0.02467,-7.906e-4 0.03711,-0.00195 0.01191,-0.00129 0.02325,-0.00269 0.03516,-0.00391 0.01032,-0.00105 0.0209,-0.00131 0.03125,-0.00195 0.0094,-5.48e-4 0.01993,-0.00162 0.0293,-0.00195 0.0077,-2.774e-4 0.01376,1.611e-4 0.02148,0 0.0069,-1.759e-4 0.01459,-0.0014 0.02149,-0.00195 0.0088,-6.666e-4 0.01848,4.1e-4 0.02734,0 0.0089,-1.831e-4 0.01652,-0.00124 0.02539,-0.00195 0.0096,-7.737e-4 0.01964,-0.00142 0.0293,-0.00195 0.0087,-4.687e-4 0.01669,-0.00172 0.02539,-0.00195 0.01071,-2.653e-4 0.02248,1.18e-4 0.0332,0 0.01016,-1.074e-4 0.02109,6.47e-5 0.03125,0 0.0083,-4.83e-5 0.01518,3.37e-5 0.02344,0 h 0.0078 c 0.03112,-1.145e-4 0.04211,0.011967 0.04297,0.025391 0.0032,4.11e-5 0.0063,8.44e-5 0.0098,0 0.0067,-2.785e-4 0.01282,-6.63e-4 0.01953,0 0.0073,1.893e-4 0.01461,0.00413 0.02148,0.00586 0.002,6.216e-4 0.0039,0.00162 0.0059,0.00195 0.0091,-0.00812 0.0092,-0.021484 0.0293,-0.021484 h 0.02344 0.0039 c 0.01171,0 0.01082,0.00813 0.01758,0.011719 0.0082,-0.00404 0.0064,-0.013672 0.01953,-0.013672 h 0.01758 0.01563 c 0.02707,0 0.035,0.014347 0.04102,0.027344 0.002,-4.51e-5 0.0039,0 0.0059,0 2.2,0 3.498047,1.3 3.498047,3.5 0,2.2 -1.301953,3.5 -3.501953,3.5 -0.0027,0 -0.0052,7.3e-5 -0.0078,0 -0.0081,0.0091 -0.01029,0.02096 -0.03125,0.02148 -0.0095,2.39e-4 -0.01786,-4.07e-4 -0.02734,0 -0.0083,3.76e-4 -0.01709,0.0012 -0.02539,0.002 -0.0084,7.66e-4 -0.0071,-0.0066 -0.01367,-0.0078 -0.0059,6.91e-4 -0.01163,0.0016 -0.01758,0.002 -0.0086,6.27e-4 -0.01673,0.0021 -0.02539,0.002 h -0.02344 -0.02539 -0.02734 -0.02734 -0.02344 c -0.0024,0 -0.0017,-0.0018 -0.0039,-0.002 -0.132239,0.349342 -1.840827,0.622525 -0.816406,0.992188 -0.01305,-0.0033 -0.03016,-0.0066 -0.04492,-0.0098 -0.0065,-0.0014 -0.0069,7.6e-5 -0.01172,-0.002 0.0093,-0.0011 0.007,-5.28e-4 -0.01367,-0.002 -0.03387,-0.0018 -0.0677,-0.0039 -0.101562,-0.0059 -0.01115,-6.69e-4 -0.02205,-0.0013 -0.0332,-0.002 -0.07846,-0.0052 -0.156196,-0.01103 -0.234374,-0.01953 -0.09564,-0.01086 -0.190534,-0.02318 -0.285157,-0.04102 -0.118534,-0.02245 -0.236979,-0.04664 -0.353515,-0.07813 -0.101479,-0.02835 -0.20318,-0.05719 -0.302735,-0.0918 -0.07283,-0.0246 -0.147154,-0.04915 -0.216797,-0.08203 -0.03706,-0.01699 -0.07384,-0.03472 -0.111328,-0.05078 C 12.993489,14.675558 13.959976,15 15,15 c 2.75,0 5,-2.25 5,-5 0,-2.75 -2.25,-5 -5,-5 z m -2.625,7.710938 c 0.0015,0.0029 0.0044,0.0049 0.0059,0.0078 0.0072,0.0031 0.01426,0.0066 0.02149,0.0098 -0.0088,-0.0062 -0.01858,-0.01128 -0.02734,-0.01758 z" />
|
||||
<rect
|
||||
style="fill:#333333;stroke-width:1.14615846"
|
||||
id="rect3724-6"
|
||||
width="10"
|
||||
height="1.5006453"
|
||||
x="5"
|
||||
y="13.5" />
|
||||
<circle
|
||||
style="fill:#333333;stroke-width:1.42857134"
|
||||
id="path3807"
|
||||
cx="5"
|
||||
cy="10"
|
||||
r="5" />
|
||||
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
BIN
static/img/app0.webp
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
static/img/en/accountfree/follow-system.png
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
static/img/en/accountfree/services.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
static/img/en/accountfree/tor.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 112 KiB |
BIN
static/img/preview/accountfree.webp
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
static/img/preview/ad5001.eu.webp
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 88 KiB |
BIN
static/img/preview/logarithmplotter.webp
Normal file
After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 66 KiB |
BIN
static/img/preview/nowox.webp
Normal file
After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 121 KiB |
BIN
static/img/preview/unchecker.webp
Normal file
After Width: | Height: | Size: 44 KiB |