diff --git a/claim/index.html b/claim/index.html new file mode 100644 index 0000000..5b38a62 --- /dev/null +++ b/claim/index.html @@ -0,0 +1,235 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + + +
+

Claim HNS

+
+ +
+

Detailed information available in the hs-airdrop README.md file.

+

These instructions generates a signed proof of ownership of a public key. Please be careful about using other software or giving away your private key to others, as they would be able to generate proofs on your behalf. Handshake is an experiment in decentralized allocation of ownership of the network to the open source community. If this model is successful, people may replicate this distribution model in distribution of ownership to Open Source Developers and Organizations, giving away your private key prevents you from claiming on other systems. This HNS airdrop is a native limited resource used to register top-level domains and usernames (a limited resource is needed in decentralized naming systems, as a single bad actor would register all useful names in existence if no limited resources existed).

+

This page explains how github developers with over 15 followers on February 2019, or in the PGP WoT Strong Set can claim HNS. Being able to claim does NOT imply that one is a "top open source developer", this system was optimized for a list of previously scrapeable keys (and could not be modified after the Handshake network launches without a hard fork).

+

System Setup

+

Please read through these instructions carefully, as using cryptographic blockchains are a bit unusual.

+

Make sure you have nodejs and npm installed first. On MacOS, please install homebrew and run "brew install node". On debian/ubuntu, you can run "sudo apt-get install nodejs npm build-essential". If you run other distributions or OSes, you can probably figure this part out.

+

Next, install node-gyp: npm install node-gyp

+

Download

+

Download hsd, hs-client, and hs-airdrop from https://handshake.org/download/. If downloaded from github, the directory structure is slightly different (hsd-2.0.2/hsd should be replaced with just hsd in these instructions).

+

Extract hsd, hs-client, and hs-airdrop: tar xvf hs*

+

You may also verify the asc file if desired.

+

Install

+

In one window, change into the hsd directory and install cd hsd-2.0.2/hsd and then run npm install --production

. +

In the second window, change into the hs-client directory and install cd hs-client-0.0.8/hs-client and then run npm install --production

+

Run hsd

+

hsd is the handshake fullnode and will sync with the network

+

To connect, in the first window run: ./bin/hsd --log-level info

+

Get your address

+

To claim your airdrop, you need an HNS address to send the coins to. To generate one, in the second window run:

+

./bin/hsw-cli account get default | grep receiveAddress

+

You should see a string of random looking characters beginning with hs1. The entire string inside the quotes is your public address (this address is public and can be shared). Copy this address and save it

+

To save a copy of your private key, write down the output of the 12 word phrase on a piece of paper (do not save it in the cloud anywhere): ./bin/hsw-cli master | grep phrase

+

Claim your HNS

+

In the second window, go to the hs-airdrop directory and install hs-airdrop:

+

cd hs-airdrop-0.7.1/hs-airdrop

+

Then install the dependencies: npm install --production

+

Check if your key is in the airdrop. Replace id_rsa with the location of your key you want to check and the hs1XXXX string with the public address you generated earlier. Please see the hs-airdrop README.md file for more information.

+

./bin/hs-airdrop ~/.ssh/id_rsa hs1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

+

This may take a while, as it is trying to find and decrypt a message to your key. If successful you should see a base64 string. A NonceError means your key was not included, you can try another key.

+

If you have a base64 string, you can broadcast it to the network by going back to hs-client (cd hs-client-0.0.8/hs-client) and typing (replace BASE64_STRING with the string dumped from hs-airdrop): ./bin/hsd-cli rpc sendrawairdrop BASE64_STRING

+

You should see it return a hex hash if successful. In an hour or two you should see it propogate over the network. You can see the updated balance by running: ./bin/hsw-cli balance

+

You can also try searching for your hs1 address balance by googling/searching: hns block explorer in your web browser and pasting in your hs1 address.

+

Bidding on names

+

After about a day for the redemption to clear on the network, you can use your HNS to register top-level domains (which could also be useful for usernames on systems which use Handshake). Replace NAME with your desired name. Please see the documentation on auctions and protocol summary for more information.

+

Name status (week in which it will be released if not yet available): ./bin/hsd-cli rpc getnameinfo NAME

+

Open for bidding (if name is not being opened): ./bin/hsw-cli rpc sendopen NAME

+

Send bid (5 is an example bid amount and 10 is your blinding mask, see documentation): ./bin/hsw-cli rpc sendbid NAME 5 10

+

Reveal bid (YOU MUST REVEAL AFTER BIDDING IS CLOSED WITHIN 10-BLOCK-DAYS OR YOU WILL LOSE YOUR COINS, SEE DOCUMENTATION): ./bin/hsw-cli rpc sendreveal NAME

+

If lost auction, refund coins back to yourself: ./bin/hsw-cli rpc sendredeem

+

Get a list of all names and the current state: ./bin/hsd-cli rpc getnames

+

See the documentation on more commands, such as renewals which must be made at least every two years.

+

Try googling/searching for hns block explorer or looking on an HNS Exchange for a list of bid blinds and bid status of names.

+

The state of auctions are as follows: OPEN (first ~six hours, cannot bid), BID (~five days, anyone can place bids), REVEAL (~ten days, you MUST reveal your bid or you lose your bid HNS), REDEEM/REGISTER (refund your money or update the DNS record, no time limit for REDEEM). This takes a long time to secure the network, while it is possible to make it fast, true decentralized systems must "confirm" chain states over time and therefore HNS biases towards security and correctness. Selecting instant redemption would be a foolish endeavor (as someone can claim high-value names cheaply) and fast auctions would prove inaccurate or increased vulnerability towards censorship attacks.

+

Summary

+

