Update of scheme and logotypes

This commit is contained in:
Coinmandeer 2024-01-22 23:14:05 +01:00
parent 611a89ed69
commit 0bbb3dc112
45 changed files with 330 additions and 189 deletions

242
README.md
View File

@ -1,92 +1,180 @@
# Web3Privacy Now Data Repository
Structured database for Web3Privacy Now.
List of variables used for Privacy Explorer (https://explorer.web3privacy.info)
Feel free to submit any suggestions or changes to this scheme.
You can create/edit projects by making changes in index.yaml file, which you can find in project folder inside /src/projects/
Upload project logo in root of project directory to be automatically included.
# Database
https://data.web3privacy.info/
# Schema specification
# Project description
| Field | Type | Required | Description |
|------------------------|-----------------------|----------|-------------|
| id | string | x | |
| name | string | x | Name of the project |
| categories | array | x | Categories defined by web3privacy research |
| ecosystem | string | | Build on network (e.g., Cosmos, Ethereum) |
| product_readiness | string | | State of development (e.g., Alpha, Beta, Mainnet, Testnet) |
| security | string | | Security details |
| have_token | boolean | | Does the project have a token? |
| token_link | string uri | | Link to the token contract |
| tokens | array | | Native tokens of the project (e.g., TORN, SCRT) |
| id | string | x | Unique project identifier |
| name | string | x | Name of project |
| categories | array | x | Categories are defined in explorer-data/schema/category.yaml |
| logos | array | | Links to project logo (Note: Upload logos into root folder of project) |
| ecosystem | array | | What is projects native networks? (ex. Ethereum, Arbitrum, Cosmos,...) |
| | | | |
| | | | |
| | | | |
| project_type | string | | Main usecases of project (ex. ZK Pool mixer, Privacy transactions) |
| description | string | | Short description of project features and mission |
| project_type | string | | Main purpose of the project (e.g., ZK Pool mixer, Privacy transactions) |
| product_launch_day | string | | Date of the project announcement |
| technology type | string | | Category of privacy tech (e.g., ZK, PHE) |
| technology name | string | | Name of privacy tech (e.g., Ultramix3000, ZK-EVM) |
| technology features | array | | Key aspects of the privacy tech used (e.g., Non-traceable, Account Abstraction) |
| links web | string uri | | Official project website |
| links twitter | string uri | | Project's Twitter profile |
| links discord | string uri | | Project's Discord server |
| links blog | string uri | | Project's Blog (e.g., Medium) |
| links facebook | string uri | | Project's Facebook page |
| links bloc_explorer | string uri | | Project's or Network's Block Explorer |
| links whitepaper | string uri | | Link to the project's whitepaper |
| links github | string uri | | Link to the project's GitHub repository |
| links docs | string uri | | Link to project documentation |
| links changelog | string uri | | Link to changelog |
| links forum | string uri | | Link to project forum (e.g., Discourse) |
| links snapshot | string | | Link to Snapshot |
| links lens | string | | Link to project's Lens |
| links farcaster | string | | Link to Farcaster |
| links rss_feed | string uri | | Link to a stream of articles related to the project |
| blockchain_features p2p | boolean | | Is the project Peer to Peer-based or enabling such a feature? |
| blockchain_features encryption | string | | Encryption algorithm (e.g., 256-bit, SHA) |
| blockchain_features network | string | | Networks securing assets |
| blockchain_features upgradability enabled | boolean | | Is the project upgradable or immutable? |
| blockchain_features upgradability type | string | | Upgradability type (e.g., Governance, Admin keys) |
| blockchain_features upgradability admin_keys | string | | Upgradability condition definition (e.g., Multisign of 5, 80% consensus) |
| licenses | string | | Licenses used (e.g., MIT License, GGML) |
| privacy_policy defined | boolean | | Is there a document defining privacy policies? |
| privacy_policy link | string uri | | Link to the privacy policy |
| privacy_policy data_usage | string | | How is the project using your data? (e.g., Selling data, Analytics) |
| team anonymous | boolean | | Is the project developed by an anonymous team? |
| team teammembers name | string | | Member's name |
| team teammembers role | string | | Member's role |
| team teammembers link | string uri | | Member's social link |
| team company name | string | | Name of the development company |
| team company link | string uri | | Official link to the development company |
| team company contacts | string | | Official mail/phone of the development company |
| storage decentralized | boolean | | Is any part of used data stored decentraly? |
| traceability tracked_data | string | | What data is the project tracking (e.g., Address, Name, Phone, IP) |
| traceability kyc | boolean | | Is KYC required for product usage? |
| traceability sign_in_type_requirments | string | | What Sign-in information is required to use the project (e.g., Wallet, Email, Gitcoin Pass) |
| third_party_dependency | string | | What third-party technological dependencies does the project have? (e.g., Uniswap hack, USDC stability) |
| compliance | string | | Does the project comply with any official blacklists? (e.g., OFAC, Hacker_wallet_list) |
| audits name | string | | Name of the project audit |
| audits company | string | | Company that processed the project audit |
| audits logo | string | | Logo of the audit company |
| audits link | string uri | | Official link to the audit company website |
| audits time | string | | Date of the audit |
| social_trust | string | | Is there any social dependency that the project has (e.g., Governance, CEO, Community) |
| technical_spof | string | | Is there any technical single point of failure? (e.g., Pool hack, Bridge malfunction) |
| history title | string | | Title of events/news related to the project |
| history event_type | string | | Type of event (e.g., Product release, Hack announcement) |
| history description | string | | Description of the event |
| history time | string | | Time of the event |
| history link | string uri | | Link to more information about the event |
| client_diversability name | string | | Name of the client (e.g., Wallet name, Bridge name) implementing the project |
| client_diversability link | string uri | | Link to the client's website |
| default_privacy | boolean | | Is privacy applied by default or must it be turned on? |
| product_launch_day | string | | Date of the project launch (YYYY-MM-DD)|
| | | | |
| | | | |
| | | | |
| token_link | string url | | Link to the project token contract |
| tokens | array | | Native tokens of project (ex. privUSDC, sETH,...) |
| assets_used | array | | Digital assets that you can use in project/protocol (ex. BTC, ETH, USDC,...)|
| fee | string | | Cost of usage (ex. 0.15%, $5, None) |
| | | | |
| | | | |
| | | | |
| team anonymous | boolean | | Is project developed by anonymous team? (Yes/No) |
| team teammembers name | string | | Member's name |
| team teammembers role | string | | Member's role |
| team teammembers link | string url | | Member's social link |
| | | | |
| | | | |
| | | | |
| funding name | string | | Name of the investor |
| funding type | string | | Type of investment |
| funding link | string uri | | Link for more information about the investment |
| funding value | string | | Value of the investment |
| funding time | string | | Date of the investment |
| project_status live_status | boolean | | Is the project currently functioning? |
| project_status version | string | | Name of the latest version |
| project_status testnet | boolean | | Does the project have a running testnet? |
| project_status mainnet | boolean | | Is the mainnet running? |
| funding type | string | | Type of investment (Seed, Round1, Angel investment,...) |
| funding link | string url | | Link for more information about the investment |
| funding value | string | | Value of the investment ($1,500,000) |
| funding time | string | | Date of the investment (YYYY-MM-DD)|
| | | | |
| | | | |
| | | | |
| history title | string | | Title of events/news related to the project |
| history event_type | string | | Type of event (e.g., Product release, Hack, Launch) |
| history description | string | | Description of the event |
| history time | string | | Time of the event (YYYY-MM-DD) |
| history link | string url | | Link to more information about the event |
| | | | |
| | | | |
| | | | |
| sunset | boolean | | Project is not active, is not recommended for use, no development |
# Project Links
| Field | Type | Required | Description |
|------------------------|-----------------------|----------|-------------|
| links web | string url | | Official project website |
| links github | string url | | Link to the project GitHub repository |
| links block_explorer | string url | | Project or Network Block Explorer |
| links docs | string url | | Link to project documentation |
| links forum | string url | | Link to project forum (ex. Discourse) |
| links whitepaper | string url | | Link to the project whitepaper |
| links changelog | string url | | Link to changelog |
| links snapshot | string url | | Link to Snapshot |
| | | | |
| | | | |
| | | | |
| links blog | string url | | Project Blog (ex. Medium) |
| links twitter | string url | | Project Twitter profile |
| links discord | string url | | Project Discord server |
| links facebook | string url | | Project Facebook page |
| links telegram | string url | | Project Telegram |
| links lens | string url | | Project Lens profile |
| links farcaster | string url | | Project Farcaster profile |
| links rss_feed | string url | | Link to a information stream related to the project |
| | | | |
| | | | |
| | | | |
| links education | string url | | Links to useful education content about project |
# Technology
| Field | Type | Required | Description |
|------------------------|-----------------------|----------|-------------|
| technology type | string | | Technology that runs underhood (ex. ZK, ZK-Snarks, PLONK, Monero, Ellipcic curves,...) |
| technology features | array | | Key aspects of the privacy tech used (ex. Private wallet, P2P Swap, Fluid compliance, ZK Defi, Private bridge,...) |
| | | | |
| | | | |
| | | | |
| blockchain_features encryption | string | | Encryption used (ex. Cryptonight, Groth16, ECDH,...) |
| blockchain_features opensource | boolean | | Is project opensourced? (Yes/No) |
| | | | |
| | | | |
| | | | |
| project_status live_status | boolean | | Is the project currently working? (Yes/No) |
| project_status version | string | | Name of the latest version (Ex. Arbitrum Nitro, V2.12, Prototest10,...) |
| project_status testnet | boolean | | Does the project have a running testnet? (Yes/No)|
| project_status mainnet | boolean | | Is the mainnet running? (Yes/No) |
| | | | |
| | | | |
| | | | |
| client_diversability name | string | | Name of the clients using project (ex. Wallet name, Bridge name, Project name,...) |
| client_diversability link | string url | | Link to the client's website |
# Privacy
| Field | Type | Required | Description |
|------------------------|-----------------------|----------|-------------|
| licenses | string | | Licenses used (ex. MIT License, GGML,...) |
| privacy_policy defined | boolean | | Is there a document defining privacy policies? (Yes/No)|
| privacy_policy link | string url | | Link to the privacy policy document |
| privacy_policy data_usage | string | | How is the project using your data? (ex. Selling data, Analytics., Not using,...) |
| traceability tracked_data | string | | What data is the project tracking (ex. Address, Name, Phone, IP,...) |
| default_privacy | boolean | | Is privacy applied by default or must it be turned on? (Yes/No) |
| compliance | string | | Does the project comply with any official blacklists? (ex. OFAC, Hacker_wallet_list, USA,...) |
| | | | |
| | | | |
| | | | |
| storage decentralized | boolean | | Is any part of used data stored on decetralized networks? (Yes/No)|
| traceability kyc | boolean | | Is KYC required for product usage? (Yes/No) |
| traceability sign_in_type_requirments | string | | What Sign-in information is required to use the project? (ex. Wallet, Email, Gitcoin Pass,...) |
| blockchain_features identity_integration | string| | What Identity integration project use? (ex. Gitcoin Pass, Proof of Humanity, Degenscore,...) |
| blockchain_features p2p | boolean | | Is the project Peer to Peer-based or enabling such a feature? (Yes/No) |
| blockchain_features data_masking | string | | What type of anonymity mechanism is used? (Mixer, ZK Pool,...) |
| blockchain_features viewing_key | boolean | | Is there a viewing key that can decode your transactions? (Yes/No) |
| blockchain_features dissapearing_tx | boolean | | Is there any trace of your transaction on-chain / online? (Yes/No) |
| blockchain_features connected_tx | boolean | | Is is possible to identify other transactions when is your address revealed? (Yes/No) |
| blockchain_features frontend_anonymity | string| | Are you able to use project with TOR / VPN or other anonymity tools? (TOR address, Geo restricted, VPN banned,...) |
# Security
| Field | Type | Required | Description |
|------------------------|-----------------------|----------|-------------|
| third_party_dependency | string | | What third-party technological dependencies project have? (ex. Uniswap hack, USDC stability,...) |
| social_trust | string | | Is there any social dependency (ex. Governance, Board multisig, CEO have 50% tokens,...) |
| technical_spof | string | | Is there any technical single point of failure? (ex. Pool hack, Bridge malfunction, Viewing key leak,...) |
| | | | |
| | | | |
| | | | |
| blockchain_features asset_custody_type | string | | Are users assets in any custody, by who? Or is it fully non-custodial? (ex. DAO Multisig, Non-custodial, Centralized bridge,...) |
| blockchain_features upgradability enabled | boolean | | Is the project upgradable or immutable? (Yes/No)|
| blockchain_features upgradability type | string | | Upgradability type (ex. DAO Governance, Admin keys, Random Consensus,...) |
| blockchain_features upgradability admin_keys | string | | Upgradability condition definition (ex. Multisign of 5, 80% consensus,...) |
| | | | |
| | | | |
| | | | |
| audits name | string | | Name of the project audit (ex. Certik SmartContract check,...) |
| audits company | string | | Company that processed the project audit (ex. Certik, Blocksec,...) |
| audits logo | string url | | Logo of the audit company |
| audits link | string url | | Official link to the audit company website |
| audits time | string | | Date of the audit (YYYY-MM-DD) |
# License

147
sample-project.yaml Normal file
View File

@ -0,0 +1,147 @@
#PROJECT DESCRIPTION -------------------------------------------------------------
name: SampleProject
categories: [ defi ]
ecosystem: [ Ethereum, Polkadot, Cosmos ]
project_type: All in one Privacy tool
description: 'Short description of project features and mission'
product_launch_day: "YYYY-MM-DD"
token_link: https://etherscan.io/address/0x148932fc33d97ae4f85443d2f6af25cacddd6062
tokens:
- name: SampleToken
symbol: SAMPLE
network: Ethereum
contract_address: "0xe6c83af64e4c60245d8c7de953df673a00000"
assets_used: [ BTC, ETH, USDC ]
fee: 3.5%
team:
anonymous: false
teammembers:
- name: Samplic Samplist
role: CEO
link: https://twitter.com/samplesampler
- name: Random Guy
role: CTO
link: https://twitter.com/mostrandomguy
funding:
- name: Private investors ICO
type: ICO
link: https://investopedia.org/sample-ico-2022
value: $50.000.000
time: "YYYY-MM-DD"
history:
title: Sample Voyage
event_type: launch
description: Launched Sample Voyage on Mainnet
time: "YYYY-MM-DD"
link: https://infonewspage.com/sample-launch
sunset: false
# LINKS ---------------------------------------------------------------------
links:
web: https://sample-website.com
github: https://github.com/sample_privacy_project
block_explorer: https://samplescan.io/
docs: https://docs.sample-website.com
forum: https://forum.sample-website.com
whitepaper: https://docs.sample-website.com/whitepaper.pdf
changelog: https://changelog.sample-website.com
snapshot: https://snapshot.org/sample-dao
blog: https://medium.com/@sample_privacy_project
twitter: https://twitter.com/sample_privacy_project
discord: https://discord.com/invite/jgUQSAMPLE
facebook: https://facebook.com/sample-privacy-crypto
telegram: https://t.me/sample_privacy_project
lens: https://hey.xyz/u/sample_privacy_project
farcaster: "@sampleprivacyproject"
rss_feed: https://rss-feeds.com/sample_privacy_project
education: https://twitter.com/random_user/status/12345678901234
# TECHNOLOGY ---------------------------------------------------------------------
technology:
type: ZK-Snarks
features:
- Private wallet
- Shielded DeFi
- P2P Swaps
blockchain_features:
encryption: zksnark
opensource: true
identity_integration: Gitcoin Passport
p2p: true
data_masking: Sample_mixer
viewing_key: true
dissapearing_tx: false
connected_tx: false
frontend_anonymity: Sample frontend dont work on Tor
asset_custody_type: non-custody
upgradability:
enabled: true
type: DAO vote
admin_keys: 51% consensus by DAO
project_status:
live_status: true
version: Mainnet
testnet: false
mainnet: true
client_diversability:
- name: Sample-wallet
link: https://sample-wallet-using-sample.com
- name: Sample-Defi_Swap
link: https://sample-swap.com
# PRIVACY ---------------------------------------------------------------------
licences: General Public License
privacy_policy:
defined: true
link: https://app.shadeprotocol.io/use-terms
data_usage: tools you are making TXs on
tracebility:
tracked_data: user SCRT adress
kyc: false
sign_in_type_requirments: EVM wallet
compliance: OFAC, USA
storage:
decentralized: true
SECURITY ---------------------------------------------------------------------
third_party_dependency: Chainlink oracle
social_trust: Sample board multisig & DAO
technical_spof: Uniswap hack
audits:
- name: Privacy audit company - Sample security check
link: https://pac.com/sample-security.pdf
time: "YYYY-MM-DD"

View File

@ -7,6 +7,9 @@ required:
properties:
id:
type: string
title: ID
description: |
Unique project identifier
pattern: '^[a-z0-9-]+$'
name:
type: string
@ -15,14 +18,16 @@ properties:
items:
type: string
pattern: '^[a-z0-9-]+$'
assets_used:
type: array
items:
type: string
pattern: '^[A-Z0-9-]+$'
ecosystem:
type: string
product_readiness:
type: string
security:
type: string
have_token:
type: boolean
type: array
items:
type: string
pattern: '^[A-Z0-9-]+$'
token_link:
type: string
format: uri
@ -115,6 +120,9 @@ properties:
rss_feed:
type: string
format: uri
education:
type: string
format: uri
blockchain_features:
type: object
properties:
@ -155,14 +163,6 @@ properties:
type: string
connected_tx:
type: boolean
revealed_recipient:
type: boolean
revealed_sender:
type: boolean
revealed_ammount:
type: boolean
reversability_condition:
type: string
data_masking:
type: string
asset_custody_type:
@ -193,17 +193,7 @@ properties:
type: string
link:
type: string
format: uri
company:
type: object
properties:
name:
type: string
link:
type: string
format: uri
contacts:
type: string
format: uri
storage:
type: object
properties:
@ -240,6 +230,8 @@ properties:
type: string
technical_spof:
type: string
fee:
type: string
history:
type: object
properties:

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,68 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="121px" height="32px" viewBox="0 0 121 32" style="enable-background:new 0 0 121 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#0073FF;stroke:#0073FF;stroke-miterlimit:10;}
.st1{fill:#FFFFFF;}
</style>
<path class="st0" d="M5.4,10.6C5.4,9.1,6.6,8,8,8h11.8l-2,2c-0.3,0.3-0.3,0.9,0,1.2s0.9,0.3,1.2,0l3.4-3.4c0.2-0.1,0.3-0.4,0.3-0.7
c0-0.2-0.1-0.5-0.3-0.6L19,3c-0.3-0.3-0.9-0.3-1.2,0c-0.3,0.3-0.3,0.9,0,1.2l2,2H8c-2.4,0-4.3,2-4.3,4.4v8.1c0,0.5,0.4,0.9,0.9,0.9
s0.9-0.4,0.9-0.9L5.4,10.6L5.4,10.6z"/>
<path class="st0" d="M18.1,24H6.3l2-2c0.3-0.3,0.3-0.9,0-1.2c-0.3-0.3-0.9-0.3-1.2,0l-3.4,3.4c-0.2,0.1-0.3,0.4-0.3,0.7
c0,0.2,0.1,0.5,0.3,0.6L7.1,29c0.3,0.3,0.9,0.3,1.2,0s0.3-0.9,0-1.2l-2-2h11.8c2.4,0,4.3-2,4.3-4.4v-8.1c0-0.5-0.4-0.9-0.9-0.9
s-0.9,0.4-0.9,0.9v8.1C20.7,22.9,19.5,24,18.1,24z"/>
<g>
<path class="st1" d="M29.6,21.6V10h4.7c0.9,0,1.6,0.1,2.1,0.4s1,0.6,1.3,1.1c0.3,0.4,0.4,1,0.4,1.5c0,0.5-0.1,0.9-0.3,1.2
c-0.2,0.3-0.4,0.6-0.7,0.8s-0.7,0.4-1.1,0.5v0.1c0.4,0,0.9,0.1,1.2,0.4c0.4,0.2,0.7,0.6,0.9,1c0.2,0.4,0.4,0.9,0.4,1.5
c0,0.6-0.2,1.2-0.5,1.7c-0.3,0.5-0.8,0.9-1.3,1.1c-0.6,0.3-1.3,0.4-2.2,0.4H29.6z M32.1,14.8h1.8c0.3,0,0.6-0.1,0.9-0.2
c0.3-0.1,0.5-0.3,0.6-0.5c0.2-0.2,0.2-0.5,0.2-0.8c0-0.4-0.1-0.8-0.4-1C34.9,12.1,34.5,12,34,12h-1.9V14.8z M32.1,19.6h2
c0.7,0,1.2-0.1,1.5-0.4s0.5-0.6,0.5-1.1c0-0.3-0.1-0.6-0.2-0.9s-0.4-0.4-0.7-0.6c-0.3-0.1-0.6-0.2-1-0.2h-2.1V19.6z"/>
<path class="st1" d="M42.7,21.8c-0.6,0-1.1-0.1-1.5-0.3s-0.8-0.5-1-0.9s-0.4-0.9-0.4-1.4c0-0.5,0.1-0.9,0.3-1.2
c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.7-0.4,1-0.5s0.8-0.2,1.2-0.2c0.5-0.1,0.9-0.1,1.2-0.2c0.3,0,0.5-0.1,0.7-0.2s0.2-0.2,0.2-0.4v0
c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-1-0.3c-0.4,0-0.8,0.1-1,0.3c-0.3,0.2-0.4,0.4-0.5,0.7l-2.2-0.2c0.1-0.5,0.3-1,0.7-1.4
c0.3-0.4,0.8-0.7,1.3-0.9s1.1-0.3,1.8-0.3c0.5,0,1,0.1,1.4,0.2c0.4,0.1,0.8,0.3,1.2,0.5c0.3,0.2,0.6,0.5,0.8,0.9
c0.2,0.4,0.3,0.8,0.3,1.3v5.9h-2.3v-1.2h-0.1c-0.1,0.3-0.3,0.5-0.6,0.7c-0.2,0.2-0.5,0.4-0.8,0.5C43.5,21.7,43.1,21.8,42.7,21.8z
M43.4,20.1c0.4,0,0.7-0.1,0.9-0.2c0.3-0.1,0.5-0.3,0.6-0.6c0.2-0.2,0.2-0.5,0.2-0.8v-0.9c-0.1,0-0.2,0.1-0.3,0.1s-0.3,0.1-0.4,0.1
c-0.2,0-0.3,0.1-0.5,0.1c-0.2,0-0.3,0-0.4,0.1c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.4,0.2-0.5,0.4s-0.2,0.3-0.2,0.6
c0,0.3,0.1,0.6,0.4,0.8C42.7,20,43,20.1,43.4,20.1z"/>
<path class="st1" d="M56.7,15.4l-2.2,0.1c0-0.2-0.1-0.4-0.2-0.5s-0.3-0.3-0.5-0.4s-0.4-0.1-0.7-0.1c-0.4,0-0.7,0.1-0.9,0.2
c-0.3,0.2-0.4,0.4-0.4,0.6c0,0.2,0.1,0.4,0.2,0.5c0.2,0.1,0.5,0.3,0.9,0.3l1.6,0.3c0.8,0.2,1.5,0.5,1.9,0.8
c0.4,0.4,0.6,0.9,0.6,1.5c0,0.6-0.2,1.1-0.5,1.5c-0.3,0.4-0.8,0.8-1.4,1s-1.3,0.4-2,0.4c-1.2,0-2.1-0.2-2.8-0.7
c-0.7-0.5-1.1-1.1-1.2-2l2.4-0.1c0.1,0.4,0.2,0.6,0.5,0.8S52.6,20,53,20c0.4,0,0.8-0.1,1-0.2c0.3-0.2,0.4-0.4,0.4-0.6
c0-0.2-0.1-0.4-0.3-0.5c-0.2-0.1-0.5-0.3-0.8-0.3L51.8,18c-0.9-0.2-1.5-0.5-1.9-0.9c-0.4-0.4-0.6-1-0.6-1.6c0-0.6,0.2-1,0.5-1.4
c0.3-0.4,0.7-0.7,1.3-0.9c0.6-0.2,1.2-0.3,2-0.3c1.1,0,2,0.2,2.6,0.7C56.2,13.9,56.6,14.6,56.7,15.4z"/>
<path class="st1" d="M59.7,11.7c-0.4,0-0.7-0.1-0.9-0.4c-0.3-0.2-0.4-0.5-0.4-0.9c0-0.3,0.1-0.6,0.4-0.9c0.3-0.2,0.6-0.4,0.9-0.4
c0.4,0,0.7,0.1,0.9,0.4c0.3,0.2,0.4,0.5,0.4,0.9c0,0.3-0.1,0.6-0.4,0.9C60.3,11.6,60,11.7,59.7,11.7z M58.4,21.6v-8.7h2.4v8.7H58.4
z"/>
<path class="st1" d="M66.7,21.8c-0.9,0-1.7-0.2-2.3-0.6c-0.6-0.4-1.1-0.9-1.5-1.6c-0.3-0.7-0.5-1.5-0.5-2.3c0-0.9,0.2-1.7,0.5-2.4
s0.8-1.2,1.5-1.6c0.6-0.4,1.4-0.6,2.3-0.6c0.8,0,1.4,0.1,2,0.4c0.6,0.3,1,0.7,1.4,1.2c0.3,0.5,0.5,1.1,0.6,1.8h-2.3
c-0.1-0.4-0.2-0.8-0.5-1.1c-0.3-0.3-0.6-0.4-1.1-0.4c-0.4,0-0.7,0.1-1,0.3c-0.3,0.2-0.5,0.5-0.7,0.9c-0.2,0.4-0.2,0.9-0.2,1.4
c0,0.6,0.1,1,0.2,1.4c0.2,0.4,0.4,0.7,0.7,0.9c0.3,0.2,0.6,0.3,1,0.3c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.6-0.5
c0.1-0.2,0.2-0.5,0.3-0.8h2.3c0,0.7-0.2,1.3-0.5,1.8c-0.3,0.5-0.8,0.9-1.3,1.2C68.2,21.6,67.5,21.8,66.7,21.8z"/>
<path class="st1" d="M78.6,13.3c0-0.5-0.2-0.8-0.6-1.1c-0.3-0.3-0.8-0.4-1.4-0.4c-0.4,0-0.7,0.1-1,0.2c-0.3,0.1-0.5,0.3-0.6,0.5
c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.2,0,0.4,0.1,0.5s0.2,0.3,0.4,0.4c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.5,0.2,0.7,0.2l1,0.2
c0.5,0.1,1,0.3,1.4,0.5s0.8,0.4,1.1,0.7s0.6,0.6,0.7,1c0.2,0.4,0.3,0.8,0.3,1.3c0,0.7-0.2,1.3-0.5,1.8c-0.4,0.5-0.9,0.9-1.5,1.2
c-0.7,0.3-1.5,0.4-2.4,0.4c-0.9,0-1.8-0.1-2.5-0.4c-0.7-0.3-1.2-0.7-1.6-1.3c-0.4-0.6-0.6-1.3-0.6-2.1h2.4c0,0.4,0.1,0.7,0.3,1
c0.2,0.3,0.5,0.5,0.8,0.6s0.7,0.2,1.1,0.2c0.4,0,0.8-0.1,1.1-0.2c0.3-0.1,0.5-0.3,0.7-0.5c0.2-0.2,0.3-0.5,0.3-0.7
c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.4-0.3-0.7-0.5c-0.3-0.1-0.7-0.2-1.1-0.3l-1.3-0.3c-1-0.2-1.8-0.6-2.3-1.1s-0.9-1.2-0.8-2.1
c0-0.7,0.2-1.3,0.6-1.8s0.9-0.9,1.6-1.2c0.7-0.3,1.4-0.4,2.3-0.4c0.9,0,1.6,0.1,2.3,0.4c0.6,0.3,1.1,0.7,1.5,1.2
c0.4,0.5,0.5,1.1,0.6,1.8H78.6z"/>
<path class="st1" d="M84.4,21.6L82,12.9h2.4l1.4,5.9h0.1l1.4-5.9h2.4l1.4,5.8h0.1l1.3-5.8H95l-2.4,8.7h-2.6l-1.5-5.5h-0.1L87,21.6
H84.4z"/>
<path class="st1" d="M98.8,21.8c-0.6,0-1.1-0.1-1.5-0.3s-0.8-0.5-1-0.9s-0.4-0.9-0.4-1.4c0-0.5,0.1-0.9,0.3-1.2
c0.2-0.3,0.4-0.6,0.7-0.8c0.3-0.2,0.7-0.4,1-0.5c0.4-0.1,0.8-0.2,1.2-0.2c0.5-0.1,0.9-0.1,1.2-0.2c0.3,0,0.5-0.1,0.7-0.2
c0.1-0.1,0.2-0.2,0.2-0.4v0c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-1-0.3c-0.4,0-0.8,0.1-1,0.3c-0.3,0.2-0.4,0.4-0.5,0.7l-2.2-0.2
c0.1-0.5,0.3-1,0.7-1.4c0.3-0.4,0.8-0.7,1.3-0.9c0.5-0.2,1.1-0.3,1.8-0.3c0.5,0,0.9,0.1,1.4,0.2c0.4,0.1,0.8,0.3,1.2,0.5
c0.3,0.2,0.6,0.5,0.8,0.9c0.2,0.4,0.3,0.8,0.3,1.3v5.9h-2.3v-1.2h-0.1c-0.1,0.3-0.3,0.5-0.6,0.7c-0.2,0.2-0.5,0.4-0.8,0.5
C99.6,21.7,99.2,21.8,98.8,21.8z M99.5,20.1c0.4,0,0.7-0.1,0.9-0.2s0.5-0.3,0.6-0.6c0.2-0.2,0.2-0.5,0.2-0.8v-0.9
c-0.1,0-0.2,0.1-0.3,0.1s-0.3,0.1-0.4,0.1s-0.3,0.1-0.5,0.1c-0.2,0-0.3,0-0.4,0.1c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.4,0.2-0.5,0.4
c-0.1,0.2-0.2,0.3-0.2,0.6c0,0.3,0.1,0.6,0.4,0.8C98.8,20,99.1,20.1,99.5,20.1z"/>
<path class="st1" d="M105.6,24.9v-12h2.4v1.5h0.1c0.1-0.2,0.3-0.5,0.5-0.7c0.2-0.2,0.5-0.4,0.8-0.6c0.3-0.2,0.7-0.2,1.2-0.2
c0.6,0,1.2,0.2,1.8,0.5c0.5,0.3,1,0.8,1.3,1.5s0.5,1.5,0.5,2.5c0,1-0.2,1.8-0.5,2.5c-0.3,0.7-0.7,1.2-1.3,1.5
c-0.5,0.3-1.1,0.5-1.8,0.5c-0.5,0-0.9-0.1-1.2-0.2c-0.3-0.2-0.6-0.4-0.8-0.6c-0.2-0.2-0.4-0.5-0.5-0.7H108v4.7H105.6z M107.9,17.2
c0,0.5,0.1,1,0.2,1.4c0.1,0.4,0.4,0.7,0.6,0.9c0.3,0.2,0.6,0.3,1,0.3c0.4,0,0.7-0.1,1-0.3c0.3-0.2,0.5-0.5,0.6-0.9
c0.1-0.4,0.2-0.8,0.2-1.3c0-0.5-0.1-0.9-0.2-1.3c-0.1-0.4-0.3-0.7-0.6-0.9c-0.3-0.2-0.6-0.3-1-0.3c-0.4,0-0.7,0.1-1,0.3
c-0.3,0.2-0.5,0.5-0.6,0.9C108,16.3,107.9,16.7,107.9,17.2z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,18 +0,0 @@
<svg width="164" height="36" viewBox="0 0 164 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_394_3053)">
<path d="M51.8628 23.1987C50.8967 23.8449 49.8178 24.1661 48.6216 24.1661C47.0367 24.1661 45.7193 23.6126 44.6655 22.5058C43.6115 21.3991 43.0845 19.9122 43.0845 18.1717C43.0845 16.4313 43.6115 14.9951 44.6528 13.8714C45.6942 12.7478 47.0199 12.1817 48.6216 12.1817C49.8178 12.1817 50.8758 12.5197 51.7875 13.1955C52.6992 13.8714 53.3056 14.6825 53.6109 15.6245L55.6477 14.5473C55.0621 13.0307 54.1253 11.886 52.8498 11.1045C51.5742 10.323 50.1607 9.93433 48.6216 9.93433C46.3299 9.93433 44.4228 10.7201 42.9006 12.2872C41.3783 13.8544 40.6172 15.7934 40.6172 18.1717C40.6172 20.55 41.3741 22.5144 42.8838 24.0732C44.3936 25.6318 46.3048 26.4092 48.6175 26.4092H48.6259C50.2904 26.4092 51.7666 25.9994 53.0672 25.1798C54.3678 24.3603 55.3214 23.093 55.9278 21.3695L53.9789 20.3853C53.5314 21.6146 52.8247 22.5523 51.8628 23.1987Z" fill="#1E232B"/>
<path d="M64.894 9.93433C62.5396 9.93433 60.6074 10.7032 59.0977 12.2408C57.5879 13.7784 56.8311 15.7554 56.8311 18.1717C56.8311 20.5881 57.5879 22.565 59.0977 24.1027C60.6074 25.6404 62.5396 26.4092 64.894 26.4092C67.2485 26.4092 69.1808 25.6404 70.6905 24.1027C72.2003 22.565 72.9571 20.5881 72.9571 18.1717C72.9571 15.7554 72.2003 13.7784 70.6905 12.2408C69.1766 10.7032 67.2486 9.93433 64.894 9.93433ZM68.9298 22.5523C67.8843 23.6676 66.5419 24.2252 64.8983 24.2252C63.2546 24.2252 61.9122 23.6676 60.8667 22.5523C59.8212 21.4329 59.2985 19.9756 59.2985 18.1717H59.3068C59.3068 16.4102 59.8338 14.9612 60.8876 13.8249C61.9416 12.6886 63.2799 12.1183 64.9025 12.1183C66.5251 12.1183 67.8634 12.6886 68.9172 13.8249C69.9712 14.9612 70.4981 16.3679 70.4981 18.1717C70.4981 19.9756 69.9753 21.4371 68.9298 22.5523Z" fill="#1E232B"/>
<path d="M92.3601 9.93872C90.1101 9.93872 88.5878 10.9526 87.7974 12.9802H87.1282C86.7393 12.1015 86.1245 11.375 85.2714 10.8005C84.4224 10.226 83.3895 9.93872 82.231 9.93872C81.0726 9.93872 80.1066 10.2302 79.3245 10.8131C78.5424 11.3961 78.0197 12.1185 77.7562 12.9802H77.1455V10.3358H74.7451V26.008H77.1498V16.7905C77.1498 15.4388 77.5304 14.332 78.2915 13.4703C79.0526 12.6127 80.0145 12.1818 81.1687 12.1818C82.3231 12.1818 83.2891 12.5535 84.0586 13.3012C84.8281 14.0489 85.2128 15.0459 85.2128 16.2963V26.008H87.6175V16.7905C87.6175 15.3374 88.0066 14.2053 88.776 13.3942C89.5455 12.5874 90.4697 12.1818 91.6659 12.1818C92.862 12.1818 93.8197 12.5535 94.5389 13.2886C95.2582 14.0236 95.6179 15.0417 95.6179 16.3301V26.0122H98.0185V15.84C98.0185 14.1799 97.5083 12.7816 96.4837 11.6453C95.459 10.509 94.0831 9.93872 92.3601 9.93872Z" fill="#1E232B"/>
<path d="M118.065 9.93872C115.815 9.93872 114.293 10.9526 113.503 12.9802H112.834C112.445 12.1015 111.83 11.375 110.976 10.8005C110.128 10.226 109.095 9.93872 107.936 9.93872C106.778 9.93872 105.812 10.2302 105.03 10.8131C104.247 11.3961 103.725 12.1185 103.461 12.9802H102.851V10.3358H100.45V26.008H102.855V16.7905C102.855 15.4388 103.236 14.3277 103.997 13.4703C104.758 12.6127 105.72 12.1818 106.874 12.1818C108.028 12.1818 108.994 12.5535 109.764 13.3012C110.533 14.0489 110.918 15.0459 110.918 16.2963V26.008H113.323V16.7905C113.323 15.3374 113.712 14.2053 114.482 13.3942C115.25 12.5874 116.175 12.1818 117.371 12.1818C118.567 12.1818 119.524 12.5535 120.244 13.2886C120.963 14.0236 121.323 15.0417 121.323 16.3301V26.0122H123.724V15.84C123.724 14.1799 123.214 12.7816 122.188 11.6453C121.164 10.509 119.788 9.93872 118.065 9.93872Z" fill="#1E232B"/>
<path d="M133.77 9.93433C131.415 9.93433 129.483 10.7032 127.974 12.2408C126.464 13.7784 125.707 15.7554 125.707 18.1717C125.707 20.5881 126.464 22.565 127.974 24.1027C129.483 25.6404 131.415 26.4092 133.77 26.4092C136.124 26.4092 138.056 25.6404 139.566 24.1027C141.077 22.565 141.834 20.5881 141.834 18.1717C141.834 15.7554 141.077 13.7784 139.566 12.2408C138.053 10.7032 136.124 9.93433 133.77 9.93433ZM137.805 22.5523C136.76 23.6676 135.418 24.2252 133.774 24.2252C132.131 24.2252 130.788 23.6718 129.742 22.5523C128.697 21.4329 128.175 19.9756 128.175 18.1717H128.183C128.183 16.4102 128.71 14.9612 129.764 13.8249C130.818 12.6886 132.155 12.1183 133.779 12.1183C135.401 12.1183 136.74 12.6886 137.794 13.8249C138.848 14.9612 139.374 16.3679 139.374 18.1717C139.374 19.9756 138.851 21.4371 137.805 22.5523Z" fill="#1E232B"/>
<path d="M155.735 11.6623C154.701 10.5132 153.292 9.93872 151.506 9.93872C150.327 9.93872 149.345 10.2302 148.553 10.8131C147.763 11.3961 147.237 12.1185 146.973 12.9802H146.362V10.3358H143.962V26.008H146.362V16.7905C146.362 15.4598 146.776 14.3574 147.609 13.4871C148.44 12.6169 149.507 12.1818 150.804 12.1818C151.937 12.1818 152.903 12.5705 153.693 13.3477C154.488 14.1293 154.882 15.122 154.882 16.3301V26.0122H157.285V15.84C157.285 14.2011 156.767 12.8113 155.735 11.6623Z" fill="#1E232B"/>
<path d="M158.981 10.1244H159.549V11.7H159.75V10.1244H160.324V9.93433H158.981V10.1244Z" fill="#1E232B"/>
<path d="M162.011 9.93872L161.493 11.5355H161.443L160.937 9.93872H160.544V11.7003H160.74V10.1035H160.786L161.297 11.7003H161.648L162.159 10.1035H162.209V11.7003H162.405V9.93872H162.011Z" fill="#1E232B"/>
<path d="M34.0683 15.2282C32.4303 9.76393 26.7226 6.67353 21.3139 8.31864L12.201 11.1073L9.34119 7.875C3.93799 9.5385 0.886506 15.3093 2.52446 20.7736C4.16242 26.2378 9.87013 29.3282 15.2789 27.6831L24.3974 24.8927L27.2571 28.125C32.6568 26.4592 35.7057 20.6905 34.0683 15.2282ZM26.1213 24.3562L24.3911 24.8856L21.5314 21.6533L14.1486 23.9125C10.8009 24.927 7.26992 23.0135 6.25618 19.6316C5.24243 16.2498 7.12923 12.6784 10.4715 11.6456L12.2072 11.1144L15.067 14.3467L22.4441 12.0892C25.7919 11.0748 29.3228 12.9883 30.3366 16.3701C31.3503 19.752 29.4635 23.3234 26.1213 24.3562Z" fill="#1E232B"/>
</g>
<defs>
<clipPath id="clip0_394_3053">
<rect width="160.322" height="20.25" fill="white" transform="translate(2.08203 7.875)"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
src/projects/fairy/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
src/projects/webb/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 KiB

After

Width:  |  Height:  |  Size: 24 KiB