Handshake is a decentralized naming network with the majority ownership of initial coins are distributed to open source developers with available scrapeable keys. Certain kinds of decentralized systems were not historically possible as some entities could overwhelm the network and claim all the resources (in this case, register all names). Handshake is an experiment in distributing majority ownership to the open source community of this network as a method to bootstrap a decentralized network with limited resources, to prevent griefers taking up all the resources. It is hoped that this system could be used as a method wherever decentralized key authentication of names is needed (e.g. decentralized web applications where an association between a name and a cryptographic key proving ownership of that name). In other words, an association between keys and names create the potential for the decentralized web by allocating cryptographically provable resources to names. This could be used to prove the owner of a name published a document, and distributed across a decentralized network. The more applications using this system to secure/prove documents in a decentralized way, the higher the useful aggregate economic/social value of registered names on Handshake (Metcalfe's Law).

+
+ +
+
+ + + + + + + + + + + diff --git a/community/index.html b/community/index.html new file mode 100644 index 0000000..3920559 --- /dev/null +++ b/community/index.html @@ -0,0 +1,213 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + + +
+

Handshake Community

+
+ +
+

There is no official Handshake Foundation or entity. Handshake is a decentralized protocol and loose consensus on its software.

+
+ +
+

COMMUNITY

+

Forking and maintaining separate distributions is encouraged. There is no official repo or website long-term.

+ +
+ +
+

GRANTS AND SPONSORS

+

Please see the Grants and Sponsors page for details.

+
+ +
+

DISCLAIMER

+

There is no singular official Handshake Project website, spokesperson, or repo. There is no official "team page".

+

Every single person is a genuine and authorized Director of The Handshake Project. If someone has given you a document or business card representing themselves as a Director of The Handshake Project, they have full authority to represent as Director of The Handshake Project with their own personal viewpoint, So Please Treat Them Right. You, the reader, are also a Director of The Handshake Project and have equal claim on authority, action, and viewpoints.

+

Any claims made by anyone on what Handshake does (or will do) does not necessarily have the agreement of other participants in the community and should not be seen as a definite certainty.

+
+ +
+
+ + + + + + + + + + + diff --git a/css/fonts/ibmplexmono.css b/css/fonts/ibmplexmono.css new file mode 100644 index 0000000..47b0c34 --- /dev/null +++ b/css/fonts/ibmplexmono.css @@ -0,0 +1,116 @@ +@font-face { + font-family: "IBM Plex Mono"; + font-weight: bold; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Bold.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: bold; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-BoldItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 700; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Bold.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 700; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-BoldItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 600; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-SemiBold.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 600; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-SemiBoldItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: normal; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Regular.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-style: italic; + font-weight: normal; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Italic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 500; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Medium.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 500; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-MediumItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 400; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Regular.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 400; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Italic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 300; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Light.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 300; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-LightItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 200; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-ExtraLight.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 200; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-ExtraLightItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 100; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-Thin.ttf'); +} + +@font-face { + font-family: "IBM Plex Mono"; + font-weight: 100; + font-style: italic; + src: url('../../fonts/IBMPlexMono/IBMPlexMono-ThinItalic.ttf'); +} diff --git a/css/fonts/ibmplexsans.css b/css/fonts/ibmplexsans.css new file mode 100644 index 0000000..997e839 --- /dev/null +++ b/css/fonts/ibmplexsans.css @@ -0,0 +1,116 @@ +@font-face { + font-family: "IBM Plex Sans"; + font-weight: bold; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Bold.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: bold; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 700; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Bold.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 700; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 600; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 600; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: normal; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Regular.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-style: italic; + font-weight: normal; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Italic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 500; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Medium.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 500; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 400; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Regular.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 400; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Italic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 300; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Light.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 300; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 200; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 200; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 100; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-Thin.ttf'); +} + +@font-face { + font-family: "IBM Plex Sans"; + font-weight: 100; + font-style: italic; + src: url('../../fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf'); +} diff --git a/css/fonts/nitti.css b/css/fonts/nitti.css new file mode 100644 index 0000000..77763c4 --- /dev/null +++ b/css/fonts/nitti.css @@ -0,0 +1,14 @@ +@font-face { + font-family: "Nitti Light"; + font-weight: normal; + src: url('../../fonts/nitti/nitti-light-v500.eot') format('embedded-opentype'), + url('../../fonts/nitti/nitti-light-v500.woff') format('woff'); +} + +@font-face { + font-family: "Nitti Light"; + font-weight: bold; + src: url('../../fonts/nitti/nitti-medium-v500.eot') format('embedded-opentype'), + url('../../fonts/nitti/nitti-medium-v500.woff') format('woff'), + url('../../fonts/nitti/nitti-medium-v500.woff2') format('woff2'); +} diff --git a/css/fonts/opensans.css b/css/fonts/opensans.css new file mode 100644 index 0000000..8824ba8 --- /dev/null +++ b/css/fonts/opensans.css @@ -0,0 +1,114 @@ +@font-face { + font-family: "Open Sans"; + font-weight: 300; + src: url('../../fonts/Light/OpenSans-Light.eot'); + src: url('../../fonts/Light/OpenSans-Light.eot?') format('embedded-opentype'), + url('../../fonts/Light/OpenSans-Light.woff2') format('woff2'), + url('../../fonts/Light/OpenSans-Light.woff') format('woff'), + url('../../fonts/Light/OpenSans-Light.ttf') format('truetype'), + url('../../fonts/Light/OpenSans-Light.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: 300; + font-style: italic; + src: url('../../fonts/LightItalic/OpenSans-LightItalic.eot'); + src: url('../../fonts/LightItalic/OpenSans-LightItalic.eot?') format('embedded-opentype'), + url('../../fonts/LightItalic/OpenSans-LightItalic.woff2') format('woff2'), + url('../../fonts/LightItalic/OpenSans-LightItalic.woff') format('woff'), + url('../../fonts/LightItalic/OpenSans-LightItalic.ttf') format('truetype'), + url('../../fonts/LightItalic/OpenSans-LightItalic.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: normal; + src: url('../../fonts/Regular/OpenSans-Regular.eot'); + src: url('../../fonts/Regular/OpenSans-Regular.eot?') format('embedded-opentype'), + url('../../fonts/Regular/OpenSans-Regular.woff2') format('woff2'), + url('../../fonts/Regular/OpenSans-Regular.woff') format('woff'), + url('../../fonts/Regular/OpenSans-Regular.ttf') format('truetype'), + url('../../fonts/Regular/OpenSans-Regular.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: normal; + font-style: italic; + src: url('../../fonts/Regular/OpenSans-Italic.eot'); + src: url('../../fonts/Italic/OpenSans-Italic.eot?') format('embedded-opentype'), + url('../../fonts/Italic/OpenSans-Italic.woff2') format('woff2'), + url('../../fonts/Italic/OpenSans-Italic.woff') format('woff'), + url('../../fonts/Italic/OpenSans-Italic.ttf') format('truetype'), + url('../../fonts/Italic/OpenSans-Italic.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: 600; + src: url('../../fonts/Semibold/OpenSans-Semibold.eot'); + src: url('../../fonts/Semibold/OpenSans-Semibold.eot?') format('embedded-opentype'), + url('../../fonts/Semibold/OpenSans-Semibold.woff2') format('woff2'), + url('../../fonts/Semibold/OpenSans-Semibold.woff') format('woff'), + url('../../fonts/Semibold/OpenSans-Semibold.ttf') format('truetype'), + url('../../fonts/Semibold/OpenSans-Semibold.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: 600; + font-style: italic; + src: url('../../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot'); + src: url('../../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?') format('embedded-opentype'), + url('../../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2') format('woff2'), + url('../../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff') format('woff'), + url('../../fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf') format('truetype'), + url('../../fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: bold; + src: url('../../fonts/Bold/OpenSans-Bold.eot'); + src: url('../../fonts/Bold/OpenSans-Bold.eot?') format('embedded-opentype'), + url('../../fonts/Bold/OpenSans-Bold.woff2') format('woff2'), + url('../../fonts/Bold/OpenSans-Bold.woff') format('woff'), + url('../../fonts/Bold/OpenSans-Bold.ttf') format('truetype'), + url('../../fonts/Bold/OpenSans-Bold.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: bold; + font-style: italic; + src: url('../../fonts/BoldItalic/OpenSans-BoldItalic.eot'); + src: url('../../fonts/BoldItalic/OpenSans-BoldItalic.eot?') format('embedded-opentype'), + url('../../fonts/BoldItalic/OpenSans-BoldItalic.woff2') format('woff2'), + url('../../fonts/BoldItalic/OpenSans-BoldItalic.woff') format('woff'), + url('../../fonts/BoldItalic/OpenSans-BoldItalic.ttf') format('truetype'), + url('../../fonts/BoldItalic/OpenSans-BoldItalic.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: 800; + src: url('../../fonts/ExtraBold/OpenSans-ExtraBold.eot'); + src: url('../../fonts/ExtraBold/OpenSans-ExtraBold.eot?') format('embedded-opentype'), + url('../../fonts/ExtraBold/OpenSans-ExtraBold.woff2') format('woff2'), + url('../../fonts/ExtraBold/OpenSans-ExtraBold.woff') format('woff'), + url('../../fonts/ExtraBold/OpenSans-ExtraBold.ttf') format('truetype'), + url('../../fonts/ExtraBold/OpenSans-ExtraBold.svg') format('svg'); +} + +@font-face { + font-family: "Open Sans"; + font-weight: 800; + font-style: italic; + src: url('../../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot'); + src: url('../../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?') format('embedded-opentype'), + url('../../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2') format('woff2'), + url('../../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff') format('woff'), + url('../../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf') format('truetype'), + url('../../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg') format('svg'); +} diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 0000000..d493e7e --- /dev/null +++ b/css/footer.css @@ -0,0 +1,163 @@ +footer { + flex-shrink: 0; } + +#footer .footer-caret-up, #footer .footer-caret-down { + pointer-events: none; } + +#footer { + margin-top: 1em; + margin: 0; + height: auto; } + +#footer div.footer-logo { + display: none; } +#footer .links { + color: #ffffff; + font-weight: 400; + font-size: 14px; } +#footer .links a { + margin-bottom: 0; + padding-bottom: 26px; } +#footer .footer-wrap { + flex-direction: row; + max-width: 1300px; + margin: 0 auto; + padding: 42px 180px 70px; + display: flex; } +#footer .footer-wrap h3 { + font-weight: 500; + text-transform: uppercase; + margin-bottom: 12px; } +#footer .footer-wrap nav { + margin-right: 80px; + width: 200px; } +#footer .footer-wrap nav .links { + display: flex; + flex-direction: column; } +#footer .footer-wrap nav .links a { + text-decoration: none; + font-size: 0.937em; + font-weight: 500; } +#footer .footer-wrap > :last-child { + display: flex; + justify-content: flex-start; } +#footer .footer-wrap > p { + color: rgba(194, 194, 194, 0.5); + font-size: 12px; + max-width: unset; } + +#footer .bottom-wrap { + display: flex; + flex-direction: row; + padding: 0px 70px; + border-top: 1px solid rgba(71, 64, 104, 0.5); + justify-content: space-between; + align-items: center; + font-size: 0.75em; + min-height: 5em; } +#footer .bottom-wrap:last-of-type { + border: unset; } +#footer .bottom-wrap a, #footer .bottom-wrap .copy { + color: white; } +#footer h4 { + font-weight: 100; + font-size: 14px; + color: white; + padding: 0 70px; + margin-top: 0; } + +.dark #footer h3, .ownership #footer h3 { + color: white; } + +.dark #footer { + background-color: black; } + +.ownership #footer { + background-color: #251C47; } + +.landing #footer, .light #footer { + background-color: black; } +.landing #footer h3, .light #footer h3 { + color: white; } +.landing #footer .links a, .light #footer .links a { + color: white; } + +.social-icons, .social-icons-small-footer { + display: flex; + justify-content: space-between; } +.social-icons a, .social-icons-small-footer a { + margin-left: 0; + margin-right: 25px; } +.social-icons a img, .social-icons-small-footer a img { + height: 26px; } + +.coindrop-message-mobile { + display: none; } + +.header { + display: flex; } +.header span { + display: none; } +.header > h3 { + flex: 1 0 auto; + margin: 0; + margin-bottom: 1.375em; + font-size: 1.063em; + color: #696589; } +.header a { + color: white; + text-decoration: none; + font-weight: normal; } + +@media (max-width: 1024px) { + #footer { + height: auto; } + #footer .bottom-wrap { + align-items: flex-start; + flex-direction: column; + padding: 0 25px; } + #footer .bottom-wrap a, #footer .bottom-wrap .copy { + padding: 15px 0px; } + #footer .footer-wrap { + padding: 25px; } + #footer h4 { + padding: 15px 25px; } + #footer .footer-wrap { + padding: 0; + flex-direction: column; } + #footer .footer-wrap > * { + width: 100%; + padding: 0; } + #footer .footer-wrap.bottom-wrap { + padding: 0 25px 25px; } + #footer .footer-wrap a { + padding-bottom: 1.5em; } + #footer .footer-wrap h3 { + padding-left: 0; + margin: 0; + font-weight: 500; } + #footer .footer-wrap nav { + padding: 0; + width: 100%; } + #footer .footer-wrap nav .header { + border-top: 1px solid rgba(71, 64, 104, 0.5); } + #footer .footer-wrap nav .header span { + display: initial; } + #footer .footer-wrap nav .header span.hide { + display: none; } + #footer .footer-wrap nav .links { + display: none; } + #footer .footer-wrap nav .links.open { + display: flex; + padding-left: 1.7em; + padding-right: 2em; } + #footer .footer-wrap nav .header { + cursor: pointer; + padding-left: 1.5em; + padding-right: 2em; + padding-top: 1.5em; + padding-bottom: 1.5em; } + #footer .footer-wrap nav .header h3 { + text-align: left; } } + +/*# sourceMappingURL=footer.css.map */ diff --git a/css/marketing.css b/css/marketing.css new file mode 100644 index 0000000..f7a796e --- /dev/null +++ b/css/marketing.css @@ -0,0 +1,1209 @@ +/* Eric Meyer's CSS Reset + http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) + This is a Sass partial +*/ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + vertical-align: baseline; } + +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { + display: block; } + +body { + line-height: 1; } + +ol, ul { + list-style: none; } + +blockquote, q { + quotes: none; } + +blockquote:before, blockquote:after, q:before, q:after { + content: ''; + content: none; } + +table { + border-collapse: collapse; + border-spacing: 0; } + +/* BEGIN Light */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Light/OpenSans-Light.eot?v=1.1.0"); + src: url("../fonts/Light/OpenSans-Light.eot?") format("embedded-opentype"), url("../fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/Light/OpenSans-Light.svg?v=1.1.0") format("svg"); + font-weight: 300; + font-style: normal; } +/* END Light */ +/* BEGIN Light Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0"); + src: url("../fonts/LightItalic/OpenSans-LightItalic.eot?") format("embedded-opentype"), url("../fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("../fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0") format("svg"); + font-weight: 300; + font-style: italic; } +/* END Light Italic */ +/* BEGIN Regular */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Regular/OpenSans-Regular.eot?v=1.1.0"); + src: url("../fonts/Regular/OpenSans-Regular.eot?") format("embedded-opentype"), url("../fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Regular/OpenSans-Regular.svg?v=1.1.0") format("svg"); + font-weight: normal; + font-style: normal; } +/* END Regular */ +/* BEGIN Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Italic/OpenSans-Italic.eot?v=1.1.0"); + src: url("../fonts/Italic/OpenSans-Italic.eot?") format("embedded-opentype"), url("../fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Italic/OpenSans-Italic.svg?v=1.1.0") format("svg"); + font-weight: normal; + font-style: italic; } +/* END Italic */ +/* BEGIN Semibold */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0"); + src: url("../fonts/Semibold/OpenSans-Semibold.eot?") format("embedded-opentype"), url("../fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("../fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0") format("svg"); + font-weight: 600; + font-style: normal; } +/* END Semibold */ +/* BEGIN Semibold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0"); + src: url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?") format("embedded-opentype"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0") format("svg"); + font-weight: 600; + font-style: italic; } +/* END Semibold Italic */ +/* BEGIN Bold */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Bold/OpenSans-Bold.eot?v=1.1.0"); + src: url("../fonts/Bold/OpenSans-Bold.eot?") format("embedded-opentype"), url("../fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Bold/OpenSans-Bold.svg?v=1.1.0") format("svg"); + font-weight: bold; + font-style: normal; } +/* END Bold */ +/* BEGIN Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0"); + src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?") format("embedded-opentype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0") format("svg"); + font-weight: bold; + font-style: italic; } +/* END Bold Italic */ +/* BEGIN Extrabold */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0"); + src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?") format("embedded-opentype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0") format("svg"); + font-weight: 800; + font-style: normal; } +/* END Extrabold */ +/* BEGIN Extrabold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0"); + src: url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?") format("embedded-opentype"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0") format("svg"); + font-weight: 800; + font-style: italic; } +/* END Extrabold Italic */ +/*# sourceMappingURL=open-sans.css.map */ +@media (max-width: 46rem) { + .nomobile, .tablet, .desktop { + display: none !important; } } +@media (min-width: 46.001rem) and (max-width: 63rem) { + .mobile, .notablet, .desktop { + display: none !important; } } +@media (min-width: 63.001rem) { + .mobile, .tablet, .nodesktop { + display: none !important; } } +@media (max-width: 46rem) { + .nomobile, .tablet, .desktop { + display: none !important; } } +@media (min-width: 46.001rem) and (max-width: 63rem) { + .mobile, .notablet, .desktop { + display: none !important; } } +@media (min-width: 63.001rem) { + .mobile, .tablet, .nodesktop { + display: none !important; } } +.header-wrapper { + display: flex; + justify-content: center; } +.header-wrapper .inner-wrapper { + max-width: 1440px; + width: 100%; } + +#overlay { + background-color: transparent; + display: none; + height: 2500%; + top: 0; + right: 0; + bottom: 0; + left: 0; + position: absolute; + z-index: 9; } + +.nav-bar { + font-family: "Nitti Light", Helvetica, sans-serif; + -ms-flex-align: center; + -ms-grid-row-align: center; + position: relative; + z-index: 8; + align-items: center; + padding: 30px 50px; + justify-content: space-between; } +@media (max-width: 63rem) { + .nav-bar { + justify-content: space-between; } } +@media(max-width: 414px) { + .nav-bar { + padding-left: 25px; + padding-right: 25px; } } +.nav-bar a.nav-logo { + margin-left: unset; + text-align: center; } +.nav-bar a.nav-logo img { + max-width: 140px; } +.nav-bar .nav-right { + align-items: center; + display: flex; + display: -ms-flexbox; + justify-content: flex-end; + margin-top: 13px; } +.nav-bar .nav-right.links-left { + width: 100%; + justify-content: flex-start; } +@media (max-width: 63rem) { + .nav-bar .nav-right.links-left { + width: unset; } } +.nav-bar .nav-right .nav-links.user-menu { + margin-left: 50px; } +@media (max-width: 63rem) { + .nav-bar .nav-right .nav-links.user-menu { + margin-left: 0; } } +.nav-bar, .nav-bar .nav-links > ul { + display: -ms-flexbox; + display: flex; } +.nav-bar a, .nav-bar .nav-links > ul a { + font-size: 14px; + line-height: 14px; + margin-left: 30px; + font-weight: 600; + color: #000; + text-transform: uppercase; + text-decoration: none; } +.nav-bar a:hover, .nav-bar .nav-links > ul a:hover { + text-decoration: underline; } +.nav-bar .user-menu, .nav-bar .nav-links > ul .user-menu { + flex: 0 0 auto; } +.nav-bar .user-menu .dropdown a, .nav-bar .nav-links > ul .user-menu .dropdown a { + height: 30px; + line-height: 30px; + margin-left: 0; + margin-top: 12px; } +> .nav-bar .user-menu .dropdown:before, > .nav-bar .nav-links > ul .user-menu .dropdown:before { + display: inline-block; + width: 30px; + height: 30px; } +> .nav-bar .user-menu .dropdown:after, > .nav-bar .nav-links > ul .user-menu .dropdown:after { + display: inline-block; + margin-left: 5px; + width: 12px; + height: 5px; + vertical-align: top; } +.nav-bar .user-menu .dropdown .dropdown-menu, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu { + display: block; + position: absolute; + right: 40px; + top: 70px; + border-radius: 10px; + text-align: left; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); } +.nav-bar .user-menu .dropdown .dropdown-menu.hide, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu.hide { + display: none; } +.nav-bar .user-menu .dropdown .dropdown-menu ul, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu ul { + flex-direction: column; + padding-left: 28px; + padding-right: 28px; } +.nav-bar .user-menu .dropdown .dropdown-menu li, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu li { + display: block; + margin-left: 0px; + color: black; + padding: 0.5em 0; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header { + align-items: center; + border-bottom: 1px solid #505274; + padding: 15px 20px; + display: flex; + display: -ms-flexbox; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #c2c2c2; + padding: 15px 20px; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header h5, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header h5 { + margin: 0; + margin-top: 5px; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header a.button, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header a.button { + background: #693AFA; + color: white; + margin-left: 10px; + margin-right: 0; + float: right; + padding: 5px 10px; + text-transform: none; + font-size: 12px; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header h5, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header h5 { + color: #A5A5A5; + border: none; + margin-right: 5px; + margin-top: 13px; + font-size: 9px; } + +.dropdown .dropdown-menu.overflow { + right: 10px; } + +.dropdown .dropdown-menu:not(.dropdown-menu-header) { + padding-top: 38px; } + +.dark .dropdown .dropdown-menu .dropdown-header { + background-color: black; } +.dark .dropdown .dropdown-menu .dropdown-header h5 { + color: #8B8B8B; } + +.landing .dropdown .dropdown-menu .dropdown-header, .light .dropdown .dropdown-menu .dropdown-header { + background-color: #F2F2F2; } +.landing .dropdown .dropdown-menu .dropdown-header .button, .light .dropdown .dropdown-menu .dropdown-header .button { + background: #693AFA; + color: white; + margin-left: 10px; + float: right; + text-transform: none; } +.landing .dropdown .dropdown-menu .dropdown-header h5, .light .dropdown .dropdown-menu .dropdown-header h5 { + color: #A5A5A5; + border: none; + margin-right: 5px; + font-size: 9px; } + +.light .user-menu .dropdown > a:before, .landing .user-menu .dropdown > a:before { + content: url("../img/icons/user_icon_black.svg"); } + +.dark .user-menu .dropdown > a:before, .ownership .user-menu .dropdown > a:before { + content: url("../img/icons/user_icon_white.svg"); } + +.dark .dropdown .dropdown-menu { + background-color: black; + color: white; } + +.ownership .dropdown .dropdown-menu { + background-color: #434262; + color: white; } + +.light .dropdown .dropdown-menu, .landing .dropdown .dropdown-menu { + background-color: white; + color: black; } +.light .dropdown .dropdown-menu ul, .landing .dropdown .dropdown-menu ul { + color: green; + padding: 25px 0px; + background-color: #F2F2F2; } + +dropdown .dropdown-menu li { + display: block; + margin-left: 0px; } + +#burgernav { + position: absolute; + right: 0; + width: 100%; + top: 105px; + z-index: 10; + color: black; + padding: 2em 0 1.5em; + display: none; + border-top: #cccccc 1px solid; + border-bottom: 1px solid #cccccc; } + +.landing #burgernav, .light #burgernav { + background-color: white; } + +.dark #burgernav { + background-color: black; } +.dark #burgernav a { + color: white; } + +.ownership #burgernav { + background-color: #251C47; } +.ownership #burgernav a { + color: white; } + +#burgernav ul { + display: block; + margin: 0; + text-transform: uppercase; } + +#burgernav li { + list-style: none; + margin-left: 0; } + +#burgernav li ul { + text-transform: none; } + +#burgernav li a { + padding: 1em 0; + font-weight: 100; + display: block; + font-size: initial; + text-align: left; + font-weight: bold; } +#burgernav li a:hover { + text-decoration: underline; } + +#burgernav li a.button { + font-weight: bold; + padding: 5px 10px; + text-align: center; } + +.dark #burgernav li a.button { + color: black; } + +#burgernav.dropped { + display: block; } + +.hide { + display: none; } + +.burgermenu { + font-size: 2.5em; + display: none; } + +@media (max-width: 63rem) { + .nav-links:not(.user-menu) { + display: none; } + + .user-menu li { + margin-left: 0; } + + .burgermenu { + display: inherit; } } +.active-nav { + overflow-y: visible; } + +.active-nav #overlay { + display: block; } + +.dark header { + background-color: black; + background: black; } +.dark, .dark .nav-links ul li a { + color: white; } +.dark .logo-dark { + display: none; } +.dark .logo-light { + display: block; } +.dark .burgermenu { + background-color: black; } + +.light header { + background-color: #f7f9fb; } +.light .burgermenu { + background-color: #white; } +.light, .light .nav-links ul li a { + color: black; } +.light .logo-light { + display: none; } +.light .logo-dark { + display: block; } + +.ownership header { + background-color: #251C47; + border-bottom: 1px solid #505274; } +.ownership header .nav-bar .nav-links { + justify-content: flex-start; } +.ownership header .nav-bar .logo-dark { + display: none; } + +.landing header .logo-light { + display: none; } +.landing header .nav-links ul li a { + color: black; } + +.ownership .nav-bar .nav-links a { + color: white; + margin-top: 11px; } + +.no-js-fix { + display: none; } + +.no-js .no-js-fix { + display: inline; } + +.no-js .on-js-fix { + display: none; } + +html { + height: 100%; + margin: 0; + padding: 0; } + +body { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + font-family: "Nitti Light", Helvetica, sans-serif; + margin: 0 auto; + max-width: 100%; + overflow-x: hidden; + padding: 0; } +body.light { + color: #000000; + background-color: #ffffff; } +body p { + font-size: 17px; + font-weight: 400; + line-height: 34px; } + +h1, h2, h3, h4, h5, h6, p { + margin-top: 0; + margin-bottom: 12px; } + +h1 { + margin-bottom: 50px; } +h1.low-margin { + margin-bottom: 30px; } + +.content { + -webkit-box-flex: 1; + -ms-flex: 1 0 auto; + flex: 1 0 auto; } +.content .wrapper { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 100%; + width: 100%; } + +.columns { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-bottom: 30px; } +.columns > img#faucet { + width: 90px; + margin-left: 10px; } + +section { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 70px 0; } +section .section-wrapper { + box-sizing: border-box; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + max-width: 1064px; + margin: 0 50px; + width: calc(100% - 100px); + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: column; } +section .section-wrapper.faq { + flex-direction: row; } +section .section-wrapper > div.columns { + display: inherit; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + align-items: stretch; } +section .section-wrapper > div.columns.wide-left div:first-of-type { + width: 60%; } +section .section-wrapper > div.columns.wide-left div:nth-of-type(2) { + text-align: center; + width: 40%; } +section .section-wrapper > div.columns > div { + width: 43.5%; } +section .section-wrapper > div.columns > div .faucet-cta { + border: 1px solid black; + padding: 50px; + background-color: white; } +section .section-wrapper > div.columns > div .faucet-cta p:last-of-type { + margin-bottom: 0; } +section .section-wrapper > div.columns > div .faucet-cta p.button-wrap a.button { + width: calc(100% - 100px); + padding: 20px 35px; + text-align: center; + display: block; } +section .button { + font-size: 16px; + font-weight: 600; + height: 24px; + line-height: 24px; + text-decoration: none; + padding: 16px 30px; + border-radius: 5px; } +section a.button { + color: white; } + +/* Chrome/Opera/Safari */ +::-webkit-input-placeholder { + color: #c2c2c2; } + +/* Firefox 19+ */ +::-moz-placeholder { + color: #c2c2c2; } + +/* IE 10+ */ +::-ms-input-placeholder { + color: #c2c2c2; } + +/* Firefox 18- */ +::-moz-placeholder { + color: #c2c2c2; } + +h1 { + font-family: "IBM Plex Sans", Helvetica, sans-serif; + line-height: 75px; + font-size: 68px; + font-weight: 600; + margin-top: 0; } + +h2 { + font-size: 36px; + font-weight: 600; + line-height: 46px; + margin-bottom: 30px; + max-width: 884px; } + +h3 { + font-size: 20px; + font-weight: 600; + line-height: 34px; } + +h4 { + font-size: 16px; + line-height: 32px; + font-weight: 400; } + +h5 { + border: 1px solid #ffffff; + display: block; + margin: 0; + padding: 0; } + +.space-top { + padding-top: 30px; } + +.no-pad { + padding-bottom: unset; + padding-top: unset; + margin: unset; } + +.footnote { + font-size: 10px; } + +.cta { + text-align: center; + margin-top: 2em !important; } + +.purple-link { + color: #693AFA !important; + text-decoration: underline !important; } +.purple-link:hover { + color: #5630CD !important; } + +.long-list-item { + word-wrap: break-word; } + +a { + color: #693AFA; + font-weight: 400; } + +.community ul li { + margin-bottom: 30px; } +.community .hero-no-split ul li { + display: flex; + flex-flow: column nowrap; + align-items: center; } +.community .hero-no-split strong { + display: block; } + +ul.events { + list-style: none; + padding: 0; } +ul.events li { + margin-bottom: 30px; } +ul.events li span, ul.events li a { + display: inline-block; + margin-bottom: 12px; } +ul.events li span { + font-weight: bold; + width: 205px; } + +.name-container strong { + display: inline-block; + line-height: 34px; } + +p { + margin-bottom: 30px; + max-width: 884px; } + +ul.name-list { + padding: 0; + margin: 0; + list-style-type: none; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-line-pack: justify; + align-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } +ul.name-list + strong { + margin-top: 30px; } +ul.name-list li { + width: 33.33%; + margin: 0; } +ul.name-list a { + text-decoration: none; + color: black; + font-weight: 400; + line-height: 34px; } + +ul.notes { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 0; + flex-wrap: wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } +ul.notes strong { + display: inline-block; + margin-right: 10px; } +ul.notes.pad { + margin-bottom: unset; } +ul.notes li { + margin-top: 12px; + max-width: 43.5%; + min-height: 160px; + line-height: 34px; + position: relative; + display: block; + padding-top: 20px; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } +ul.notes li:before { + content: " "; + background: black; + height: 5px; + left: 0; + position: absolute; + top: 0; + width: 32px; } + +img:not(.logo) { + max-width: 100%; } + +.inner-wrap { + max-width: 884px; } +.inner-wrap h2 { + font-weight: normal; } + +.center { + text-align: center; } + +#privacy-policy h4, #terms-of-use h4 { + margin: 0 0 5px; } +#privacy-policy ul, #terms-of-use ul { + display: block; + list-style: none; + max-width: 884px; } + +#terms-of-use ul li { + margin-bottom: 30px; + line-height: 32px; } + +.links a { + display: block; + margin: 0 0 30px; } +.links a.button { + display: inline-block; } + +.text a { + text-decoration: none; + color: black; } +.text a:hover { + color: black; + text-decoration: underline; } + +#roadmap ol { + margin: 0; + padding: 0; + display: flex; + list-style-type: none; + justify-content: space-between; } + +#roadmap ol li { + position: relative; + padding: 80px 30px 0 0; + display: block; + width: 28%; } + +#roadmap ol li p { + margin: 15px 0; + line-height: 200%; } + +#roadmap ol li:before { + position: absolute; + left: 0; + top: 10px; + width: 60px; + height: 60px; + border-radius: 30px; + background: #222646; + content: " "; } + +#roadmap ol li:after { + position: absolute; + left: 90px; + top: 38px; + width: 310px; + height: 4px; + border-radius: 30px; + background: #222646; + content: " "; } + +#roadmap ol li:first-child:before { + background: #00f9ca; } + +#roadmap ol li:last-child:after { + content: none; } + +#roadmap ol li.phase-2 { + margin-top: 60px; } + +#roadmap ol li.phase-3 { + margin-top: 120px; } + +#roadmap .date { + font-style: italic; } + +.center-link { + max-width: unset; + width: 100%; + text-align: center; + margin-top: 50px; } + +body.landing .links { + display: block; } +body.landing .links a { + display: block; } +body.landing .links .verified { + display: inline-block; } +body.landing .button:hover { + color: white !important; } + +.hero-info { + padding: 14px 0px; } +.hero-info:not(:last-child) { + border-bottom: 1px solid #C2C2C2; } +.hero-info h4 { + padding-bottom: 0px; + margin-bottom: 0px; + font-weight: 600; + font-size: 1em; } +.hero-info p { + margin-bottom: 0; } + +.hero-no-split { + display: flex; + flex-direction: column; + align-items: center; } +.hero-no-split ul li { + width: unset; } +.hero-no-split p { + margin-bottom: 0; } +.hero-no-split p a { + color: #693AFA; } +.hero-no-split h4 { + padding-bottom: 0px; + margin-bottom: 0px; + font-weight: 600; + font-size: 1em; } +.hero-no-split ul { + display: -ms-flexbox; + display: -webkit-box; + display: flex; + flex-wrap: wrap; + margin: 0; + padding: 0; + list-style: none; + -webkit-box-pack: justify; + -ms-flex-wrap: wrap; + -ms-flex-pack: justify; } +.hero-no-split ul li { + margin: 0 70px 12px 0; } +.hero-no-split ul h4 { + font-weight: 600; } +.hero-no-split ul h4, .hero-no-split ul p { + margin-bottom: 0; } +.hero-no-split.short { + height: 300px; } + +.light .button, .default .button { + background-color: #693AFA; } + +.light .button:hover, .default .button:hover { + background-color: #5630CD; } + +.light .button { + color: white; } + +.default .button { + color: #f7f9fb; } + +.light .nav-links .button, .landing .nav-links .button, .default .nav-links .button { + padding: 12px 20px; + border-radius: 5px; + background-color: #693AFA; + color: white; } +.light .nav-links .button:hover, .landing .nav-links .button:hover, .default .nav-links .button:hover { + background-color: #5630CD; } + +section.light { + background-color: white; } + +section.default { + background-color: #f7f9fb; } + +.foss-list { + max-width: 800px; + display: block; + width: 90%; + margin-left: 1.5em; + padding-bottom: 2em; } +.foss-list li { + padding-top: 0.4em; } + +.cta { + text-align: center; } + +.collapse-margin { + margin: 0; } + +#faq h2:first-of-type { + margin-top: 0; } +#faq h2 { + margin-top: 70px; } +#faq .links { + width: 150px; } +#faq .links a { + display: block; + color: black; + font-size: 18px; + font-weight: bold; + margin-bottom: 35px; + text-decoration: none; } +#faq .links a:hover { + text-decoration: underline; } +#faq .links a.active { + color: #693AFA; } + +#questions { + margin-left: 100px; } +#questions .question h3 { + border-bottom: 1px solid black; + display: flex; + justify-content: space-between; + padding: 30px 0; } +#questions .question ul { + display: block; + line-height: 22px; + margin-top: 5px; } + +.airdrop-phase ul { + list-style-type: circle; + padding-left: 30px; } +.airdrop-phase ul li { + line-height: 22px; + margin-bottom: 22px; } + +#phase-2 img { + max-width: 60%; } + +@media (max-width: 900px) { + #roadmap { + padding-top: 45px; } + + #roadmap h2 { + display: inline-block; + text-align: left; + margin-bottom: 40px; } + + #roadmap h2:before { + position: relative; + left: -30px; + width: 110%; + margin-bottom: 22px; } + + #roadmap ol { + flex-direction: column; + padding: 0; } + + #roadmap ol li { + padding-top: 0; + padding-left: 80px; + width: auto; } + + #roadmap ol li:after { + left: 28px; + top: 80px; + bottom: 10px; + width: 4px; + height: auto; + /* this should be 20px but theres a space already there that 10px */ + margin-top: 10px; } + + #roadmap ol li h3 { + text-align: left; } + + #roadmap ol li:last-child:after { + content: none; } + + #roadmap ol li.phase-2, #roadmap ol li.phase-3 { + margin-top: 0; } } +@media(max-width: 1200px) { + ul.notes li { + min-height: 106px; } + + .name-list li.text { + width: 50%; } + .name-list li.text.stanford { + letter-spacing: -0.5px; } + + .name-container strong, .name-container li { + font-size: 16px; } } +@media(max-width: 1024px) { + h2 { + margin-bottom: 30px; } + + body p { + margin-bottom: 30px; } + + ul + strong { + margin-top: 30px; } + ul.name-list { + margin-bottom: 0; } + ul.notes li { + margin-bottom: 30px; + min-height: unset; } + + .light .nav-bar { + background-color: white; } + + .nav-bar .nav-links:not(.user-menu) { + display: none; } + + .nav-bar .burgermenu { + display: inherit; } + + .hero.short { + height: 200px; + min-height: unset; } + + .center-wrap { + padding-left: 30px; + padding-right: 30px; } + + section:first-of-type .center-wrap { + padding-left: 25px; + padding-right: 25px; } + section:first-of-type .center-wrap .hero { + flex-direction: column; + margin-left: 0; + align-items: left; } + section:first-of-type .center-wrap .hero .left { + max-width: 100%; } + section:first-of-type .center-wrap .hero .left h2 { + font-size: 44px; } + section:first-of-type .center-wrap .hero .right { + max-width: 100%; + margin: 0; } + + #faq .links { + display: none; } + + #questions { + margin-left: 0; } + + #landing .center-wrap { + height: unset; } + #landing li:first-of-type { + margin: 0; } + #landing li { + margin: 0 50px 0 0; } + #landing p { + margin-bottom: 30px; } + + #questions h2 { + margin-top: 50px; + margin-bottom: 0; } } +@media(max-width: 768px) { + section .section-wrapper > div.columns { + flex-direction: column; } + section .section-wrapper > div.columns > div:first-child { + margin-bottom: 30px; } + section .section-wrapper > div.columns > div { + width: 100%; } + section .section-wrapper > div.columns.wide-left > div:first-of-type { + width: unset; } } +@media(max-width: 414px) { + section .section-wrapper { + margin: 0 25px; + width: calc(100% - 50px); } + section .section-wrapper > div.columns div .faucet-cta { + padding: 20px; } + section .section-wrapper > div.columns div .faucet-cta p.button-wrap a.button { + width: calc(100% - 70px); } + + body p, body .links a, body ul.notes li, body .name-list li.text { + font-size: 14px; + line-height: 26px; + width: 100%; } + body .links { + margin-bottom: 30px; } + body .links a { + margin-bottom: 12px; } + body p { + margin-bottom: 30px; } + + h1 { + font-size: 42px; + line-height: 48px; + margin-bottom: 0; } + h1 + * { + margin-top: 30px; } + + h2 { + font-size: 26px; + line-height: 30px; } + + h3 { + font-size: 16px; + line-height: 24px; } + h3 strong { + display: block; + font-size: 14px; } + + h4 { + font-size: 12px; } + + ul li { + line-height: 22px; } + + ul { + font-size: 14px; } + ul + strong { + margin-top: 30px; } + ul.name-list { + font-size: 12px; + line-height: 22px; + margin-bottom: 30px; } + ul.notes li { + line-height: 22px; + margin-bottom: 30px; + min-height: unset; + min-width: 100%; } + ul.events { + display: block; + list-style: none; + padding: 0; } + ul.events li { + margin-bottom: 30px; } + ul.events li span, ul.events li a { + display: block; + margin-bottom: 12px; } + ul.events li span { + font-weight: bold; } + + .community .hero-no-split ul { + display: inherit; + flex-direction: column; + width: 100%; + margin-top: 30px; } + .community .hero-no-split ul li { + align-items: flex-start; } } +.pledge-body { + background-color: #111111; + color: #C2C2C2; } + +.fo-oh-fo h1 { + font-size: 120px; } + +.bio ul { + margin-bottom: 30px; } +.bio ul li { + line-height: 34px; } + +@media(min-width: 1200px) { + .hero-no-split { + text-align: center; } + + #faq.fixed #navigation { + position: fixed; + top: 65px; } + + #faq.absolute #navigation { + position: absolute; + top: 5945px; } + + #faq.fixed #questions, #faq.absolute #questions { + margin-left: 192px; } } +@media(min-width: 1600px) { + #roadmap .center-wrap { + max-width: 1600px; + margin-left: 90px; } } +@media(min-width: 2000px) { + #roadmap .center-wrap { + max-width: 1600px; + padding-left: 300px; } } + +/*# sourceMappingURL=marketing.css.map */ diff --git a/css/newstyle.css b/css/newstyle.css new file mode 100644 index 0000000..0034ec9 --- /dev/null +++ b/css/newstyle.css @@ -0,0 +1,2124 @@ +/* Eric Meyer's CSS Reset + http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) + This is a Sass partial +*/ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + vertical-align: baseline; } + +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { + display: block; } + +body { + line-height: 1; } + +ol, ul { + list-style: none; } + +blockquote, q { + quotes: none; } + +blockquote:before, blockquote:after, q:before, q:after { + content: ''; + content: none; } + +table { + border-collapse: collapse; + border-spacing: 0; } + +/* BEGIN Light */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Light/OpenSans-Light.eot?v=1.1.0"); + src: url("../fonts/Light/OpenSans-Light.eot?") format("embedded-opentype"), url("../fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/Light/OpenSans-Light.svg?v=1.1.0") format("svg"); + font-weight: 300; + font-style: normal; } +/* END Light */ +/* BEGIN Light Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0"); + src: url("../fonts/LightItalic/OpenSans-LightItalic.eot?") format("embedded-opentype"), url("../fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("../fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0") format("svg"); + font-weight: 300; + font-style: italic; } +/* END Light Italic */ +/* BEGIN Regular */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Regular/OpenSans-Regular.eot?v=1.1.0"); + src: url("../fonts/Regular/OpenSans-Regular.eot?") format("embedded-opentype"), url("../fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Regular/OpenSans-Regular.svg?v=1.1.0") format("svg"); + font-weight: normal; + font-style: normal; } +/* END Regular */ +/* BEGIN Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Italic/OpenSans-Italic.eot?v=1.1.0"); + src: url("../fonts/Italic/OpenSans-Italic.eot?") format("embedded-opentype"), url("../fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Italic/OpenSans-Italic.svg?v=1.1.0") format("svg"); + font-weight: normal; + font-style: italic; } +/* END Italic */ +/* BEGIN Semibold */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0"); + src: url("../fonts/Semibold/OpenSans-Semibold.eot?") format("embedded-opentype"), url("../fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("../fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0") format("svg"); + font-weight: 600; + font-style: normal; } +/* END Semibold */ +/* BEGIN Semibold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0"); + src: url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?") format("embedded-opentype"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0") format("svg"); + font-weight: 600; + font-style: italic; } +/* END Semibold Italic */ +/* BEGIN Bold */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/Bold/OpenSans-Bold.eot?v=1.1.0"); + src: url("../fonts/Bold/OpenSans-Bold.eot?") format("embedded-opentype"), url("../fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Bold/OpenSans-Bold.svg?v=1.1.0") format("svg"); + font-weight: bold; + font-style: normal; } +/* END Bold */ +/* BEGIN Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0"); + src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?") format("embedded-opentype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0") format("svg"); + font-weight: bold; + font-style: italic; } +/* END Bold Italic */ +/* BEGIN Extrabold */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0"); + src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?") format("embedded-opentype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0") format("svg"); + font-weight: 800; + font-style: normal; } +/* END Extrabold */ +/* BEGIN Extrabold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0"); + src: url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?") format("embedded-opentype"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0") format("svg"); + font-weight: 800; + font-style: italic; } +/* END Extrabold Italic */ +/*# sourceMappingURL=open-sans.css.map */ +@media (max-width: 46rem) { + .nomobile, .tablet, .desktop { + display: none !important; } } +@media (min-width: 46.001rem) and (max-width: 63rem) { + .mobile, .notablet, .desktop { + display: none !important; } } +@media (min-width: 63.001rem) { + .mobile, .tablet, .nodesktop { + display: none !important; } } +@media (max-width: 46rem) { + .nomobile, .tablet, .desktop { + display: none !important; } } +@media (min-width: 46.001rem) and (max-width: 63rem) { + .mobile, .notablet, .desktop { + display: none !important; } } +@media (min-width: 63.001rem) { + .mobile, .tablet, .nodesktop { + display: none !important; } } +.header-wrapper { + display: flex; + justify-content: center; } +.header-wrapper .inner-wrapper { + max-width: 1440px; + width: 100%; } + +#overlay { + background-color: transparent; + display: none; + height: 2500%; + top: 0; + right: 0; + bottom: 0; + left: 0; + position: absolute; + z-index: 9; } + +.nav-bar { + font-family: "Nitti Light", Helvetica, sans-serif; + -ms-flex-align: center; + -ms-grid-row-align: center; + position: relative; + z-index: 8; + align-items: center; + padding: 30px 50px; + justify-content: space-between; } +@media (max-width: 63rem) { + .nav-bar { + justify-content: space-between; } } +@media(max-width: 414px) { + .nav-bar { + padding-left: 25px; + padding-right: 25px; } } +.nav-bar a.nav-logo { + margin-left: unset; + text-align: center; } +.nav-bar a.nav-logo img { + max-width: 140px; } +.nav-bar .nav-right { + align-items: center; + display: flex; + display: -ms-flexbox; + justify-content: flex-end; + margin-top: 13px; } +.nav-bar .nav-right.links-left { + width: 100%; + justify-content: flex-start; } +@media (max-width: 63rem) { + .nav-bar .nav-right.links-left { + width: unset; } } +.nav-bar .nav-right .nav-links.user-menu { + margin-left: 50px; } +@media (max-width: 63rem) { + .nav-bar .nav-right .nav-links.user-menu { + margin-left: 0; } } +.nav-bar, .nav-bar .nav-links > ul { + display: -ms-flexbox; + display: flex; } +.nav-bar a, .nav-bar .nav-links > ul a { + font-size: 14px; + line-height: 14px; + margin-left: 30px; + font-weight: 600; + color: #000; + text-transform: uppercase; + text-decoration: none; } +.nav-bar a:hover, .nav-bar .nav-links > ul a:hover { + text-decoration: underline; } +.nav-bar .user-menu, .nav-bar .nav-links > ul .user-menu { + flex: 0 0 auto; } +.nav-bar .user-menu .dropdown a, .nav-bar .nav-links > ul .user-menu .dropdown a { + height: 30px; + line-height: 30px; + margin-left: 0; + margin-top: 12px; } +> .nav-bar .user-menu .dropdown:before, > .nav-bar .nav-links > ul .user-menu .dropdown:before { + display: inline-block; + width: 30px; + height: 30px; } +> .nav-bar .user-menu .dropdown:after, > .nav-bar .nav-links > ul .user-menu .dropdown:after { + display: inline-block; + margin-left: 5px; + width: 12px; + height: 5px; + vertical-align: top; } +.nav-bar .user-menu .dropdown .dropdown-menu, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu { + display: block; + position: absolute; + right: 40px; + top: 70px; + border-radius: 10px; + text-align: left; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); } +.nav-bar .user-menu .dropdown .dropdown-menu.hide, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu.hide { + display: none; } +.nav-bar .user-menu .dropdown .dropdown-menu ul, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu ul { + flex-direction: column; + padding-left: 28px; + padding-right: 28px; } +.nav-bar .user-menu .dropdown .dropdown-menu li, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu li { + display: block; + margin-left: 0px; + color: black; + padding: 0.5em 0; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header { + align-items: center; + border-bottom: 1px solid #505274; + padding: 15px 20px; + display: flex; + display: -ms-flexbox; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #c2c2c2; + padding: 15px 20px; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header h5, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header h5 { + margin: 0; + margin-top: 5px; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header a.button, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header a.button { + background: #693AFA; + color: white; + margin-left: 10px; + margin-right: 0; + float: right; + padding: 5px 10px; + text-transform: none; + font-size: 12px; } +.nav-bar .user-menu .dropdown .dropdown-menu .dropdown-header h5, .nav-bar .nav-links > ul .user-menu .dropdown .dropdown-menu .dropdown-header h5 { + color: #A5A5A5; + border: none; + margin-right: 5px; + margin-top: 13px; + font-size: 9px; } + +.dropdown .dropdown-menu.overflow { + right: 10px; } + +.dropdown .dropdown-menu:not(.dropdown-menu-header) { + padding-top: 38px; } + +.dark .dropdown .dropdown-menu .dropdown-header { + background-color: black; } +.dark .dropdown .dropdown-menu .dropdown-header h5 { + color: #8B8B8B; } + +.landing .dropdown .dropdown-menu .dropdown-header, .light .dropdown .dropdown-menu .dropdown-header { + background-color: #F2F2F2; } +.landing .dropdown .dropdown-menu .dropdown-header .button, .light .dropdown .dropdown-menu .dropdown-header .button { + background: #693AFA; + color: white; + margin-left: 10px; + float: right; + text-transform: none; } +.landing .dropdown .dropdown-menu .dropdown-header h5, .light .dropdown .dropdown-menu .dropdown-header h5 { + color: #A5A5A5; + border: none; + margin-right: 5px; + font-size: 9px; } + +.light .user-menu .dropdown > a:before, .landing .user-menu .dropdown > a:before { + content: url("../img/icons/user_icon_black.svg"); } + +.dark .user-menu .dropdown > a:before, .ownership .user-menu .dropdown > a:before { + content: url("../img/icons/user_icon_white.svg"); } + +.dark .dropdown .dropdown-menu { + background-color: black; + color: white; } + +.ownership .dropdown .dropdown-menu { + background-color: #434262; + color: white; } + +.light .dropdown .dropdown-menu, .landing .dropdown .dropdown-menu { + background-color: white; + color: black; } +.light .dropdown .dropdown-menu ul, .landing .dropdown .dropdown-menu ul { + color: green; + padding: 25px 0px; + background-color: #F2F2F2; } + +dropdown .dropdown-menu li { + display: block; + margin-left: 0px; } + +#burgernav { + position: absolute; + right: 0; + width: 100%; + top: 105px; + z-index: 10; + color: black; + padding: 2em 0 1.5em; + display: none; + border-top: #cccccc 1px solid; + border-bottom: 1px solid #cccccc; } + +.landing #burgernav, .light #burgernav { + background-color: white; } + +.dark #burgernav { + background-color: black; } +.dark #burgernav a { + color: white; } + +.ownership #burgernav { + background-color: #251C47; } +.ownership #burgernav a { + color: white; } + +#burgernav ul { + display: block; + margin: 0; + text-transform: uppercase; } + +#burgernav li { + list-style: none; + margin-left: 0; } + +#burgernav li ul { + text-transform: none; } + +#burgernav li a { + padding: 1em 0; + font-weight: 100; + display: block; + font-size: initial; + text-align: left; + font-weight: bold; } +#burgernav li a:hover { + text-decoration: underline; } + +#burgernav li a.button { + font-weight: bold; + padding: 5px 10px; + text-align: center; } + +.dark #burgernav li a.button { + color: black; } + +#burgernav.dropped { + display: block; } + +.hide { + display: none; } + +.burgermenu { + font-size: 2.5em; + display: none; } + +@media (max-width: 63rem) { + .nav-links:not(.user-menu) { + display: none; } + + .user-menu li { + margin-left: 0; } + + .burgermenu { + display: inherit; } } +.active-nav { + overflow-y: visible; } + +.active-nav #overlay { + display: block; } + +.dark header { + background-color: black; + background: black; } +.dark, .dark .nav-links ul li a { + color: white; } +.dark .logo-dark { + display: none; } +.dark .logo-light { + display: block; } +.dark .burgermenu { + background-color: black; } + +.light header { + background-color: #f7f9fb; } +.light .burgermenu { + background-color: #white; } +.light, .light .nav-links ul li a { + color: black; } +.light .logo-light { + display: none; } +.light .logo-dark { + display: block; } + +.ownership header { + background-color: #251C47; + border-bottom: 1px solid #505274; } +.ownership header .nav-bar .nav-links { + justify-content: flex-start; } +.ownership header .nav-bar .logo-dark { + display: none; } + +.landing header .logo-light { + display: none; } +.landing header .nav-links ul li a { + color: black; } + +.ownership .nav-bar .nav-links a { + color: white; + margin-top: 11px; } + +.no-js-fix { + display: none; } + +.no-js .no-js-fix { + display: inline; } + +.no-js .on-js-fix { + display: none; } + +.dashboard-contribute-container { + max-width: 81.25rem; + width: 85%; + margin: 0 auto; + margin-top: 5.875em; } +.dashboard-contribute-container h1 { + font-size: 2.75em; + opacity: 0.9; + font-weight: 600; + padding-bottom: 0.6em; } +@media (max-width: 46rem) { + .dashboard-contribute-container h1 { + padding-bottom: 1.5em; + font-size: 1.8em; } } +.dashboard-contribute-container h4 { + font-size: 1.25em; + opacity: 0.7; + font-weight: 500; + line-height: 1.4em; + padding-bottom: 1.6em; } +@media (max-width: 46rem) { + .dashboard-contribute-container h4 { + line-height: 1.5em; } } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row { + width: 100%; + display: flex; + flex-direction: row; + justify-content: space-between; + min-width: 30em; + margin-top: 1.8em; } +@media (max-width: 46rem) { + .dashboard-contribute-container .contribution-flex .contribution-ideas-row { + flex-direction: column; + justify-content: space-between; + display: flex; + margin-top: 0; + width: 100%; } } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea { + margin: 0.5em; + margin-left: 0; + min-width: 14em; + width: 28%; + height: 16em; } +@media (max-width: 46rem) { + .dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea { + margin-top: 1.5em; + height: 12em; + width: 80%; + display: block; } } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea hr { + display: inline-block; + border: 0; + width: 4em; + background-color: #00F9CA; + height: 0.3em; + margin-bottom: 1em; } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h4 { + font-size: 1.1em; + opacity: 0.7; + line-height: 1.4em; + padding-bottom: 0.6em; + font-weight: 600; } +@media (max-width: 46rem) { + .dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h4 { + font-size: 0.8em; } } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h3 { + font-weight: 300; + opacity: 0.7; + line-height: 2.2em; + font-size: 1em; + padding-bottom: 1.2em; } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea div .link { + color: #7549FB; + font-size: 0.9em; + opacity: 0.7; + font-weight: 500; + text-decoration: underline; } +.dashboard-contribute-container .contribution-flex .contribution-ideas-row .contribution-idea div .link:hover { + opacity: 0.5; } + +.contribute-container { + max-width: 81.25rem; + width: 85%; + margin: 0 auto; + margin-top: 5.875em; } +.contribute-container h1 { + font-size: 2.75em; + opacity: 0.9; + font-weight: 600; + padding-bottom: 0.6em; } +@media (max-width: 46rem) { + .contribute-container h1 { + padding-bottom: 1.5em; + font-size: 1.8em; } } +.contribute-container h4 { + font-size: 1.25em; + opacity: 0.7; + font-weight: 500; + line-height: 1.4em; + padding-bottom: 1.6em; } +@media (max-width: 46rem) { + .contribute-container h4 { + line-height: 1.5em; } } +.contribute-container .contribution-flex .contribution-ideas-row { + width: 100%; + display: flex; + flex-direction: row; + justify-content: space-between; + min-width: 30em; + margin-top: 1.8em; } +@media (max-width: 46rem) { + .contribute-container .contribution-flex .contribution-ideas-row { + flex-direction: column; + justify-content: space-between; + display: flex; + margin-top: 0; + width: 100%; } } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea { + margin: 0.5em; + margin-left: 0; + min-width: 14em; + width: 28%; + height: 16em; + color: #312751; } +@media (max-width: 46rem) { + .contribute-container .contribution-flex .contribution-ideas-row .contribution-idea { + margin-top: 1.5em; + height: 12em; + width: 80%; + display: block; } } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea hr { + display: inline-block; + border: 0; + width: 4em; + background-color: #00F9CA; + height: 0.3em; + margin-bottom: 1em; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h4 { + font-size: 1.1em; + opacity: 0.7; + line-height: 1.4em; + padding-bottom: 0.6em; + font-weight: 600; } +@media (max-width: 46rem) { + .contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h4 { + font-size: 0.8em; } } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h3 { + font-weight: 300; + opacity: 0.7; + line-height: 2.2em; + font-size: 1em; + padding-bottom: 1.2em; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea div .link { + color: #202544; + font-size: 0.9em; + opacity: 0.7; + font-weight: 500; + text-decoration: underline; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea div .link:hover { + opacity: 0.5; } + +.editorial { + background-color: #F7F9FB; } +.editorial .wrapper { + max-width: 54.063em; + width: 90%; + margin: 0 auto; } + +.editorial-content { + color: #2B2152; } +.editorial-content .initial-message { + margin-bottom: 4.5em; } +@media (max-width: 63rem) { + .editorial-content .initial-message { + margin-bottom: 2.5em; } } +.editorial-content h1, .editorial-content h2, .editorial-content h3, .editorial-content h4, .editorial-content h5, .editorial-content strong { + color: #2B2152; + font-weight: 400; + font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; } +.editorial-content span { + padding-bottom: 0.688em; } +.editorial-content h1 { + text-transform: uppercase; + font-size: 2.75em; + padding-bottom: 1.15em; } +.editorial-content h1:first-child { + padding-top: 1.1em; } +.editorial-content h3 { + font-size: 1.375em; + margin-bottom: 0.2em; } +.editorial-content ul { + margin: 1em; } +.editorial-content ul li { + font-size: 1em; + padding: 0.4em; + padding-bottom: 0; + line-height: 2.3em; + display: flex; } +.editorial-content ul li span { + padding-right: 1.3em; + padding-bottom: 0; + font-family: "Open Sans", Helvetica, Arial, sans-serif; } +@media (max-width: 63rem) { + .editorial-content ul { + margin-bottom: 1em; } } +.editorial-content p { + margin: 0; + font-family: "Open Sans", Helvetica, Arial, sans-serif; + color: #2B2152; + margin-bottom: 2.8em; + line-height: 2.34em; } +@media (max-width: 63rem) { + .editorial-content p { + margin-bottom: 1.5em; } } +.editorial-content p strong { + padding-bottom: 0; } +.editorial-content a { + font-family: "Open Sans", Helvetica, Arial, sans-serif; + color: #2B2152; + font-size: 1em; } +.editorial-content strong { + padding-bottom: 0.2em; + display: inline-block; } +.editorial-content div { + line-height: 2.34em; } +.editorial-content .extra-info { + margin-bottom: 0; } +.editorial-content .extra-margin { + margin-bottom: 2.8em; } + +.account-settings-qualification-display { + max-width: 17.5em; + width: 100%; } + +.wallet a { + color: white; } +.wallet .qual-box { + display: flex; + justify-content: center; + align-items: center; } +.wallet h2 { + margin-bottom: 35px; } +.wallet .qualified { + background-color: #696589; } +.wallet .button { + font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; + margin: 0; + margin-bottom: 16px; + width: 100%; + padding: 20px 0; + height: 2.1em; + font-size: 93.75%; } +.wallet img { + padding-right: 10px; + width: 26px; + height: 26px; } + +.settings-display .wallet { + padding: 0; + width: 50%; } + +.account-settings-container { + max-width: 78.75em; + width: 100%; + display: flex; + flex-direction: row; + justify-content: space-between; + margin-bottom: 2em; } +@media (max-width: 46rem) { + .account-settings-container { + display: block; + height: auto; } } + +.settings-nav { + background-color: #434262; + max-width: 14.25em; + min-width: 10em; + width: 100%; + border-radius: 0.25em; + padding-top: 5.25em; + margin-right: 0.3em; } +.settings-nav ul { + margin-left: 30%; } +.settings-nav ul > li { + padding-bottom: 1em; } +.settings-nav ul > li > a { + font-size: 0.75em; + color: #FFFFFF; } +.settings-nav ul > li > a.selected { + font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; + color: #00F9CA; } +@media (max-width: 46rem) { + .settings-nav { + max-width: 100%; + background-color: transparent; + width: 100%; + margin: 0; + margin-bottom: 1em; + padding-top: 1em; } + .settings-nav ul { + margin: 0 auto; + width: 25em; + font-size: 0.9em; + display: flex; + justify-content: space-around; } + .settings-nav ul li { + display: inline-block; + text-align: center; } } + +.settings-display { + background-color: #434262; + max-width: 64em; + width: 100%; + border-radius: 0.25em; + padding: 5.25em; } +@media (max-width: 46rem) { + .settings-display { + height: auto; + width: 100%; + padding: 0; + padding-top: 1em; + padding-bottom: 1em; } } + +.settings-content { + background-color: #434262; } +@media (max-width: 46rem) { + .settings-content { + height: 100%; } } + +.settings-content { + display: block; } + +.settings-title { + font-size: 1.375em; + font-weight: 300; + margin-bottom: 1em; } + +.account-settings-qual-buttons { + max-width: 17.5em; + width: 100%; } + +#yourHNSCoins { + width: 90%; + margin-bottom: 100px; } +#yourHNSCoins .hns-coins { + margin-bottom: 1.5em; + color: #00F9CA; + display: inline-block; + font-size: 2.75em; + font-weight: 700; } +#yourHNSCoins .hns-title { + color: #00F9CA; + font-size: 1.3125em; + padding-left: 0.5em; } +@media (max-width: 46rem) { + #yourHNSCoins h2 { + font-size: 110%; } } + +#editProfile { + width: 90%; + margin-bottom: 100px; } +#editProfile .email { + font-size: 0.9375em; } +#editProfile form { + max-width: 22em; } +#editProfile form input[type='password'] { + width: 100%; } +@media (max-width: 46rem) { + #editProfile form { + max-width: 100%; } } +#editProfile .change-password-container { + margin-top: 50px; } + +#security { + width: 100%; + max-width: 32.25em; } +#security form { + margin-top: 1em; + width: 100%; } +#security form .form-header { + font-size: 0.97em; + padding-top: 1.75em; + padding-bottom: 1.75em; } +#security form textarea { + height: 6.2em; + with: 100%; + margin-bottom: 1.75em; } +@media (max-width: 63rem) { + #security { + width: 90%; + margin: 1em auto; } } + +html > body { + font-family: "Open Sans", Helvetica, Arial, sans-serif; + overflow-x: hidden; + font-size: 16px; + color: #F7F9FB; } + +.wrapper { + position: relative; + width: 77rem; + max-width: calc(100% - 3rem); + max-width: calc(100% - 3rem - env(safe-area-inset-left) - env(safe-area-inset-right)); + margin: 0 auto; } + +html, body { + height: 100%; + background: #251C47; + letter-spacing: 0.02em; } + +body { + display: flex; + flex-direction: column; } +body > content { + flex: 1 0 auto; } + +textarea { + border: none; + font-size: 75%; + font-weight: 300; + color: white; + background: #2B2152; + padding-top: 15px; + padding-left: 15px; + padding-bottom: 15px; + border-radius: 0.4em; + box-sizing: border-box; + width: 90%; } + +input, textarea { + max-width: 100%; + box-sizing: border-box; } + +input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { + -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out"; + -webkit-transition-delay: 9999s; } + +.checkbox { + border: 1px solid white; + border-radius: 4px; + position: relative; + height: 16px; + width: 16px; + margin-top: 0.3em; + margin-bottom: 0.2em; + display: inline-block; } + +.checkbox-container { + display: flex; + padding-bottom: 12px; } + +.checkbox-container.error-text > h5, .checkbox-container.error-text > h5 > a { + color: #00FFEB; } + +.checkbox-container.error-text > .checkbox { + border: 1px solid #00FFEB; } + +.checkbox label { + display: block; + cursor: pointer; + position: absolute; + width: 100%; + padding: 0; + color: white; + top: 0; + bottom: 0; + border-radius: 4px; } + +.checkbox label::before { + content: ""; + display: inline-block; + height: 15px; + width: 15px; } + +.checkbox label:after { + content: ""; + height: 15px; + width: 15px; + top: 0; + left: 0; + position: absolute; } + +.checkbox label:hover::after { + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + filter: alpha(opacity=30); + opacity: 0.5; + background: url("../img/white_checkmark.svg") no-repeat; + background-size: 12px; + background-position: center center; + width: 100%; } + +.checkbox input[type=checkbox] { + opacity: 0; + color: white; } + +.checkbox input[type=checkbox]:checked + label:after { + opacity: 1; + background: url("../img/white_checkmark.svg") no-repeat; + background-size: 12px; + background-position: center center; + background-color: #693AFA; + border-radius: 4px; + width: 100%; } + +.checkbox input[type="checkbox"]:focus + label:before { + outline: #3b99fc auto 5px; } + +.content { + background: #251C47; + color: #FFFFFF; } +.content .wrapper { + padding: 1.85em 0 2.14em; } + +h1 { + color: #00FFEB; + font-size: 275%; + font-weight: 600; } + +h2 { + color: #F7F9FB; + font-weight: 300; + font-size: 162.5%; + line-height: 225%; + margin-bottom: 12px; } + +h3 { + color: #F7F9FB; + font-size: 93.75%; + line-height: 150%; + margin-bottom: 32px; + font-weight: 400; } + +h4 { + color: #F7F9FB; + font-size: 75%; + font-weight: 300; + line-height: 150%; + margin-bottom: 32px; } + +h5 { + color: #C8C8C8; + font-size: 75%; + font-weight: 300; + line-height: 150%; + margin-top: 22px; } + +a { + color: #00FFEB; + font-weight: 500; + text-decoration: none; + transition: color 0.3s ease; } +a:hover { + color: #00ccbc; } +@media (max-width: 46rem) { + a { + font-size: 81.25%; } } + +.error-text { + color: #00FFEB; } +.error-text.padded { + padding: 1em 0em; + line-height: 20px; + font-size: 12px; } + +.navbuttonbak { + color: #FFFFFF; + font-size: 75%; + margin-bottom: 22px; + cursor: pointer; + display: inline-block; + margin-bottom: 12px; } + +.button { + background-color: #693AFA; + border-radius: 4px; + border: none; + color: #F7F9FB; + cursor: pointer; + display: inline-block; + font-weight: 600; + margin: 5px 32px 5px 0; + text-align: center; + width: 40%; + font-size: 75%; } +.button:hover { + background-color: #6530cd; } +.button:active { + border: 1px solid #00FFEB; + color: #00FFEB; } +.button.primary { + padding: 15px; } +.button.large { + padding: 25px; } +.button.disabled { + background-color: #696589; } +.button.small { + padding: 1px; } +.button.inline { + display: inline; + padding: 0.9em; + margin: 0 0 0 1em; } +.button.no-wrap { + width: inherit; + white-space: nowrap; } + +.fatbutton { + display: block; + width: 100%; + padding: 1.65em 0; + background: #693AFA; + color: #F7F9FB; + font-size: 1.1em; + text-align: center; + border-radius: 0.3em; } +.fatbutton.qualified { + background-color: #696589; } +.fatbutton.pending { + background: #696589; + opacity: 0.7; } + +label { + flex: 0 0 auto; + width: 10em; + text-align: right; + padding-right: 2em; + box-sizing: border-box; + padding-top: 0.95em; } +label.error-text { + color: #00FFEB; } + +input::placeholder, textarea::placeholder { + color: #B8B7C7; + opacity: 1; } + +select { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 5px; } + +input[type=text], input[type=password], input[type=email], select { + flex: 1 1 auto; + font-weight: 300; + color: white; + background: #2B2152; + border-radius: 0.4em; + padding-bottom: 15px; + padding-top: 15px; + padding-left: 15px; + width: 70%; + font-size: 75%; + margin: 0 0 22px; + border: 2px solid transparent; } +input[type=text].error, input[type=password].error, input[type=email].error, select.error { + border: 1px solid #00FFEB; } +@media (max-width: 46rem) { + input[type=text], input[type=password], input[type=email], select { + width: 100%; } } + +input[type=submit] { + font-size: 68.75%; } + +.password-input-container { + position: relative; } + +#passwordWarningMessage, #passwordConfirmWarningMessage, #passWarningMessage, #confirmPassWarningMessage, #currentPassWarningMessage { + display: none; } + +.error-input + #passwordWarningMessage { + font-size: 68.75%; + position: relative; + display: block; + color: #00F9CA; + margin-top: 5px; + margin-bottom: 22px; } + +.error-input + #passwordConfirmWarningMessage, .error-input + #passWarningMessage, .error-input + #confirmPassWarningMessage, .error-input + #currentPassWarningMessage, .error-input + .error-message { + color: #00F9CA; + position: absolute; + display: block; + top: 0.45em; + right: -14em; + font-size: 68.75%; } +@media( max-width: 800px ) { + .error-input + #passwordConfirmWarningMessage, .error-input + #passWarningMessage, .error-input + #confirmPassWarningMessage, .error-input + #currentPassWarningMessage, .error-input + .error-message { + position: initial; + margin-bottom: 22px; + margin-top: 10px; } } +subtitle { + display: block; + margin-top: 2em; + font-size: 0.8em; + font-weight: 300; + line-height: 1.4; + color: #F7F9FB; } + +.inputfield.inline { + display: flex; + flex-direction: row; } + +.seperator { + border: 0.5px solid #251C47; + width: 100%; + margin: 2em 0 2em 0; } + +@keyframes fadeOut { + 100% { + opacity: 0; } } +.flashmessage-container { + font-size: 0.938em; + font-weight: 600; + position: absolute; + width: 100%; + animation: fadeOut 1s forwards; + animation-iteration-count: 1; + animation-delay: 7s; + -webkit-animation: fadeOut 1s forwards; + -webkit-animation-iteration-count: 1; + -webkit-animation-delay: 7s; } +.flashmessage-container .flash-message { + margin: 0 auto; + display: flex; } +.flashmessage-container .flash-message .content { + color: black; + display: flex; + background: #7FFCE4; + margin: 0 auto; + height: 3.75em; + align-items: center; + text-align: center; + border-radius: 0.3em; } +.flashmessage-container .flash-message .content h3 { + color: black !important; + line-height: 300%; + display: inline-block; + margin-left: 2.813em; + margin-bottom: 0; } +@media (max-width: 46rem) { + .flashmessage-container .flash-message .content h3 { + margin-left: 0.2em; + margin-right: 0.2em; + line-height: 150%; } } +.flashmessage-container .flash-message .content .close-flash-message { + margin-right: 2.813em; + margin-left: 1.25em; + cursor: pointer; + width: 1.5em; + float: right; } +@media (max-width: 46rem) { + .flashmessage-container .flash-message .content .close-flash-message { + display: none; } } + +.container { + display: flex; + flex-direction: row; } +@media (max-width: 63rem) { + .container { + flex-direction: column; } } +.container .left { + flex: 0 0 auto; + width: 30%; + margin: 5em 6em 0 0; + background-color: #251C47; } +@media (max-width: 63rem) { + .container .left { + display: flex; + justify-content: center; + margin: 0 0 20px 0; + width: 100%; } } +.container .left .pageicon-1 { + display: block; + margin: 3.4em 0; } +.container .left .pageicon-2 { + display: block; + width: 74%; + margin: 15em 0; } +.container .left .onboard-progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; } +.container .left .onboard-progress-bar img { + width: 80%; + margin-left: auto; + margin-right: auto; + margin-bottom: 1em; } +@media (max-width: 63rem) { + .container .left .onboard-progress-bar img { + width: 100%; } } +.container .left .onboard-progress-bar span { + font-family: IBM Plex Mono, Medium; + font-size: 12px; + width: 90%; + margin-bottom: 1em; + margin: 0 auto; } +@media (max-width: 63rem) { + .container .left .onboard-progress-bar span { + width: 100%; } } +.container .left img.onboard-icon { + width: 425px; + height: 425px; + display: block; + margin: 3em 4em 0 0; } +.container .left .pg-label-1, .container .left .pg-label-2, .container .left .pg-label-3 { + display: block; } +.container .left .pg-label-1 { + text-align: left; + padding-left: 2em; } +.container .left .pg-label-3 { + text-align: right; + padding-left: 2em; + width: 100% !important; } +@media (max-width: 63rem) { + .container .left .pg-label-3 { + padding-left: 4em; } } +@media (max-width: 46rem) { + .container .left .pg-label-3 { + padding-left: 1em; } } +.container .right { + min-height: 600px; + flex: 1 1 auto; + background: #434262; + padding: 92px; + border-radius: 0.34em; + display: flex; + flex-direction: column; } +@media (max-width: 63rem) { + .container .right { + flex-direction: column; } } + +.onboarding-text-blob-max-width { + max-width: 481px; } +.onboarding-text-blob-max-width.blocked { + text-align: justify; } + +@media (max-width: 46rem) { + .onboarding-page h2 { + line-height: 170%; } } + +@media (max-width: 46rem) { + .onboarding-page textarea, .onboarding-page input, .onboarding-page .button { + box-sizing: border-box; } + .onboarding-page textarea, .onboarding-page input { + width: 100%; } + .onboarding-page .button { + width: 100%; + margin-left: 0; + margin-right: 0; } } + +.onboarding-container > .hndshk-container { + display: flex; + flex-direction: column; } +.onboarding-container > .hndshk-container h2 { + margin-top: 50px; } +.onboarding-container > .hndshk-container p { + max-width: 884px; + display: block; + margin-bottom: 20px; + line-height: 34px; } + +.onboarding-container .right.centered { + margin: 0 15%; } +.onboarding-container .right #freenodeVerif .button { + width: 60%; } +.onboarding-container .right #freenodeOnboard h2 { + line-height: 150%; } +.onboarding-container .right input, .onboarding-container .right #freenodeCode { + box-sizing: border-box; + max-width: 100%; + width: 100%; } +.onboarding-container .right .onboard-back, .onboarding-container .right .onboard-dash, .onboarding-container .right .dash-back { + color: #F7F9FB; + font-size: 70%; + position: relative; + top: -3em; } +@media (max-width: 46rem) { + .onboarding-container .right .onboard-back, .onboarding-container .right .onboard-dash, .onboarding-container .right .dash-back { + top: -1em; } } +.onboarding-container .right .qual-panel { + flex-direction: column; } +.onboarding-container .right .verif-boxes { + display: flex; + flex-direction: row; + justify-content: space-between; + margin-bottom: 4em; } +@media (max-width: 63rem) { + .onboarding-container .right .verif-boxes { + flex-direction: column; } } +.onboarding-container .right .verif-boxes .button-box { + width: 27%; } +@media (max-width: 63rem) { + .onboarding-container .right .verif-boxes .button-box { + width: 100%; } } +.onboarding-container .right .verif-boxes .button-box .fatbutton { + display: flex; + justify-content: center; + align-items: center; + padding: 30px 0; + font-size: 93.75%; } +.onboarding-container .right .verif-boxes .button-box .fatbutton.qualified { + padding: 24px 0; + background-color: #696589; } +.onboarding-container .right .verif-boxes .button-box .fatbutton img { + padding-right: 10px; + width: 26px; + height: 26px; } +.onboarding-container .right .verif-boxes .button-box:nth-last-child(1) subtitle { + margin-bottom: 0; } +@media (max-width: 63rem) { + .onboarding-container .right .verif-boxes h5 { + margin-top: 12px; + margin-bottom: 2em; } } +.onboarding-container .right .verif-flow-box { + display: none; + border-radius: 0.3em; + margin-top: 50px; } +.onboarding-container .right .verif-flow-box.show { + display: block; } +.onboarding-container .right #freenodeCode { + background-color: #292d46; + padding: 20px; + text-align: center; + border-radius: 2px; + margin: 30px 0 30px 0; + word-wrap: break-word; + word-wrap: break-all; } +.onboarding-container .right #pgpFormLabel { + margin-bottom: 22px; } +.onboarding-container .right .hsicon { + padding: 0.3em 0.4em; + color: #FFFFFF; } +.onboarding-container .right .hsicon:not(.invisible) { + cursor: pointer; } +.onboarding-container .right .hsicon:first-child { + padding-left: 0.7em; } +.onboarding-container .right .hsicon:last-child { + padding-right: 0.7em; } +.onboarding-container .right #surveyHeader h4, .onboarding-container .right #surveyHeader h3, .onboarding-container .right #surveyHeader h5 { + margin-bottom: 10px; } +.onboarding-container .right #surveyOnboard h3 { + margin-bottom: 0; } +.onboarding-container .right #surveyForm textarea { + width: 100%; + height: 114px; } +.onboarding-container .right #surveyForm .button { + margin-top: 22px; } +@media (max-width: 46rem) { + .onboarding-container .right #surveyForm .button { + width: 100%; } } +.onboarding-container .right #surveyForm .splitinput { + display: flex; + width: 100%; + justify-content: space-between; } +.onboarding-container .right #surveyForm input { + width: 60%; } +.onboarding-container .right #surveyForm input + input { + margin-left: 22px; } + +.pubkey-container .right textarea { + line-height: 162.5%; + margin-bottom: 22px; + font-size: 16px; } +.pubkey-container .right h4 { + margin-bottom: 22px; } +.pubkey-container .right #generated-3 h3 { + margin-bottom: 22px; } +.pubkey-container .right #claimpage h4:nth-child(3) { + margin-bottom: 36px; } +.pubkey-container .right .important-text { + color: #00F9CA; } +.pubkey-container .right .navConfirm.primary { + margin-top: 26px; } +.pubkey-container .right .buttons { + display: flex; + flex-direction: row; } +.pubkey-container .right .buttons .first-button { + margin-right: 3em; } +.pubkey-container .right .buttons .first-button.no-js a { + cursor: not-allowed; + pointer-events: none; } +.pubkey-container .right .buttons .first-button.no-js div { + background-color: #696589; } +.pubkey-container .right .onboard-back { + color: #F7F9FB; + font-size: 70%; + position: relative; + top: -3em; } +@media (max-width: 46rem) { + .pubkey-container .right .onboard-back { + top: -1em; } } +.pubkey-container .right .hsoutput { + display: flex; + align-items: center; + width: 100%; + background: #292d46; + border-radius: 0.3em; } +.pubkey-container .right .hsoutput .hsicon { + padding: 0.3em 0.4em; + color: #FFFFFF; } +.pubkey-container .right .hsoutput .hsicon:not(.invisible) { + cursor: pointer; } +.pubkey-container .right .hsoutput .hsicon:first-child { + padding-left: 0.7em; } +.pubkey-container .right .hsoutput .hsicon:last-child { + padding-right: 0.7em; } +.pubkey-container .right .hsoutput .iconcont { + display: flex; + position: relative; + box-shadow: -0.7em 0 0.7em 0 #292d46; } + +.pubkey-container .right .skiplink { + display: block; + text-align: right; + margin-top: 3em; + font-size: 0.8em; + font-weight: 300; + padding-left: 0.2em; + padding-right: 0.2em; } + +.fx { + display: flex; + flex-direction: row; } +@media (max-width: 46rem) { + .fx { + display: block; } } +.fx .fx-grow { + flex: 1 1 auto; } + +#preBoarding { + text-align: left; + padding-top: 20px; + padding-bottom: 20px; } +#preBoarding * { + box-sizing: border-box; } +#preBoarding > div { + max-width: 75%; + margin: 0 auto; } +#preBoarding > div > h2 { + margin-bottom: 50px; + text-align: center; } +@media (max-width: 46rem) { + #preBoarding > div { + max-width: 100%; } } +@media (max-width: 46rem) { + #preBoarding > div > .fx { + padding-left: 15px; + padding-right: 15px; } } +#preBoarding h4.step { + margin-bottom: 0; } +#preBoarding .fx-grow { + flex-basis: 50%; } +#preBoarding .preboarding-process { + padding-right: 50px; } +#preBoarding .preboarding-process-step { + margin-bottom: 35px; } +@media (max-width: 46rem) { + #preBoarding .preboarding-process-step.fx { + display: flex; } } +#preBoarding .preboarding-process-step .art { + padding-top: 5px; + padding-right: 15px; } +#preBoarding .preboarding-process-step .line { + width: 2px; + height: 75%; + background: #56ffeb; + margin: auto; + margin-top: 8px; } +#preBoarding .preboarding-process-step h3 { + margin-bottom: 2px; } +#preBoarding .preboarding-process-step .note { + color: grey; + margin-bottom: 0; } +#preBoarding .preboarding-process-step:last-of-type { + margin-bottom: 0; } +@media (max-width: 46rem) { + #preBoarding ul.preboarding-process, #preBoarding div.preboarding-message { + padding-left: 0; + padding-right: 0; + border-left: none; } } +#preBoarding .preboarding-message { + padding-left: 50px; + border-left: 1px solid grey; } +#preBoarding .preboarding-message > * { + margin-bottom: 15px; } +#preBoarding .preboarding-message p { + font-size: 75%; + font-weight: 300; + line-height: 150%; } +#preBoarding .preboarding-button { + margin-top: 50px; + text-align: center; } +#preBoarding .preboarding-button a { + width: 30%; + margin: 0; + padding: 10px 5px; } + +.contribute-container { + max-width: 81.25rem; + width: 85%; + margin: 0 auto; + margin-top: 5.875em; } +.contribute-container h1 { + font-size: 2.75em; + opacity: 0.9; + font-weight: 600; + padding-bottom: 0.6em; } +@media (max-width: 46rem) { + .contribute-container h1 { + padding-bottom: 1.5em; + font-size: 1.8em; } } +.contribute-container h4 { + font-size: 1.25em; + opacity: 0.7; + font-weight: 500; + line-height: 1.4em; + padding-bottom: 1.6em; } +@media (max-width: 46rem) { + .contribute-container h4 { + line-height: 1.5em; } } +.contribute-container .contribution-flex .contribution-ideas-row { + width: 100%; + display: flex; + flex-direction: row; + justify-content: space-between; + min-width: 30em; + margin-top: 1.8em; } +@media (max-width: 46rem) { + .contribute-container .contribution-flex .contribution-ideas-row { + flex-direction: column; + justify-content: space-between; + display: flex; + margin-top: 0; + width: 100%; } } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea { + margin: 0.5em; + margin-left: 0; + min-width: 14em; + width: 28%; + height: 16em; + color: #312751; } +@media (max-width: 46rem) { + .contribute-container .contribution-flex .contribution-ideas-row .contribution-idea { + margin-top: 1.5em; + height: 12em; + width: 80%; + display: block; } } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea hr { + display: inline-block; + border: 0; + width: 4em; + background-color: #00F9CA; + height: 0.3em; + margin-bottom: 1em; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h4 { + font-size: 1.1em; + opacity: 0.7; + line-height: 1.4em; + padding-bottom: 0.6em; + font-weight: 600; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea h3 { + font-weight: 400; + opacity: 0.7; + line-height: 2.2em; + font-size: 1em; + padding-bottom: 1.2em; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea div .link { + color: #202544; + font-size: 0.9em; + opacity: 0.7; + font-weight: 600; + text-decoration: underline; } +.contribute-container .contribution-flex .contribution-ideas-row .contribution-idea div .link:hover { + opacity: 0.5; } + +.editorial-cta { + display: flex; + justify-content: space-around; + align-items: center; + min-height: 25em; + background-color: #2F2653; } +.editorial-cta .editorial-cta-content { + width: 100%; + max-width: 81.25rem; + display: flex; + flex-direction: row; + justify-content: space-between; + flex-wrap: wrap; } +@media (max-width: 46rem) { + .editorial-cta .editorial-cta-content { + max-width: 100%; } } +@media (max-width: 46rem) { + .editorial-cta .editorial-cta-content { + flex-direction: column; + align-items: center; } } +.editorial-cta .editorial-cta-content .message { + flex: 1 1 auto; } +.editorial-cta .editorial-cta-content .message h1 { + font-weight: 600; + font-size: 2.74em; + margin-bottom: 0.75em; } +@media (max-width: 46rem) { + .editorial-cta .editorial-cta-content .message h1 { + font-size: 1.7em; + letter-spacing: 0.15em; + margin-top: 2em; + font-weight: 500; } } +.editorial-cta .editorial-cta-content .message .sub-message p { + font-weight: 400; + opacity: 0.9; + line-height: 1.6em; + font-size: 1.3em; + width: 28em; } +@media (max-width: 46rem) { + .editorial-cta .editorial-cta-content .message .sub-message p { + font-size: 1.23em; + width: auto; } } + +.dashboard > h2, .dashboard > h4 { + padding-left: 45px; + padding-right: 45px; } +.dashboard > h2 { + line-height: initial; } +.dashboard > h4 { + margin-bottom: 32px; } +@media (max-width: 46rem) { + .dashboard h2 { + line-height: 170%; } } +.dashboard subtitle { + margin-top: 0; + line-height: 1.8; } +.dashboard .dashboard-header { + display: flex; + flex-direction: row; + justify-content: space-between; } +@media (max-width: 46rem) { + .dashboard .dashboard-header { + flex-direction: column; + justify-content: space-between; } } +.dashboard .dashboard-header .social-icon-container-dashboard { + display: flex; + flex-direction: column; + justify-content: space-around; } +.dashboard .dashboard-header .social-icon-container-dashboard nav.social-icons { + display: block; } +@media (max-width: 46rem) { + .dashboard .dashboard-header .social-icon-container-dashboard nav.social-icons { + text-align: left; } + .dashboard .dashboard-header .social-icon-container-dashboard nav.social-icons a:first-child { + margin-left: 0; } } +.dashboard .graphsbox h3 { + font-weight: 300; } +.dashboard .wallet a { + color: white; + font-size: initial; } +.dashboard .wallet .qual-box { + display: flex; + justify-content: center; + align-items: center; + font-size: 93.75%; } +.dashboard .wallet h2 { + margin-bottom: 35px; } +.dashboard .wallet .qualified { + background-color: #696589; + pointer-events: none; } +.dashboard .wallet .button { + margin: 0; + margin-bottom: 16px; + width: 100%; + font-size: 93.75%; } +.dashboard .wallet img { + padding-right: 10px; + width: 26px; + height: 26px; } +.dashboard .contribute { + margin: 0; + max-width: 100%; + width: 100%; } +.dashboard .contribute h4, .dashboard .contribute h3 { + opacity: initial !important; + color: #F7F9FB; + font-size: 93.75%; + font-weight: 300; + line-height: 187.5%; } +.dashboard .contribute h4 { + padding-bottom: 0; } +.dashboard .dashboard-instructions h4 { + margin-bottom: 25px; } +.dashboard .dashboard-instructions h3 { + margin-bottom: 12px; } + +.hndshk-container { + background: #434262; + padding: 1.2em 45px; + border-radius: 0.3em; } +.hndshk-container.large { + min-height: 600px; + padding: 92px; + border-radius: 0.34em; } +@media (max-width: 46rem) { + .hndshk-container.large { + min-height: auto; + padding: 2em; } } + +.hndshk-text-container { + font-family: monospace; + border: none; + font-size: 0.9em; + font-weight: 300; + color: #c2c0cc; + background: #342E54; + padding: 1.9em; + border-radius: 0.4em; + box-sizing: border-box; + line-height: 130%; + margin-bottom: 25px; } +.hndshk-text-container.text-container-dark { + background: #2B2152; } +.hndshk-text-container > * { + margin-bottom: 25px; + word-wrap: break-word; } +.hndshk-text-container > *:last-child { + margin-bottom: 0px; } + +.space-top { + margin-top: 1em; } + +.space-right { + margin-right: 1em; } +@media (max-width: 46rem) { + .space-right { + margin-right: 0px; + margin-bottom: 1em; } } + +.nominations h2 { + margin-bottom: 0; } +@media (max-width: 46rem) { + .nominations h2 { + line-height: 170%; } } +.nominations .nomination-row { + font-size: 0.9em; + display: flex; + justify-content: space-between; + flex-direction: row; + padding: 0.6em 0; + font-weight: 300; + color: rgba(255, 255, 255, 0.65); } +.nominations .nomination-row.title-text { + color: #FFFFFF; } +.nominations .nomination-row .email { + flex-grow: 1; + flex-shrink: 1; + display: flex; + align-items: center; } +.nominations .nomination-row .email:not(.nomination-header):before { + display: block; + content: " "; + border-radius: 100%; + width: 20px; + height: 20px; + margin-right: 10px; } +.nominations .nomination-row .pending:not(.nomination-header):before { + background-color: #848ab2; } +.nominations .nomination-row .claimed:not(.nomination-header):before { + background-color: #663eff; } +.nominations .nomination-row .sent, .nominations .nomination-row .status { + flex-grow: 0; + flex-shrink: 0; + width: 8em; } +@media(max-width: 600px) { + .nominations .nomination-row div.email:not(.nomination-header):before { + display: none; } + @media(max-width: 600px) { + .nominations .nomination-row .sent { + display: none; } } + @media(max-width: 600px) { + .nominations .nomination-row .email, .nominations .nomination-row .status { + font-size: 12px; } } } +.nominate-form { + margin-bottom: 25px; } +.nominate-form .nominate-title { + margin-bottom: 0; } +.nominate-form .subtitle { + margin-bottom: 25px; } + +.nomination-progress { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + text-align: center; } +.nomination-progress .count subtitle { + margin-top: 0; } +.nomination-progress .count h2 { + margin-bottom: 0px; } +.nomination-progress img.sep { + margin: 0 0.5em 0 0.6em; + width: 2em; + height: 3.9em; } + +.nominate-container .button { + margin-left: 0px; } + +.dashboard-nominatebox { + display: flex; + flex-direction: row; + justify-content: space-around; + align-items: baseline; } +.dashboard-nominatebox input { + margin: 0; } +.dashboard-nominatebox .subtitle { + display: none; } +.dashboard-nominatebox .button { + width: 118px; } +.dashboard-nominatebox .left { + width: 70%; } +@media (max-width: 46rem) { + .dashboard-nominatebox .left { + width: 100%; } } +.dashboard-nominatebox .left .nominate-title { + padding: 0; + margin-bottom: 15px; } +.dashboard-nominatebox .right { + box-sizing: border-box; + width: 30%; + position: relative; + padding-left: 20px; + top: 2em; } + +.dashboard-instructions .fx .instruction-left { + max-width: 50%; } +@media (max-width: 847px) { + .dashboard-instructions .fx { + display: block; } + .dashboard-instructions .fx .instruction-left { + margin-right: 0px; + margin-bottom: 1em; + max-width: 100%; } } + +.graphwalletrow { + width: 100%; } +@media (max-width: 1090px) { + .graphwalletrow { + display: block; } + .graphwalletrow .graphsbox { + margin-right: 0px; + margin-bottom: 1em; } } +.graphwalletrow .wallet { + flex-grow: 1; } +.graphwalletrow .wallet h2 { + padding: 0; } +.graphwalletrow .graphsbox { + flex-grow: 2; } +.graphwalletrow .graphsbox .graphs { + justify-content: space-around; + margin: 1em 0 0.5em; + text-align: center; } +.graphwalletrow .graphsbox .graphs #emptygraph { + width: 200px; + height: 200px; + margin: auto; } +.graphwalletrow .graphsbox .graphs .hskicon { + height: 0; } +.graphwalletrow .graphsbox .graphs .hskicon img { + position: relative; + top: -140px; + left: 0; + height: 80px; } + +.resetpassword-container { + width: 50%; + margin: 0 auto; + min-width: 20em; + padding: 2.2em 2.8em; + border-radius: 0.3em; + background-color: #434262; } + +.message-box { + background-color: #434262; + min-height: 600px; + display: flex; + justify-content: center; + align-items: center; + border-radius: 5px; + text-align: center; } +.message-box > div { + max-width: 500px; } +.message-box h2 { + line-height: 155%; } + +.login-up-container #countrySelect { + background-image: url("../img/footer/down-caret.svg"); + background-repeat: no-repeat; + background-position: 97% 50%; + color: #B8B7C7; } +.login-up-container h2 { + line-height: initial; } +.login-up-container h3, .login-up-container h2, .login-up-container h4 { + margin-bottom: 22px; } +.login-up-container .inputfield h5 { + margin: 5px 0; } +.login-up-container .inputfield h4 { + display: inline-block; } +.login-up-container .left h2 { + font-size: 137.5%; + line-height: 175%; } +.login-up-container .agreements { + display: block; + padding-left: 1em; + padding-top: 0.55em; + margin: 0; } +@media(max-width: 420px) { + .login-up-container .agreements { + padding-top: 0; } } +.login-up-container .agreements a { + text-decoration: underline; } +.login-up-container .agreements, .login-up-container .agreements a { + color: white; } + +.code, code, pre, tt { + font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; } + +.invisible { + visibility: hidden !important; } + +.hidden { + display: none !important; } + +.search-submit-icon { + position: relative; } +.search-submit-icon img { + position: absolute; + left: 1.88em; + width: 1.4em; + top: 0.5em; + pointer-events: none; } + +.nominate-submit-icon { + position: relative; } +.nominate-submit-icon img { + position: absolute; + left: 1.88em; + width: 1.2em; + top: 0.7em; + pointer-events: none; } + +.dashboard .nominate.emailinput .submit { + padding: 0.95em 2.5em 0.85em; } + +#successOnboard { + width: 100%; + display: flex; + flex-direction: row; + justify-content: center; + border-radius: 0.4em; + padding: 4em; + background-color: #434262; + box-sizing: border-box; } +#successOnboard .success-content { + width: 40%; + margin-top: 2.5em; + margin-bottom: 2.5em; + display: flex; + flex-direction: column; + text-align: center; + text-align: center; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; + color: white; } +#successOnboard .success-content img { + margin-bottom: 50px; } + +.header-box > h4 { + margin-bottom: 2.2em; } + +input.error-input, .checkbox-container.error-input { + border: 2px solid #00F9CA !important; + color: #00F9CA; } +@media(max-width: 800px) { + input.error-input, .checkbox-container.error-input { + margin-bottom: 0px; } } +.page-container { + display: flex; + line-height: 1.5em; + justify-content: space-around; + min-height: 10em; + vertical-align: middle; + flex-direction: column; + font-size: 3em; } + +.message { + font-weight: 300; + text-align: center; + font-size: 0.7em !important; } + +.domainsearch { + padding: 0; } +.domainsearch * { + box-sizing: border-box; } +.domainsearch .button:not(input) { + width: 100%; } +@media (max-width: 46rem) { + .domainsearch input, .domainsearch .button { + width: 100%; } } +.domainsearch input.space-right { + margin: 0; + margin-right: 1em; } +@media (max-width: 46rem) { + .domainsearch input.space-right { + margin-bottom: 1em; } } +@media (max-width: 63rem) { + .domainsearch .space-right:not(input) { + margin-bottom: 1em; + margin-right: 0; } } +.domainsearch .domainsearch-left { + flex: 3; } +.domainsearch .domainsearch-left + div { + flex: 1; + padding-right: 45px; + padding-left: 45px; } +.domainsearch ul { + margin-left: 20px; + font-size: 0.8em; } +.domainsearch ul li { + font-weight: 200; + line-height: 1.5em; + margin-bottom: 20px; + list-style-type: disc; } +.domainsearch ul li b { + font-weight: 600; } +.domainsearch .button { + margin: 0; } +.domainsearch #domainSearchForm { + margin-top: 32px; } +.domainsearch #responseList { + margin-top: 2em; + width: 100%; } +.domainsearch #responseList .badge { + padding: 8px; + margin: 5px; + background-color: #00FFEB; + border-radius: 5px; + max-width: 7.6em; + text-align: center; } +.domainsearch #responseList .badge.available { + color: #251C47; } +.domainsearch #responseList .domain-row { + align-items: center; + padding: 15px; + border-bottom: 1px solid #2B2152; } +@media (max-width: 46rem) { + .domainsearch #responseList .domain-row { + padding: 0; + display: flex; } } +.domainsearch #responseList .domain-row:nth-last-child(1) { + border-bottom: none; } +.domainsearch #responseList .domain-row h5 { + margin: 0; } +.domainsearch #responseList .domain-row div { + font-size: 0.9em; + padding-left: 10px; + padding-right: 10px; } +.domainsearch #responseList .domain-row div:not(:first-child) { + text-align: center; } +.domainsearch #responseList .domain-row .name { + flex: 5 0 auto; } +.domainsearch #responseList .domain-row .avail { + padding-top: 10px; + padding-bottom: 10px; + border-right: 1px solid #2B2152; } +.domainsearch #responseList .domain-row .claimed { + background-color: #696589; } +.domainsearch #responseList .domain-row .reserved { + background-color: #696589; } + +/*# sourceMappingURL=newstyle.css.map */ diff --git a/download/index.html b/download/index.html new file mode 100644 index 0000000..2b9f34f --- /dev/null +++ b/download/index.html @@ -0,0 +1,220 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+
+

Download

+
+
+
+ +
+
+

hsd-2.2.0.tar.gz (asc)

+

hs-client-0.0.9.tar.gz (asc)

+

node-gyp is required to install

+
+
+ +
+ +
+
+

Tarballs are signed using keybase.io/chjj

+
+
+
+
+

SHA256 checksums:

+6dc86e39a868d526571951261b39b8fbaee3c7b0d5751e5be6b15014e7326de4 hs-airdrop-0.9.0.tar.gz
+b76d9132366eea28777d008e60f1a51e12ccc7a52b2e48df978806de1b368929 hs-client-0.0.9.tar.gz
+67ff3517f24194b4e1375c565634d07e263ddcbee1c744e82592b6cb8e31f780 hs-miner-0.0.10.tar.gz
+9e0ca0b13aa490fe191f8c89f6b7e8997590ac45502ca296539f0f68be2e7ba3 hsd-2.2.0.tar.gz + +
+
+ +
+
+ + + + + + + + + + + diff --git a/faq/index.html b/faq/index.html new file mode 100644 index 0000000..d91d161 --- /dev/null +++ b/faq/index.html @@ -0,0 +1,361 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+

FAQ

+
+
+ +
+ +
+

GENERAL

+ + +
+

What does Handshake do? +
+

+

Handshake is an experiment on collaborating to create a decentralized network which results in a global allocation of names. Think of the handles or usernames you use on services such as social networks, and domain names identifying the URI for websites. Nearly all of these services were provided by trusted third parties which prevent the web from truly being decentralized. Handshake provides a means, including key management and server/service authentication, for decentralized web services to experiment. The Internet currently relies upon a single trust root DNS zone and an amalgamation of private companies providing trusted Certificate Authorities to secure the internet, Handshake is an experiment and exploration in alternatives. By providing a way to do decentralized lookup of name records, one can produce hashes and keys to identify resources over decentralized networks without a trusted Certificate Authority corporation.

+
+
+

Why is canonicalization of naming within namespaces important? +
+

+

Having a unique name on a particular namespace or zone is incredibly important for the security of the internet. Having a decentralized unique namespace could enable decentralized internet technologies. If you have a username on a social network, you may want a unique URI to view your profile. Similarly, for domain TLDs and other resources, it is helpful to know that you're correctly communicating with the desired endpoint. Without a unique namespace, the internet is vulnerable to either everyone having to type in the cryptographic key (making name lack usefulness), or a lack of agreement on the relationship between a resource and name. This has very severe security implications. Handshake's goal is decentralization, canonicalization of names, and security. With the root zone in use as of the time of this writing (2019), internet naming does not provide decentralization, nor secure authenticated canonicalization of names (the Certificate Authority system).

+
+
+

How does Handshake work? +
+

+

Handshake needs to reach global agreement on names and its owners. To do this, we need to develop ordering of when a name has already been registered in a decentralized way. In essence, we need decentralized global agreement on ordering. Handshake uses its own blockchain to do so. While there has been much misunderstanding on the purpose of a blockchain, the purpose is primarily to ordering events which occur over time (did A happen before B?). If no ordering of events are necessary, a blockchain is not needed. The Handshake blockchain creates an ordering of name registrations, so one knows when a name has already been registered. Without a global decentralized agreement on the order of registrations, we cannot know whether Alice owns the name or Bob does (did Bob make a false claim of registration after Alice already made one). Handshake has everyone run the same software rules so everyone can programmatically come to agreement on name ownership. When a name is registered, the owner has a cryptographic key which is under their control, which assigns ownership to themselves, and can write records on Handshake which identifies, authorizes, and locates resources associated with their name. As these records are also ordered, one can have greater assurance on whether the records are expired or current.

+
+
+

Does this promote carbon emissions? +
+

+

Handshake uses proof-of-work mining, as it is currently the most reliable way to do compact light client proofs. Proof of work uses computational power, a lot of it. However, the overwhelming majority of this computational power is produced using renewables, currently wind and hydro. The reason proof-of-work is currently primarily renewables is that the competitive cost has driven down to places with excess energy, which are remote hydro and wind farms. While there are no guarantees this will persist, the percentage which uses renewables is increasing. In the future, it is possible to have it be a contributor to subsidizing off-grid solar power. As the grid becomes less viable due to local generation, it is possible that miners securing the network can provide an additional revenue stream. This isn't certain, but a theory is that if mining is secured by solar, the network security would be much higher, as that would mean that it requires significant investment in physical infrastructure to attack. This benefits people with off-grid solar panels, as their electricity is otherwise worthless after their batteries are fully charged. While it is uncertain if this will prove to be the case and alternatives should be ready, currently the overwhelming majority of proof of work mining using renewables is increasing.

+
+
+

When is the first handshake? +
+

+

On the 615817th Bitcoin block height, the BTC blockhash will be committed into the Handshake genesis block. While it can be immediately mined, the genesis block is only locked in after six confirmations. After the first six confirmations of valid Bitcoin blocks, the genesis block will not change, even with a deep reorg. The code is available for download. Transactions will enabled after two weeks worth of blocks. +

+
+ + + + +

NAMING

+
+

How do Internet names currently work? +
+

+

When a domain name is resolved to a corresponding server in the IP space, it uses a recursive DNS resolver such as Google's Public DNS server. DNS servers query a number of root servers maintained by one of 12 centralized entities. These root servers serve the "root zone". The root zone is the collection of Top Level Domains (TLDs) like .com, .net, .org, etc.

+
+
+

Why does the Certificate Authority system benefit from decentralization? +
+

+

Compromised certificate authorities threaten SSL. Billions of dollars are currently being moved around on potentially insecure websites. If you’re personally identifiable as the owner of a valuable asset, there’s a risk to your personal safety. Even though WHOIS records have been scrubbed of private information — with the current naming system, your information can still be subpoenaed from a domain registrar.

+
+
+

What issues have occured with the centralized nature of the root zone and DNS as it currently stands? +
+

+

Certificate authorities and private owners of TLDs impose fees while often compromising the security of SSL by issuing bad certificates or cooperating with government attempts to spy on encrypted traffic or censor undesirable content. One common mechanism of Internet censorship that has been used with increasing and alarming frequency is DNS filtering and redirection. Another area where the centralized nature of Internet names has come to a head is domain registration privacy. Additionally, the way DNS is currently centered at a handful of choke points allows for DDoS attacks like we saw in the 2016 attack on Dyn.

+
+
+

Does Handshake replace DNS? +
+

+

No. Handshake is meant to replace the root zone file, not DNS. Browsing the web with human readable names is what Internet users have gotten acclimated to. Our solution allows for a seamless transition between a centralized name root zone file controlled by private parties to a decentralized root zone file controlled by actual Internet users. The Handshake blockchain itself is essentially one big distributed zone file in which anyone has the right to add an entry in.

+
+
+

What can you do with Handshake and DNS now? +
+

+

Using OpenSSH, it’s possible to store SSH fingerprints in DNS. This means that if you're using a Handshake Name System (HNS) resolver, you can actually already verify SSH fingerprints in a decentralized way. This is possible without needing to install any additional, special SSH software.

+

DNS has an additional feature that allows you to verify TLS certificates by storing a hash of your ‘SubjectPublicKeyInfo’. This means that there is now a P2P way to trust self-signed certificates, as long as they have a valid DNSSEC trust chain set up. Anyone can set up a valid trust chain without having to ask anyone's permission to do so.

+
+
+

How is Handshake different from other decentralized naming projects? +
+

+

Many other decentralized naming systems did not allow for secure “light clients” (simple payment verification mode), forcing every potential user to run a full node, equivalent to saving all the domains in the world on your computer. Another key differentiator is that Handshake is the first to pre-reserve names for existing trademark name holders.

+
+ +

COMMUNITY GRANTS

+
+

Why is there a grant of $10.2 million to nonprofits and free/open source projects? +
+

+

Handshake’s original incubators, Purse.io and Private Internet Access, provided enough support to build and launch the platform without additional funding. The pre-launch project contributors don’t require additional capital from subsequent investors, but what was needed is their deep expertise in early stage technology venture valuation. Accepting their investment at mutually agreed upon terms ensures Handshake launches at a reasonable valuation and enables the network to immediately bootstrap the decentralized market for Internet names. Beyond that Handshake has everything needed and that capital is better deployed by the FOSS organizations to which have been pledged to contribute it. +

+
+
+

Why are free and open source contributors receiving the majority of the initial HNS? +
+

+

The Internet, and civilization as a whole, would not be where it is today without the hard work of the free software and open source community and the projects that they work on. The Handshake blockchain will start with an initial supply of 1.36 billion coins, of which ~67.5% will be gifted to FLOSS developers and projects, as well as non profit organizations, universities.

+

Read more about it on the FLOSS Pledge Page.

+
+ +

USING HANDSHAKE

+
+

How can trademark holders claim their names on HNS? +
+

+

Handshake is holding a ninety day sunrise period before launch to allow existing rights-holders to claim their trademarked names. This is in order to help the seamless transition from a centralized root zone file to a decentralized root zone file. Read more in our Handshake Name Trademark Disclaimer.

+
+
+

Why is Handshake pre-reserving the top tens of thousands of domain names according to Alexa.com? +
+

+

Existing TLDs and over 100,000 Alexa websites are reserved on the Handshake blockchain. Upon removing collisions, generic, and exclusions (e.g. 1 or 2 character names), approximately 80,000 names remain. Using the root key and DNSSEC, domain owners can cryptographically prove ownership to the Handshake blockchain to claim names. 100,000 was chosen as a number which the ownership is clear and has already gone through policy and process.

+
+
+

Why is Handshake allowing trademark holders to claim their names on HNS? +
+

+

Handshake is holding a sunrise period before launch to allow existing rights-holders to claim their trademarked names. This is in order to help the seamless transition from a centralized root zone file to a decentralized root zone file. Read more in the Handshake Name Trademark Disclaimer.

+
+
+

What is the challenge with secure name resolution? +
+

+

The largest challenge is the “key exchange problem.” This can be solved by putting the certificate and names on the blockchain and tying their ownership to private keys. This is Handshake’s key innovation on the root zone file.

+
+
+

How do I register a Handshake name? +
+

+

Handshake leverages a blockchain based on unspent transaction output (UTXO) and proof-of-work (PoW) similar to Bitcoin for naming capabilities. The naming system features an on-chain smart contract-like functionality called covenants which restrict the future use of outputs of a transaction. Because covenants are built in at the blockchain layer via the consensus protocol, the handshake system enables different types of smart contracts which is used to develop an auction system for individuals to bid on domain naming rights.

+
+
+

What does the Handshake names auction process look like? +
+

+

Users can buy or register domains through a Vickrey auction using HNS coins. All possible names are released weekly over the first year after launch. Users may submit blinded bids on the Handshake blockchain anytime after a name is released for auction. Bidding is open to everyone for ~5 days after the reveal period, and have ~10 days to reveal their bid price. A winner is assigned the name and, as it is a Vickrey auction, pays the second highest bid at the end of the reveal period. The winning bid amount of HNS coins is burned and permanently removed from circulation. Losing bids are returned and not burned.

+
+
+

How long are my names good for? +
+

+

Handshake names are registered for one year at a time. Names can be renewed annually by paying a standard network fee. There are no social or technical guarantees with the renewability or ownership, this is an experimental system, please read the code to see details of how it currently works.

+
+
+

Who gets the renewal fee? +
+

+

Renewals for names are bi-annual and cost a standard network fee. Currently, miners will receive the transaction fee as part of their block reward.

+
+
+

How do I transfer ownership of a name? +
+

+

If someone owns a name directly, the current owner can give the destination address/key to the new recipient. Sender creates a transaction to send the domain to receiver, and a block is mined on the blockchain. One week after the transaction is confirmed, it is locked in. Transferring ownership may also have payments embedded, so the recipient will receive coins if and only if the transfer is successful. This means that users do not need to use 3rd party escrow to pay for transfer.

+
+
+
+ +
+
+ + + + + + + + + + + + + + diff --git a/files/handshake.txt b/files/handshake.txt new file mode 100644 index 0000000..e0c4f8b --- /dev/null +++ b/files/handshake.txt @@ -0,0 +1,2216 @@ +The notes below describe the approach in designing and writing the initial +reference implementation of Handshake. This is not a prescriptive document and +should not be used as such. This document's goal is to provide a referenece on +the rationale and initial design of the protocol. + +# Abstract + +The foundation for the internet's security has relied upon trusted Certificate +Authorities (CAs) which attest that a user is connecting to the correct server +or node. This has created a reliance upon a handful of trusted actors, many of +whom are for-profit corporations or other actors who may not have long-term +incentive towards stewardship of the internet. The net-effect is a "1-of-m +multisig" whereby if any one of the trusted CAs fail, the entire security of +the internet fails. This failure has occurred and will continue to occur with +the trusted-CA design, with catastrophic risks as more and more infrastructure +becomes networked. + +Many replacements have been proposed to properly secure the internet, but none +have been successful. Fundamentally, a trust anchor is needed to provide a +secure association between names and servers who claim to be the correct +endpoint for those names. There has been a tradeoff between federated nodes +(CAs) and a single trusted entity controlling the network (DNSSEC). Handshake +is an ongoing project to establish a decentralized network whereby +cryptoeconomic incentives are established to coordinate consensus on the +association between names and certificates. + +This document describes a proposal, operational functionality, and intention +to replace centralized trusted internet infrastructure, with a decentralized +Certificate Authority and globally unique namespace composed of a +decentralized blockchain and cryptographic proofs backed by cryptoeconomic +mechanisms. This construction enables the namespaces to point directly to a +compact certificate representing a trust anchor which does not rely upon a +single trusted authority to create attestations as in the existing federated +Certificate Authority model. Handshake builds in compact verifiable proofs to +ensure compatibility with embedded and mobile devices, with significant +committed merkelized state proof-size and performance improvements. + +Further, a method is proposed to achieve decentralized, large-scale community +coordination inspired by the free and open source software aesthetic. The free +and open source community has provided the most critical contribution towards +development of the internet and has produced software which humanity relies +upon worldwide. This coordination is achieved by building a decentralized +infrastructure backed by a blockchain to support collective agreement on +certificates and coordination using direct ownership of a commodity token by +those who are most capable of integrating and using the Handshake blockchain, +which optimizes for the long-term incentives of the free and open source +community. The Handshake project and community is a performance experimenting +on replacing the social function of centralized corporations in favor of +self-interested gift economies, which achieve coordinated goals. + +# Project Summary + +Many understand the green lock icon on the web browser as meaning the connection +is secure and encrypted between themselves and the server identifying as the +website. However, the security has always been entrusted in a handful of +centralized Certificate Authorities (CAs). These entities are the guardians of +the internet and there has been many documented cases of +failure[fakecert-fr][fakecert-ir]. As the internet connects more devices and +economic infrastructure becomes internetworked, the impact of any one failure +dramatically increases. + +Historically, a trilemma known as Zooko's Triangle[zooko] was believed to +exist where one must pick two of three possible properties consisting of: +Human-meaningful names, Decentralized, and Secure. This trilemma reflected the +perceived constraint revolving around the notion that it may be necessary for a +single point of trust for a consensus around short names (e.g. a website +address), otherwise a lack of global consensus around the owner of the name +eliminates the name's meaningfulness and security. + +Recent innovations with the blockchain has possibly maneuvered around this +trilemma by creating a single point of consensus around the association between +names and certificates, in a single decentralized blockchain represented by many +actors verifying the network[aaron]. Achieving this security property +requires not only redesigning the trust anchor in certificate authorities, but +also requires deep integration in the naming infrastructure itself. + +A blockchain is proposed which optimizes for correcting prior weaknesses around +acknowledging stakeholders such as existing top-level domain (TLD) holders and +optimizes for decentralization (while still allowing for n-of-m attestations). +Users use the native token (coin) to register TLDs which are pinned to a +specific certificate as the identity. A committed merkelized proof of all +top-level names allow for compact, shareable inclusion and exclusion proofs. +This blockchain exists to attempt to resolve the need for a globally unique +namespace which is necessary to have an association with unique names and +certificates. While it's possible to create a singular centralized globally +unique association (DNSSEC), a decentralized system can be resolved by creating +a blockchain with its own cryptoeconomic incentives (coin), including name +auctions of a unique namespace and block creation. Scarce resources require +sybil protection, usually managed by a central trusted authority (CAs, ICANN), +but can be resolved by having a blockchain based mechanism for global consensus +and resource allocation. + +As a blockchain is needed for global consensus on a namespace, there needs to be +a choice upon how to allocate resources for this system. The intent behind +Handshake is to allocate a representative portion of the resources to the +stakeholders which may be potentially contributive towards development and +adoption, hence the overwhelming majority of the resources being allocated to +the free and open source community. It is possible that this project may spur +other projects to allocate the overwhelming majority of economic resources to +the free and open source community in the form of an obligation-free +distribution. This document describes an emergent mechanism and game whereby +decentralized blockchain project developers and investors, in the face of +competition from other projects, may have significant self-interested incentives +to distribute an overwhelming majority of token/coin ownership to the free and +open source community, and ultimately the whole of humanity. + +In order to achieve new games of distribution and a new economy predicated upon +true gifts over contracted labor, it must be achieved via a self-perpetuating +and self-interested mechanism which is game-theoretically sound. One of the +principal of this project is sparking a mechanism whereby individuals have +self-interested incentives towards creating decentralized projects as well as a +wide distribution via gifts. Consequently, its goal is to fulfill the +self-interested imperative of a return by the principals initiating, developing, +and scaling the project worldwide. However, to scale up, there is a game between +projects which distribute ownership of the chain itself to as wide of a set of +participants as possible. Handshake aims to distribute 15% of the coins to the +individuals and companies responsible for creating the coin (with the +developers/organizations/advisors, and early investors split evenly at 7.5% +each). This ensures a self-interested game can perpetuate for future projects, +and future projects without significant front-loaded development costs may be +even lower. + +The Handshake project aims to distribute around 70% of the coin supply to open +source developers, projects, and non-profits without any contractual expectation +of work by the individual free and open source developers. + +Fundamentally, the self-interested mechanism requires all developers and users +to be receiving coins as an incentive. A summary of the mechanism is as follows: +Presume in the future there are three hypothetical projects released which +achieve the same goal, let's say it's a decentralized mesh networking +blockchain. Two of the three give 90% of its value to the creators of the +project. The third gives 85% of the value to FOSS developers and those who put +up nodes. It would stand to reason that the third would have significantly +greater odds of success. The Handshake mechanism is designed to create a +competitive game of asset ownership distribute more to FOSS developers, and +perhaps all of humanity. + +Much as capitalism creates a competitive game between participants which +competitive self-interest reduces the price of goods in non-monopolistic +commodity environments, the handshake mechanism is a project exploring a similar +concurrent game to maximize ownership for FOSS developers and the public. No +single producer reduces the prices of their own good for altruism in +capitalist marketplaces, it is done through self-interested competitive +incentives, "I make more money when I lower my prices". Similarly, the +handshake mechanism is experimenting with a process whereby "I make more money +the more is gifted to FOSS developers and the whole of humanity". + +# Decentralized Certificate Authorities and the Blockchain + +The resolution to the trilemma, Zooko's Triangle, is between the relationship +with the name and the cryptographic identity of the owner. By making the owner +of the name a cryptographic key, one can create a certificate chain of the owner +down to the key by creating a signature signed by that owner's key (a chain of +custody). This is not possible under the current system as the current owner of +the name is not owned by a cryptographic key, but rather trusted records held by +custodians with non-cryptographic records of named owners, e.g. the TLD ".com" +is held by Verisign. + +However, cryptographic attestation of certificate chains for SSL/HTTPS is +insufficient in creating decentralized certificate authorities. If there are no +canonical points of truth for a decentralized record of the relationship between +keys and names, then the record can be disputed. Alice can claim to own the TLD +".example", and Bob can think he's the correct owner. It is uncertain who the +true owner of of ".example" could be. + +The blockchain creates the ability for canonical ownership records by recording +in order which record exists before another (thereby letting one know that Alice +registered a name before Bob could possibly register one, and therefore only +Alice's is correct). Without this canonicalization, it would not be possible to +have confidence that one is talking to the correct owner of a name and hence is +fundamental to canonical name resolution. + +This canonicalization introduces an interesting dilemma, namely that of the +ability to sybil the network. Even with canonical ordering, the problem of +namespace allocation remains. A single party could spam the network registering +all possible short names in existence, monopolizing the network. This would +severely reduce the usefulness as one or a handful of parties monopolize the +resources. To correctly mitigate this problem, a currency native to the +blockchain is necessary to create a cost function for the names. When a name is +auction and sold, the coins are permanently destroyed from the system. Without a +cost, there is no cost to spamming and a single party owning everything. A +native coin is necessary, as a dollar-pegged coin would depend on an external +environment and have a trusted 3rd party operate as a gatekeeper to the system, +whereas a native coin would not depend on any single trusted third party. + +As a consequence, it then becomes a question of resource allocation as a method +of prevention against sybil attacks. Should the majority go to initial +developers/investors, majority to miners, or majority to FOSS developers +in the early days of the coin? Handshake is an experiment in the possibility +that the majority of ownership claimed by the FOSS community is a +rational and game theoretically superior strategy to traditional models of +corporate growth and development for some project types; those where a +decentralized blockchain is ideal. + +# Consensus + +## Proof of Work + +_Proof of work_[pow] saw its first use in cryptocurrency with the advent +Bitcoin[bitcoin]. Bitcoin's PoW function is a further iteration of a specific +proof-of-work construction known as Hashcash[hashcash]. The use of +proof-of-work led to the creation of specialized chip hardware intended to +optimize this function. While specialized hardware can ensure that a +proof-of-work network is protected, we concede that it does have the capacity +to enable the existence of hardware monopolies. + +However, we submit that this is an acceptable risk due to the benefits +proof-of-work offers in the way of SPV. Our protocol is not usable in practice +without proper SPV proofs. + +There is currently no known sufficiently _decentralized_ proof-of-stake system +in production resilient against fraudulent SPV proofs. + +### Proof of Work Functions + +A Hashcash proof-of-work function using SHA3 and blake2b is used. SHA3 is +currently under-represented in proof-of-work functions. We find that simplistic +nature of Hashcash limits the room for unforeseen optimizations, and that the +current lack of SHA3 usage in combination with blake2b in proof-of-work +functions creates a more level playing field for hardware manufacturers. + +Cuckoo Cycle[cuckoo-1][cuckoo-2] was considered, however, throughout the course +of the development of our protocol, we witnessed frequent optimizations to +cuckoo cycle mining algorithms by Tromp and other contributors. Given these +optimizations and the complexity of the underlying algorithm itself, we began +to strongly consider the room for unforeseen optimizations in the mining +process. + +We fear that an unforeseen optimization, if kept secret after its eventual +discovery, could lead to even harsher monopolistic conditions among hardware +manufacturers. Furthermore, we find that the Cuckoo Cycle verification and +mining algorithms are lacking in the area of formal academic analysis. If +economic incentives are created to optimize Cuckoo Cycle, we expect that graph +theorists and other experts will be involved with the creation of optimized +mining algorithms and hardware. + +We see these as unreconcilable issues, as they impede the ability to properly +choose Cuckoo Cycle parameters for a blockchain. Cuckoo Cycle parameters +themselves are difficult to adjust on the consensus layer, and perhaps cannot +be dynamically adjusted safely. + +#### Difficulty Adjustment + +Given the prevalence of edge cases such as _timewarp attacks_[timewarp] and +stalling during abrupt hashpower changes on the Bitcoin retargetting algorithm, +we sought alternatives. + +We examined DigiByte's DigiShield[digishield-1][digishield-2], MegaCoin's +Kimoto Gravity Well[kimoto-1][kimoto-2], and DarkCoin's Dark Gravity Wave[dgw], +as potential retargetting algorithms for our protocol. + +Due to the uncertainty of exactly how much mining power will enter the network +upon launch, and, initially, the added uncertainty of a new PoW algorithm, we +desired an approach which would retarget on every block. DigiShield seems to +perform especially well in the case that mining power abruptly enters or exits +the network. + +The formulation of the _Zcash_ retargetting +algorithm[zcash-1][zcash-2][zcash-3] is also of particular relevance, given the +similarities of the protocols' respective PoW functions. Zcash has had success +with their variation of DigiShield, and as such, our protocol's retargetting is +more-or-less a faithful reimplementation of the Zcash algorithm. + +## Unspent Transaction Outputs (UTXOs) + +The UTXO-based blockchain, also introduced by Bitcoin, transfers money from one +party to another using a series of _transaction outputs_. Transaction outputs +inherently enforce _order_ of transactions within a _block_. Order-enforcement +in particular is necessary for our protocol to function with the utmost +security. + +Our naming system requires on-chain smart-contract-like behavior. It deals in +outputs which need to update a global state. This is atypical of UTXO systems. +But as such, we require that these operations occur in a predictable order. + +This order-preservation mechanism is especially necessary for maintaining the +transaction _mempool_ state in a predictable manner. This model ensures that +block assembly is a fast and simple process. + +## Naming History + +The history of naming has been profoundly effective, exploratory, and has had +many skilled teams and projects. From the beginning, the DNS system and SSL/CAs +have been elegant and the Certificate Authority system's existence since the mid +1990s to now has been a testament to its resilience, with the hard work of +thousands of individuals and organizations. Since then, there have been many +other attempts to replace, upgrade, or distribute this system. + +The pioneers of naming cryptocurrencies include Namecoin[namecoin-1], +ENS[ens-1][ens-2], and Blockstack[blockstack-1] (among others). + +Namecoin's model requires a user to run a fully validating node in order to +securely resolve domain names. Although Namecoin was the first cryptocurrency +project to attempt to implement a DNS bridge[namecoin-2] for a cryptocurrency +naming protocol, the protocol itself is lacking in the area of SPV. + +The _Ethereum Name Service_[ens-3][ens-4][ens-5] lends itself to a bit of +centralized control as the ENS root[ens-6][ens-7] is centrally maintained by a +select group of signatories. As is the case with Namecoin, there is no easy +avenue for _compact_ proofs on ENS. + +Of our three predecessors, Blockstack came the closest to providing +easy-to-verify compact proofs for names. + +SPV name verification in the Blockstack _SNV_ protocol first involves +retrieving a state root (also known as the _consensus hash_) from a _trusted +node_ and securely requesting the name record from an unstrusted node. +Unfortunately, one can not verify that the name record served is the most +recent revision[blockstack-2]. Furthermore, requesting the state root from a +trusted node leads to a similar construction as Namecoin, wherein one must run +a fully validating node in order to securely retrieve name data. + +This full node requirement, which all naming predecessors are encumbered by in +some form, may be one of the primary hurdles to widespread adoption of a naming +cryptocurrency. To allow for SPV name resolution in the absence of a trusted +full node, provability of names must be an inherent feature of the protocol. + +There has also been prior work on alternative root zones. The most significant +example of an alternate root zone is OpenNIC[opennic]. This is a proposed +alternative to ICANN via an alternate namespace of unused names. This shifts a +singular root source of truth to a federated model where a namespace is +controlled by different entities, however, does not remove trust in those +organizations. It does not create additive security, as the trust is partitioned +according to TLD to a single root zone. + +The Convergence Project[convergence], initially proposed by Moxie +Marlinspike, created a system of certificate pinning and attestation. Notaries +would attest to the endpoint's certificate. This system created an additive +federated model of trust. This provides a significant improvement to the +existing single CA trust model. However, there is no canonical trust anchor, +which means that two people can have a different view on the correct certificate +in adversarial or faulty notaries. + +Certificate Transparency[ct] provides a method to ensure committed proofs of +name records and significant increases the security of the system. It creates a +method of accountability for failure and rapid detection. This is primarily a +detection mechanism in the event of failure of CAs. + +## Provable Data Sets + +In order to be free of the full node requirement, our protocol requires an +_authenticated data structure_. In particular, we require a data structure +which can efficiently map keys to values. In order for our protocol to be a +suitable replacement for the DNS root zone, speed and size were our primary +concerns. + +In our benchmarks of various data structures, we found that while many of them +are indeed performant, they have an unacceptably large proof size, frequently +exceeding 1-3 kilobytes. This led us to do further research. + +Our strict requirements include minimal storage, exceptional performance on +SSDs, small proof size, and _history independence_, wherein order of insertion +has no effect on the final state of the tree. The latter requirement is +something which every re-balancing data structure inherently lacks. + +These requirements severely reduced our options. We examined in particular the +Merkelized Base-16 Trie[ept-1][ept-2] used in Ethereum[ethereum], and the +Sparse Merkle Tree[smt-1] used in Google's certificate transparency +project[smt-2]. + +We found that while Ethereum's base-16 trie was performant, the proof size was +not suitable for our protocol. The storage requirements were also excessive. + +We further discovered that Google's Sparse Merkle Tree was unsuitable in terms +of performance, as each insertion requires a large number of database lookups +without heavy caching, as well as several rounds of hashing for each item +inserted. A typical insertion of 5,000 leaves required at least 1.2 million +rounds of hashing in our benchmarks, as well as a significant number of +database reinsertions. + +As a result of this research, we consider authenticated data structures +implemented, or intended to be implemented, on top of existing data stores to +be inherently flawed in terms of scalability. + +### FFMT (Flat-File Merkle Tree) + +We devise an authenticated data structure, which unlike the Ethereum Trie or +Sparse Merkle Tree, is intended for storage in flat files. This removes the +overhead of database lookups entirely by making the data structure its own +database implementation. + +By storing a merkelized data structure in a series of append-only files, we are +able to provide traditional database features such as snapshotting, atomicity, +and crash consistency. Given our requirements, a trie is the obvious choice as +a backing data structure. + +The initial implementation of our FFMT is a simple base-2 merkelized trie, and +results in a construction which shares many similarities to earlier work done +by Bram Cohen[merkleset]. + +Later iterations of our data structure began storing colliding prefix bits on +internal nodes, resulting in a base-2 merkelized radix tree similar to the +_Merklix Tree_[merklix-1][merklix-2] proposed by Amaury Séchet. + +As the backbone of our FFMT, we propose one of the two aforementioned data +structures. + +--- + +Our initial FFMT implementation resulted in over a 50x speedup over Ethereum's +Base-16 Trie and over a 500x speedup over Google's Sparse Merkle Tree. We also +found that proof sizes are comparable to compressed Sparse Merkle Tree proofs +and roughly four times smaller than base-16 trie proofs. + +The FFMT storage requirements, while steeper than those of the Sparse Merkle +Tree, are still much smaller than the Ethereum base-16 trie. We benchmarked +insertions of 50 million 300-byte leaves into our FFMT in batches of 500 with a +periodic commission of 44,000 values to the tree. Our benchmarks were run on a +high-end but consumer-grade laptop, containing a Intel Core i7-7500U 2.70GHz +and an NVMe PCIe SSD. Near peak capacity, the 500-value insertions themselves +averaged roughly 100-150ms, with a commission time averaging 400-600ms for +44,000 leaves. Note that the committing of the tree involves a call to +`fsync(2)`. + +These insertion and commission times are acceptable with 5 minute blocks. We +add the extra fail-safe of limiting any tree updates to a maximum of 600 per +block, giving us a predictable worst-case insertion complexity. + +#### Description + +Typical of any trie-like structure, the FFMT follows a path down each key in +order to find the target leaf node. + +##### Insertion + +We start with a simple insertion of value `a` with a key of `0000`. It becomes +the root of the tree. + +fig. 1 + +``` +Map: + 0000 = a + +Tree: + a +``` + +We insert value `b` with a key of `1100`. The tree grows down and is now 1 +level deep. Note that we only traversed right once despite the 3 extra bits in +the key. + +fig. 2 + +``` +Map: + 0000 = a + 1100 = b + +Tree: + R + / \ + / \ + a b +``` + +The following step is important as to how our simplified FFMT handles key +collisions. We insert value `c` with a key of `1101`. It has a three bit +collision with leaf `b` which has a key of `1100`. In order to maintain a +proper key path within the tree, we grow the subtree down and add _null_ (or +_dead-end_) nodes (represented by `x`) as children of internal nodes. Dead-end +nodes are more tangibly represented by a sentinel hash of all zero bits. + +This differs from the Merklix-like version of our tree, which would store bit +collisions within a single parent internal node. + +fig. 3 + +``` +Map: + 0000 = a + 1100 = b + 1101 = c + +Tree: + R + / \ + / \ + a /\ + / \ + x /\ + / \ + /\ x + / \ + b c +``` + +We add value `d` with a key of `1000`. It is free to consume one of the +null nodes. + +fig. 4 + +``` +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + +Tree: + R + / \ + / \ + a /\ + / \ + d /\ + / \ + /\ x + / \ + b c +``` + +Adding value `e` with a key of `1001` results in further growing. + +fig. 5 + +``` +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + 1001 = e + +Tree: + R + / \ + / \ + a /\ + / \ + / \ + / \ + / \ + /\ /\ + / \ / \ + /\ x /\ x + / \ / \ + d e b c +``` + +##### Removal + +Removal may seem non-intuitive when dead-end nodes are present in the subtree. +All previously executed subtree growing must be un-done. + +fig. 6 + +``` +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + +Tree: + R + / \ + / \ + a /\ + / \ + d /\ + / \ + /\ x + / \ + b c +``` + +If we were to remove leaf `d` from the above tree, we must replace it with a +dead-end node. + +Removing leaf `d` (we must replace with a dead-end): + +fig. 7 + +``` +Map: + 0000 = a + 1100 = b + 1101 = c + +Tree: + R + / \ + / \ + a /\ + / \ + x /\ + / \ + /\ x + / \ + b c +``` + +Removing leaf `c` (shrink the subtree): + +fig. 8 + +``` +Map: + 0000 = a + 1100 = b + +Tree: + R + / \ + / \ + a b +``` + +Removing leaf `b` (`a` becomes the root): + +fig. 9 + +``` +Map: + 0000 = a + +Tree: + a +``` + +With our final removal, we are back in the initial state. + +##### Proofs + +Our FFMT proof is similar to a standard merkle tree proof with some extra +caveats. Leaf hashes are computed as: + +``` +HASH(0x00 || 256-bit-key || HASH(value)) +``` + +Where `||` denotes concatenation. + +It is important to have the full key as part of the preimage. If a +non-existence proof is necessary, the full preimage must be sent to prove that +the node is a leaf which contains a different key with a colliding path. If the +key path stops at one of the dead-end nodes, no preimage is necessary. Any +dead-end nodes up the subtree can be compressed, as they are redundant +zero-hashes. + +If we were asked to prove the existence or non-existence of key `1110`, with +our original tree of: + +fig. 10 + +``` +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + +Tree: + R + / \ + / \ + a /\ + / \ + d /\ + / \ + /\ x + / \ + b c +``` + +Key `1110` does not exist in this case, so we must provide the hashes of nodes +`a`, `d`, the parent hash of `b` and `c`, and finally a dead-end node `x`. The +fact that a final leaf node was a dead-end node proves non-existence. + +fig. 11 + +``` +Proving non-existence for: 1110 + +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + +Tree: + R + / \ + / \ + (a) /\ + / \ + (d) /\ + / \ + (/\) [x] + / \ + b c +``` + +The dead-end node `x` can be compressed into a single bit, since it is a +zero-hash. + +Proving non-existence for key `0100` is more difficult. Node `a` has a key of +`0000`. In this case, we must provide the parent node's hash for `d` and its +right sibling, as well as `a` and its original key `0000`. This makes the +non-existence proof larger because we have to provide the full preimage, thus +proving that node `a` is indeed a leaf, but that it has a different key than +the one requested. Due to our hashing of values before computing the leaf hash, +the full preimage is a constant size of 64 bytes, rather than it being the size +of the key in addition to the full value size. + +fig. 12 + +``` +Proving non-existence for: 0100 + +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + +Tree: + R + / \ + / \ + [a] (/\) + / \ + d /\ + / \ + /\ x + / \ + b c +``` + +We need only send the preimage for `a` (the value hash of `a` itself and its +key `0000`). Sending its hash would be a redundant 32 bytes. + +An existence proof is rather straight-forward. Proving leaf `c` (`1101`), we +would send the leaf hashes of `a`, and `d`, with one dead-end node, and finally +the sibling of `c`: `b`. The leaf hash of `c` is not transmitted, only its +value (`c`). The full preimage is known on the other side, allowing us to +compute `HASH(0x00 || 1101 || HASH("c"))` to re-create the leaf hash. + +fig. 13 + +``` +Proving existence for: 1101 (c) + +Map: + 0000 = a + 1100 = b + 1101 = c + 1000 = d + +Tree: + R + / \ + / \ + (a) /\ + / \ + (d) /\ + / \ + /\ (x) <-- compressed + / \ + (b) [c] +``` + +--- + +Our goal is to keep the proof size under 1 kilobyte, at least for the first +several years. + +With 50,000,000 leaves in the tree, the average depth of any given key path +down the tree should be around 27 or 28 (due the inevitable key prefix +collisions). This results in a proof size slightly over 800 bytes, pushing a +1-2ms proof creation time on our previously mentioned hardware. + +##### Disk Optimization + +Due to the sheer number of nodes, a flat-file store is necessary. The amount of +database lookups would be overwhelming for a data store such as _LevelDB_. Our +FFMT is much simpler than the Ethereum Base-16 Trie in that we need only store +two nodes: internal nodes and leaves. + +Internal nodes are stored as: + +fig. 14 + +``` c +struct internal_node_s { + uint8_t left_hash[32]; + uint16_t left_file; + uint32_t left_position; + uint8_t right_hash[32]; + uint16_t right_file; + uint32_t right_position; +} internal_node; +``` + +Leaf nodes are stored as: + +fig. 15 + +``` c +struct leaf_node_s { + uint8_t key[32]; + uint16_t value_file; + uint32_t value_position; + uint16_t value_size; +} leaf_node; +``` + +The leaf data itself is stored at `value_position` in `value_file`. + +We store the tree in a series of append-only files, with a particularly large +write buffer used to batch all insertions with a minimal amount of writes. + +Atomicity with a parent database can be achieved by calling `fsync(2)` after +every commission and inserting the best root hash and file position into the +database. + +Because our database is append-only, traditional crash consistency can also be +achieved by writing a metadata root on every commit. This metadata root +contains a pointer to the latest tree root, a pointer to the previous metadata +root, and a 20 byte checksum. On boot, the database can parse up the files in +reverse order to find the last intact state. + +##### Compaction + +The FFMT database can be compacted periodically through user intervention, +though it's a rather expensive operation. In our benchmarks, 1,136 commits of +44,000 300-byte leaves each (50,000,000 leaves total), resulted in a database +size of 49GB. This could be compacted to use approximately 20GB of storage. + +##### Collision Attacks + +It goes without saying that it is most definitely possible for an attacker to +grind a key in order to create bit collisions. Currently, the Bitcoin network +produces 72-80 bit collisions on block hashes. In the worst case, that would +delve 72-80 levels deep in our tree, but while storage increases, the rounds of +hashing are far less than that of the sparse merkle tree. + +With small modifications, our initial FFMT implementation was able to be +converted to a base-2 merkelized radix tree, or Merklix tree. We found that +while the Merklix tree offers better DoS protection, in practice, it does not +seem to have significant performance or storage benefits over the simplified +base-2 trie described above. + +We see these potential modifications as a trade-off between space efficiency +and simplicity. The radix tree modifications to the trie result in a slight +increase in complexity as far as the tree's implementation and proof +verification are concerned. The most unfortunate aspect of these modifications +to be the requirement of variable sized nodes when stored on disk. Unlike the +simplified trie, the radix tree must store a variable number of prefix bits on +each internal node. + +We hope to observe how each of these trees behave on future iterations of the +Handshake testnet in order to better determine the proper data structure for +our protocol. + +## Naming Markets + +Similar to ENS, our naming protocol seeks to determine the true market value of +names before allowing registration. In particular, our system requires an +auction system for names. In order to prevent _price sniping_, we implement a +_blind second-price auction_, also known as a _Vickrey Auction_. + +In a Vickrey Auction, a participant is only aware of their own bid. The bids +are revealed at the end of the auction when a winner is chosen. The winner pays +the second highest bid instead of his or her own. + +This auction structure was first described by William Vickrey[vickrey]. Vickrey +argues that the result of a simple non-blind auction is virtually identical to +a blind second-price auction. In an auction where bids are public, bidders will +announce their bids until the _second highest price_ is reached. At this point, +only one bidder will remain who is willing to pay, and he or she ends up paying +the second highest price. We agree with Vickrey's analysis, and our conclusion +is that if we are to do a blind auction, it is only logical to make it a +second-price auction. + +However, a Vickrey Auction system requires that we are capable of executing +rather complex consensus-layer smart contract behavior on top of a UTXO set. +This kind of functionality rarely exists in the UTXO-based world. Our initial +implementation sought to add dynamic functionality at the _transaction_ level. +This approach was unmanageable. Whatever dynamic behavior that is added must +occur at the output level. + +## Covenants + +_Bitcoin Covenants_, first explored by Maxwell[maxwell-1][maxwell-2] and later +formally described by Möser et al[covenants], are a form of smart contracts +that exist on a UTXO-based blockchain such as Bitcoin. The word "covenant" +itself refers to a legally binding covenant, in which a party agrees to refrain +from or participate in a certain action in the future. Covenants, at their most +fundamental level, restrict the path of money as it passes from output to +output. Once money enters a covenant, it is _locked_ into a specific path and +may not under any circumstances deviate from said path. Actors who have the +ability to create and sign transactions must create them according to the +covenant's state. + +In order for covenants on Bitcoin to restrict the path of money, there are +several wildly different mechanisms currently in thought. +Bitcoin-NG[bitcoin-ng] proposes consensus-level covenants in the form of a new +bitcoin script opcode, `OP_CHECKOUTPUTVERIFY`. The widely discussed counterpart +to consensus covenants is cryptographic covenants, which are executed via +cryptographic trickery. This trickery ranges from novel usage of ECDSA key +recovery combined with a special kind of transaction signature hashing, to the +usage of SNARKs. + +Although never enabled on Bitcoin due to fungibility and AML/KYC surveillance +concerns, we believe that the core idea of covenants is the proper framework +for implementing complex smart contracts in conjunction with a UTXO set. + +The approach elected for our protocol is most similar to the consensus-level +covenants proposed by Bitcoin-NG. + +Our construction is a deeply consensus-level covenant, and differs from the +earlier proposals, which required layer-two blockchain monitoring in order for +dynamic behavior, such as asset ownership, to be achieved. Instead of a +layer-two node determining these details, the blockchain itself maintains the +state of these assets. In our case, the assets in question are _names_. + +## Output Structuring + +In a UTXO-based blockchain, the typical transaction output consists of a +_locking script_, or _predicate_, combined with an output value. + +A typical bitcoin output exists as a struct of: + +fig. 16 + +``` c +struct output_s { + int64_t value; + uint8_t script[]; +} output; +``` + +With `script` being the locking script; the predicate which locks up money for +redemption. We add a new field called `covenant`: + +fig. 17 + +``` c +struct output_s { + int64_t value; + uint8_t script[]; + struct covenant_s { + uint8_t action; + uint8_t arguments[][]; + } covenant; +} output; +``` + +The money can still be locked up by the predicate just the same. However, when +money is sent into a covenant, it limits where the output may be redeemed _to_. + +Due to the fact that the covenant behavior is only prescribed at the consensus +level, this construction should be resistant to fungibility attacks in +comparison to other covenants proposals. + +## Auction System + +Using our generic consensus-level covenant system, we are able to implement +almost any kind of smart contract on the blockchain layer. + +In a normal UTXO system, the order of inputs and outputs has almost no meaning. +We enforce positional requirements of inputs and outputs when covenants are +used. + +The behavior of our covenants is prescribed with consensus code in the +implementation of the blockchain itself. Our system is generic enough that new +covenant types can be _soft-forked_ into the protocol later. + +We prescribe a covenant type known as `BID`, which enters a bid into the +system, associated with a name and with its corresponding output. The bid +itself carries with it some _arguments_: namely, the name a participant is +bidding on and the _blind value_. The blind value is the digest of the +participant's _bid value_ concatenated with a 256 bit nonce. + +The value tied to the output itself must be greater than or equal to the bid +value (although, the blockchain has no way of verifying this initially). Once +entered into the `BID` covenant, the value may no longer be redeemed to a +normal output. The value associated with this output is called the _lockup +value_. + +The first participant to enter an opening bid initiates the _bidding period_, +wherein other participants are free to join in the bidding. + +fig. 18 + +``` + TX #1 (txid=f3ce) + + Input #0 | Output #0 + ... | covenant_type=BID + | covenant_items={name, blind} + | address=0d1a + | value=15 +``` + +After the bidding period has ended, a _reveal period_ is automatically +initiated by the blockchain. Any participant who entered a bid during the +bidding period now has a limited amount of time to _reveal_ their bid. This is +accomplished by revealing their blind value's full preimage in a `REVEAL` +covenant. + +fig. 19 + +``` + TX #2 (txid=c1d3) + + Input #0 | Output #0 + prev_txid=f3ce | covenant_type=REVEAL + prev_index=0 | covenant_items={name, nonce} + | address=0d1a + | value=5 + | + | Output #1 + | covenant_type=NONE + | covenant_items={} + | address=c0a8 + | value=10 + | +``` + +The full preimage includes the participant's 256 bit nonce, which was kept +secret up until this point, as well as their bid value. At this point, the +`REVEAL` output's value must be equal to the participant's bid value. The +remainder of the lockup value can be taken as change. In the case of _fig. 19, +the bid had a value of 5 coins, with the 15 coin lockup value successfully +concealing the true value of the bid. This participant is able to immediately +redeem 10 coins as change. + +Once the reveal period has ended, a winner is chosen. This winner is able to +redeem their `REVEAL` output to a `REGISTER` covenant. The `REGISTER` output +must have a value equal to the second highest bid, or in the case of only one +bid, the participant's own bid value. We call this value the _name value_. +Similar to the `REVEAL` covenant, the remainder of the bid value can be taken +as change. + +fig. 20 + +``` + TX #3 (txid=a7be) + + Input #0 | Output #0 + prev_txid=c1d3 | covenant_type=REGISTER + prev_index=0 | covenant_items={name, name_data} + | address=0d1a + | value=3 + | + | Output #1 + | covenant_type=NONE + | covenant_items={} + | address=b1c9 + | value=2 + | +``` + +Once entered into the `REGISTER` covenant, the name value can _never_ be +redeemed normally and cannot be used for transfer of value or for regular +payments. It is effectively _burned_ from the system by its inability to leave +the covenant's path. + +However, in the case that a participant loses, their funds can exit the +covenant path with a `REDEEM` output. + +fig. 21 + +``` + TX #3 (txid=c0c1) + + Input #0 | Output #0 + prev_txid=c1d3 | covenant_type=REDEEM + prev_index=0 | covenant_items={name} + | address=0d1a + | value=5 +``` + +The `REGISTER` output allows for a second parameter known as _name data_. The +name data by consensus standards is a 512 byte blob with no required format. By +policy standards it should be in a format akin to the DNS message +format[rfc1035]. + +fig. 22 + +``` + TX #4 (txid=cc1e) + + Input #0 | Output #0 + prev_txid=a7be | covenant_type=UPDATE + prev_index=0 | covenant_items={name, [name_data], block_hash} + | address=0d1a + | value=3 +``` + +Once a name is registered, a one-year timeout is initiated before a name +renewal is required. Renewals and updates to the name data are achieved through +the `UPDATE` covenant action. + +The `UPDATE` covenant is similar to the `REGISTER` covenant, but it accepts a +third argument, _block hash_. In order to refresh the renewal timer, the owner +of the name is required to provide a recent block hash (one that occurred on +the main-chain within the past 6 months). We require this to prevent an owner +from pre-signing many thousands of years worth of renewals. A renewal should +amount to a proof that the owner is still in possession of his or her private +key. + +Throughout this entire process, the address must remain the same as the one +provided in the original bid output. If a change in ownership is desired, the +output must be redeemed to a `TRANSFER` covenant. The `TRANSFER` covenant has +parameters which require the owner to commit to the address they intend to +change ownership to after a 48-hour delay. After 48 hours worth of blocks, the +owner can redeem the `TRANSFER` output to a `FINALIZE` output. + +fig. 23 + +``` + TX #5 (txid=0b17) + + Input #0 | Output #0 + prev_txid=cc1e | covenant_type=TRANSFER + prev_index=0 | covenant_items={name, address=fe13} + | address=0d1a + | value=3 +``` + +fig. 24 + +``` + TX #6 (txid=11a3) + + Input #0 | Output #0 + prev_txid=0b17 | covenant_type=FINALIZE + prev_index=0 | covenant_items={name, name_data} + | address=fe13 + | value=3 +``` + +The 48 hour delay mentioned before is necessary in order to dis-incentivize +theft of names. During the delay, an owner may redeem the `TRANSFER` output to +a `REVOKE` output. The `REVOKE` output renders the name's output forever +unspendable, and puts the name back up for bidding. + +fig. 25 + +``` + TX #6 (txid=d1da) + + Input #0 | Output #0 + prev_txid=0b17 | covenant_type=REVOKE + prev_index=0 | covenant_items={name} + | address=0d1a + | value=3 +``` + +For increased security throughout this process, we define a new script opcode: +`OP_PUSHTYPETOSTACK`. This particular opcode makes use of _transaction +introspection_ in order to push the covenant type of the _next_ output to the +script execution stack. This allows for a name owner to assign a _hot key_ and +a _cold key_. The former key is used for updates to name data, while the latter +is intended to be used only for transfers and revocations. + +An example script utilizing this feature may look something like what is +displayed in fig. 26. + +fig. 26 + +``` +OP_7 +OP_PUSHTYPETOSTACK +OP_GREATERTHANOREQUAL +OP_IF +[cold-key] +OP_ELSE +[hot-key] +OP_ENDIF +OP_CHECKSIG +``` + +More advanced script code can also be used for example by requiring transfers +and revocations to require signatures from multiple parties. + +A participant can assign this script to a pay-to-scripthash address and use it +when they enter their initial bid, or perhaps later transfer their name to it. + +We intend for scripts to be the primary mechanism for robust security of name +ownership. In contrast, we intend for the `REVOKE` output to be a last resort +on the part of the name owner. It exists primarily to make the for-profit theft +of names all but impossible. + +## Commission + +Name data is periodically committed to our authenticated tree at regular +intervals. Because our tree is implemented as a series of append-only files, a +commission interval is required to prevent history bloat, which may otherwise +require the user of the software to compact their history regularly. + +Names and name data is batch inserted into the tree four times per day on a +six-hour interval on average (defined by blockheight). This means that the +_time-to-live_ for any resource on the blockchain is at least six hours in +practice. + +## Context Optimizations + +In cryptocurrency implementation, there is a notion of _contextual_ and +_non-contextual_ validation. Non-contextual verification functions perform +basic sanity checks on transaction data before executing any resource-intensive +code such as database lookups or elliptic curve operations. This is done for +logic separation as well as for a measure for denial-of-service prevention. + +In contrast, contextual verification is only executed once the majority of the +network state, such as UTXOs, is readily available. + +In the implementation of our protocol we found it was easier to separate +blockchain validation into three logical categories: non-contextual, +contextual, and super-contextual. + +We define _super-contextual_ verification as the validation functions which +execute only once a _global state_ is readily available. Our global state is +the state of the auctions and names. Whereas UTXOs are localized to a specific +transaction, auction and name state is globally accessible by any transaction. + +Our prescription of covenant types is specifically designed to make +super-contextual verification easier and more performant. + +Our system deals with a number of transaction locktimes which are enforced by +the covenants in a transaction. One particular example of our difficulty with +this was a number of edge cases we discovered in our implementation of the +transaction mempool. Because a blockchain reorganization can cause a change in +height of the main chain, a reorganization has the potential to invalidate +hundreds or even thousands of transactions in our mempool. Bitcoin also has +these issues when dealing with transaction locktimes and spends from coinbases +(which are required to have a maturity of 100 blocks). These edge cases are +much more severe in our system, and initially required a full revalidation of +the entire mempool whenever a reorganization occurred. + +Typically, cryptocurrency mempool implementations do not hold any UTXOs in +memory, and optimize for only the state required to assemble a block. By +designing our specified covenant types with some redundant data, and by +separating super-contextual verification from contextual verification, we were +able to optimize this process. + +In order to validate covenant-related locktimes, our implementation requires no +access to contextual information such as UTXOs. It only needs access to the +global state, and non-contextual data such as the outputs on the +transactions themselves. + +This separation of logic enforced by a deliberate design, among other things, +allows us to avoid having to store an in-memory UTXO cache specifically for the +mempool. + +We believe that having small amounts of redundant data in the covenant +parameter vectors, along with some redundant covenant types, also helps with +implementation of wallets, particularly SPV wallets. + +# Naming Architecture + +The naming system of the internet is DNS[rfc1035]. DNS currently operates with a +multi-layer model. Operating systems typically expose a _stub resolver_. A stub +resolver has no recursive capabilities, and is only capable of sending simple +DNS message queries to remote nameservers. They are intended to be pointed at +_recursive servers_. Recursive servers perform full DNS iteration on behalf of +stub resolvers by traversing each _zone_'s nameserver until an _answer_ is +received. A zone's nameserver is referred to as an _authoritative server_. +Authoritative servers are capable of serving their own records, but also +sending _referrals_ to _child zones_. + +Recursive servers are typically public and maintained by either internet +service providers or other organizations, such as Google, Cloudflare, or +OpenDNS. + +Currently, recursive DNS resolvers, such as Google's Public DNS[google], hit a +number of root servers[root] maintained by various entities. These root servers +serve the _root zone_. The root zone is collection of _top-level domains_ +(TLDs). The information necessary to resolve these TLDs is stored in a root +_zone file_ distributed and maintained by IANA[iana], a branch of ICANN[icann]. +ICANN currently acts as a gatekeeper as to which domains are allowed an entry +in the root zone file. + +A zone file, in its most general definition, can be thought of as a database +which houses all the information necessary to serve the domain name records in +a given _zone_. In the case of the root zone, the domain names are TLDs such as +`com`, `net`, and `org`, and the zone file itself is quite literally a plain +text file[internic] in the RFC 1035[rfc1035] presentation format. + +## Provability + +The current method for proving DNS is known as _DNSSEC_[dnssec]. DNSSEC +includes cryptographic signatures of DNS resource records in every DNS message. +This prevents an attacker from altering any DNS record as it is in flight. + +In order to avoid having to distribute every domain name's public keys to +every DNS resolver, a _chain of trust_ is verified starting with the root zone +as the trust anchor. This means IANA's public keys must be stored by any +participant of this network, and limitations must also be placed in the notion +that the _root key-signing keys_[anchors] never become compromised[signing]. +Furthermore, in order for a domain to be considered secure, IANA acts a +gatekeeper for security for top non-auction name registrations only, signing +off on keys in order to add them to the trust chain. + +## Handshake Architecture + +The Handshake naming protocol differs from its predecessors in that it has no +concept of _namespacing_ or subdomains at the consensus layer. Its role is +_not_ to replace all of DNS, but to replace the root zone file and the root +servers. + +The goal is to maintain our own root zone file in a decentralized manner, +making the root zone uncensorable, permissionless, and free of centralized +gatekeepers such as ICANN and Certificate Authorities. In our protocol, every +_full node_ peer on the network acts as a root server, serving a _provable_ +version of the root zone file. Our blockchain is essentially a larger, but +distributed, zone file, permissionless, which any participant has the right to +add an entry in. + +### Proof of Work as a Trust Anchor + +Proof-of-work is an interesting mechanism, as it is one of the few mechanisms +known which is completely immune to _man-in-the-middle_ attacks. Because of +this, a proof-of-work blockchain is able to act as a decentralized trust anchor +for anything we may need to prove. In our case, we are able to use it as a +permissionless mechanism to "sign off" on child DNS keys. + +DNS currently has a feature for storing fingerprints of a child zone's DNS keys +in its parent zone. Because the root zone in our protocol is a blockchain, the +protocol itself can act as a trust anchor for these keys, allowing anyone to +prove not only their name on on the blockchain, but any subdomain they may have +as well. This involves simply committing one's key fingerprints to a record on +the blockchain. + +Even after the trust chain has been validated all the way down each zone via +regular DNS, a user of this system still ends up with similar security to a +blockchain. This is because the trust anchor is, in fact, a blockchain. + +### Compatibility + +In contrast to other naming projects, our goal is to work with DNS, not against +it. We intend to transparently provide an alternative to existing centralized +systems, all while requiring zero or minimal intervention from most users. + +DNS is a very mature piece of internet architecture. Several tools we need are +already built. For example, it is already possible to store SSH fingerprints in +DNS[sshfp]. This feature is currently supported in OpenSSH[openssh]. This +allows one to verify SSH fingerprints in a decentralized way without installing +any extra software beyond the Handshake daemon. + +DNS also has a feature for verifying SSL/TLS certificates[tlsa] by storing a +hash of the SubjectPublicKeyInfo in a DNS resource record. Using this feature, +one is able to run a recursive DNS resolver locally, with root hints pointed +at a blockchain. If this were the case, there would be no reason to mistrust a +self-signed certificate as long as a valid DNSSEC chain were present. + +We believe these technologies, when used together, can remove the need for +Certificate Authorities. + +### Implementation + +Our consensus protocol is usable as a suitable replacement for ICANN root zone +servers. An alternative to the ICANN Root Zone is, of course, not a new idea. +This avenue has been previously explored by the Open Root Server Network, or +_ORSN_[orsn]. + +In order for the root zone to be replaced transparently, recursive resolvers +must point at an authoritative nameserver which serves records committed to the +blockchain rather than ICANN's root zonefile. This is a difficult dynamic to +work with, as virtually no consumer devices currently ship with a recursive +resolver running locally. + +There are multiple full DNS implementations include ISC's BIND[bind], as well +as LDNS[ldns] and Unbound[unbound] maintained by NLnetLabs[nlnetlabs]. We were +inspired by these implementations and created our own full DNS +implementation[bns] throughout the course of our research. + +### Network Bootstrapping + +In order to bootstrap the network, all entries in ICANN's existing zonefile are +_pre-reserved_ by consensus rules. Names in the list of Alexa top +100,000[alexa] domains are also pre-reserved for further inclusion of existing +stakeholders (with deduplication and common words down to above ~80,000 names). +The latter names are converted to top-level domains by selecting their first +domain name label. + +Owners of these reserved names are be able to claim them directly on the +blockchain, bypassing the auction process. We aim to migrate existing +nameholders to the handshake blockchain in a permissionless manner. To +accomplish this, we propose _DNSSEC Ownership Proofs_. + +While DNSSEC itself is intended to mitigate man-in-the-middle attacks, we have +found that, with some modifications, DNSSEC proofs can be used as secure proofs +of name ownership. + +Smaller names may be unreliable as it is unknown whether they are the +perceived rightful owner of the names. Our project has a sunrise period +whereby rightsholders may claim their name. + +#### DNSSEC Ownership Proofs + +We propose DNSSEC ownership proofs as a much stricter subset of DNSSEC proofs +in that they do not allow for CNAME glue or wildcards. Furthermore, every label +must be separated by a zone cut using a typical DS-to-DNSKEY setup for +referrals. All zone referrals are retrieved and combined, in aggregate, to +produce the final proof. + +These proofs must stem from ICANN's _key-signing keys_ (KSKs) to the final ZSK +in the target zone. The final _zone-signing key_ (ZSK) must sign a TXT record +which commits to the name's desired address on the blockchain. The proof is +broadcast to the peer-to-peer network and included by miners in the coinbase +transaction of a block. Consensus rules dictate that the miner must create an +output for the associated proof, thereby granting the name to the committed +address. + +By consensus rules, the proofs are verified against ICANN's existing trust +anchors (KSK-2010 and KSK-2017). Although KSK-2017 is not currently in use, +ICANN did publish the key last year (2017). This allows us to include it in the +blockchain's consensus rules from day one. + +Relying on only trust anchors for verification results in large proofs +(typically ranging between 3 and 10 kilobytes), however, this method allows +nameholders who lack an existing DNSSEC setup to upgrade and claim their name +in the future. + +We design the DNSSEC claim system to be operational for a total of 4 years on +the blockchain. + +##### Security Concerns + +For a time, ICANN will indirectly be a limited arbiter of this system due to +their control of the root trust anchors used for ownership proofs. This raises +potential concerns. + +During our analysis of the root zone file, we discovered that a significant +majority of domains use SHA1 for RSA signatures and key fingerprints. This is +unfortunate, as SHA1's security against collision resistance was recently +compromised[shattered]. Our consensus rules must disallow for the use of +insecure algorithms, like SHA1, even with existing DNSSEC setups. + +As a result of this, in order for an RSA-SHA1 nameholder to claim their name on +the handshake blockchain, they must upgrade their key-signing key to at least +RSA-SHA256 before creating an ownership proof. Unfortunately, to accomplish +this, the nameholder must contact their parent zone and request that they sign +off on a new key. + +With this in mind, we must consider the possibility that ICANN may become +uncooperative and refuse to sign a higher security key for an existing +nameholder. If this were to happen, RSA-SHA1 root zone names would be +unredeemable on the blockchain. To mitigate this attack, our DNSSEC ownership +verification algorithm implicitly upgrades RSA-SHA1 keys to RSA-SHA256, +allowing a reserved nameholder to publish the same RSA key in their own zone +with a differing algorithm field (RSA-SHA256 or RSA-SHA512). This allows the +nameholder to bypass ICANN's root zonefile update process when creating the +necessary ownership proof. + +In addition to the SHA1 vulnerability, we discovered that several major root +nameholders use 1024-bit moduli in their RSA zone signing keys. We believe this +is the result of BIND's default behavior when generating keys with +`dnssec-keygen`. RSA-1024 has long been considered insecure, and while no +practical factorization of a 1024 bit modulus has ever been executed, we +consider this a weakness, particularly for an economically incentivized system. + +If we consider, by way of consensus rules, requiring 2048 bit moduli or higher, +we find ourselves in a similar situation to the SHA1 vulnerablity: nameholders +may wind up at the mercy of uncooperative parent zone maintainers. + +As a final fail-safe against an attack by uncooperative entities, we allow +RSA-1024 and offer a versionbit-activated soft-fork. This soft-fork is +responsible for hardening the consensus RSA implementation by requiring at +least 2048 bit moduli in ownership proofs. In the case that 1024 bit RSA is +compromised, we turn to miner consensus to resolve the issue. This allows the +blockchain to support RSA-1024 until a practical attack is demonstrated against +it. + +As a necessary effect of the activation of this fork, all names which were +originally redeemed with RSA-1024 will be immediately revoked until redeemed +again with a stronger key. This construction requires us to place a 6 month +locktime on trasfers for names redeemed with RSA-1024. + +The final risk we have considered, and perhaps the most major, is ICANN's key +revocation process. ICANN's stated KSK-2017 rollover plan involves setting the +`REVOKE` bit on KSK-2010. Unfortunately, publishing a revoked key does very +little to truly invalidate old states. A clever attacker can withhold +revocation key records and signatures, serving only older states. Because of +this, DNSSEC's revocation mechanism is all but useless to our blockchain. + +Our primary concern is that ICANN may decide to revoke KSK-2010 at some point +by publishing its corresponding private key. To deal with this issue, a final +consensus rule can be added to _disable_ KSK-2010 once a separate proof is +published which demonstrates that KSK-2017 is now active. This proof would +include the KSK-2017 signature of ICANN's DNSKEY RRset. We are convinced that +ICANN will not be able to ethically justify publishing KSK-2010 before the +rollover to KSK-2017 is complete. As such, we find that this mitigation +provides adequate security against an attack of this sort. + +### Economic Incentives for DNSSEC implementation + +DNSSEC has rather sparse support, with only a handful top-level and +second-level domains supporting it to its fullest extent[nameandshame]. Those +that do implement DNSSEC often implement it _insecurely_ (by way of SHA1 or +RSA-1024). + +We find this to be a major impediment to the adoption of a system which bases +its security on a validating recursive resolver. To incentivize proper +implementation of secure DNSSEC, reserved names may only be redeemed on the +blockchain by a proper DNSSEC setup. We hope that this adds a great deal of +security to the existing root zone and to a fair majority of the Alexa top +100,000. + +To further increase incentives, the blockchain attaches a coin reward to the +redemption of any reserved name. The value attached to the name is weighted +according to how many child zones are present in the zone. + +### SPV Name Resolution + +Our SPV implementation's architecture consists of the following 4 components: + +1. A peer-to-peer layer for synchronizing block headers and verifying name tree + proofs. + +2. An authoritative nameserver which translates on-chain resources to DNS + responses, depending on the request. This nameserver behaves as if it were a + root server, serving zone `.`. + +3. A recursive server which sets its root hints and trust anchors to its own + authoritative root server, rather than ICANN's. + +4. A second non-recursive resolver which resides in the authoritative layer and + acts as a fallback to ICANN's system. This is used in the event that a + reserved top-level domain has not yet been claimed. Resolutions through + ICANN's system only occur if a proper name absence proof was received from a + peer. + +fig. 27 + +``` + +-------------+ +------------------+ +----------------------+ + | OS Resolver | --> | Recursive Server | --> | Authoritative Server | --+ + +-------------+ +------------------+ +----------------------+ | + | + +----------------------------------------------------------------------+ + | + | +--------------------+ +---------------+ +-------------+ + +--> | Peer-to-peer Layer | --> | Proof Request | --> | Remote Peer | + +--------------------+ +---------------+ +-------------+ +``` + +fig. 28 + +``` + +-------------+ +----------------+ +--------------------+ + | Remote Peer | --> | Proof Response | --> | Peer-to-peer Layer | --+ + +-------------+ +----------------+ +--------------------+ | + | + +------------------------------------------------------------------+ + | + | +----------------------+ +------------------+ +-------------+ + +--> | Authoritative Server | --> | Recursive Server | --> | OS Resolver | + +----------------------+ +------------------+ +-------------+ +``` + +Our peer-to-peer layer is end-to-end encrypted by default, using a Noise +Protocol[noise] handshake, similar to the handshake used by the Lightning +Network[lightning]. To further enhance privacy at this layer, a peer resolving +a name on one's behalf is only permitted to see the top-level domain (or +rather, a hash of the name). + +Due to the peer-to-peer encryption, the only plaintext aspect of this +architecture resides in the recursive resolver traversing child zones. To +improve privacy here, QNAME minimization[qname] can be utilized by the +recursive resolver. QNAME minimization is surprisingly non-trivial, because not +every domain name label originates from a zone cut, making it non-obvious in +how to "trick" an authoritative server into sending a proper nameserver +referral. Luckily, validating resolvers such as Unbound currently implement +this functionality. + +Despite child zones being unencrypted, they can still be validated via DNSSEC. +Because the ICANN root zone is replaced with a blockchain, the recursive +resolver must also change its trust anchors. Currently, recursive resolvers set +their trust anchors to IANA's two DNSKEYs (KSKs) which sign the root zone's +_zone signing keys_ (ZSKs). For compatibility purposes with existing resolvers, +we propose that an SPV node's authoritative nameserver use a static trust +anchor whose private key is known by all. + +Of course, signatures at the root zone are no longer necessary due to +proof-of-work acting as the security mechanism rather than digital signatures. +However, DNSSEC signatures at the root must be included in order for existing +DNS implementations to consider the trust chain intact. With the private key +publicly known, conforming SPV nodes can create the appropriate RRSIG records +in real-time when serving a response. These responses can be cached to avoid +repetition of expensive signing operations. + +While dummy RRSIGs can be created to fool existing recursive resolvers in to +validating a complete trust chain, NX proofs present a different challenge. The +most modern non-existence proof verification currently in DNS is NSEC3[nsec3]. +NX proofs operate by maintaining a sorted linked list of child zones. When an +NX proof is generated, the authoritative server responds with a signed DNS +record showing where the requested child zone _should_ reside within the list, +thereby proving its non-existence. Unfortunately, NSEC3 obfuscates child zones +by hashing labels with the now insecure SHA1. Were NSEC3 to use a more modern +hash function, a DNS NX proof at the root zone _could_ be generated by a full +node by iterating over our name FFMT. Unfortunately, SPV resolvers would still +have trouble generating this dummy proof, due to their lack of ability to +arbitrarily seek through the tree. + +To work around this difficulty, we generate _dummy_ NSEC3 proofs which imply an +empty zone. + +#### Root Zone Fallback + +Due to the fact that not all reserved root names will be claimed by nameholders +immediately, we propose two solutions for eventual transparent rollover to the +new system: _Hardcoded Fallback_, and _Dynamic Fallback_. + +Hardcoded fallback involves hard-coding the existing ICANN zonefile into the +SPV software. When an absence proof is received by the authoritative server for +a pre-existing TLD, the hardcoded fallback is checked for records and returned +as a DNS response. + +Dynamic fallback is similar, but involves querying ICANN's root servers and +validating the response against their trust anchors. This provides better +liveness, but bestows more power upon a centralized authority. + +In both constructions, once a pre-reserved name is claimed by the proper owner, +the software will transparently begin to follow the blockchain instead of +either hardcoded records or ICANN's records. + +#### Library Integration + +We offer a library integration as an alternative to an SPV resolver or full +node. This removes the need for an average user to install extra software, and +instead places the responsibility on the developers of software. + +We consider this the _lowest security mode_ of our protocol. It is, however, +still more secure and more permissionless than the current state of DNS, albeit +slightly more centralized than the local recursive resolver model. + +--- + +Unix-based operating systems, including Mac OSX, configure their OS stub +resolver to use nameservers listed in `/etc/resolv.conf`. + +The resolv.conf format points to a list of recursive servers for the operating +system's stub resolver to make use of. The stub resolver is invoked during a +call to `gethostbyname(3)` and `getaddrinfo(3)`. + +We propose a new standard OS configuration file, `hns.conf`, residing in +`/etc/hns.conf` on Unix, and `%SystemRoot\Drivers\etc\hns.conf` on Windows. +This configuration file is reminiscent of the standard resolv.conf, however, +its sole purpose is to list nameservers while other options are simply +inherited from the regular resolv.conf parsing. + +In order to make use of our protocol's resolvers, we require a 33 byte +compressed ECDSA public key for each nameserver listing. This key will be used +for a _SIG(0)_[sig0] verification of a signed DNS message. DNSSEC is currently +insufficient for this purpose, being that it only signs a DNS response's +individual records. TSIG[tsig] is also insufficient due to its requirement of +symmetric keys. Our SIG(0) usage appends a regular SIG record to the additional +section of a DNS message as a pseudo-section. This record signs all data before +it on the ECDSA secp256k1 curve. + +A user with a local SPV resolver running may point his or her `hns.conf` to +`127.0.0.1` (where no SIG(0) verification is necessary). If not present, the +hns.conf parser should fall back to a list of hardcoded recursive servers run +by respected community members. These entries will be paired with a known ECDSA +public key. + +Ideally, requests to the public recursive servers should be routed through an +_Anycast_[anycast] network in order to provide comparable speed to Google or +Cloudflare's public DNS. + +This setup is necessary to allow all users to make use of the new root zone. If +some users are not willing to run a SPV node, our system falls back to a more +centralized model. Note that this centralized model still carries with it a +number of improvements over the current ICANN root zone. The root zone is still +permissionless, and the data is still authenticated (something which is not +present in today's stub resolvers). + +The final integration library consists of a simple stub resolver which is aware +of our new hns.conf format, as well as capable of verifying SIG(0) records. + +### Integration + +We are convinced that, in order for adoption to be widespread, the SPV daemon +and integration library must be runtime-less and written in portable C. The +integration library is especially necessary if this protocol is to be used on +embedded and IoT devices. + +### Future Directions + +#### Proof of DNS iteration + +To remove the requirement of a local recursive resolver for SPV, a hypothetical +_proof of DNS traversal_ could be useful. A proof of this kind would involve +aggregating glue records, DNSSEC signatures and keys for each zone, producing a +final semi-compact proof. This would allow clients to securely off-load the +recursion to untrusted servers. This construction is similar to our DNSSEC +ownership proof, which is also an aggregate proof of DNS referrals. + +In comparison to a local recursive resolver, this would save on CPU time and +bandwidth due to the signature aggregation. It would furthermore reduce memory +usage by avoiding the need for a message cache. This would result in massively +reduced complexity for SPV resolvers as they also no longer need to maintain a +recursive or authoritative root server. + +#### Zone Replication and DNSCurve + +Daniel Bernstein's DNSCurve[dnscurve] is an extension to DNS which performs an +ECDH and establishes a stream cipher with an authoritative nameserver before +exchanging messages. It is backwardly-compatible with DNS as identity keys are +encoded as base32 labels in normal NS records. + +Unfortunately, DNSCurve adoption is minimal. As mentioned before, the only +unencrypted portion of our name resolution protocol occurs during regular DNS +iteration through authoritative servers. + +If we envision a peer-to-peer network where peers can act as "proxies" for a +zone, they would be capable of layering DNSCurve support on top of existing +zones' nameservers as a public service. They could then advertise themselves as +a DNSCurve enabled proxy for a specific zone on the peer-to-peer layer. + +There are many security and incentives questions this raises, but we consider +this an idea worth pursuing in the future. + +#### Subdomains + +Subdomains are out of scope for this system. Blockchains should be storing the +minimal data needed, and domains/subdomains with defined owners should be able +to prove the validity of that name out-of-band. If the data is already disclosed +in the root zone, then it makes sense for that data to be in a TLD anyway. The +load on a chain is the same whether it is a TLD, domain, or subdomain. As there +are no efficiencies, any potential use of subdomains on-chain should have a +separate name record in the root zone. + +# Reorg Safety and Name Expiration + +It is strongly recommended that client implementations verify whether a chain +has a deep reorganization. This can be achieved by having third parties attest +to the current blockheight which is widely regarded as non-controversial. This +is materially different than existing CA infrastructure, as the security is +additive in that everyone is attesting to the same information. Any party can +provide this information and attestation (and can even be published/proven +on-chain). + +In the future, it may be desirable by community consensus changes to have a +hybrid proof-of-stake construction similar to the Casper Finality +Gadget[casper-finality-gadget] proposed in Ethereum whereby blocks are committed +by bonded coins. + +It is strongly recommended that certificate pinning[certpinning] is used to +associate identity by clients and user agents. This is achievable by pinning the +name owner's scripthash to the name itself, so when the ownership record +changes, the user must approve this change. + +# Stakeholders + +The principal function behind the Handshake mechanism is maximizing allocation +of ownership of tokens, coins, or non-fungible assets towards the most relevant +stakeholders. To make effective change, all relevant existing and future +stakeholders must be acknowledged. By maximizing correct stakeholder allocation, +one maximizes the efficacy of the change. In the case of Handshake, it is the +shift from centralized Certificate Authorities and naming, towards a +decentralized infrastructure. + +All stakeholders are incentivized for development and growth of the project in +their own self-interested incentive. In order to do so, many of the individuals +require some ownership or value of the coins in order to establish sufficient +motivation. + +These allocations are this paper's proposed allocations, and the Handshake +community will ultimately determine the final allocation in mainnet. + +A total of 1,360,000,000 coins are minted in the genesis block to be distributed +to relevant stakeholders + +## Pre-Launch Blockchain Development - 7.5% + +This allocation goes to fund development across various stakeholders who have +been involved with creation of this project. These coins are used to pay for +work prior to mainnet launch and is the only source of development funds. A +iterated tit-for-tat game exists whereby there is self-interested benefit for +distribution of value ("the more I give away, the more value I accrue") across +many projects and development teams emulating this model. + +## Financial Contributors and Pricing - 7.5% + +A total of $10,200,00 USD have been allocated to purchasers to price the +initial value of the coins for 7.5% of the total supply, with a total valuation +of the initial coin supply at $136,000,000. + +100% of the dollars raised are being given to non-profits and FOSS projects, +and FOSS communities such as hackerspaces. This is effectively a one-way +non-destructive "proof-of-burn" on the dollar side to price the coins. + +The role of coin purchasers is critical as an initial stakeholder in the growth +of the project. The purchasers have been curated to maximize effective change by +primarily allocating funds to Venture Capitalists and Token Funds with specialty +in the cryptocurrency and decentralized internet ecosystem. Many of these +purchasers have been effective in disrupting entire industries and have been +involved in large-scale growth of internet services (some even across +generations). + +The existence of these participants are necessary and fundamental in pricing the +tokens, as the distribution event requires real value to be established (a sale +of 1% of total initial supply is not credible in pricing the tokens). +Additionally, the sale has occurred as close to launch/announcement as possible. + +Other projects replicating this mechanism may require greater capital to fund +development and/or greater claim to the Pre-Launch Development allocation. This +may result in not having a one-way "proof-of-burn", and instead use the +capital to fund development of the project. + +The role of pricing the coins for distribution is necessary as the coins need to +have understood value during the distribution process. While it would ostensibly +be ideal to spin-up projects and deploy blockchains without this mechanism, +there may be insufficient coordination and ex-ante expectations of value. The +role of the high-reputation Venture Capital provides a tastemaker function which +provides a signal and Schelling Point for potentially economically and socially +valuable projects. These entities are a significant stakeholder in the current +ecosystem and a continuing game for project selection and curation may persist +as a result ("putting your money where your mouth is"). + +## Free and Open Source Software Developers - 68.0% + +The free and open source community is the principal coin owner of the project +upon launch. These coins are distributed without any expectation of work. As +free and open source software is the principle of giving away code without any +direct financial return in exchange, similarly Handshake is about giving away +financial value without any expectation of code in exchange. + +If the community is interested and Handshake becomes viable in the future, it is +possible (but without any obligation whatsoever, contractual or implied) for +individuals to have incentive to integrate the functionality into their own +software. + +## Domain Name Holders - 10% + +The Handshake blockchain will allocate all TLDs to the rightful holders upon +submission of a sufficiently secure DNSSEC proof on the blockchain. +Additionally, the Alexa top 100,000 domains were used and filtered (duplicates, +generic dictionary names) to over 80,000 non-generic names to be claimable as a +TLD via a DNSSEC proof. This way, all currently existing domains can work on +Handshake provided it is claimed in a timely manner, as all TLDs can be +claimable on Handshake by the owner of the TLD. + +In addition to backwards compatibility with the existing domain name system, +coins are also provided to incentivize adoption by name holders. This creates an +incentive for name registration on Handshake. Unclaimed coins after the claim +period will be burned. + +Some domain names may not be claimable until secure DNSSEC records (not SHA1 +keyhash) are provided by the domain's TLD DNSSEC record, and there may be a +delay period before the coins are matured and available to use. + +2.5% will be allocated to TLDs to be distributed evenly. + +2.5% will be allocated to the top 100 Alexa names. + +2.5% will be allocated to the Handshake reserved names (over 80,000 names) to be +distributed evenly. These names will also be able to claim a TLD on Handshake. + +## CA/Naming Corporations and Other Blockchain Projects - 5% + +The following corporations and projects are being allocated Handshake coins. +They have not acknowledged or accepted the coins at this time of writing. In +the event the coins are not claimed or accepted, these coins will not be +reallocated and are effectively burned. Some of these allocations may be only +redeemable by submitting a DNSSEC proof of their domain to the blockchain to +claim coins. There is no contractual expectation for any of these entities to +help the Handshake project in any way and is explicitly an obligation-free +distribution with no strings attached. + +ICANN has been the root namespace for the internet. ICANN (CA, US) is allocated +24,480,000 of the initial coin supply by the Handshake community. + +Cloudflare, Inc. (DE, US) is a corporation doing fundamental research for +naming, caching, and certificate authorities. They are allocated 6,800,000 of the +initial token supply. + +Namecoin is a decentralized naming blockchain. 10,200,000 of the initial supply +was allocated to leading current and prior Namecoin developers. + +Verisign, Inc. (VA, US) is the registrar for .com and .net. They are allocated +6,800,000 of the initial token supply. The .com and .net TLDs on Handshake will +be given to Verisign with a DNSSEC proof. + +Keybase has been innovating in the naming and certificate authority space. +Keybase, Inc. (DE, US) are allocated 0.25% of the total token supply. + +Public Internet Registry (VA, US) maintains the .org namespace. They are +allocated 3,400,000 of the initial token supply. The .org TLD on Handshake will +be given to PIR with a DNSSEC proof to pir.org. + +Afilias plc (IE) has been the service provider for the .org namespace. They were +allocated 3,400,000 of the initial supply to a DNSSEC proof of afilias.info. +Note for both PIR and Afilias, this allocation was made before the proposed +sale of the .org namespace. + +Brave is a browser which has cryptoeconomic incentives. Handshake allocated +3,400,000 to Brave Software, Inc. (CA, US). This is a distribution to the +entity owners itself, and is not an implied distribution to the Basic Attention +Token holders. + +Namecheap is a large domain registrar and has support cryptocurrency in the +past. They were allocated 2,720,000 of the initial supply. + +Godaddy (AZ, US) is a large domain registrar and has a Certificate Authority as +well. They were allocated 2,720,000 of the initial supply. + +Blockstack is a corporation developing a naming blockchain as well as a +decentralized internet stack. The Handshake distribution allocated 408,000 of +the initial supply to Blockstack Token LLC (NJ, USA) under a DNSSEC proof for +blockstack.com. This is to the entity owners itself, and is not implied +distribution to the Blockstack Token holders. + +ENS (True Names LTD (SG)) is developing an alternate naming root (.eth) using +an Ethereum smart contract. They were allocated 136,000 of the initial +Handshake coin supply to the entity running ENS (ens.domains). + +GnuNet provides PKI infrastructure and provides identity via a DHT. They were +allocated 136,000 of the initial coin supply to gnunet.org (may require DNSSEC +upgrades on the .org namespace). + +## Non-Profits and FOSS Projects - 2% + +Not to be confused with the $10,200,000 USD given to non-profits and FOSS +projects, Handshake coins (HNS) will be given to some of those entities in +addition to the USD. + +## Miners + +Historically, many blockchains have distributed 100\% of the total coin supply +to Proof-of-Work miners or the overwhelming majority to investors (with none +going to free and open source developers directly). These miners capture value +by competitively discover lower operating expense costs with electricity or +optimizing computation with better hardware. + +Miners receive a block reward for validating the chain correctly. There is no +promise, implied or explicit of guarantees around future rewards to miners and +may be changed upon future technological progress. Additionally, there are no +guarantees on expenditure upon continued operation of hardware. + +## Further Distributions + +Further incentivized distributions presupposing the incentives derived from +Metcalfe's Law are theoretically possible via a hard-fork but outside the scope +of this document, as it would be wrong to be prescriptive on future actions, +especially as the future is unknown with the ability to achieve coordination of +this activity and programmatic ability to acquire keys. + +# Coordination + +The purpose of this project in addition to developing a decentralized naming +system is to perform and demonstrate a method to conduct wide-scale coordination +without an end-state of centralized power structures, with mechanisms and +incentives for coordination across millions of people without authorities or +contractual obligations. + +The blockchain allows for cheap verification, but it does not inherently rally +people to a change in infrastructure. It is exceptionally costly to build a +top-down organization of millions in a hierarchy to replace entrenched +interests, hence a ground-up structure is proposed using gift economies, which +is only possible with emerging technologies which is capable of accounting value +without central authorities (the blockchain), as well as tools for wide-scale +coordination across millions (internet free and open source communications +software). Handshake is an open performance by all parties worldwide to +participate and deliver a new naming system as a gift to wider society. + +The Theory of the Firm[natureofthefirm] postulates that organizations exist +due to transaction costs, it is often cheaper to conduct transactions within an +organization rather than between organizations as intra-organizational goals are +aligned, rather than inter-organizational goals, hence the high transaction +costs from due diligence with external parties. Firms become large fundamentally +due to trust and ensures everyone is rallying to the same cause. Power +centralizes into the agents of these firms, we believe we can do better with +technology. + +The firm model for alignment faces significant issues around externalizing costs +("is it good for society") and principal-agent problems ("is this person acting +properly on my behalf"). This requires the principal to always watch the +activity of the agent, to ensure the principals' goals are being acted upon. The +more trust complexity required by an activity, the greater the likelihood that +it is within the boundaries of a firm. Shareholders watch the board who watches +the executives who watch the employees, with a hardcoded contractual structure +for organizing and ensuring correct action. + +The purpose of smart contracts[smartcontracts] is that it allows the +principal to also be the agent, as computation can allow one to read the code +once and ensure that the code is being followed, significantly reducing +potential information costs. However, smart contracts do not solve social +coordination inherently, they merely make it cheap for those whom have already +agreed with what is being coordinated. + +By constructing a capital structure without obligations (gift economies), method +is proposed to create immensely valuable social structures with proper social +incentives for restructuring the current organizational centers of power within +society by participants of this gift economy. + +## Inability to Verify Actions + +It is not possible to ascribe value directly to code. While it is possible for +future projects to reward dependent upon actions using peer-to-peer oracles, +code is far too subjective. Instead this project proposes removing ongoing +verification of reward for code. While future iterations of this design may have +ongoing elements of verification/reward via optimistic tit-for-tat mechanics, it +is believed that it is possible to build systems without inherent enforceability +of labor exchange. + +As this is constructed as a blockchain, there is no single entity controlling +this system. The system exists due to the collective belief that this system is +valuable, the unit of account has value, and there is sufficient desire to +improve/maintain this system. Many forms of Commons-Based Peer +Production[wealthofnetworks], including Free and Open Source Software, is a +Bazaar[bazaar], but we've always had the reward mechanisms be a Cathedral up +until now. There have been prior work around reward mechanisms in exchange for +production in Commons-Based Crypto Currencies[primaveradefilippi], and much +exploration has occurred in understanding the implications of the blockchain +having no single owner (hence similarity to the notion of a commons), but +payment for free and open source code are primarily within the context of payment for +proposed acceptable work in exchange for cryptocurrencies. Instead, this project +is about ensuring that free and open source developers are the majority owners of the +system without any direct contractual expectation of return or work. + +Previously, FOSS developers have been rewarded by working in large +companies such as Red Hat Software who are able to evaluate payment towards end +goals of financial returns. This construction creates a direct conflict of +interest between the values of FOSS software and the values of +profit-maximization of the firm. Further, the principal-agent problem persists +with firms funding FOSS software, as they are making payments on an +ongoing basis towards the end goals of the firm over the best end goals for open +source projects. + +By constructing a mechanism with coin distribution to FOSS developers +with no expectation of return, this creates a complimentary system whereby +individuals building FOSS software are able to build software for the +commons while also having majority ownership and economic benefit of co-creating +this system during the development phase, there is simply an incentive to +participate and create a valuable system for developers who own the coins. As a +result, FOSS developers can do what they believe to be in the best +interests of a system without power hierarchies determining what is the best use +of resources, in return there is an understanding that the payment will be +imprecise for contributors (much like how those using code receive benefits with +imprecise payment for the commons). + +## Comparison with Traditional Capital Coordination Models + +Two-sided marketplaces are a fundamental problem in displacement of existing +systems. The archetypical example of overcoming two-sided marketplaces is Uber +displacing the taxi, which has two sides of riders and drivers -- it is +difficult to persuade riders to participate if there's insufficient drivers +(long wait times), and difficult to persuade drivers on the platform if there's +insufficient riders (low revenue). One of the earliest efforts for resolving +this two-sided marketplace problem for internet services was initiated by +Paypal, which resolved a side of the marketplace by directly giving money to new +users of PayPal. + +Overcoming two-sided marketplaces traditionally has required significant capital +and involves expectations of future market capture. As a result, these companies +have raised significant amounts of capital from venture capital to create the +conditions for disruption of existing business models towards more efficient +systems with centralized providers being an agent for mass coordination. These +venture capital firms have created significant value and have expertise in +replacing existing systems and driving the technical, organizational, and wider +social coordination of society. This has provided significant social benefit in +creating effective change towards social systems, and without which there is +insufficient coordination for actors within an ecosystem to create the +sufficient change necessary for widespread social benefit. + +A replication of this coordination of raising a significant amount of capital +towards resolving two-sided marketplaces has been +proposed[fatprotocols][fredblog][navalblog] and attempted in the +cryptocurrency space, which has historically been known as the emerging +phenomena of "ICO" or "Initial Coin Offerings". This uses capital to raise +significant sums of value to establish the capital required to develop a +platform and raise capital to establish a war-chest to resolve a two-sided +marketplace problem. Many of these firms have successfully used significant +amounts of capital raised to establish a developer community, market to users, +and encourage various service providers by subsidizing one side of the +marketplace. + +However, while the venture model has been incredibly pro-social and created +significant benefits, there are some limitations to this model in traditional +venture. Additionally, the model being emulated under the ICO model has raised +significant amounts of capital, but there has been insufficient amount of +experiments to demonstrate successful models. One of the largest limitations +are that the network effects do not accrue to the users who are responsible for +developing this system and ensuring its success. Additionally, there is a lack +of association between economic stakeholders benefiting from the network effect +and those which are responsible for establishing those network effects. Further, +there are significant centralization pressures by raising a large amount of +funds into a single foundation. + +Instead, the Handshake mechanism does not rely upon altruistic actors, it is +wholly reliant upon self-interested individuals and stakeholders. One's +returns are maximized by giving away value to FOSS developers and wider +humanity, and may be an exploration in a different model for development. + +# Disclaimers + +There are no guarantees provided by the Handshake community developers past and +present, including continued development and leadership. This document is +illustrative and the de-facto community standards are the primary source. All +contents of this document is subject to change according to community consensus. + +No guarantees are provided with regards to functionality of the naming and +auction system, including renewal availability, fees, or block availability in +general. Further, no guarantees are provided with coin supply, coin value, or +name value. In the event of a worldwide distribution, it is up to the wider +community to execute this plan. + +Those making unilateral advocacy of where the blockchain should go under the +auspicies of being an early developer of the chain, and any rhetoric related +should be seen with suspicion. It is up to the community to suggest changes and +any code forks are initiated with community consensus and approval. + +In the event of deep reorganizations, the community should halt processing and +acknowledging new state updates. It is heavily recommended for service providers +to have long deposit times and their own internal controls and software +verification. + +Hard forks are presumed to be possible in this system, there are no guarantees +around mining, economics, etc. + +Trademark holders are responsible for munging their own renewals and +registrations, and project developers do not have the ability to make +unilateral changes to the system after the sunrise period. Any changes to the +records requires a hard fork and is contingent upon community approval of +fullnodes and miners. Any changes after the sunrise period may be proposed +to the community as a hardfork, or more likely the updates should be made +(without consensus) in the resolver client-side. + +No guarantees are provided for transaction formats past one year. Pre-signed +transactions should not be presumed to be permanently available. Private keys +should be kept in the event transaction formats change. + +[pow] http://www.hashcash.org/papers/pvp.pdf +[bitcoin] https://bitcoin.org/bitcoin.pdf +[hashcash] http://www.hashcash.org/papers/hashcash.pdf +[cuckoo-1] https://github.com/tromp/cuckoo +[cuckoo-2] https://github.com/tromp/cuckoo/blob/master/doc/cuckoo.pdf?raw=true +[cuckoo-3] https://github.com/tromp/cuckoo/blob/master/doc/spec +[timewarp] https://bitcointalk.org/index.php?topic=43692.msg521772#msg521772 +[digishield-1] https://www.reddit.com/r/Digibyte/comments/213t7b/what_is_digishield_how_it_works_to_retarget/ +[digishield-2] https://github.com/digibyte/DigiByteProject/blob/master/src/main.cpp +[kimoto-1] https://github.com/megacoin/megacoin/blob/master/src/main.cpp#L1276 +[kimoto-2] https://bitcointalk.org/index.php?topic=240861.msg3040291#msg3040291 +[dgw] http://www.darkcoin.io/downloads/DarkcoinWhitepaper.pdf +[zcash-1] https://github.com/zcash/zcash/issues/147 +[zcash-2] https://github.com/zcash/zcash/issues/696 +[zcash-3] https://github.com/zcash/zcash/issues/998 +[namecoin-1] https://namecoin.org/ +[namecoin-2] https://github.com/namecoin/ncdns +[ens-1] https://ens.domains/ +[ens-2] https://github.com/ethereum/EIPs/blob/master/EIPS/eip-137.md +[ens-3] https://github.com/ensdomains/ens +[ens-4] https://github.com/ethereum/eips/issues/137 +[ens-5] https://github.com/ethereum/EIPs/issues/162 +[ens-6] https://ens.domains/#section-root +[ens-7] https://docs.ens.domains/en/latest/faq.html#who-will-own-the-ens-rootnode-what-powers-does-that-grant-them +[blockstack-1] https://blockstack.org/whitepaper.pdf +[blockstack-2] https://forum.blockstack.org/t/how-do-lightweight-blockstack-nodes-operate-a-snv-protocol/1017 +[ept-1] https://ethereum.github.io/yellowpaper/paper.pdf +[ept-2] https://github.com/ethereum/wiki/wiki/Patricia-Tree +[ethereum] https://ethereum.org/pdfs/EthereumWhitePaper.pdf +[smt-1] https://eprint.iacr.org/2016/683 +[smt-2] https://github.com/google/trillian +[merklix-1] https://www.deadalnix.me/2016/09/24/introducing-merklix-tree-as-an-unordered-merkle-tree-on-steroid/ +[merklix-2] https://www.deadalnix.me/2016/09/29/using-merklix-tree-to-checkpoint-an-utxo-set/ +[merkleset] https://github.com/bramcohen/MerkleSet +[vickrey] https://www.jstor.org/stable/2977633 +[maxwell-1] https://bitcointalk.org/index.php?topic=277389.0 +[maxwell-2] https://bitcointalk.org/index.php?topic=278122.0 +[covenants] https://fc16.ifca.ai/bitcoin/papers/MES16.pdf +[bitcoin-ng] https://www.usenix.org/system/files/conference/nsdi16/nsdi16-paper-eyal.pdf +[rfc1035] https://www.ietf.org/rfc/rfc1035.txt +[orsn] http://www.orsn.org/en/tech/ +[bind] https://www.isc.org/downloads/bind/ +[ldns] https://www.nlnetlabs.nl/projects/ldns/about/ +[unbound] https://www.unbound.net/ +[nlnetlabs] https://www.nlnetlabs.nl/ +[bns] https://github.com/chjj/bns +[noise] http://noiseprotocol.org/ +[lightning] https://github.com/lightningnetwork/lightning-rfc/blob/master/08-transport.md +[qname] https://tools.ietf.org/html/rfc7816 +[dnssec] https://tools.ietf.org/html/rfc4033 +[google] https://developers.google.com/speed/public-dns/ +[root] https://www.iana.org/domains/root/servers +[iana] https://www.iana.org/ +[icann] https://www.icann.org/ +[internic] https://www.internic.net/domain/root.zone +[anchors] https://www.iana.org/dnssec/files +[signing] https://www.iana.org/dnssec/ceremonies +[sshfp] https://tools.ietf.org/html/rfc4255 +[openssh] https://www.google.com/search?q=openssh%20SSHFP +[tlsa] https://tools.ietf.org/html/rfc6698 +[sig0] https://tools.ietf.org/html/rfc2931 +[anycast] https://tools.ietf.org/html/rfc4786 +[tsig] https://www.ietf.org/rfc/rfc2845.txt +[dnscurve] https://dnscurve.org/ +[plasma] http://plasma.io/plasma.pdf +[shattered] https://shattered.io/static/shattered.pdf +[nameandshame] https://dnssec-name-and-shame.com/ +[alexa] https://www.alexa.com/topsites +[nsec3] https://tools.ietf.org/html/rfc5155 +[btcrelay] http://btcrelay.org/ +[opennic] https://wiki.opennic.org/opennic:faq#how_did_opennic_start +[convergence] https://www.youtube.com/watch?v=Z7Wl2FW2TcA +[casper-finality-gadget] https://arxiv.org/abs/1710.09437 +[certpinning] https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning +[fakecert-fr] https://www.theregister.co.uk/2013/12/10/french_gov_dodgy_ssl_cert_reprimand/ +[fakecert-ir] https://www.computerworld.com/article/2510951/cybercrime-hacking/hackers-spied-on-300-000-iranians-using-fake-google-certificate.html +[zooko] https://web.archive.org/web/20011020191610/http://zooko.com/distnames.html +[aaron] http://www.aaronsw.com/weblog/squarezooko +[natureofthefirm] http://dx.doi.org/10.1111/j.1468-0335.1937.tb00002.x +[smartcontracts] http://journals.uic.edu/ojs/index.php/fm/article/view/548 +[wealthofnetworks] http://journals.uic.edu/ojs/index.php/fm/article/view/548#page-60 +[bazaar] http://www.catb.org/esr/writings/cathedral-bazaar/ +[fredblog] https://blog.coinbase.com/app-coins-and-the-dawn-of-the-decentralized-business-model-8b8c951e734f +[navalblog] https://startupboy.com/2014/03/09/the-bitcoin-model-for-crowdfunding/ +[fatprotocols] http://www.usv.com/blog/fat-protocols +[primaveradefilippi] https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2725415 diff --git a/files/hs-airdrop-0.7.0.tar.gz b/files/hs-airdrop-0.7.0.tar.gz new file mode 100644 index 0000000..7bcd734 Binary files /dev/null and b/files/hs-airdrop-0.7.0.tar.gz differ diff --git a/files/hs-airdrop-0.7.0.tar.gz.asc b/files/hs-airdrop-0.7.0.tar.gz.asc new file mode 100644 index 0000000..b6b86f5 --- /dev/null +++ b/files/hs-airdrop-0.7.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl42iFEACgkQiWKrneZm +a723tgf/ZwPCkBVmEJgoh6/FxPTNRdW56bov5bBzbmlDyLOsHbdh8RkahzIzVhc7 +tHckUZzlfT2TLTkn76h4WHO6APMrbKSippmahNnX3GzFQ7gARdbBl/dusHJAPQHW +F9ZC6x9Q3zZJl1g8ktbpavy6Gw7zz9JyJRAvYI5C5ufBO4VZ18hSm0R704CKIc5G +77eKn+a3c7MGVapS/ci/yyjDn/as1oB/mGcrt7QjncGlGks0GL+Eg3g5qrrWCLkw +mS8Y8DckcCAJOYQt6XExGLQ1Ui6WrHkxTyU8SNFG/5xjmel3SZTMKQ8zueCDiKXb +BEndvAWbJmpWS6A8Wvd8pFNXa9Fqag== +=pvmO +-----END PGP SIGNATURE----- diff --git a/files/hs-airdrop-0.7.1.tar.gz b/files/hs-airdrop-0.7.1.tar.gz new file mode 100644 index 0000000..16c060c Binary files /dev/null and b/files/hs-airdrop-0.7.1.tar.gz differ diff --git a/files/hs-airdrop-0.7.1.tar.gz.asc b/files/hs-airdrop-0.7.1.tar.gz.asc new file mode 100644 index 0000000..3c46fcc --- /dev/null +++ b/files/hs-airdrop-0.7.1.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5Fq+4ACgkQiWKrneZm +a71S8Af+OkEZzhFpPFokiFmClUizxf9YayMpvMorRBgA37RjjlaHlf7TfQNGFBZx +0MkdhSTGy5PyR97i0twzuXmmdMJIZLqNCRoWuxGZRKT19c2od7hRZo+bfyeiPmmr +rgJSfoGAOLeBx9rATG8/Y1UxqDxxtshE7sNNWGBqcfSXgAXwnGrQrikHyt6VseMS +bYuEZUlirEknxll8cBA2G7HVgz35Z2/wvcetXDaDW7cq/eran4XvvHbOstMb/FQI +2bc7TAI3N3i6VBfoqhBnoRQUoEQ+8VForkP/AEYtQD5HuUzkHQjaB+JPkVOGTiMc +9oWSB5FO4Xq6g3Wf336krV7aZFM2cw== +=vCyl +-----END PGP SIGNATURE----- diff --git a/files/hs-airdrop-0.9.0.tar.gz b/files/hs-airdrop-0.9.0.tar.gz new file mode 100644 index 0000000..177cd0c Binary files /dev/null and b/files/hs-airdrop-0.9.0.tar.gz differ diff --git a/files/hs-airdrop-0.9.0.tar.gz.asc b/files/hs-airdrop-0.9.0.tar.gz.asc new file mode 100644 index 0000000..957f550 --- /dev/null +++ b/files/hs-airdrop-0.9.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl86kwwACgkQiWKrneZm +a71/nQf9Gm9+tg1ZL/qxzLUkcNFz+oBLvlLXBrBYaz9622V5RXvvCTxUI5G1uvAz +Q4Gzmp8o6nzzHSy7h0RiH6yXNAqKRyN6GWulZB/8gWvGE4vrtWL19NLzk2OV3v0B +1CPT7DoRbGyF0Px2ySBVzZpzbjyH9u8wudEWybwOD9C7155rSK2ylq8UwgrRUtOM +PXZ1IVir7Ujn876Os2Nzm4Y7KkUAm0rBx5ATI969hi0xqRTN1QNNwcahNnqQdvz/ +Ctvno3xmZARt025dXJyc2frh+YW9VpSDPopTiYxTzMjfyr3XYLZOR2rZV1OxgNRh +JmLkrcjQPjDmv6Up3AfxgDjZLbc40g== +=XI3j +-----END PGP SIGNATURE----- diff --git a/files/hs-client-0.0.7.tar.gz b/files/hs-client-0.0.7.tar.gz new file mode 100644 index 0000000..a1da137 Binary files /dev/null and b/files/hs-client-0.0.7.tar.gz differ diff --git a/files/hs-client-0.0.7.tar.gz.asc b/files/hs-client-0.0.7.tar.gz.asc new file mode 100644 index 0000000..12e0f2b --- /dev/null +++ b/files/hs-client-0.0.7.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl42g1oACgkQiWKrneZm +a710/Qf+Pi6t0Kr7FOcF+Ou7tftt41qnsmfrS6DnoIjRA83gG1FcMFErKJD3Ne2X +jrY2/zoyoK8H8Mn2hOwiUmaOyEoe8WncUBkbJk/xgrPkQgJW1J9cKcgp0Ans28hU +VvFmfl8xQvh1SGnFPKu75f6lRGDW55wAnb7efNCE/axEdAC5uND0dJLvemKZuLLr +5Y/GGhhL9hAb+0SP4LyncvOnSY+xnyQtWVCdjgPY9gNQjzLeFws+7spHI0AmE8CJ +PPy38T6qEtOUZ97z76hy3su1Of1gLi4ngYL7otQK5Tlzs39/6CC+YkIUxZ8mud21 +aUHxW58ZPNKW1RdFztXu3JwWqpLt9g== +=0lxK +-----END PGP SIGNATURE----- diff --git a/files/hs-client-0.0.8.tar.gz b/files/hs-client-0.0.8.tar.gz new file mode 100644 index 0000000..1025955 Binary files /dev/null and b/files/hs-client-0.0.8.tar.gz differ diff --git a/files/hs-client-0.0.8.tar.gz.asc b/files/hs-client-0.0.8.tar.gz.asc new file mode 100644 index 0000000..c4700ce --- /dev/null +++ b/files/hs-client-0.0.8.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5Gj+gACgkQiWKrneZm +a71ghgf/TpSYbR33QCBHtiiKo/gflUkDmpyyBpiKihDENJ3nigZfSq5AJQ3C8sVk +zfaa6Tfp4ANrQP7HqGGuVZQ7dGjkxxMRhhaGpENKu8tQ4q6/kseUFM5f1f1cV2kM +sFSgRlPveqlj9xv/pe12jxchFLaj8T99SAsmWWpaV9Z8434b/b32djjEdfyzpf3M +FfaJAHlRPAFVXG7oWjZTlqYdub5zJBwxko/iCsrmdHAsCoTzSGGyh9PIry2kHqVb +mK8l0f60dLIQb101JDelqtIVCLA9jJt4LmUneft5nmXOIEl8Ej25r0qB/92WsACj +q0QcEGuhokI1yUf22MWRhHCBAAC/yQ== +=RwTd +-----END PGP SIGNATURE----- diff --git a/files/hs-client-0.0.9.tar.gz b/files/hs-client-0.0.9.tar.gz new file mode 100644 index 0000000..07322fb Binary files /dev/null and b/files/hs-client-0.0.9.tar.gz differ diff --git a/files/hs-client-0.0.9.tar.gz.asc b/files/hs-client-0.0.9.tar.gz.asc new file mode 100644 index 0000000..7b1e4b6 --- /dev/null +++ b/files/hs-client-0.0.9.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl86kxMACgkQiWKrneZm +a73kowgAjSsOCZl4RRlQXcd6jAUhRVIEEipziDah3o69veen7jNVjlDeeXT95Ntg +A6jc7JsRLyCEduq10ggsjkR7Bu/q4hZ4q1/Of3oy6YTSMT880jsL2bAAYppQn2OZ +PWc1ryp7N+BLimi9zwVNhwNU6l3D0ZKe7WGGZle1ngLZdwZ9iy0YSQTjDtZ59YEk +f1EFkVKbfkZ5o8pluyDU4hfa9jQ/GPDSjAnViRvTHMz8KWqxEqBZDA+dDwUPjrGe +65oPQw6Pi4Ks1JHRbTBRoAdmK4zSCBRhm9udIxA6uoR6EAEVsVhmvbVmZwiTL3di +mrz5IOWZKZKeQje+d6wbeU34eeIeSA== +=ughL +-----END PGP SIGNATURE----- diff --git a/files/hs-miner-0.0.10.tar.gz b/files/hs-miner-0.0.10.tar.gz new file mode 100644 index 0000000..622d68a Binary files /dev/null and b/files/hs-miner-0.0.10.tar.gz differ diff --git a/files/hs-miner-0.0.10.tar.gz.asc b/files/hs-miner-0.0.10.tar.gz.asc new file mode 100644 index 0000000..bed9087 --- /dev/null +++ b/files/hs-miner-0.0.10.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl42g2AACgkQiWKrneZm +a72atggAjxO3rqkPrKNCo1TpCouXXKkJm6bLJn2WzisfDfXRWAOUtq1e6P/1yBs4 +YTMTIQ8ujnTtZX1TDCfU7oW5MdMa8Nz72DhcrKyOJDE2wYfWC23qbzRQ2hLL78xO +SOEOv509fqWc7yFwej0FxoErJvhdJFcd/yHcQRUNoA9X++DSlDYrC6WV7qjCepIh +jApwJ5hq87fro+MfpQ5CCuUgCWskA/CQgJ4NyhBrVB5ErJIZ/wX6eaG+LdmSaP30 +9MY7X+58/o8rSmXpwhIOf+psqx2aOmY1YSq59+qTlRO4vgCNZ3uGOmYtuThD104K +HWe8n3NLrKljhsMdovyItcfOz+GivQ== +=BGam +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.0.0.tar.gz b/files/hsd-2.0.0.tar.gz new file mode 100644 index 0000000..8bb8154 Binary files /dev/null and b/files/hsd-2.0.0.tar.gz differ diff --git a/files/hsd-2.0.0.tar.gz.asc b/files/hsd-2.0.0.tar.gz.asc new file mode 100644 index 0000000..2914035 --- /dev/null +++ b/files/hsd-2.0.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl42g04ACgkQiWKrneZm +a720QggAm5lXAjLgFVxlLWxGApjX2NJJ/sbMjgchm+eNjMSwc2W9p05k9bRL+Nbe +nSJDQ4xUEhCE0BR0PVYz5+WqxUZTZZGb1LOs11XLP0LdG17g1qt6SsvlQkwoHGZ0 +cjkmIe0o/g34Vi3lBrG7tHoV51yqOP3hJozM65yc4/kVe7qMhRcHDf4KsIttEzMf +ZOT3qJZqD6/LjAMOK+egrWnVwtREPYjWt1sV0SM2KNL11ItvqAt4BxLJH2unxRnL +pXty/0ooN9mqFjgljj1Ke8si0a+XhYqd6jp53QechKzd1nYsR2ZUA8Cb/ul4D7Vu +ZejIzaCFe+UlPIiDsJMeIvMuBltoxA== +=JiMw +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.0.1.tar.gz b/files/hsd-2.0.1.tar.gz new file mode 100644 index 0000000..94947b1 Binary files /dev/null and b/files/hsd-2.0.1.tar.gz differ diff --git a/files/hsd-2.0.1.tar.gz.asc b/files/hsd-2.0.1.tar.gz.asc new file mode 100644 index 0000000..ff7a907 --- /dev/null +++ b/files/hsd-2.0.1.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl440NsACgkQiWKrneZm +a700aAf+OI0PmVWkSL0eVnImJt4wlBXsJbWiG/N2lAo8v78IL6a/RczLTcmOAxT3 +gqhnqCLqKcY79jPhOmJcQeLLTLfWHEArnXONj2hYKDTGUXd8J4NnDqR28bhYugbX +IqxljetmPCc/x8OFzBanQtJJ+JI5Qdz8t4yvRm1UboD/o0KBRjfi9TOumkfw9hg/ +R0KBlk1glV+9wl0QH3cOBTyPtWDPsOBVh0WU9oo8JfL2Q5VA6U/zT0U0tY/GkPRK +BUEh/YJLR7A0HGN1AfhAxAuxM0ABjEZher3as3Pw31oDWA8WDmFn2Yjc1Le+72k/ ++98D839YSs58FCfyVbFxWTkIX/N6pQ== +=Skgb +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.0.2.tar.gz b/files/hsd-2.0.2.tar.gz new file mode 100644 index 0000000..dd8f43a Binary files /dev/null and b/files/hsd-2.0.2.tar.gz differ diff --git a/files/hsd-2.0.2.tar.gz.asc b/files/hsd-2.0.2.tar.gz.asc new file mode 100644 index 0000000..2c71a6e --- /dev/null +++ b/files/hsd-2.0.2.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5Gj+MACgkQiWKrneZm +a73dBQf9GSFd8Og+6HrAVrZwPBL0qsfmvDBdNhDAiQygast+/FhOcmIXnrm8kWUT +8GT+GyVS27+nqDwggdZZRYh21eHDS8jS3rEYidfWyWPx2iQMyUhyIVKsDCQEhZuS +tRENq+fZh2lRTYGrgkuBeixvg/qOxR17NoFFipJ4DnL0LFzALZowvI6Emten5Nzs +S7k38fbTyTLDjOqDDfh18jxhKHKa60aC3QSeCXK6uZSn31auT73NhQeyypkZwpr3 +YExRBzbDKzHsHYGOSwnY8mhEBqK1etC2IkqA0SCVXznzsjvin2BfA0YP1b7/yGXr +l0DLWsNn+9jzd19VItgnVkfUagMcwg== +=u/ZX +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.0.3.tar.gz b/files/hsd-2.0.3.tar.gz new file mode 100644 index 0000000..dc0d5dd Binary files /dev/null and b/files/hsd-2.0.3.tar.gz differ diff --git a/files/hsd-2.0.3.tar.gz.asc b/files/hsd-2.0.3.tar.gz.asc new file mode 100644 index 0000000..0d6c5ed --- /dev/null +++ b/files/hsd-2.0.3.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5dIgsACgkQiWKrneZm +a72Zpgf+LaDvoWoMVKbhLPmoXvgPRIJSjm+G1NZQUQPIF1dZrXhvb3cKKWQV+9ms +M++zBVrC8a7WSfAD3Kz1m6QLkv5LF790rzLb4C8EPUP64MblwWhC/36jkk4ZwFfy +lEYDJ12cFQNGvXGb0kF933E3ahporCd22hvIXrCrOokbTA+m3SKy7py642fuwYZO +osKZr0HCr4HOuuG4MblivYsP8ZxbRCC/ip6Pf9B8Zwr9sJMBunbC7u+SPWn+l4/6 +Rlp67JqKtUrtYLnu6IaQFaWMMp2SK3ajyYWUyqC3tC5gFtp2ddNGXej6zyV0JVoD +vBdp00MhrL+zbYbiYrmwUaMmvhIdqQ== +=i5v/ +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.1.0.tar.gz b/files/hsd-2.1.0.tar.gz new file mode 100644 index 0000000..9d2b265 Binary files /dev/null and b/files/hsd-2.1.0.tar.gz differ diff --git a/files/hsd-2.1.0.tar.gz.asc b/files/hsd-2.1.0.tar.gz.asc new file mode 100644 index 0000000..8e6a75f --- /dev/null +++ b/files/hsd-2.1.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5fAU8ACgkQiWKrneZm +a70YFwf9GCckQk/Mxoo603anxnxNkp9hs6GisdB0uHSsO1xnxezgzbyVt3aHGFzk +DlPkchC4KWbesAd9BZB5xtv+YYsh7O4ZfV2chE+DFOwV4LSnytgJylX2r+9gSM1U +tbsrQg8qGwPMx/7PJur9cj5gLmyQbrgJmgPhV9+zgRkbouKCkiDRoMkjVO3NBU1I +cUNRC7hXHxrhIYMY9s3o+lNhRQHWKUhGkUm716N77+foHlKaEvOGaaI3ZG3MMS5h +jcxi0YpIgTcFfuXPFTCyvB+nIH/xPUE4d0bq98EG+ZkvAr5Ruqq0OCUam4ku6z55 +Dlme0mD5MNrk/ap4EpyGDJ7LVSCuAQ== +=kqxe +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.1.1.tar.gz b/files/hsd-2.1.1.tar.gz new file mode 100644 index 0000000..fce8dc8 Binary files /dev/null and b/files/hsd-2.1.1.tar.gz differ diff --git a/files/hsd-2.1.1.tar.gz.asc b/files/hsd-2.1.1.tar.gz.asc new file mode 100644 index 0000000..7cbd8d0 --- /dev/null +++ b/files/hsd-2.1.1.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5fCzUACgkQiWKrneZm +a71hbQf8DfqnQLv2E36uzv0JbWfhw3C2O8APinns/Jazv0H6FDwsApmU+N1Ngs2G +5qyZwfZBAnPNzImWyMQ/r+00pwJh3j0Gn6MPzpbdZdZAGtx0xe5bAyLuQ2dvP8fl +GuCnYroeaTEOEPfsWJdB4qXc8qIOVRbcjVHgmyqeTVSf08LrSC168L9C9vQuj04a +UQ+qegDwIzjBg2h/OiOFKj1UaqyJ4NiXmqt47pZBMzgk76z7Etg8n+j4hbMIRUob +WBVsAGSSjLY8IQFvDVnUnXtIdD56qtH1L+iLpoOHSwQyw9yo2q2bU73HqycH7fza +ijf6t7teuLf7Sr7Eh8VquIxBNa2okw== +=wUWe +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.1.2.tar.gz b/files/hsd-2.1.2.tar.gz new file mode 100644 index 0000000..72e602a Binary files /dev/null and b/files/hsd-2.1.2.tar.gz differ diff --git a/files/hsd-2.1.2.tar.gz.asc b/files/hsd-2.1.2.tar.gz.asc new file mode 100644 index 0000000..5cb4fac --- /dev/null +++ b/files/hsd-2.1.2.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl5hSFMACgkQiWKrneZm +a70yRAf/aySUzhDJ/UxIOwysknXh8gpUVRUR0f9WpQXOmtbjUwtvvE7d1GJL9NLI +ItblePklVMwkt4j1FWOL38x2FYNevDdxjK4rI6YhF4ebIrVDBEwobi8czOz76+NN +s5Q1KZncABpcBMJZUL2sGVk1yPMhg0eTHO4RI4BSuxW3yzFdlKNv+L00OpoNGbit +y3z4/EunviIgRIChbytQOATDcB4D7zrDG7nEU/C/wH8tSpGO5+lLJYVxraTnDDF5 +W95fwsUwMv5E/kkpGp98OGTZoJX1KePv/yYIg0W8XxJMWPGYJTFYB9ZrosEiunbT +j3KMFQj6e2Tj7MvXKLfbvwLskw84rw== +=xDqs +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.1.3.tar.gz b/files/hsd-2.1.3.tar.gz new file mode 100644 index 0000000..0413d25 Binary files /dev/null and b/files/hsd-2.1.3.tar.gz differ diff --git a/files/hsd-2.1.3.tar.gz.asc b/files/hsd-2.1.3.tar.gz.asc new file mode 100644 index 0000000..b2e5de3 --- /dev/null +++ b/files/hsd-2.1.3.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl50EK8ACgkQiWKrneZm +a72AbAf/R6qdlxUnOMURvCUn9BZvMKujwBHOxyWFMpjG8UMTdC3CK2hQbCB9ksns +H09JNfy6ujds+NHxNSep3z9p0Bktk6RSr8s350sLftZ4O0a0AeQca4mUP9itb169 +d+yJQtAkNapIt7ZpuSkLF/BHdcd37fKq82DLzz8haezreapwVzisLiPY4ptnuxGx +8C8bXh+DTThNdJiRpJ2GGOtxpfFtbjfI9M0KBBh/yy37ZRujN1Hefz/PMuHJyZ0n +/NmWO7ygpKeTDNcjuc24bJm8hlhjJtrJAtgLcCCs5pEV112xqYdpcWk+j1Rj5yxJ +69DzKJDzwwDMNKgj4va31LQP3TeDmQ== +=ORRl +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.1.5.tar.gz b/files/hsd-2.1.5.tar.gz new file mode 100644 index 0000000..26ae8c4 Binary files /dev/null and b/files/hsd-2.1.5.tar.gz differ diff --git a/files/hsd-2.1.5.tar.gz.asc b/files/hsd-2.1.5.tar.gz.asc new file mode 100644 index 0000000..2c166ad --- /dev/null +++ b/files/hsd-2.1.5.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl6DPN4ACgkQiWKrneZm +a70owQf8DEFsYbiLktDjmZFVa3ANszM8Nal96pg+Rkn1b5u1AepndOO6iC4A3C+V +mswGpCAAaajkBphmNVG7z3hEuhhVg4OUudV7wGrjhtBvmr4SpTa+MFD6hMKgoYr4 +FxzF+UBZlH4Lv8nXzuLEiYqCl8F9sWZLXQHcufgV2zULs0qnCxENq0uts2IKu0SE +Gt36DhVMg/yElOG6+aIQL/1cCbHLbLwKpZ+Ln0ElfWDO9z3bhnTqLY2jfMhvggDJ +FHOBcFtr78qTqBVm9VOPInbLwKqJCSiLGQXO/GzVpBYLZQwCIndN2BrfHcWD8boj +Fh705u6mecxxpnoIKcYi2V+ib0MDvw== +=0lgm +-----END PGP SIGNATURE----- diff --git a/files/hsd-2.2.0.tar.gz b/files/hsd-2.2.0.tar.gz new file mode 100644 index 0000000..e025ae9 Binary files /dev/null and b/files/hsd-2.2.0.tar.gz differ diff --git a/files/hsd-2.2.0.tar.gz.asc b/files/hsd-2.2.0.tar.gz.asc new file mode 100644 index 0000000..6428a52 --- /dev/null +++ b/files/hsd-2.2.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEtLH2LbrAhOMz86BKiWKrneZma70FAl86kxgACgkQiWKrneZm +a70H7QgAq4mYjS0UcBkQjTmBkv8vyRmBI1fDmAuVavkz3f7x2nOXOMV6HZ1TqyLe +YDubjcWVkN1dytTDyTU2KwkgHTGNz9nsUT2OzHrmSqcxrgI9rAFmbo/hLq7X5giB +MSmNzfQTqSdXJaX01/mUuI5hFAMSpMIr486tBpZTkXOkXxEiGQeqI2JjHZnWLYAf +94WOVTdziWg4i1iFeXHgoi47LnTFxsY1FTNKauBjq3HJkJvbPKA7z+H+pjvj5bYx +228mCLC4gY3dt2tezui6GGXaiiLF6e29D0Mlo+dic4v28XR7ePwN4d7HAiHX4pJ9 +FfqUL+/jTbB3GdRqtVNwKy45/KyJvQ== +=0VtU +-----END PGP SIGNATURE----- diff --git a/fonts/Bold/OpenSans-Bold.eot b/fonts/Bold/OpenSans-Bold.eot new file mode 100644 index 0000000..016123b Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.eot differ diff --git a/fonts/Bold/OpenSans-Bold.eot? b/fonts/Bold/OpenSans-Bold.eot? new file mode 100644 index 0000000..016123b Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.eot? differ diff --git a/fonts/Bold/OpenSans-Bold.eot?v=1.1.0 b/fonts/Bold/OpenSans-Bold.eot?v=1.1.0 new file mode 100644 index 0000000..016123b Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.eot?v=1.1.0 differ diff --git a/fonts/Bold/OpenSans-Bold.svg b/fonts/Bold/OpenSans-Bold.svg new file mode 100644 index 0000000..81c8a27 --- /dev/null +++ b/fonts/Bold/OpenSans-Bold.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Bold/OpenSans-Bold.svg?v=1.1.0 b/fonts/Bold/OpenSans-Bold.svg?v=1.1.0 new file mode 100644 index 0000000..81c8a27 --- /dev/null +++ b/fonts/Bold/OpenSans-Bold.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Bold/OpenSans-Bold.ttf b/fonts/Bold/OpenSans-Bold.ttf new file mode 100644 index 0000000..cf53e6e Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.ttf differ diff --git a/fonts/Bold/OpenSans-Bold.ttf?v=1.1.0 b/fonts/Bold/OpenSans-Bold.ttf?v=1.1.0 new file mode 100644 index 0000000..cf53e6e Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.ttf?v=1.1.0 differ diff --git a/fonts/Bold/OpenSans-Bold.woff b/fonts/Bold/OpenSans-Bold.woff new file mode 100644 index 0000000..c668e45 Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.woff differ diff --git a/fonts/Bold/OpenSans-Bold.woff2 b/fonts/Bold/OpenSans-Bold.woff2 new file mode 100644 index 0000000..c80b2d2 Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.woff2 differ diff --git a/fonts/Bold/OpenSans-Bold.woff2?v=1.1.0 b/fonts/Bold/OpenSans-Bold.woff2?v=1.1.0 new file mode 100644 index 0000000..c80b2d2 Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.woff2?v=1.1.0 differ diff --git a/fonts/Bold/OpenSans-Bold.woff?v=1.1.0 b/fonts/Bold/OpenSans-Bold.woff?v=1.1.0 new file mode 100644 index 0000000..c668e45 Binary files /dev/null and b/fonts/Bold/OpenSans-Bold.woff?v=1.1.0 differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.eot b/fonts/BoldItalic/OpenSans-BoldItalic.eot new file mode 100644 index 0000000..7d45290 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.eot differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.eot? b/fonts/BoldItalic/OpenSans-BoldItalic.eot? new file mode 100644 index 0000000..7d45290 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.eot? differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0 b/fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0 new file mode 100644 index 0000000..7d45290 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0 differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.svg b/fonts/BoldItalic/OpenSans-BoldItalic.svg new file mode 100644 index 0000000..d06de54 --- /dev/null +++ b/fonts/BoldItalic/OpenSans-BoldItalic.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0 b/fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0 new file mode 100644 index 0000000..d06de54 --- /dev/null +++ b/fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.ttf b/fonts/BoldItalic/OpenSans-BoldItalic.ttf new file mode 100644 index 0000000..11d107b Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.ttf differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0 b/fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0 new file mode 100644 index 0000000..11d107b Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0 differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.woff b/fonts/BoldItalic/OpenSans-BoldItalic.woff new file mode 100644 index 0000000..ced8f69 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.woff differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.woff2 b/fonts/BoldItalic/OpenSans-BoldItalic.woff2 new file mode 100644 index 0000000..60d8de4 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.woff2 differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0 b/fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0 new file mode 100644 index 0000000..60d8de4 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0 differ diff --git a/fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0 b/fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0 new file mode 100644 index 0000000..ced8f69 Binary files /dev/null and b/fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0 differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.eot b/fonts/ExtraBold/OpenSans-ExtraBold.eot new file mode 100644 index 0000000..27ff0d5 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.eot differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.eot? b/fonts/ExtraBold/OpenSans-ExtraBold.eot? new file mode 100644 index 0000000..27ff0d5 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.eot? differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0 b/fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0 new file mode 100644 index 0000000..27ff0d5 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0 differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.svg b/fonts/ExtraBold/OpenSans-ExtraBold.svg new file mode 100644 index 0000000..994fbfe --- /dev/null +++ b/fonts/ExtraBold/OpenSans-ExtraBold.svg @@ -0,0 +1,21059 @@ + + + + +Created by FontForge 20141024 at Tue Dec 16 15:33:01 2014 + By System Administrator +Digitized data copyright (c) 2011, Google Corporation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0 b/fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0 new file mode 100644 index 0000000..994fbfe --- /dev/null +++ b/fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0 @@ -0,0 +1,21059 @@ + + + + +Created by FontForge 20141024 at Tue Dec 16 15:33:01 2014 + By System Administrator +Digitized data copyright (c) 2011, Google Corporation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.ttf b/fonts/ExtraBold/OpenSans-ExtraBold.ttf new file mode 100644 index 0000000..f9d5419 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.ttf differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0 b/fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0 new file mode 100644 index 0000000..f9d5419 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0 differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.woff b/fonts/ExtraBold/OpenSans-ExtraBold.woff new file mode 100644 index 0000000..412a01b Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.woff differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.woff2 b/fonts/ExtraBold/OpenSans-ExtraBold.woff2 new file mode 100644 index 0000000..bbaa1d4 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.woff2 differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0 b/fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0 new file mode 100644 index 0000000..bbaa1d4 Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0 differ diff --git a/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0 b/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0 new file mode 100644 index 0000000..412a01b Binary files /dev/null and b/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0 differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot new file mode 100644 index 0000000..c848bb3 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot? b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot? new file mode 100644 index 0000000..c848bb3 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot? differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0 b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0 new file mode 100644 index 0000000..c848bb3 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0 differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg new file mode 100644 index 0000000..2152de9 --- /dev/null +++ b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0 b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0 new file mode 100644 index 0000000..2152de9 --- /dev/null +++ b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf new file mode 100644 index 0000000..ea17929 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0 b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0 new file mode 100644 index 0000000..ea17929 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0 differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff new file mode 100644 index 0000000..6056847 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2 b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2 new file mode 100644 index 0000000..eff8367 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2 differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0 b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0 new file mode 100644 index 0000000..eff8367 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0 differ diff --git a/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0 b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0 new file mode 100644 index 0000000..6056847 Binary files /dev/null and b/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0 differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-Bold.ttf b/fonts/IBMPlexMono/IBMPlexMono-Bold.ttf new file mode 100644 index 0000000..befdbdc Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-Bold.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-BoldItalic.ttf b/fonts/IBMPlexMono/IBMPlexMono-BoldItalic.ttf new file mode 100644 index 0000000..a70576b Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-BoldItalic.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-ExtraLight.ttf b/fonts/IBMPlexMono/IBMPlexMono-ExtraLight.ttf new file mode 100644 index 0000000..e14a246 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-ExtraLight.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-ExtraLightItalic.ttf b/fonts/IBMPlexMono/IBMPlexMono-ExtraLightItalic.ttf new file mode 100644 index 0000000..4cc6f6f Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-ExtraLightItalic.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-Italic.ttf b/fonts/IBMPlexMono/IBMPlexMono-Italic.ttf new file mode 100644 index 0000000..25cc39b Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-Italic.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-Light.ttf b/fonts/IBMPlexMono/IBMPlexMono-Light.ttf new file mode 100644 index 0000000..7714271 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-Light.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-LightItalic.ttf b/fonts/IBMPlexMono/IBMPlexMono-LightItalic.ttf new file mode 100644 index 0000000..a734d6f Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-LightItalic.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-Medium.ttf b/fonts/IBMPlexMono/IBMPlexMono-Medium.ttf new file mode 100644 index 0000000..cd02e15 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-Medium.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-MediumItalic.ttf b/fonts/IBMPlexMono/IBMPlexMono-MediumItalic.ttf new file mode 100644 index 0000000..593eb16 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-MediumItalic.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf b/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf new file mode 100644 index 0000000..f99c8e9 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-SemiBold.ttf b/fonts/IBMPlexMono/IBMPlexMono-SemiBold.ttf new file mode 100644 index 0000000..e485804 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-SemiBold.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-SemiBoldItalic.ttf b/fonts/IBMPlexMono/IBMPlexMono-SemiBoldItalic.ttf new file mode 100644 index 0000000..1914629 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-SemiBoldItalic.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-Thin.ttf b/fonts/IBMPlexMono/IBMPlexMono-Thin.ttf new file mode 100644 index 0000000..3d5cc2a Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-Thin.ttf differ diff --git a/fonts/IBMPlexMono/IBMPlexMono-ThinItalic.ttf b/fonts/IBMPlexMono/IBMPlexMono-ThinItalic.ttf new file mode 100644 index 0000000..fdb3882 Binary files /dev/null and b/fonts/IBMPlexMono/IBMPlexMono-ThinItalic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf b/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf new file mode 100644 index 0000000..28cd4a2 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf b/fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf new file mode 100644 index 0000000..147dd86 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf b/fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf new file mode 100644 index 0000000..fc8f4d3 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf b/fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf new file mode 100644 index 0000000..705035c Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-Italic.ttf b/fonts/IBMPlexSans/IBMPlexSans-Italic.ttf new file mode 100644 index 0000000..044173e Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-Italic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-Light.ttf b/fonts/IBMPlexSans/IBMPlexSans-Light.ttf new file mode 100644 index 0000000..761e3b7 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-Light.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf b/fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf new file mode 100644 index 0000000..bc3b594 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-Medium.ttf b/fonts/IBMPlexSans/IBMPlexSans-Medium.ttf new file mode 100644 index 0000000..e7b9e78 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-Medium.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf b/fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf new file mode 100644 index 0000000..894f39e Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf b/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf new file mode 100644 index 0000000..b43625f Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf b/fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf new file mode 100644 index 0000000..c12eded Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf b/fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf new file mode 100644 index 0000000..1195d71 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-Thin.ttf b/fonts/IBMPlexSans/IBMPlexSans-Thin.ttf new file mode 100644 index 0000000..1dcfac7 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-Thin.ttf differ diff --git a/fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf b/fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf new file mode 100644 index 0000000..6c84ed2 Binary files /dev/null and b/fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf differ diff --git a/fonts/Italic/OpenSans-Italic.eot? b/fonts/Italic/OpenSans-Italic.eot? new file mode 100644 index 0000000..55af8e7 Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.eot? differ diff --git a/fonts/Italic/OpenSans-Italic.eot?v=1.1.0 b/fonts/Italic/OpenSans-Italic.eot?v=1.1.0 new file mode 100644 index 0000000..55af8e7 Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.eot?v=1.1.0 differ diff --git a/fonts/Italic/OpenSans-Italic.svg b/fonts/Italic/OpenSans-Italic.svg new file mode 100644 index 0000000..7561e87 --- /dev/null +++ b/fonts/Italic/OpenSans-Italic.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Italic/OpenSans-Italic.svg?v=1.1.0 b/fonts/Italic/OpenSans-Italic.svg?v=1.1.0 new file mode 100644 index 0000000..7561e87 --- /dev/null +++ b/fonts/Italic/OpenSans-Italic.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Italic/OpenSans-Italic.ttf b/fonts/Italic/OpenSans-Italic.ttf new file mode 100644 index 0000000..a309327 Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.ttf differ diff --git a/fonts/Italic/OpenSans-Italic.ttf?v=1.1.0 b/fonts/Italic/OpenSans-Italic.ttf?v=1.1.0 new file mode 100644 index 0000000..a309327 Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.ttf?v=1.1.0 differ diff --git a/fonts/Italic/OpenSans-Italic.woff b/fonts/Italic/OpenSans-Italic.woff new file mode 100644 index 0000000..1ed8ab9 Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.woff differ diff --git a/fonts/Italic/OpenSans-Italic.woff2 b/fonts/Italic/OpenSans-Italic.woff2 new file mode 100644 index 0000000..440b74c Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.woff2 differ diff --git a/fonts/Italic/OpenSans-Italic.woff2?v=1.1.0 b/fonts/Italic/OpenSans-Italic.woff2?v=1.1.0 new file mode 100644 index 0000000..440b74c Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.woff2?v=1.1.0 differ diff --git a/fonts/Italic/OpenSans-Italic.woff?v=1.1.0 b/fonts/Italic/OpenSans-Italic.woff?v=1.1.0 new file mode 100644 index 0000000..1ed8ab9 Binary files /dev/null and b/fonts/Italic/OpenSans-Italic.woff?v=1.1.0 differ diff --git a/fonts/Light/OpenSans-Light.eot b/fonts/Light/OpenSans-Light.eot new file mode 100644 index 0000000..03f1430 Binary files /dev/null and b/fonts/Light/OpenSans-Light.eot differ diff --git a/fonts/Light/OpenSans-Light.eot? b/fonts/Light/OpenSans-Light.eot? new file mode 100644 index 0000000..03f1430 Binary files /dev/null and b/fonts/Light/OpenSans-Light.eot? differ diff --git a/fonts/Light/OpenSans-Light.eot?v=1.1.0 b/fonts/Light/OpenSans-Light.eot?v=1.1.0 new file mode 100644 index 0000000..03f1430 Binary files /dev/null and b/fonts/Light/OpenSans-Light.eot?v=1.1.0 differ diff --git a/fonts/Light/OpenSans-Light.svg b/fonts/Light/OpenSans-Light.svg new file mode 100644 index 0000000..c3bd159 --- /dev/null +++ b/fonts/Light/OpenSans-Light.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Light/OpenSans-Light.svg?v=1.1.0 b/fonts/Light/OpenSans-Light.svg?v=1.1.0 new file mode 100644 index 0000000..c3bd159 --- /dev/null +++ b/fonts/Light/OpenSans-Light.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Light/OpenSans-Light.ttf b/fonts/Light/OpenSans-Light.ttf new file mode 100644 index 0000000..dddcc62 Binary files /dev/null and b/fonts/Light/OpenSans-Light.ttf differ diff --git a/fonts/Light/OpenSans-Light.ttf?v=1.1.0 b/fonts/Light/OpenSans-Light.ttf?v=1.1.0 new file mode 100644 index 0000000..dddcc62 Binary files /dev/null and b/fonts/Light/OpenSans-Light.ttf?v=1.1.0 differ diff --git a/fonts/Light/OpenSans-Light.woff b/fonts/Light/OpenSans-Light.woff new file mode 100644 index 0000000..937323d Binary files /dev/null and b/fonts/Light/OpenSans-Light.woff differ diff --git a/fonts/Light/OpenSans-Light.woff2 b/fonts/Light/OpenSans-Light.woff2 new file mode 100644 index 0000000..d0b43e0 Binary files /dev/null and b/fonts/Light/OpenSans-Light.woff2 differ diff --git a/fonts/Light/OpenSans-Light.woff2?v=1.1.0 b/fonts/Light/OpenSans-Light.woff2?v=1.1.0 new file mode 100644 index 0000000..d0b43e0 Binary files /dev/null and b/fonts/Light/OpenSans-Light.woff2?v=1.1.0 differ diff --git a/fonts/Light/OpenSans-Light.woff?v=1.1.0 b/fonts/Light/OpenSans-Light.woff?v=1.1.0 new file mode 100644 index 0000000..937323d Binary files /dev/null and b/fonts/Light/OpenSans-Light.woff?v=1.1.0 differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.eot b/fonts/LightItalic/OpenSans-LightItalic.eot new file mode 100644 index 0000000..3861cd6 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.eot differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.eot? b/fonts/LightItalic/OpenSans-LightItalic.eot? new file mode 100644 index 0000000..3861cd6 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.eot? differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0 b/fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0 new file mode 100644 index 0000000..3861cd6 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0 differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.svg b/fonts/LightItalic/OpenSans-LightItalic.svg new file mode 100644 index 0000000..e5694a1 --- /dev/null +++ b/fonts/LightItalic/OpenSans-LightItalic.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0 b/fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0 new file mode 100644 index 0000000..e5694a1 --- /dev/null +++ b/fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/LightItalic/OpenSans-LightItalic.ttf b/fonts/LightItalic/OpenSans-LightItalic.ttf new file mode 100644 index 0000000..9338bd9 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.ttf differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0 b/fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0 new file mode 100644 index 0000000..9338bd9 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0 differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.woff b/fonts/LightItalic/OpenSans-LightItalic.woff new file mode 100644 index 0000000..bc83d1d Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.woff differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.woff2 b/fonts/LightItalic/OpenSans-LightItalic.woff2 new file mode 100644 index 0000000..21a92a7 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.woff2 differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0 b/fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0 new file mode 100644 index 0000000..21a92a7 Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0 differ diff --git a/fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0 b/fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0 new file mode 100644 index 0000000..bc83d1d Binary files /dev/null and b/fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0 differ diff --git a/fonts/Regular/OpenSans-Regular.eot b/fonts/Regular/OpenSans-Regular.eot new file mode 100644 index 0000000..7ac1753 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.eot differ diff --git a/fonts/Regular/OpenSans-Regular.eot? b/fonts/Regular/OpenSans-Regular.eot? new file mode 100644 index 0000000..7ac1753 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.eot? differ diff --git a/fonts/Regular/OpenSans-Regular.eot?v=1.1.0 b/fonts/Regular/OpenSans-Regular.eot?v=1.1.0 new file mode 100644 index 0000000..7ac1753 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.eot?v=1.1.0 differ diff --git a/fonts/Regular/OpenSans-Regular.svg b/fonts/Regular/OpenSans-Regular.svg new file mode 100644 index 0000000..b34ed42 --- /dev/null +++ b/fonts/Regular/OpenSans-Regular.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Regular/OpenSans-Regular.svg?v=1.1.0 b/fonts/Regular/OpenSans-Regular.svg?v=1.1.0 new file mode 100644 index 0000000..b34ed42 --- /dev/null +++ b/fonts/Regular/OpenSans-Regular.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/Regular/OpenSans-Regular.ttf b/fonts/Regular/OpenSans-Regular.ttf new file mode 100644 index 0000000..a135120 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.ttf differ diff --git a/fonts/Regular/OpenSans-Regular.ttf?v=1.1.0 b/fonts/Regular/OpenSans-Regular.ttf?v=1.1.0 new file mode 100644 index 0000000..a135120 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.ttf?v=1.1.0 differ diff --git a/fonts/Regular/OpenSans-Regular.woff b/fonts/Regular/OpenSans-Regular.woff new file mode 100644 index 0000000..bd0f824 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.woff differ diff --git a/fonts/Regular/OpenSans-Regular.woff2 b/fonts/Regular/OpenSans-Regular.woff2 new file mode 100644 index 0000000..f778f9c Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.woff2 differ diff --git a/fonts/Regular/OpenSans-Regular.woff2?v=1.1.0 b/fonts/Regular/OpenSans-Regular.woff2?v=1.1.0 new file mode 100644 index 0000000..f778f9c Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.woff2?v=1.1.0 differ diff --git a/fonts/Regular/OpenSans-Regular.woff?v=1.1.0 b/fonts/Regular/OpenSans-Regular.woff?v=1.1.0 new file mode 100644 index 0000000..bd0f824 Binary files /dev/null and b/fonts/Regular/OpenSans-Regular.woff?v=1.1.0 differ diff --git a/fonts/Semibold/OpenSans-Semibold.eot b/fonts/Semibold/OpenSans-Semibold.eot new file mode 100644 index 0000000..f165063 Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.eot differ diff --git a/fonts/Semibold/OpenSans-Semibold.eot? b/fonts/Semibold/OpenSans-Semibold.eot? new file mode 100644 index 0000000..f165063 Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.eot? differ diff --git a/fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0 b/fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0 new file mode 100644 index 0000000..f165063 Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0 differ diff --git a/fonts/Semibold/OpenSans-Semibold.svg b/fonts/Semibold/OpenSans-Semibold.svg new file mode 100644 index 0000000..1119509 --- /dev/null +++ b/fonts/Semibold/OpenSans-Semibold.svg @@ -0,0 +1,21053 @@ + + + + +Created by FontForge 20141024 at Tue Dec 16 14:24:40 2014 + By System Administrator +Digitized data copyright (c) 2011, Google Corporation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0 b/fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0 new file mode 100644 index 0000000..1119509 --- /dev/null +++ b/fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0 @@ -0,0 +1,21053 @@ + + + + +Created by FontForge 20141024 at Tue Dec 16 14:24:40 2014 + By System Administrator +Digitized data copyright (c) 2011, Google Corporation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/Semibold/OpenSans-Semibold.ttf b/fonts/Semibold/OpenSans-Semibold.ttf new file mode 100644 index 0000000..1a7679e Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.ttf differ diff --git a/fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0 b/fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0 new file mode 100644 index 0000000..1a7679e Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0 differ diff --git a/fonts/Semibold/OpenSans-Semibold.woff b/fonts/Semibold/OpenSans-Semibold.woff new file mode 100644 index 0000000..8c0313f Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.woff differ diff --git a/fonts/Semibold/OpenSans-Semibold.woff2 b/fonts/Semibold/OpenSans-Semibold.woff2 new file mode 100644 index 0000000..852f710 Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.woff2 differ diff --git a/fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0 b/fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0 new file mode 100644 index 0000000..852f710 Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0 differ diff --git a/fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0 b/fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0 new file mode 100644 index 0000000..8c0313f Binary files /dev/null and b/fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0 differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot new file mode 100644 index 0000000..c13a4e3 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot? b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot? new file mode 100644 index 0000000..c13a4e3 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot? differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0 b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0 new file mode 100644 index 0000000..c13a4e3 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0 differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg new file mode 100644 index 0000000..df45137 --- /dev/null +++ b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0 b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0 new file mode 100644 index 0000000..df45137 --- /dev/null +++ b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0 @@ -0,0 +1,958 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Digitized data copyright 20102011 Google Corporation +Foundry : Ascender Corporation +Foundry URL : httpwwwascendercorpcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf new file mode 100644 index 0000000..ee10d63 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0 b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0 new file mode 100644 index 0000000..ee10d63 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0 differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff new file mode 100644 index 0000000..90351a2 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2 b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2 new file mode 100644 index 0000000..b0c2a26 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2 differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0 b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0 new file mode 100644 index 0000000..b0c2a26 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0 differ diff --git a/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0 b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0 new file mode 100644 index 0000000..90351a2 Binary files /dev/null and b/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0 differ diff --git a/fonts/nitti/nitti-light-v500.eot b/fonts/nitti/nitti-light-v500.eot new file mode 100644 index 0000000..a075c59 Binary files /dev/null and b/fonts/nitti/nitti-light-v500.eot differ diff --git a/fonts/nitti/nitti-light-v500.woff b/fonts/nitti/nitti-light-v500.woff new file mode 100644 index 0000000..2df4940 Binary files /dev/null and b/fonts/nitti/nitti-light-v500.woff differ diff --git a/fonts/nitti/nitti-medium-v500.eot b/fonts/nitti/nitti-medium-v500.eot new file mode 100644 index 0000000..765d5bc Binary files /dev/null and b/fonts/nitti/nitti-medium-v500.eot differ diff --git a/fonts/nitti/nitti-medium-v500.woff b/fonts/nitti/nitti-medium-v500.woff new file mode 100644 index 0000000..576a349 Binary files /dev/null and b/fonts/nitti/nitti-medium-v500.woff differ diff --git a/fonts/nitti/nitti-medium-v500.woff2 b/fonts/nitti/nitti-medium-v500.woff2 new file mode 100644 index 0000000..bd9d47b Binary files /dev/null and b/fonts/nitti/nitti-medium-v500.woff2 differ diff --git a/grant-sponsors/index.html b/grant-sponsors/index.html new file mode 100644 index 0000000..cf47e65 --- /dev/null +++ b/grant-sponsors/index.html @@ -0,0 +1,273 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ +
+

HANDSHAKE FREE AND OPEN SOURCE SOFTWARE COMMUNITY GRANT

+

All 10.2 MM net USD have already been distributed.

+

The Handshake project has received 10.2 Million US Dollars from Project Sponsors. The net proceeds have been distributed to Free and Open Source Software communities (projects, non-profits, hackerspaces).

+

Free and Open Source Software is an often overlooked but crucial part of the foundations of the Internet. The Handshake project would not be here today if it wasn't for the efforts of this community.

+

Many contributors to the Handshake community identify with and are long-term proponents of Free and Open Source Software. The development of Handshake has benefited not only as consumers of FOSS output but also from the mentorship, knowledge and guidance we have been able to access through the FOSS communities we have been involved with over the years.

+

The inclusion of the pledge recipients on this page does not constitute or imply any endorsement of Handshake on the part of recipients but simply reflects gratitude for the grant recipients' contributions to FOSS.

+ + +
+ +
+
+

SPONSORS

+

The Project Sponsors received a minority participation (7.5%) of HNS in the interest of aligning all stakeholders, including industry. All of the 10.2MM USD collected from Project Sponsors (Funds and Individuals) will be given to Free and Open Source Software projects.

+

The traditional model of for-profit companies releasing open source code and hiring open source developers has historically been the primary method of community funding. The Handshake model is an experiment in a self-sustaining alternative source of no-obligation FOSS community support. See the project notes for more information.

+
+ + +
+ +
+
+ + + + + + + + + + + + diff --git a/how-it-works/index.html b/how-it-works/index.html new file mode 100644 index 0000000..a3e6bfd --- /dev/null +++ b/how-it-works/index.html @@ -0,0 +1,195 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+
+

How it Works

+

The prior statements in this document is retracted. Please see the design notes (Section: "Further Distribution") for more information.

+ + +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/images/0_H.png b/images/0_H.png new file mode 100644 index 0000000..a07239a Binary files /dev/null and b/images/0_H.png differ diff --git a/images/1_verify.png b/images/1_verify.png new file mode 100644 index 0000000..76939ca Binary files /dev/null and b/images/1_verify.png differ diff --git a/images/airdrop/5_earth.svg b/images/airdrop/5_earth.svg new file mode 100644 index 0000000..8191576 --- /dev/null +++ b/images/airdrop/5_earth.svg @@ -0,0 +1,28 @@ + + + + world + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/airdrop/tlds.svg b/images/airdrop/tlds.svg new file mode 100644 index 0000000..89a902f --- /dev/null +++ b/images/airdrop/tlds.svg @@ -0,0 +1,51 @@ + + + + tlds + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/landing/blocks.svg b/images/landing/blocks.svg new file mode 100644 index 0000000..fd4bcd9 --- /dev/null +++ b/images/landing/blocks.svg @@ -0,0 +1,37 @@ + + + + Artboard + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/landing/double-pie.svg b/images/landing/double-pie.svg new file mode 100644 index 0000000..624d545 --- /dev/null +++ b/images/landing/double-pie.svg @@ -0,0 +1,28 @@ + + + + pie 2 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/landing/faucet.svg b/images/landing/faucet.svg new file mode 100644 index 0000000..38b4f9f --- /dev/null +++ b/images/landing/faucet.svg @@ -0,0 +1,26 @@ + + + + Faucet + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/images/landing/logo-dark.svg b/images/landing/logo-dark.svg new file mode 100644 index 0000000..e2837b1 --- /dev/null +++ b/images/landing/logo-dark.svg @@ -0,0 +1,13 @@ + + + + logo-dark + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/images/landing/logo-light.svg b/images/landing/logo-light.svg new file mode 100644 index 0000000..396eeb9 --- /dev/null +++ b/images/landing/logo-light.svg @@ -0,0 +1,13 @@ + + + + logo-white + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/images/landing/pie.svg b/images/landing/pie.svg new file mode 100644 index 0000000..1c2fbef --- /dev/null +++ b/images/landing/pie.svg @@ -0,0 +1,36 @@ + + + + pie 1 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/favicon/hns-favicon.ico b/img/favicon/hns-favicon.ico new file mode 100644 index 0000000..57169b6 Binary files /dev/null and b/img/favicon/hns-favicon.ico differ diff --git a/img/footer/down-caret.svg b/img/footer/down-caret.svg new file mode 100644 index 0000000..de92b9f --- /dev/null +++ b/img/footer/down-caret.svg @@ -0,0 +1,10 @@ + + + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/img/footer/github.svg b/img/footer/github.svg new file mode 100644 index 0000000..907bd38 --- /dev/null +++ b/img/footer/github.svg @@ -0,0 +1,12 @@ + + + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/img/footer/reddit.svg b/img/footer/reddit.svg new file mode 100644 index 0000000..979bb6c --- /dev/null +++ b/img/footer/reddit.svg @@ -0,0 +1,18 @@ + + + Created with Sketch. + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/footer/twitter.svg b/img/footer/twitter.svg new file mode 100644 index 0000000..98ace82 --- /dev/null +++ b/img/footer/twitter.svg @@ -0,0 +1,20 @@ + + + Created with Sketch. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/footer/up-caret.svg b/img/footer/up-caret.svg new file mode 100644 index 0000000..f08e432 --- /dev/null +++ b/img/footer/up-caret.svg @@ -0,0 +1,10 @@ + + + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/img/icons/user_icon_black.svg b/img/icons/user_icon_black.svg new file mode 100644 index 0000000..3d4a601 --- /dev/null +++ b/img/icons/user_icon_black.svg @@ -0,0 +1,11 @@ + + + + myaccount_icon + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/img/icons/user_icon_white.svg b/img/icons/user_icon_white.svg new file mode 100644 index 0000000..20d3166 --- /dev/null +++ b/img/icons/user_icon_white.svg @@ -0,0 +1,11 @@ + + + + myaccount_icon_white + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/img/white_checkmark.svg b/img/white_checkmark.svg new file mode 100644 index 0000000..b39d6fb --- /dev/null +++ b/img/white_checkmark.svg @@ -0,0 +1,10 @@ + + + + white check + Created with Sketch. + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..854cd33 --- /dev/null +++ b/index.html @@ -0,0 +1,271 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+

Decentralized naming and certificate authority

+

An experimental peer-to-peer root naming system.

+
+
+
+

+ Source Code: + Multiple implementations may exist. Initial code: GitHub, Download +

+
+
+

+ Claim HNS for FOSS developers: +
Claim here and register names. +

Please be careful when using other software to claim.

+

+
+
+

+ Technical Info: + Install, Design notes, Docs. +

+
+ +
+
+ +
+
+

ABOUT HANDSHAKE

+

Handshake is a decentralized, permissionless naming protocol where every peer is validating and in charge of managing the root DNS naming zone with the goal of creating an alternative to existing Certificate Authorities and naming systems. Names on the internet (top level domains, social networking handles, etc.) ultimately rely upon centralized actors with full control over a system which are relied upon to be honest, as they are vulnerable to hacking, censorship, and corruption. Handshake aims to experiment with new ways the internet can be more secure, resilient, and socially useful with a peer-to-peer system validated by the network's participants.

+

Handshake is an experiment which seeks to explore those new ways in which the necessary tools to build a more decentralized internet. Services on the internet have become more centralized beginning in the 1990s, but do not fulfill the original decentralized vision of the internet. Email became Gmail, usenet became reddit, blog replies became facebook and Medium, pingbacks became twitter, squid became Cloudflare, even gnutella became The Pirate Bay. Centralization exists because there is a need to manage spam, griefing, and sockpuppet/sybil attacks. Previous decentralized systems largely stopped working due to spam. If it were more costly to grief on the internet using decentralized systems, the need for trusted centralized corporations to manage these risks decrease. Internet services and platforms may benefit from building on top of a decentralized system which is specifically designed for resilience against sybil attacks.
As we may redecentralize.

+
+ +
+ Web of Network Nodes +
+
+ +
+

THE HANDSHAKE PROTOCOL

+ +

By running Handshake, one can participate in a decentralized open naming platform secured by a decentralized peer-to-peer network. +

Read the project design notes
+ Documentation here
+ Initial code on GitHub +

+ +
    +
  • A base layer for the decentralized internet. The internet is arranged in layers, to decentralize the internet, we need to start at the lowest layers of the stack. Secure naming ensures user agents are talking to the right endpoints.
  • +
  • The place for minimal global consensus. Decentralization is most successful if we have minimal areas to reach complete global agreement. Names and signing certificates may be one of the few (if only) places of global agreement for a decentralized web. Handshake is an experimental structure for reaching that agreement via software.
  • +
  • True decentralization, no official singular Foundation, Committee, Corporation, or entities in permanent unitary control of the protocol.
  • +
  • Economic incentives enable decentralized agreements to form via a transparent name auction process. Without some kind of economic cost function, one person could register all names. Economic incentives enable decentralized sybil resistance which would otherwise be centralized and corrupted. +
  • Alternative to certificate authorities, using a decentralized trust anchor to prove domain ownership
  • +
  • Distributed and permissionless zone file to which any participant has the right to add an entry or serve as host and validator
  • +
  • Light clients via merkelized proofs and proof-of-work allow for lightweight name resolutions and certificates. The initial protocol enables cryptographic name proofs, with the potential for decentralized proof lookups to be usually within the MTU limit.
  • +
  • A platform for sybil resilience. WoT can/should be used as an augmentation, but it is often not a global agreement of resources for individual decentralized services. By using Handshake names, one can know that some kind of economic limits exist for the use of the name. This can be leveraged whenever one is concerned about resource exhaustion, and reaching global agreement on moderation alone is too costly.
  • +
+
+ +
+
+

INTERNET NAME TRANSFERS USING COINS TO PREVENT SYBIL ATTACKS

+

Handshake is a piece of software (and a loose consensus on agreement of the software itself). This software's primary function is for people to come to agreement on names and cryptographic keys authorized to represent that names in a decentralized way. To do this in a decentralized way, we need to prevent a single party from claiming all the names. Therefore, a unit of account is needed to prevent that single party from claiming all names.

+

Handshake uses a coin system for name registration. The Handshake coin (HNS) is the mechanism by which participants transfer, register, and update internet names. The community will be able to initiate auctions and place bids for top-level domains using HNS or trade their HNS as they see fit, with differing value per name.

+

Therefore, Handshake allocates the majority of its initial coins towards the FOSS community with absolutely no obligation attached, as it is this community most relevant with decentralized software and tools. The goal of the initial design was to account for all possible stakeholders. More info.

+

Handshake's incentive design assumptions relies upon Metcalfe's Law (Beckstrom's Law, etc.). While Bitcoin's value is derived from it being a costly store of value, Handshake's value is derived from its network of users. Metcalfe's Law asserts that an increase in userbase increases the value of the network (sub)exponentially. This means that allocation of value to potential developers and users of this system be a benefit to everyone, with network effect derived benefiting all users.

+
+
+
+

Free and Open Source Developers

+
+

Majority ownership of HNS can be claimed by Free and Open Source Software contributors directly to the network itself on-chain. Read more here.

+
+
+

Top github users and PGP WoT Strong Set are the primary set (along with several other communities). This list is not a "toplist of FOSS developers and advocates" and inclusion does not imply that one is a top contributor, this was a list optimized towards availability of scrapeable unique public keys, as the keys are claimed in a decentralized way after the list was generated, and cannot be modified after Handshake goes live without a subsequent hard-fork allocation.

+
+

+
+
+
+ +
+
+ + + + + + + + + + + + diff --git a/js/faq.js b/js/faq.js new file mode 100644 index 0000000..9571d63 --- /dev/null +++ b/js/faq.js @@ -0,0 +1,72 @@ + +document.addEventListener('DOMContentLoaded', function(){ + const faq = document.getElementById('faq'); + const general = document.getElementById('general'); + const grants = document.getElementById('grants'); + const naming = document.getElementById('naming'); + const faucet = document.getElementById('faucet'); + const footer = document.getElementById('footer'); + + const gLink = document.getElementById('general-link'); + const grantsLink = document.getElementById('grants-link'); + const nLink = document.getElementById('naming-link'); + const fLink = document.getElementById('faucet-link'); + + const qLinks = document.getElementsByTagName('h3'); + Array.prototype.forEach.call(qLinks, function(item){ + item.nextElementSibling.classList.add('hide'); + item.addEventListener('click', function(e) { + if (item.children[0].classList.contains('hide')) { + item.children[0].classList.remove('hide'); + item.children[1].classList.add('hide'); + item.nextElementSibling.classList.add('hide'); + } else { + item.children[0].classList.add('hide') + item.children[1].classList.remove('hide') + item.nextElementSibling.classList.remove('hide'); + } + }); + }) + + const clearActive = function() { + fLink.classList.remove('active'); + nLink.classList.remove('active'); + grantsLink.classList.remove('active'); + gLink.classList.remove('active'); + } + + document.getElementById('navigation').addEventListener('click', function(e) { + if(e.target.tagName === "A") { + clearActive(); + e.target.classList.add('active'); + } + }) + + document.addEventListener('scroll', function(){ + const fixedLocation = faq.getBoundingClientRect().top; + const gLocation = general.getBoundingClientRect().top; + const grantsLocation = grants.getBoundingClientRect().top; + const nLocation = naming.getBoundingClientRect().top; + const fLocation = faucet.getBoundingClientRect().top; + const footerLocation = footer.getBoundingClientRect().top; + + if (fixedLocation <= 0) { + faq.classList.remove('absolute'); + faq.classList.add('fixed'); + } else { + faq.classList.remove('absolute'); + faq.classList.remove('fixed'); + } + + clearActive(); + if (fLocation <= 10){ + fLink.classList.add('active'); + } else if (nLocation <= 10){ + nLink.classList.add('active'); + } else if (grantsLocation <= 10){ + grantsLink.classList.add('active'); + } else { + gLink.classList.add('active'); + } + }) +}) diff --git a/js/flash_message.js b/js/flash_message.js new file mode 100644 index 0000000..1df3b11 --- /dev/null +++ b/js/flash_message.js @@ -0,0 +1,16 @@ +(function() { + const flashmessagecontainer = document.querySelector('.flashmessage-container') + const closeFlashMessage = document.querySelector('.close-flash-message') + + if (closeFlashMessage) { + closeFlashMessage.addEventListener('click', function(){ + flashmessagecontainer.style.display = 'none' + }) + } + + if (flashmessagecontainer) { + setTimeout(function(){ + flashmessagecontainer.style.display = 'none' + }, 8200) + } +}()) diff --git a/js/footer.js b/js/footer.js new file mode 100644 index 0000000..30f18da --- /dev/null +++ b/js/footer.js @@ -0,0 +1,62 @@ +document.addEventListener('DOMContentLoaded', function(){ + +const footer = document.getElementById('footer') +const footerHeader = document.getElementsByClassName('header') +const footerLinks = document.getElementsByClassName('links') +const footerCaretsUp = document.getElementsByClassName('footer-caret-up') +const footerCaretsDown = document.getElementsByClassName('footer-caret-down') +let lastFooterTarget = null + +// functions + +const setCaretOrientationToClosed = function(){ + for (index = 0; index < footerCaretsDown.length - 1; ++index) { + footerCaretsDown[index].classList.remove('hide') + footerCaretsUp[index].classList.add('hide') + } +} + +const open = function(target){ + + if (target === lastFooterTarget) { + target.children[1].classList.remove('hide') + target.lastElementChild.children[0].classList.add('hide') + } else if (lastFooterTarget !== null) { + lastFooterTarget.children[1].classList.remove('hide') + } + + const links = target.nextElementSibling + + if(links.classList.contains('open')) { + return links.classList.remove('open') + } + + Array.prototype.forEach.call(footerLinks, function(item){ + item.classList.remove('open') + }) + + setCaretOrientationToClosed() + links.classList.add('open') + target.children[1].classList.add('hide') + target.lastElementChild.children[0].classList.remove('hide') +} + +// event listeners + +if (footer) { + footer.addEventListener('click', function(e){ + + const target = e.target + + if (target.classList.contains('header')) { + open(target) + lastFooterTarget = target + } else if (target.parentElement.classList.contains('header')) { + open(target.parentElement) + lastFooterTarget = target.parentElement + } + + }) +} + +}) diff --git a/js/nav.js b/js/nav.js new file mode 100644 index 0000000..9e52325 --- /dev/null +++ b/js/nav.js @@ -0,0 +1,63 @@ + window.addEventListener('load', function(e){ + /* + * Nav Bar + */ + // Disable no-js fixes + const navBar = document.getElementById('navBar'); + if (navBar.classList) { + navBar.classList.remove('no-js') + } + + const sideNav = document.getElementById('burgernav'); + + if( sideNav ) { + const bars = document.getElementById('nav-toggle'); + const overlay = document.getElementById('overlay'); + + function toggleNav(e){ + sideNav.classList.toggle('dropped'); + document.body.classList.toggle('active-nav'); + } + + sideNav.addEventListener('click', function(e){ + // if a tag has a #id for the href + if( e.target.nodeName === 'A' && e.target.hash){ toggleNav(); } + }); + + + bars && bars.addEventListener('click', toggleNav); + overlay && overlay.addEventListener('click', toggleNav); + } + + /* + * Drop down + * + * Supports multiple dropdowns + */ + const dropdownMenus = document.getElementsByClassName('dropdown'); + + if( !dropdownMenus.length) { return } + + Array.prototype.forEach.call( dropdownMenus, function( item, index, arr ){ + // add event listeners to all dropdown elements + item.addEventListener( 'mouseover', showDropDown ); + item.addEventListener( 'mouseleave', hideDropDown ); + }); + + function showDropDown( e ){ + console.log("show") + const target = e.target; + const from = e.fromElement; + // if dropdown link then dont show dropdown + if( target.nodeName !== 'A' || + ( (from && from.classList) && from.classList.contains('dropdown-menu') ) ) { return } + + const dropdownMenu = target.nextElementSibling; + dropdownMenu && dropdownMenu.classList.remove('hide'); + } + + function hideDropDown( e ){ + const dropdownMenu = e.target.lastElementChild; + dropdownMenu.classList.add('hide'); + } + }); diff --git a/mascot/index.html b/mascot/index.html new file mode 100644 index 0000000..66c606b --- /dev/null +++ b/mascot/index.html @@ -0,0 +1,196 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+
+

Handshake Mascot

+
+
+
+ +
+
+

Any previously proposed mascot before the publication of this document (December 2019) has been retconned, dropped, and any use of the prior description or any proposed images is not any recommended or official mascot. Individual communities within Handshake may make their own unique mascot; there is no expectation of official mascots solely from the efforts of the promoter or third party.

+
+
+ +
+
+ + + + + + + + + + + + diff --git a/privacy-policy/index.html b/privacy-policy/index.html new file mode 100644 index 0000000..ba63ff7 --- /dev/null +++ b/privacy-policy/index.html @@ -0,0 +1,338 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+
+

Privacy Policy

+
+
+
+ +
+

We had to include this stuff. This document has to do with your computer talking to this website, not the Handshake network itself. When you talk to the Handshake network no single authority is in charge of it (not the authors of this website), and that your actions are public in a peer-to-peer network. Some of the items below were left over when there was a claim form for open source developers not on github or the PGP strong set.

+

Last Updated: 12/21/2019

+

HANDSHAKE.ORG’S PRIVACY POLICY (“Privacy Policy”)

+

+ Handshake Development Inc. (“Handshake,” “Us,” or “We”), recognizes that your privacy is important, and we want to be clear with you about our privacy policies. The present Privacy Policy describes how the Handshake.org website collects, uses and shares information collected from you through your use of Handshake’s websites (collectively referred to as the “Sites”) and the services offered through the Sites (the “Services”). +

+

HOW HANDSHAKE.ORG COLLECTS INFORMATION AND THE TYPES OF INFORMATION COLLECTED

+

+ Any time you use Handshake.org’s Sites or Services, information is generated. Some of this information is considered “Personal Information,” meaning information that either directly identifies you individually (like email or billing information) or could reasonably be used to identify you in combination with other data. Other information is considered “Anonymous Information,” meaning information that does not directly identify, and cannot reasonably be linked with other data to identify you individually. +

+

+ Handshake collects information from you in the following ways: +

+

+ + A. YOU PROVIDE THE INFORMATION TO US +
+ When you visit or use our Sites or use our Services, you may provide us with information about yourself, your business, or your website. For example, if and when you set up a new Handshake account, you will be prompted by us to provide us with certain personal information in association with the freenode nickname, PGP key, or github account you are attempting to verify. You also understand that some of that non-personal information you provide to us may be aggregated and anonymized with other users to present nomination and voting results. If your account is verified then you will be able to submit information relating to the nomination and voting on behalf of yourself. You consent to the publication of the non-personal information or anonymous information you provide us about your choices and you understand that it may be published online and available to the public in an aggregated and anonymized format. Personal information we request from you may include: +

+
    +
  • Email address
  • +
  • GitHub user name
  • +
  • PGP key (public)
  • +
  • freenode nickname
  • +
+

+ If your account is verified up to a certain point, you will be required to provide certain tax information as stated in a 1099-MISC or a W8-BEN form including: +

+
    +
  • First and last name
  • +
  • Social security number/Foreign tax identification number/Employer Identification number/or tax identification number
  • +
  • Address
  • +
  • Telephone number
  • +
+

+ + B. COLLECTED INFORMATION +
+ While visiting the Handshake Sites or if you are using our Services, we may collect publicly available information from you through the use of cookies, web server logs, and other mechanisms with your consent. For example, when you visit a Site, we collect device identifiers (e.g., device model, operating system, browser version, and other data that may be used to identify a device), IP addresses, device configurations, browser history, information about Site usage, and geographic location data with your consent. +

+

+ NOTE ON COOKIES AND SIMILAR TECHNOLOGY: Handshake uses cookies and web beacons to automatically collect information in connection with your use of the Sites and Services. +

+

+ “Cookies” are small files that are placed on an individual’s computer when you interact with the Sites or Services. Cookies are often used to enable you to more easily communicate and interact with the Sites and Services. “Web beacons” (also known as “single-pixel” or “clear” GIFs) include electronic images embedded in the Site or in communications sent through the Services which are invisible to users. Web beacons can collect information, such as identifiers, time and date of access, and descriptions of the pages or communications in which the web beacons are embedded. +

+

+ We may use cookies in communications sent through the Services for various purposes, including for example: +

+
    +
  • Saving user preferences;
  • +
  • Authentication;
  • +
  • Fraud prevention; and
  • +
  • Otherwise facilitating and enhancing interaction with the Sites
  • +
+

HOW HANDSHAKE USES AND SHARES PERSONAL INFORMATION WITH THIRD PARTIES

+

+ Handshake uses your personal information for a number of reasons including provisioning, maintaining and improving the Sites and Services, as well as for development of new services. For example, Handshake uses your information to administer your account, provide technical support and to communicate with you about your account. Handshake may also, with your consent, use your information to send you updates about the Handshake community. +

+

+ Other than as described above, Handshake does not use your Personal Information, nor does it share your personal information with any third-parties, unless one of the following circumstances apply: +

+
    +
  • Handshake has your express consent; and
  • +
  • It is for Handshake’s internal use, research and product development;
  • +
  • External processing by our affiliates or other trusted third parties we use to support our business based on our instructions or other appropriate confidentiality and security measures (for example, companies that help Handshake improve its web site’s usability, verify your account, or understand customer interests); or
  • +
  • Detection, prevention or otherwise addressing fraud, security or other legal related issues.
  • +
+

+ Note that Handshake may share anonymously collected information with third parties. Handshake may also share Personal Information with companies, organizations or individuals outside of Handshake if we have a good-faith belief that access, use, preservation, or disclosure of the information is reasonably necessary to: +

+
    +
  • meet any applicable law, regulation, legal process or enforceable governmental request;
  • +
  • enforce applicable agreements or adherence to terms and conditions, including investigation of potential criminal law violations; and
  • +
  • protect against harm to the rights, property or safety of Handshake, our users, third parties or the public as required or permitted by law.
  • +

    + If Handshake is involved in a merger, acquisition or asset sale, we will continue to ensure the confidentiality of any Personal Information and give affected users notice before Personal Information is transferred or becomes subject to a different privacy policy. +

    +

    + Handshake shall not sell nor license your Personal Information to a third party for that third party’s own direct marketing purposes. +

    +

    YOUR PRIVACY CHOICES

    +

    + TRACKING TECHNOLOGIES. Most browsers will allow you to erase cookies from your computer’s hard drive, block acceptance of cookies, or receive a warning before a cookie is stored. You may also be able to refuse certain cookies by adjusting the settings on your browser or email software. Please refer to your browser or email software instructions or help screen to learn more about these functions. Note that if you disable or refuse cookies, some parts of the Sites may be inaccessible or not function properly. +

    +

    + SUBSCRIBING TO COMMUNICATIONS. If you wish to receive periodic newsletters, support Related Emails or other promotional communications from us, you may opt-in to receiving them at registration or by following the instructions included in each newsletter or by emailing support@handshake.org. In order to ensure the integrity, security and operation of our systems and networks, we do not allow you to unsubscribe from Service Notices unless you delete your account altogether. +

    +

    YOUR RIGHT TO ACCESS AND CONTROL YOUR PERSONAL INFORMATION

    +

    + You have the right to request that your personal information be corrected or deleted upon cancellation of your account. You have the right to request access to your personal information that We have collected at any time. Please contact customer support at support@handshake.org to request access to or deletion of your personal information or to request changes to the personal information associated with your account. +

    +

    DATA RETENTION

    +

    + We retain all personal information and data relating to your accounts indefinitely unless a data subject requests that their information be deleted. +

    +

    CalOPPA STATEMENT

    +

    + The State of California requires us to post specific language related to our privacy policy. By default, Handshake does not share your personal information with any third parties aside from the disclosures already made in this privacy policy. If you wish to inquire into how Handshake processes or collects personal information or how it shares personal information with third parties, you may contact: +

    +
    Handshake Development, Inc.
    +
    1459 18th St, #316
    +
    San Francisco, CA 94107

    +

    SECURITY

    +

    + Handshake has implemented policies that include administrative, technical, and physical safeguards designed to help protect Personal Information against unauthorized access, use, or disclosure. While Handshake strives to protect your privacy, because of multiple uncontrollable variables, including the inherent security flaws in the internet, Handshake cannot guarantee the security of any information you disclose to us and, as such, you agree that your disclosure of such information is at your own risk. +

    +

    LEGAL BASIS FOR DATA PROCESSING

    +

    + Art. 6(1) lit. a GDPR serves as the legal basis for processing operations for which we obtain consent for a specific processing purpose. If the processing of personal information is necessary for the performance of a contract to which the information subject is party, as is the case, for example, when processing operations are necessary for the supply of goods or to provide any other service, the processing is based on Article 6(1) lit. b GDPR. The same applies to such processing operations which are necessary for carrying out pre-contractual measures, for example in the case of inquiries concerning our products or services. If our company is subject to a legal obligation by which processing of personal information is required, such as for the fulfillment of tax obligations, the processing is based on Art. 6(1) lit. c GDPR. In rare cases, the processing of personal information may be necessary to protect the vital interests of the data subject or of another natural person. Then the processing would be based on Art. 6(1) lit. d GDPR. Finally, processing operations could be based on Article 6(1) lit. f GDPR. This legal basis is used for processing operations which are not covered by any of the aforementioned legal grounds, if processing is necessary for the purposes of the legitimate interests pursued by our company or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal information. Such processing operations are particularly permissible because they have been specifically mentioned by the European legislator. He considered that a legitimate interest could be assumed if the data subject is a client of the controller (Recital 47 Sentence 2 GDPR). +

    +

    HOW WE TRANSFER INFORMATION COLLECTED INTERNATIONALLY

    +

    + Handshake has established a global network presence and may maintain servers in many countries around the world, including the United States. You agree that we may process your personal information on a server located outside the country where you reside. You consent to the storage of personal information collected by Handshake on a server located in the United States. We will request your consent before we transfer your personal information outside of the country where the information is maintained. +

    +

    COPPA DISCLOSURE - About Children’s Online Privacy

    +

    + The Children’s Online Privacy Protection Act (COPPA) was passed to give parents increased control over what information is collected from their children online and how such information is used. The law applies to websites and services directed to, and which knowingly collect information from, children under the age of 13. Our online services are not directed to children under the age of 13, nor is information knowingly collected from them. For additional information on COPPA protections, please see the FTC website at: https://www.consumer.ftc.gov/articles/0031-protecting-your-childs-privacy-online. Please contact us at support@handshake.org if you are aware of any uses of the Service by users under the age of 13. +

    +

    PUBLIC FORUMS

    +

    + Handshake may register and make chat rooms, forums, message boards, and/or news groups available to its users. Please note that any information that is disclosed in these areas becomes public information and you should exercise caution when deciding to disclose your personal information. +

    +

    NAME AND ADDRESS OF DATA PROTECTION OFFICER AND NAME AND ADDRESS OF CONTROLLER

    +

    + Our current data protection officer can be reached at the following information below. +

    +
    Handshake Development, Inc.
    +
    1459 18th St, #316
    +
    San Francisco CA 94107
    +
    Andrew Lee

    +

    CHANGES TO PRIVACY POLICY

    +

    + Handshake reserves the right to modify this Privacy Policy from time to time at its own discretion and without any notice. We will post any changes to this Privacy Policy on this page and, if the changes are significant, we will provide a more prominent notice, which may include sending notice to you by email, posting notice of such changes on the footer of Handshake’s website, or by including a pop-up or link at the login page. +

    +

    CONTACT INFORMATION

    +

    + If you have any questions regarding this Privacy Policy, Handshake may be contacted through the following ways: +

    +

    + By email:
    + support@handshake.org +

    + By mail: +
    Handshake Development
    +
    1459 18th St, #316
    +
    San Francisco CA 94107
    +
    Attn: General Counsel, Legal Department
    +
+
+
+ + + + + + + + + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e69de29 diff --git a/terms-of-use/index.html b/terms-of-use/index.html new file mode 100644 index 0000000..320ea67 --- /dev/null +++ b/terms-of-use/index.html @@ -0,0 +1,364 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + + +
+

Terms of Use

+
+ +
+
+

+ The content on this website may be reproduced under the MIT License or under + the Creative + Commons ShareAlike 1.0 Generic (CC SA 1.0) license (or dual licensed + at your discretion). The stuff below was left over from a prior account settings page. +

+

This website should not be used as an authoritative source on what Handshake should be in the future, and no expectations should be made on people involved with Handshake.

+

+ Last Updated: 5/27/18 +

+

+ Handshake.org (“Site”) is a copyrighted work owned by Handshake Development Inc. (“Handshake”, “Company”, “We”, “Us”) a Delaware corporation. Your use of the Site offered by Handshake is subject to this Terms of Use (“Agreement”) and the Privacy Policy, incorporated herein by this reference. You must accept the the Terms of Use and the Privacy Policy prior to using the Site. +

+

+ THE AGREEMENT HEREIN SETS FORTH THE LEGALLY BINDING TERMS AND CONDITIONS THAT GOVERN YOUR USE OF THE SITE. BY ACCESSING OR USING THE SITE, YOU ARE ACCEPTING THESE TERMS (ON BEHALF OF YOURSELF OR THE ENTITY THAT YOU REPRESENT), AND YOU REPRESENT AND WARRANT THAT YOU HAVE THE RIGHT, AUTHORITY, AND CAPACITY TO ENTER INTO THESE TERMS (ON BEHALF OF YOURSELF OR THE ENTITY THAT YOU REPRESENT). YOU MAY NOT ACCESS OR USE THE SITE OR ACCEPT THE TERMS IF YOU ARE NOT AT LEAST 18 YEARS OLD. IF YOU DO NOT AGREE WITH ALL OF THE PROVISIONS OF THESE TERMS, YOU ARE PROHIBITED FROM ACCESSING OR USING THE SITE. +

+

+ THESE TERMS REQUIRE THE USE OF ARBITRATION (SECTION 8.2) ON AN INDIVIDUAL BASIS FOR DISPUTE RESOLUTION, RATHER THAN RELYING ON COSTLY JURY TRIALS OR CLASS ACTIONS, AND ALSO LIMIT THE REMEDIES AVAILABLE TO YOU IN THE EVENT OF A DISPUTE. +

+

+ 1. ACCOUNTS +

+

+ Account creation and claiming ownership. In order to gain access and use certain nominating, voting, and claiming services offered by the Site (“Services”), you must have previously registered for an account (“Account”) and provided certain information about yourself as prompted by the account registration form. You represent and warrant that: +

+
    +
  • + (a) all required registration information you submit is truthful and accurate; +
  • +
  • + (b) you will maintain the accuracy of such information. You may delete your Account at any time, for any reason, by contacting support@handshake.org. Company may suspend or terminate your Account in accordance with Section 6. +
  • +
+

+ Account responsibilities. You are responsible for maintaining the confidentiality of your account. You may not share your account information with any third-party. +

+

+ Account forfeiture.In the event Handshake determines in its sole discretion that you have misrepresented yourself, then Handshake may delete that account and cancel your verification. +

+

+ 2. ACCESS TO THE SERVICES +

+

+ Eligibility. You represent that you are an adult in your country of residence. You agree to these Terms of Use on behalf of yourself. If you do not meet these criteria, you are not allowed to use this Service. +

+

+ License. Subject to your assent to and ongoing compliance with all of the terms of this Agreement, you are granted a limited non-transferable revocable non-exclusive license to use the Services. You may not use the Service for any other purpose, or in connection with any other software without HANDSHAKE’S permission. +

+

+ Restrictions. The license granted to you herein is subject to the limitations set forth in this Section (collectively, the “License Limitations”). Any use of the Service in violation of the License Limitations herein will be regarded as a material breach of this Agreement. You agree that you will not, under any circumstances: +

+
    +
  • A. exploit the Service or any of its parts, for any unlawful purpose;
  • +
  • B. violate any applicable law or regulation in connection with your use of the Service;
  • +
  • C. register an account without proper permissions or ownership rights; or
  • +
+

+ Support. Company has no obligation to provide you with any support or maintenance in connection with your use of the Site. +

+

+ Ownership. All rights and title in and to the Services (including without limitation any user accounts, titles, computer code, methods of operation, moral rights, any related documentation, “applets,”) are owned by Handshake. The Services are protected by United States and international copyright laws, and may contain certain content in which Handshake may enforce their rights in the event of any violation of this Agreement. +

+

+ NOTWITHSTANDING ANYTHING TO THE CONTRARY HEREIN, YOU ACKNOWLEDGE AND AGREE THAT YOU HAVE NO OWNERSHIP OR OTHER PROPERTY INTEREST IN ANY ACCOUNT STORED OR HOSTED ON A HANDSHAKE SERVER, AND YOU FURTHER ACKNOWLEDGE AND AGREE THAT ALL RIGHTS IN AND TO SUCH ACCOUNTS ARE AND SHALL FOREVER BE OWNED BY AND INURE TO THE BENEFIT OF HANDSHAKE. +

+

+ 3. DISCLAIMERS / RISKS RELATED TO HANDSHAKE +

+

+ Except as specifically set forth herein, the Software and accompanying written materials (including instructions for use) are provided “as is” without warranty of any kind. Further, Handshake does not warrant, guarantee, or make any representations regarding the use, or the results of the use, of the software or written materials in terms of correctness, accuracy, reliability, currentness, or otherwise. The entire risk as to the results and performance of the software is assumed by Licensee and not by Handshake or its distributors, agents or employees. +

+

+ EXCEPT AS SET FORTH HEREIN, THERE ARE NO OTHER WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE SOFTWARE AND ACCOMPANYING WRITTEN MATERIALS. +

+

+ SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY NOT APPLY TO YOU. SOME JURISDICTIONS DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY LASTS, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. +

+

+ 4. INDEMNIFICATION AND RELEASE +

+

+ You agree to indemnify and hold Company (and its officers, employees, staff, assigns, and agents) harmless, including costs and attorneys’ fees, from any claim or demand made by any third party due to or arising out of (a) your use of the Site, (b) your violation of these Terms or (c) your violation of applicable laws or regulations. Company reserves the right, at your expense, to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate with our defense of these claims. You agree not to settle any matter without the prior written consent of Company. Company will use reasonable efforts to notify you of any such claim, action or proceeding upon becoming aware of it. +

+

+ Release. You hereby release and forever discharge the Company (and our officers, employees, agents, successors, and assigns) from, and hereby waive and relinquish, each and every past, present and future dispute, claim, controversy, demand, right, obligation, liability, action and cause of action of every kind and nature (including personal injuries, death, and property damage), that has arisen or arises directly or indirectly out of, or that relates directly or indirectly to, the Site (including any interactions with, or act or omission of, other Site users). IF YOU ARE A CALIFORNIA RESIDENT, YOU HEREBY WAIVE CALIFORNIA CIVIL CODE SECTION 1542 IN CONNECTION WITH THE FOREGOING, WHICH STATES: “A GENERAL RELEASE DOES NOT EXTEND TO CLAIMS WHICH THE CREDITOR DOES NOT KNOW OR SUSPECT TO EXIST IN HIS OR HER FAVOR AT THE TIME OF EXECUTING THE RELEASE, WHICH IF KNOWN BY HIM OR HER MUST HAVE MATERIALLY AFFECTED HIS OR HER SETTLEMENT WITH THE DEBTOR.” +

+

5. LIMITATION OF LIABILITY

+

+ IN NO EVENT SHALL HANDSHAKE, ITS PARENT, SUBSIDIARIES, LICENSORS OR AFFILIATES BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, PUNITIVE, LIQUIDATED, OR OTHER CONSEQUENTIAL DAMAGES, WHETHER UNDER CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR ANY OTHER THEORY OF LIABILITY, ARISING FROM YOUR USE OF THE SERVICE. THE FOREGOING LIMITATIONS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY LAW, EVEN IF ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY LAW, NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY DAMAGES ARISING FROM OR RELATED TO THIS AGREEMENT (FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION), WILL AT ALL TIMES BE LIMITED TO A MAXIMUM OF FIFTY US DOLLARS (U.S. $50). THE EXISTENCE OF MORE THAN ONE CLAIM WILL NOT ENLARGE THIS +

+

+ LIMIT. YOU AGREE THAT OUR SUPPLIERS WILL HAVE NO LIABILITY OF ANY KIND ARISING FROM OR RELATING TO THIS AGREEMENT. +

+

+ SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU. +

+

+ 6. TERM AND TERMINATION +

+

+ HANDSHAKE MAY SUSPEND, TERMINATE, MODIFY, OR DELETE ANY HANDSHAKE ACCOUNT AT ANY TIME FOR ANY REASON OR FOR NO REASON, WITH OR WITHOUT NOTICE TO YOU. For purposes of explanation and not limitation, most account suspensions, terminations and/or deletions are the result of violations of this Terms of Use. Company will not have any liability whatsoever to you for any termination of your rights under these Terms, including for termination of your Account. +

+

7. TAXES

+

+ You acknowledge that you shall be solely responsible for the reporting and payment of all federal, state and local income taxes, social security taxes, federal and state self-employment taxes, and other governmental obligations resulting from the receipt of Handshake Coins under this Agreement and Handshake shall not withhold or pay any amounts for such obligations. In accordance with current law, if Handshake is required to file with the Internal Revenue Service a Form 1099-MISC, U.S. Information Return for Recipients of Miscellaneous Income or W8-BEN, Certificate of Foreign Status of Beneficial Owner for United States Tax Withholding and Reporting, reflecting the gross value of Handshake Coins provided by Handshake to you, then you will be required to complete and submit a Form W-9 through the Site or via email. Should Handshake be required to issue you a Form 1099, the total value of Handshake Coins reported will include the total value of all Handshake Coins received by you pursuant to the planned distribution and any other source required by IRS guidelines. You hereby indemnify and hold Handshake harmless from any liability for any taxes, penalties or interest that may be assessed by any taxing authority with respect to Handshake Coins received by you. +

+

8. DISPUTE RESOLUTION

+

+ Dispute Resolution. Please read this Arbitration Agreement carefully. It is part of your contract with Company and affects your rights. It contains procedures for MANDATORY BINDING ARBITRATION AND A CLASS ACTION WAIVER. +

+
    +
  • (a) Applicability of Arbitration Agreement. All claims and disputes (excluding claims for injunctive or other equitable relief as set forth below) in connection with the Terms or the use of any product or service provided by the Company that cannot be resolved informally or in small claims court shall be resolved by binding arbitration on an individual basis under the terms of this Arbitration Agreement. Unless otherwise agreed to, all arbitration proceedings shall be held in English. This Arbitration Agreement applies to you and the Company, and to any subsidiaries, affiliates, agents, employees, predecessors in interest, successors, and assigns, as well as all authorized or unauthorized users or beneficiaries of services or goods provided under the Terms.
  • +
  • + (b) Notice Requirement and Informal Dispute Resolution. Before either party may seek arbitration, the party must first send to the other party a written Notice of Dispute (“Notice”) describing the nature and basis of the claim or dispute, and the requested relief. A Notice to the Company should be sent to: +
  • + Handshake Foundation
    + 1459 18th St, #316
    + San Francisco CA 94107

    +
  • + After the Notice is received, you and the Company may attempt to resolve the claim or dispute informally. If you and the Company do not resolve the claim or dispute within thirty (30) days after the Notice is received, either party may begin an arbitration proceeding. The amount of any settlement offer made by any party may not be disclosed to the arbitrator until after the arbitrator has determined the amount of the award, if any, to which either party is entitled. +
  • +
  • + (c) Arbitration Rules. Arbitration shall be initiated through the American Arbitration Association (“AAA”), an established alternative dispute resolution provider (“ADR Provider”) that offers arbitration as set forth in this section. If AAA is not available to arbitrate, the parties shall agree to select an alternative ADR Provider. The rules of the ADR Provider shall govern all aspects of the arbitration, including but not limited to the method of initiating and/or demanding arbitration, except to the extent such rules are in conflict with the Terms. The AAA Consumer Arbitration Rules (“Arbitration Rules”) governing the arbitration are available online at www.adr.org or by calling the AAA at 1-800-778-7879. The arbitration shall be conducted by a single, neutral arbitrator. Any claims or disputes where the total amount of the award sought is less than Ten Thousand U.S. Dollars (US $10,000.00) may be resolved through binding non-appearance-based arbitration, at the option of the party seeking relief. For claims or disputes where the total amount of the award sought is Ten Thousand U.S. Dollars (US $10,000.00) or more, the right to a hearing will be determined by the Arbitration Rules. Any hearing will be held in a location within 100 miles of your residence, unless you reside outside of the United States, and unless the parties agree otherwise. If you reside outside of the U.S., the arbitrator shall give the parties reasonable notice of the date, time and place of any oral hearings. Any judgment on the award rendered by the arbitrator may be entered in any court of competent jurisdiction. If the arbitrator grants you an award that is greater than the last settlement offer that the Company made to you prior to the initiation of arbitration, the Company will pay you the greater of the award or $2,500.00. Each party shall bear its own costs (including attorney’s fees) and disbursements arising out of the arbitration and shall pay an equal share of the fees and costs of the ADR Provider. +
  • +
  • + (d) Additional Rules for Non-Appearance Based Arbitration. If non-appearance based arbitration is elected, the arbitration shall be conducted by telephone, online and/or based solely on written submissions; the specific manner shall be chosen by the party initiating the arbitration. The arbitration shall not involve any personal appearance by the parties or witnesses unless otherwise agreed by the parties. +
  • +
  • + (e) Time Limits. If you or the Company pursue arbitration, the arbitration action must be initiated and/or demanded within the statute of limitations (i.e., the legal deadline for filing a claim) and within any deadline imposed under the AAA Rules for the pertinent claim. +
  • +
  • + (f) Authority of Arbitrator. If arbitration is initiated, the arbitrator will decide the rights and liabilities, if any, of you and the Company, and the dispute will not be consolidated with any other matters or joined with any other cases or parties. The arbitrator shall have the authority to grant motions dispositive of all or part of any claim. The arbitrator shall have the authority to award monetary damages, and to grant any non-monetary remedy or relief available to an individual under applicable law, the AAA Rules, and the Terms. The arbitrator shall issue a written award and statement of decision describing the essential findings and conclusions on which the award is based, including the calculation of any damages awarded. The arbitrator has the same authority to award relief on an individual basis that a judge in a court of law would have. The award of the arbitrator is final and binding upon you and the Company. +
  • +
  • + (g) Waiver of Jury Trial. THE PARTIES HEREBY WAIVE THEIR CONSTITUTIONAL AND STATUTORY RIGHTS TO GO TO COURT AND HAVE A TRIAL IN FRONT OF A JUDGE OR A JURY, instead electing that all claims and disputes shall be resolved by arbitration under this Arbitration Agreement. Arbitration procedures are typically more limited, more efficient and less costly than rules applicable in a court and are subject to very limited review by a court. In the event any litigation should arise between you and the Company in any state or federal court in a suit to vacate or enforce an arbitration award or otherwise, YOU AND THE COMPANY WAIVE ALL RIGHTS TO A JURY TRIAL, instead electing that the dispute be resolved by a judge. +
  • +
  • + (h) Waiver of Class or Consolidated Actions. ALL CLAIMS AND DISPUTES WITHIN THE SCOPE OF THIS ARBITRATION AGREEMENT MUST BE ARBITRATED OR LITIGATED ON AN INDIVIDUAL BASIS AND NOT ON A CLASS BASIS, AND CLAIMS OF MORE THAN ONE CUSTOMER OR USER CANNOT BE ARBITRATED OR LITIGATED JOINTLY OR CONSOLIDATED WITH THOSE OF ANY OTHER CUSTOMER OR USER. +
  • +
  • + (i) Confidentiality. All aspects of the arbitration proceeding, including but not limited to the award of the arbitrator and compliance therewith, shall be strictly confidential. The parties agree to maintain confidentiality unless otherwise required by law. This paragraph shall not prevent a party from submitting to a court of law any information necessary to enforce this Agreement, to enforce an arbitration award, or to seek injunctive or equitable relief. +
  • +
  • + (j) Severability. If any part or parts of this Arbitration Agreement are found under the law to be invalid or unenforceable by a court of competent jurisdiction, then such specific part or parts shall be of no force and effect and shall be severed and the remainder of the Agreement shall continue in full force and effect. +
  • +
  • + (k) Right to Waive. Any or all of the rights and limitations set forth in this Arbitration Agreement may be waived by the party against whom the claim is asserted. Such waiver shall not waive or affect any other portion of this Arbitration Agreement. +
  • +
  • + (l) Survival of Agreement. This Arbitration Agreement will survive the termination of your relationship with Company. +
  • +
  • + (m) Small Claims Court. Notwithstanding the foregoing, either you or the Company may bring an individual action in small claims court. +
  • +
  • + (n) Emergency Equitable Relief. Notwithstanding the foregoing, either party may seek emergency equitable relief before a state or federal court in order to maintain the status quo pending arbitration. A request for interim measures shall not be deemed a waiver of any other rights or obligations under this Arbitration Agreement. +
  • +
  • + (o) Claims Not Subject to Arbitration. Notwithstanding the foregoing, claims of defamation, violation of the Computer Fraud and Abuse Act, and infringement or misappropriation of the other party’s patent, copyright, trademark or trade secrets shall not be subject to this Arbitration Agreement. +
  • +
  • + (p) Courts. In any circumstances where the foregoing Arbitration Agreement permits the parties to litigate in court, the parties hereby agree to submit to the personal jurisdiction of the courts located within Santa Clara County, State of California, for such purpose. +
  • +
+

9. MISCELLANEOUS

+

+ This Agreement may only be modified or amended herein by a duly signed writing executed between Company and you (“the Parties”). This Terms of Use Agreement is the complete and exclusive statement of the agreement between you and Handshake concerning the Services, and this Agreement supersedes any and all prior or contemporaneous agreement, either oral or written, and any other communications with regard thereto between you and Handshake. This Agreement shall be governed by and construed according to the laws of the State of California, without giving effect to its choice of law principles. The parties agree that all actions and proceedings arising out of or relating directly or indirectly to this Agreement or any ancillary agreement or any other related obligations shall be litigated solely and exclusively in the state or federal courts located in the County of Santa Clara, California, and that such courts are convenient forums. Each party hereby submits to the personal jurisdiction of such courts for purposes of any such actions or proceedings. If any provision of this Agreement shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from this Agreement and shall not affect the validity and enforceability of any remaining provisions. The section headings used herein are for reference only and shall not be read to have any legal effect. The communications between you and Company use electronic means, whether you use the Site or send us emails, or whether Company posts notices on the Site or communicates with you via email. For contractual purposes, you (a) consent to receive communications from Company in an electronic form; and (b) agree that all terms and conditions, agreements, notices, disclosures, and other communications that Company provides to you electronically satisfy any legal requirement that such communications would satisfy if it were be in a hard copy in writing. The foregoing does not affect your non-waivable rights. +

+

+ + I HEREBY ACKNOWLEDGE THAT I HAVE READ AND UNDERSTAND THE FOREGOING TERMS OF USE AGREEMENT AND AGREE THAT MY USE OF THE SERVICES ARE AN ACKNOWLEDGMENT OF MY AGREEMENT TO BE BOUND BY THIS TERMS OF USE AGREEMENT. + +

+
+
+
+ + + + + + + + + + + diff --git a/trademark-disclaimer/index.html b/trademark-disclaimer/index.html new file mode 100644 index 0000000..6247d4a --- /dev/null +++ b/trademark-disclaimer/index.html @@ -0,0 +1,197 @@ + + + + + + Handshake + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + + +
+
+
+

Trademark Disclaimer

+
+
+
+ +
+
+ +

Handshake Names Trademark Disclaimer

+

Handshake started a sunrise period on March 20, 2018 (the “Sunrise Period”). The purpose of the Sunrise Period is for trademark holders and applicants to claim their trademarked domain names and receive their USPTO or European Union registered trademarked domain names, or other trademark equivalent registered in another country, as a Handshake name. The Sunrise Period will end no earlier than three months after the start of the Sunrise Period.

+

The top one hundred thousand ranked domain names, according to Alexa on 2018-06-04 18:18:41 timezone PST have been pre-reserved as part of the Handshake network. This Sunrise Period is for domain name holders that have a pending trademark application or a trademarked domain name but do not currently own a top one hundred thousand Alexa ranked website to claim the trademarked name on the Handshake blockchain. Handshake Development is providing forms for both types of users to claim their respective Handshake names.

+

In order to claim your USPTO, European Union, or equivalent government entity in a foreign country registered trademarked domain name during the Sunrise Period, you MUST fill out this form on the Handshake.org website. Only the verified or pending trademark holder or a registered agent thereof can claim a trademark pending or trademarked name on the Handshake blockchain during the Sunrise Period. Moreover, if there are identical trademarks in question between applicants, then Handshake will register the earliest registered trademark that has been claimed during the Sunrise period. Upon mainnet launch, claims via the application will close. Following this period, entities can register Handshake names associated with their trademarked domain names through the regular Handshake auction process.

+

If you fail to fill out this form within the Sunrise Period, there is no guarantee at mainnet launch that you will be able to claim a domain name on the Handshake name system that references your trademark(s), and there is no guarantee you will be able to claim the name(s) in the future. After the sunrise period is over, Handshake will launch as a distributed, and decentralized system free from centralized control and secured by a proof of work consensus algorithm. This means that the Handshake Development will not be able to assist with name disputes as any changes to the system will be subject to community consensus which we cannot guarantee.

+
+
+
+ + + + + + + + + +