disco-jekyll-theme 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +3 -0
- data/LICENSE.txt +168 -0
- data/README.markdown +5 -0
- data/_data/ar.yml +18 -0
- data/_data/bootstrap/fonts.yml +9 -0
- data/_data/bootstrap/maps.yml +24 -0
- data/_data/bootstrap/rtl.yml +23 -0
- data/_data/bootstrap/utilities.yml +55 -0
- data/_data/bootstrap/variables.yml +63 -0
- data/_data/components.yml +34 -0
- data/_data/en.yml +255 -0
- data/_data/es.yml +256 -0
- data/_data/fa.yml +4 -0
- data/_data/fixtures/cards.yml +121 -0
- data/_data/fixtures/details.yml +6 -0
- data/_data/fixtures/footer_link_group.yml +30 -0
- data/_data/fixtures/menu.yml +26 -0
- data/_data/fixtures/site_credits.yml +3 -0
- data/_data/fixtures/social_networks.yml +7 -0
- data/_data/fixtures/video.yml +4 -0
- data/_data/full_width_components.yml +2 -0
- data/_data/inflections.yml +20 -0
- data/_data/layouts/about.yml +205 -0
- data/_data/layouts/code_of_conduct.yml +75 -0
- data/_data/layouts/footer_column.yml +52 -0
- data/_data/layouts/glosario.yml +27 -0
- data/_data/layouts/index.yml +38 -0
- data/_data/layouts/item_card.yml +93 -0
- data/_data/layouts/item_card_icon.yml +1698 -0
- data/_data/layouts/license.yml +91 -0
- data/_data/layouts/menu.yml +46 -0
- data/_data/layouts/menu_external.yml +35 -0
- data/_data/layouts/menu_internal.yml +45 -0
- data/_data/layouts/page.yml +75 -0
- data/_data/layouts/post.yml +129 -0
- data/_data/layouts/privacy_policy.yml +75 -0
- data/_data/layouts/search.yml +70 -0
- data/_data/layouts/section.yml +74 -0
- data/_data/layouts/subsection.yml +68 -0
- data/_data/layouts/theme.yml +378 -0
- data/_data/manifest.json +661 -0
- data/_data/schema.yml +15 -0
- data/_includes/activity_pub/actor.html +7 -0
- data/_includes/activity_pub/alternate.html +10 -0
- data/_includes/activity_pub/head.html +22 -0
- data/_includes/bootstrap/alert.html +13 -0
- data/_includes/bootstrap/buttons/a.html +18 -0
- data/_includes/bootstrap/buttons/base.html +18 -0
- data/_includes/bootstrap/buttons/button.html +14 -0
- data/_includes/bootstrap/details.html +28 -0
- data/_includes/bootstrap/navbar.html +65 -0
- data/_includes/buttons/button_primary.html +15 -0
- data/_includes/dark_toggler.html +18 -0
- data/_includes/fa.html +8 -0
- data/_includes/footer.html +113 -0
- data/_includes/footer_link_group.html +24 -0
- data/_includes/footer_socials.html +17 -0
- data/_includes/form/search.html +33 -0
- data/_includes/head/favicons.html +56 -0
- data/_includes/head/social_network.html +5 -0
- data/_includes/item_card.html +39 -0
- data/_includes/item_card_icon.html +30 -0
- data/_includes/menu.html +64 -0
- data/_includes/modal.html +35 -0
- data/_includes/navigation_posts.html +51 -0
- data/_includes/pack.html +17 -0
- data/_includes/page_card.html +23 -0
- data/_includes/post_preview.html +55 -0
- data/_includes/preload_font.html +5 -0
- data/_includes/script.html +5 -0
- data/_includes/search.html +22 -0
- data/_includes/style.html +15 -0
- data/_includes/subsection.html +31 -0
- data/_includes/sutty/a.html +21 -0
- data/_includes/sutty/details.html +29 -0
- data/_includes/sutty/picture.html +52 -0
- data/_includes/sutty/placeholder.html +12 -0
- data/_includes/sutty/toggler/backdrop.html +7 -0
- data/_includes/sutty/toggler/toggler.html +33 -0
- data/_includes/sutty/toggler/toggler_label.html +17 -0
- data/_includes/sutty/toggler/toggler_related.html +17 -0
- data/_includes/sutty/video.html +48 -0
- data/_includes/svg/arrow.svg +6 -0
- data/_includes/svg/arrow_next.svg +6 -0
- data/_includes/svg/arrow_prev.svg +6 -0
- data/_includes/svg/circle_plus.svg +7 -0
- data/_includes/svg/corner.svg +8 -0
- data/_includes/svg/disco_coop.svg +5 -0
- data/_includes/svg/heart.svg +7 -0
- data/_includes/svg/justice.svg +7 -0
- data/_includes/svg/language.svg +7 -0
- data/_includes/svg/menu.svg +44 -0
- data/_includes/svg/peerproduction.svg +4 -0
- data/_includes/svg/people.svg +7 -0
- data/_includes/svg/search.svg +32 -0
- data/_includes/svg/spell.svg +7 -0
- data/_includes/svg/tools.svg +7 -0
- data/_includes/svg/world.svg +6 -0
- data/_includes/svg/x.svg +31 -0
- data/_includes/tabs.html +81 -0
- data/_includes/text_box.html +12 -0
- data/_includes/theme/a.html +19 -0
- data/_includes/theme/button_primary.html +14 -0
- data/_includes/theme/button_primary_external.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_pill.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rect.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rounded.html +16 -0
- data/_includes/theme/button_primary_internal_textwhite_pill.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rect.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rounded.html +15 -0
- data/_includes/theme/buttons.html +15 -0
- data/_includes/theme/content.html +74 -0
- data/_includes/theme/dark_toggler.html +9 -0
- data/_includes/theme/details.html +55 -0
- data/_includes/theme/fa.html +19 -0
- data/_includes/theme/fonts.html +76 -0
- data/_includes/theme/footer.html +14 -0
- data/_includes/theme/footer_link_group.html +11 -0
- data/_includes/theme/footer_socials.html +11 -0
- data/_includes/theme/item_card.html +20 -0
- data/_includes/theme/menu.html +19 -0
- data/_includes/theme/modal.html +24 -0
- data/_includes/theme/navbar.html +12 -0
- data/_includes/theme/navigation_posts.html +16 -0
- data/_includes/theme/page_card.html +22 -0
- data/_includes/theme/picture.html +11 -0
- data/_includes/theme/search.html +9 -0
- data/_includes/theme/subsection.html +23 -0
- data/_includes/theme/svg.html +18 -0
- data/_includes/theme/tabs.html +32 -0
- data/_includes/theme/text_box.html +11 -0
- data/_includes/theme/toggler.html +53 -0
- data/_includes/theme/utilities.html +35 -0
- data/_includes/theme/video.html +9 -0
- data/_includes/utilities.scss +27 -0
- data/_includes/variables/name.html +14 -0
- data/_layouts/category.html +14 -0
- data/_layouts/code_of_conduct.html +83 -0
- data/_layouts/default.html +60 -0
- data/_layouts/glosario.html +67 -0
- data/_layouts/index.html +21 -0
- data/_layouts/indexed.html +3 -0
- data/_layouts/license.html +98 -0
- data/_layouts/page.html +83 -0
- data/_layouts/post.html +108 -0
- data/_layouts/privacy_policy.html +83 -0
- data/_layouts/search.html +14 -0
- data/_layouts/section.html +21 -0
- data/_layouts/theme.html +58 -0
- data/_sass/baskervville_ital_0_1.scss +52 -0
- data/_sass/content.scss +58 -0
- data/_sass/dark_mode.scss +66 -0
- data/_sass/fonts.scss +8 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900_1_14..32_100..900.scss +148 -0
- data/_sass/monokai.scss +300 -0
- data/_sass/pt_serif_ital_wght_0_400_0_700_1_400_1_700.scss +29 -0
- data/_sass/raleway_ital_wght_0_100..900_1_100..900.scss +144 -0
- data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +946 -0
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +142 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +84 -0
- data/_sass/space_grotesk_wght_300..700.scss +39 -0
- data/_sass/toggler.scss +32 -0
- data/assets/css/styles.scss +95 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
- data/assets/fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2 +0 -0
- data/assets/js/env.js +8 -0
- data/assets/js/pack.4CCOOFTO.js +49 -0
- data/assets/js/pack.4CCOOFTO.js.map +7 -0
- data.tar.gz.sig +0 -0
- metadata +674 -0
- metadata.gz.sig +0 -0
@@ -0,0 +1,1698 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
required: true
|
4
|
+
type: "string"
|
5
|
+
icon:
|
6
|
+
required: true
|
7
|
+
type: "new_predefined_value"
|
8
|
+
label:
|
9
|
+
es: "Ícono"
|
10
|
+
en: "Icon"
|
11
|
+
help:
|
12
|
+
es: ""
|
13
|
+
en: ""
|
14
|
+
values:
|
15
|
+
es:
|
16
|
+
500px: 500px
|
17
|
+
activitypub: ActivityPub
|
18
|
+
address-book: Address Book
|
19
|
+
address-book-o: Address Book Outlined
|
20
|
+
address-card: Address Card
|
21
|
+
address-card-o: Address Card Outlined
|
22
|
+
adjust: adjust
|
23
|
+
adn: App.net
|
24
|
+
align-center: align-center
|
25
|
+
align-justify: align-justify
|
26
|
+
align-left: align-left
|
27
|
+
align-right: align-right
|
28
|
+
amazon: Amazon
|
29
|
+
ambulance: ambulance
|
30
|
+
american-sign-language-interpreting: American Sign Language Interpreting
|
31
|
+
anchor: Anchor
|
32
|
+
android: Android
|
33
|
+
angellist: AngelList
|
34
|
+
angle-double-down: Angle Double Down
|
35
|
+
angle-double-left: Angle Double Left
|
36
|
+
angle-double-right: Angle Double Right
|
37
|
+
angle-double-up: Angle Double Up
|
38
|
+
angle-down: angle-down
|
39
|
+
angle-left: angle-left
|
40
|
+
angle-right: angle-right
|
41
|
+
angle-up: angle-up
|
42
|
+
apple: Apple
|
43
|
+
archive: Archive
|
44
|
+
archive-org: Archive.org
|
45
|
+
archlinux: Archlinux
|
46
|
+
area-chart: Area Chart
|
47
|
+
arrow-circle-down: Arrow Circle Down
|
48
|
+
arrow-circle-left: Arrow Circle Left
|
49
|
+
arrow-circle-o-down: Arrow Circle Outlined Down
|
50
|
+
arrow-circle-o-left: Arrow Circle Outlined Left
|
51
|
+
arrow-circle-o-right: Arrow Circle Outlined Right
|
52
|
+
arrow-circle-o-up: Arrow Circle Outlined Up
|
53
|
+
arrow-circle-right: Arrow Circle Right
|
54
|
+
arrow-circle-up: Arrow Circle Up
|
55
|
+
arrow-down: arrow-down
|
56
|
+
arrow-left: arrow-left
|
57
|
+
arrow-right: arrow-right
|
58
|
+
arrows: Arrows
|
59
|
+
arrows-alt: Arrows Alt
|
60
|
+
arrows-h: Arrows Horizontal
|
61
|
+
arrows-v: Arrows Vertical
|
62
|
+
arrow-up: arrow-up
|
63
|
+
artstation: ArtStation
|
64
|
+
askfm: ASKfm
|
65
|
+
assistive-listening-systems: Assistive Listening Systems
|
66
|
+
asterisk: asterisk
|
67
|
+
at: At
|
68
|
+
att: AT&T
|
69
|
+
audio-description: Audio Description
|
70
|
+
backward: backward
|
71
|
+
balance-scale: Balance Scale
|
72
|
+
ban: ban
|
73
|
+
bandcamp: Bandcamp
|
74
|
+
bar-chart: Bar Chart
|
75
|
+
barcode: barcode
|
76
|
+
bars: Bars
|
77
|
+
bath: Bath
|
78
|
+
battery-empty: Battery Empty
|
79
|
+
battery-full: Battery Full
|
80
|
+
battery-half: Battery 1/2 Full
|
81
|
+
battery-quarter: Battery 1/4 Full
|
82
|
+
battery-three-quarters: Battery 3/4 Full
|
83
|
+
bed: Bed
|
84
|
+
beer: beer
|
85
|
+
behance: Behance
|
86
|
+
behance-square: Behance Square
|
87
|
+
bell: Bell
|
88
|
+
bell-o: Bell Outlined
|
89
|
+
bell-ringing: Ringing Bell
|
90
|
+
bell-ringing-o: Ringing Bell Outlined
|
91
|
+
bell-slash: Bell Slash
|
92
|
+
bell-slash-o: Bell Slash Outlined
|
93
|
+
bicycle: Bicycle
|
94
|
+
binoculars: Binoculars
|
95
|
+
biometric: biometric
|
96
|
+
birthday-cake: Birthday Cake
|
97
|
+
bitbucket: Bitbucket
|
98
|
+
bitbucket-square: Bitbucket Square
|
99
|
+
black-tie: Font Awesome Black Tie
|
100
|
+
blind: Blind
|
101
|
+
blockstack: Blockstack
|
102
|
+
bluetooth: Bluetooth
|
103
|
+
bluetooth-b: Bluetooth
|
104
|
+
boardgamegeek: Board Game Geek
|
105
|
+
bold: bold
|
106
|
+
bolt: Lightning Bolt
|
107
|
+
bomb: Bomb
|
108
|
+
book: book
|
109
|
+
bookmark: bookmark
|
110
|
+
bookmark-o: Bookmark Outlined
|
111
|
+
bootstrap: Bootstrap
|
112
|
+
braille: Braille
|
113
|
+
briefcase: Briefcase
|
114
|
+
btc: Bitcoin (BTC)
|
115
|
+
bug: Bug
|
116
|
+
building: Building
|
117
|
+
building-o: Building Outlined
|
118
|
+
bullhorn: bullhorn
|
119
|
+
bullseye: Bullseye
|
120
|
+
bunny: Bunny
|
121
|
+
bus: Bus
|
122
|
+
buymeacoffee: Buy Me A Coffee
|
123
|
+
buysellads: BuySellAds
|
124
|
+
c: C
|
125
|
+
calculator: Calculator
|
126
|
+
calendar: calendar
|
127
|
+
calendar-check-o: Calendar Check Outlined
|
128
|
+
calendar-minus-o: Calendar Minus Outlined
|
129
|
+
calendar-o: calendar-o
|
130
|
+
calendar-plus-o: Calendar Plus Outlined
|
131
|
+
calendar-times-o: Calendar Times Outlined
|
132
|
+
camera: camera
|
133
|
+
camera-retro: camera-retro
|
134
|
+
canonical: Canonical
|
135
|
+
car: Car
|
136
|
+
caret-down: Caret Down
|
137
|
+
caret-left: Caret Left
|
138
|
+
caret-right: Caret Right
|
139
|
+
caret-square-o-down: Caret Square Outlined Down
|
140
|
+
caret-square-o-left: Caret Square Outlined Left
|
141
|
+
caret-square-o-right: Caret Square Outlined Right
|
142
|
+
caret-square-o-up: Caret Square Outlined Up
|
143
|
+
caret-up: Caret Up
|
144
|
+
cart-arrow-down: Shopping Cart Arrow Down
|
145
|
+
cart-plus: Add to Shopping Cart
|
146
|
+
cc: Closed Captions
|
147
|
+
cc-amex: American Express Credit Card
|
148
|
+
cc-by: Creative Commons BY
|
149
|
+
cc-cc: Creative Commons
|
150
|
+
cc-diners-club: Diner's Club Credit Card
|
151
|
+
cc-discover: Discover Credit Card
|
152
|
+
cc-jcb: JCB Credit Card
|
153
|
+
cc-mastercard: MasterCard Credit Card
|
154
|
+
cc-nc: Creative Commons NC
|
155
|
+
cc-nc-eu: Creative Commons NC-EU
|
156
|
+
cc-nc-jp: Creative Commons NC-JP
|
157
|
+
cc-nd: Creative Commons ND
|
158
|
+
cc-paypal: Paypal Credit Card
|
159
|
+
cc-pd: Creative Commons PD
|
160
|
+
cc-remix: Creative Commons Remix
|
161
|
+
cc-sa: Creative Commons SA
|
162
|
+
cc-share: Creative Commons Share
|
163
|
+
cc-stripe: Stripe Credit Card
|
164
|
+
cc-visa: Visa Credit Card
|
165
|
+
cc-zero: Creative Commons Zero
|
166
|
+
certificate: certificate
|
167
|
+
chain-broken: Chain Broken
|
168
|
+
check: Check
|
169
|
+
check-circle: Check Circle
|
170
|
+
check-circle-o: Check Circle Outlined
|
171
|
+
check-square: Check Square
|
172
|
+
check-square-o: Check Square Outlined
|
173
|
+
chevron-circle-down: Chevron Circle Down
|
174
|
+
chevron-circle-left: Chevron Circle Left
|
175
|
+
chevron-circle-right: Chevron Circle Right
|
176
|
+
chevron-circle-up: Chevron Circle Up
|
177
|
+
chevron-down: chevron-down
|
178
|
+
chevron-left: chevron-left
|
179
|
+
chevron-right: chevron-right
|
180
|
+
chevron-up: chevron-up
|
181
|
+
child: Child
|
182
|
+
chrome: Chrome
|
183
|
+
circle: Circle
|
184
|
+
circle-o: Circle Outlined
|
185
|
+
circle-o-notch: Circle Outlined Notched
|
186
|
+
circle-thin: Circle Outlined Thin
|
187
|
+
classicpress: ClassicPress
|
188
|
+
classicpress-circle: ClassicPress Circle
|
189
|
+
clipboard: Clipboard
|
190
|
+
clock-o: Clock Outlined
|
191
|
+
clone: Clone
|
192
|
+
cloud: Cloud
|
193
|
+
cloud-download: Cloud Download
|
194
|
+
cloud-upload: Cloud Upload
|
195
|
+
code: Code
|
196
|
+
codeberg: Codeberg
|
197
|
+
code-fork: code-fork
|
198
|
+
codepen: Codepen
|
199
|
+
codiepie: Codie Pie
|
200
|
+
coffee: Coffee
|
201
|
+
cog: Cog
|
202
|
+
cogs: cogs
|
203
|
+
columns: Columns
|
204
|
+
comment: comment
|
205
|
+
commenting: Commenting
|
206
|
+
commenting-o: Commenting Outlined
|
207
|
+
comment-o: comment-o
|
208
|
+
comments: comments
|
209
|
+
comments-o: comments-o
|
210
|
+
compass: Compass
|
211
|
+
compress: Compress
|
212
|
+
connectdevelop: Connect Develop
|
213
|
+
contao: Contao
|
214
|
+
conway-glider: Conway Glider
|
215
|
+
copyright: Copyright
|
216
|
+
creative-commons: Creative Commons
|
217
|
+
credit-card: credit-card
|
218
|
+
credit-card-alt: Credit Card
|
219
|
+
crop: crop
|
220
|
+
crosshairs: Crosshairs
|
221
|
+
csharp: C#
|
222
|
+
css3: CSS 3 Logo
|
223
|
+
cube: Cube
|
224
|
+
cubes: Cubes
|
225
|
+
cutlery: Cutlery
|
226
|
+
dashcube: DashCube
|
227
|
+
database: Database
|
228
|
+
deaf: Deaf
|
229
|
+
debian: Debian
|
230
|
+
delicious: Delicious Logo
|
231
|
+
desktop: Desktop
|
232
|
+
deviantart: deviantART
|
233
|
+
dev-to: Dev.to
|
234
|
+
diamond: Diamond
|
235
|
+
diaspora: Diaspora*
|
236
|
+
digg: Digg Logo
|
237
|
+
digitalocean: DigitalOcean
|
238
|
+
discord: Discord
|
239
|
+
discord-alt: Discord
|
240
|
+
discourse: Discourse
|
241
|
+
dogmazic: Dogmazic
|
242
|
+
dot-circle-o: Dot Circle Outlined
|
243
|
+
download: Download
|
244
|
+
dribbble: Dribbble
|
245
|
+
dropbox: Dropbox
|
246
|
+
drupal: Drupal Logo
|
247
|
+
edge: Edge Browser
|
248
|
+
eercast: Eercast
|
249
|
+
eject: eject
|
250
|
+
ellipsis-h: Ellipsis Horizontal
|
251
|
+
ellipsis-v: Ellipsis Vertical
|
252
|
+
email-bulk: Email Bulk
|
253
|
+
email-bulk-o: Email Bulk Outlined
|
254
|
+
emby: Emby
|
255
|
+
empire: Galactic Empire
|
256
|
+
envelope: Envelope
|
257
|
+
envelope-o: Envelope Outlined
|
258
|
+
envelope-open: Envelope Open
|
259
|
+
envelope-open-o: Envelope Open Outlined
|
260
|
+
envelope-square: Envelope Square
|
261
|
+
envira: Envira Gallery
|
262
|
+
eraser: eraser
|
263
|
+
ethereum: Ethereum
|
264
|
+
etsy: Etsy
|
265
|
+
eur: Euro (EUR)
|
266
|
+
exchange: Exchange
|
267
|
+
exclamation: exclamation
|
268
|
+
exclamation-circle: Exclamation Circle
|
269
|
+
exclamation-triangle: Exclamation Triangle
|
270
|
+
expand: Expand
|
271
|
+
expeditedssl: ExpeditedSSL
|
272
|
+
external-link: External Link
|
273
|
+
external-link-square: External Link Square
|
274
|
+
eye: Eye
|
275
|
+
eyedropper: Eyedropper
|
276
|
+
eyeem: EyeEm
|
277
|
+
eyeem-o: EyeEm Outlined
|
278
|
+
eye-slash: Eye Slash
|
279
|
+
facebook: Facebook
|
280
|
+
facebook-messenger: Facebook Messenger
|
281
|
+
facebook-official: Facebook Official
|
282
|
+
facebook-square: Facebook Square
|
283
|
+
fast-backward: fast-backward
|
284
|
+
fast-forward: fast-forward
|
285
|
+
fax: Fax
|
286
|
+
f-droid: F-droid
|
287
|
+
fediverse: Fediverse
|
288
|
+
female: Female
|
289
|
+
ffmpeg: FFmpeg
|
290
|
+
fighter-jet: fighter-jet
|
291
|
+
file: File
|
292
|
+
file-archive-o: Archive File Outlined
|
293
|
+
file-audio-o: Audio File Outlined
|
294
|
+
file-code-o: Code File Outlined
|
295
|
+
file-epub: EPUB
|
296
|
+
file-excel-o: Excel File Outlined
|
297
|
+
file-image-o: Image File Outlined
|
298
|
+
file-o: File Outlined
|
299
|
+
file-pdf-o: PDF File Outlined
|
300
|
+
file-powerpoint-o: Powerpoint File Outlined
|
301
|
+
files-o: Files Outlined
|
302
|
+
file-text: File Text
|
303
|
+
file-text-o: File Text Outlined
|
304
|
+
file-video-o: Video File Outlined
|
305
|
+
file-word-o: Word File Outlined
|
306
|
+
film: Film
|
307
|
+
filter: Filter
|
308
|
+
fire: fire
|
309
|
+
fire-extinguisher: fire-extinguisher
|
310
|
+
firefox: Firefox
|
311
|
+
first-order: First Order
|
312
|
+
flag: flag
|
313
|
+
flag-checkered: flag-checkered
|
314
|
+
flag-o: Flag Outlined
|
315
|
+
flask: Flask
|
316
|
+
flickr: Flickr
|
317
|
+
floppy-o: Floppy Outlined
|
318
|
+
folder: Folder
|
319
|
+
folder-o: Folder Outlined
|
320
|
+
folder-open: Folder Open
|
321
|
+
folder-open-o: Folder Open Outlined
|
322
|
+
font: font
|
323
|
+
font-awesome: Font Awesome
|
324
|
+
fonticons: Fonticons
|
325
|
+
fork-awesome: Fork Awesome
|
326
|
+
fort-awesome: Fort Awesome
|
327
|
+
forumbee: Forumbee
|
328
|
+
forward: forward
|
329
|
+
foursquare: Foursquare
|
330
|
+
free-code-camp: Free Code Camp
|
331
|
+
freedesktop: freedesktop.org
|
332
|
+
freedombox: Freedombox
|
333
|
+
friendica: Friendica
|
334
|
+
frown-o: Frown Outlined
|
335
|
+
funkwhale: Funkwhale
|
336
|
+
futbol-o: Futbol Outlined
|
337
|
+
gamepad: Gamepad
|
338
|
+
gavel: Gavel
|
339
|
+
gbp: GBP
|
340
|
+
genderless: Genderless
|
341
|
+
get-pocket: Get Pocket
|
342
|
+
gg: GG Currency
|
343
|
+
gg-circle: GG Currency Circle
|
344
|
+
gift: gift
|
345
|
+
gimp: Gimp
|
346
|
+
git: Git
|
347
|
+
gitea: Gitea
|
348
|
+
github: GitHub
|
349
|
+
github-alt: GitHub Alt
|
350
|
+
github-square: GitHub Square
|
351
|
+
gitlab: GitLab
|
352
|
+
git-square: Git Square
|
353
|
+
glass: Glass
|
354
|
+
glide: Glide
|
355
|
+
glide-g: Glide G
|
356
|
+
globe: Globe
|
357
|
+
globe-e: Globe
|
358
|
+
globe-w: Globe
|
359
|
+
gnu: GNU Operating System
|
360
|
+
gnupg: GnuPG
|
361
|
+
gnu-social: GNU Social
|
362
|
+
google: Google Logo
|
363
|
+
google-play: Google Play
|
364
|
+
google-plus: Google Plus
|
365
|
+
google-plus-official: Google Plus Official
|
366
|
+
google-plus-square: Google Plus Square
|
367
|
+
google-wallet: Google Wallet
|
368
|
+
graduation-cap: Graduation Cap
|
369
|
+
gratipay: Gratipay (Gittip)
|
370
|
+
grav: Grav
|
371
|
+
hackaday: Hackaday
|
372
|
+
hacker-news: Hacker News
|
373
|
+
hackster: Hackster
|
374
|
+
hal: HAL
|
375
|
+
hand-lizard-o: Lizard (Hand)
|
376
|
+
hand-o-down: Hand Outlined Down
|
377
|
+
hand-o-left: Hand Outlined Left
|
378
|
+
hand-o-right: Hand Outlined Right
|
379
|
+
hand-o-up: Hand Outlined Up
|
380
|
+
hand-paper-o: Paper (Hand)
|
381
|
+
hand-peace-o: Hand Peace
|
382
|
+
hand-pointer-o: Hand Pointer
|
383
|
+
hand-rock-o: Rock (Hand)
|
384
|
+
hand-scissors-o: Scissors (Hand)
|
385
|
+
handshake-o: Handshake Outlined
|
386
|
+
hand-spock-o: Spock (Hand)
|
387
|
+
hashnode: Hashnode
|
388
|
+
hashtag: Hashtag
|
389
|
+
hdd-o: HDD
|
390
|
+
header: header
|
391
|
+
headphones: headphones
|
392
|
+
heart: Heart
|
393
|
+
heartbeat: Heartbeat
|
394
|
+
heart-o: Heart Outlined
|
395
|
+
hedgedoc: HedgeDoc
|
396
|
+
heroku: Heroku
|
397
|
+
history: History
|
398
|
+
home: home
|
399
|
+
home-assistant: Home Assistant
|
400
|
+
hospital-o: hospital Outlined
|
401
|
+
hourglass: Hourglass
|
402
|
+
hourglass-end: Hourglass End
|
403
|
+
hourglass-half: Hourglass Half
|
404
|
+
hourglass-o: Hourglass Outlined
|
405
|
+
hourglass-start: Hourglass Start
|
406
|
+
houzz: Houzz
|
407
|
+
h-square: H Square
|
408
|
+
html5: HTML 5 Logo
|
409
|
+
hubzilla: Hubzilla
|
410
|
+
i-cursor: I Beam Cursor
|
411
|
+
id-badge: Identification Badge
|
412
|
+
id-card: Identification Card
|
413
|
+
id-card-o: Identification Card Outlined
|
414
|
+
ils: Shekel (ILS)
|
415
|
+
imdb: IMDB
|
416
|
+
inbox: inbox
|
417
|
+
indent: Indent
|
418
|
+
industry: Industry
|
419
|
+
info: Info
|
420
|
+
info-circle: Info Circle
|
421
|
+
inkscape: Inkscape
|
422
|
+
inr: Indian Rupee (INR)
|
423
|
+
instagram: Instagram
|
424
|
+
internet-explorer: Internet-explorer
|
425
|
+
ioxhost: ioxhost
|
426
|
+
ipfs: IPFS
|
427
|
+
italic: italic
|
428
|
+
java: Java
|
429
|
+
javascript: JavaScript
|
430
|
+
jirafeau: Jirafeau
|
431
|
+
joomla: Joomla Logo
|
432
|
+
joplin: Joplin
|
433
|
+
jpy: Japanese Yen (JPY)
|
434
|
+
jsfiddle: jsFiddle
|
435
|
+
julia: Julia
|
436
|
+
jupyter: Jupyter
|
437
|
+
key: key
|
438
|
+
keybase: Keybase
|
439
|
+
keyboard-o: Keyboard Outlined
|
440
|
+
key-modern: Key (Modern)
|
441
|
+
krw: Korean Won (KRW)
|
442
|
+
language: Language
|
443
|
+
laptop: Laptop
|
444
|
+
laravel: Laravel
|
445
|
+
lastfm: last.fm
|
446
|
+
lastfm-square: last.fm Square
|
447
|
+
leaf: leaf
|
448
|
+
leanpub: Leanpub
|
449
|
+
lemmy: Lemmy
|
450
|
+
lemon-o: Lemon Outlined
|
451
|
+
level-down: Level Down
|
452
|
+
level-up: Level Up
|
453
|
+
liberapay: Liberapay
|
454
|
+
liberapay-square: Liberapay
|
455
|
+
life-ring: Life Ring
|
456
|
+
lightbulb-o: Lightbulb Outlined
|
457
|
+
line-chart: Line Chart
|
458
|
+
link: Link
|
459
|
+
linkedin: LinkedIn
|
460
|
+
linkedin-square: LinkedIn Square
|
461
|
+
linode: Linode
|
462
|
+
linux: Linux
|
463
|
+
list: list
|
464
|
+
list-alt: list-alt
|
465
|
+
list-ol: list-ol
|
466
|
+
list-ul: list-ul
|
467
|
+
location-arrow: location-arrow
|
468
|
+
lock: lock
|
469
|
+
long-arrow-down: Long Arrow Down
|
470
|
+
long-arrow-left: Long Arrow Left
|
471
|
+
long-arrow-right: Long Arrow Right
|
472
|
+
long-arrow-up: Long Arrow Up
|
473
|
+
low-vision: Low Vision
|
474
|
+
magic: magic
|
475
|
+
magnet: magnet
|
476
|
+
male: Male
|
477
|
+
map: Map
|
478
|
+
map-marker: map-marker
|
479
|
+
map-o: Map Outlined
|
480
|
+
map-pin: Map Pin
|
481
|
+
map-signs: Map Signs
|
482
|
+
mariadb: MariaDB
|
483
|
+
markdown: Markdown
|
484
|
+
mars: Mars
|
485
|
+
mars-double: Mars Double
|
486
|
+
mars-stroke: Mars Stroke
|
487
|
+
mars-stroke-h: Mars Stroke Horizontal
|
488
|
+
mars-stroke-v: Mars Stroke Vertical
|
489
|
+
mastodon: Mastodon
|
490
|
+
mastodon-alt: Mastodon Alt
|
491
|
+
mastodon-square: Mastodon Square
|
492
|
+
matrix-org: Matrix.org
|
493
|
+
maxcdn: MaxCDN
|
494
|
+
meanpath: meanpath
|
495
|
+
medium: Medium
|
496
|
+
medium-square: Medium
|
497
|
+
medkit: medkit
|
498
|
+
meetup: Meetup
|
499
|
+
meh-o: Meh Outlined
|
500
|
+
mercury: Mercury
|
501
|
+
microchip: Microchip
|
502
|
+
microphone: microphone
|
503
|
+
microphone-slash: Microphone Slash
|
504
|
+
minus: minus
|
505
|
+
minus-circle: Minus Circle
|
506
|
+
minus-square: Minus Square
|
507
|
+
minus-square-o: Minus Square Outlined
|
508
|
+
mixcloud: Mixcloud
|
509
|
+
mobile: Mobile Phone
|
510
|
+
modx: MODX
|
511
|
+
money: Money
|
512
|
+
moon: Moon
|
513
|
+
moon-o: Moon Outlined
|
514
|
+
motorcycle: Motorcycle
|
515
|
+
mouse-pointer: Mouse Pointer
|
516
|
+
mumble: Mumble
|
517
|
+
music: Music
|
518
|
+
mysql: MySQL
|
519
|
+
neuter: Neuter
|
520
|
+
newspaper-o: Newspaper Outlined
|
521
|
+
nextcloud: Nextcloud
|
522
|
+
nextcloud-square: Nextcloud Square
|
523
|
+
nodejs: Nodejs
|
524
|
+
nordcast: Nordcast
|
525
|
+
object-group: Object Group
|
526
|
+
object-ungroup: Object Ungroup
|
527
|
+
odnoklassniki: Odnoklassniki
|
528
|
+
odnoklassniki-square: Odnoklassniki Square
|
529
|
+
opencart: OpenCart
|
530
|
+
open-collective: Open Collective
|
531
|
+
openid: OpenID
|
532
|
+
opera: Opera
|
533
|
+
optin-monster: Optin Monster
|
534
|
+
orcid: Orcid Id
|
535
|
+
osi: Open Source Initiative
|
536
|
+
outdent: Outdent
|
537
|
+
pagelines: Pagelines
|
538
|
+
paint-brush: Paint Brush
|
539
|
+
paperclip: Paperclip
|
540
|
+
paper-plane: Paper Plane
|
541
|
+
paper-plane-o: Paper Plane Outlined
|
542
|
+
paragraph: paragraph
|
543
|
+
patreon: Patreon
|
544
|
+
pause: pause
|
545
|
+
pause-circle: Pause Circle
|
546
|
+
pause-circle-o: Pause Circle Outlined
|
547
|
+
paw: Paw
|
548
|
+
paypal: Paypal
|
549
|
+
peertube: PeerTube
|
550
|
+
pencil: pencil
|
551
|
+
pencil-square: Pencil Square
|
552
|
+
pencil-square-o: Pencil Square Outlined
|
553
|
+
percent: Percent
|
554
|
+
phone: Phone
|
555
|
+
phone-square: Phone Square
|
556
|
+
php: PHP
|
557
|
+
picture-o: Picture Outlined
|
558
|
+
pie-chart: Pie Chart
|
559
|
+
pinterest: Pinterest
|
560
|
+
pinterest-p: Pinterest P
|
561
|
+
pinterest-square: Pinterest Square
|
562
|
+
pixelfed: Pixelfed
|
563
|
+
plane: plane
|
564
|
+
play: play
|
565
|
+
play-circle: Play Circle
|
566
|
+
play-circle-o: Play Circle Outlined
|
567
|
+
pleroma: Pleroma
|
568
|
+
plug: Plug
|
569
|
+
plume: Plume
|
570
|
+
plus: plus
|
571
|
+
plus-circle: Plus Circle
|
572
|
+
plus-square: Plus Square
|
573
|
+
plus-square-o: Plus Square Outlined
|
574
|
+
podcast: Podcast
|
575
|
+
postgresql: PostgreSQL
|
576
|
+
power-off: Power Off
|
577
|
+
print: print
|
578
|
+
product-hunt: Product Hunt
|
579
|
+
proftpd: ProFTPD
|
580
|
+
puzzle-piece: Puzzle Piece
|
581
|
+
python: Python
|
582
|
+
qq: QQ
|
583
|
+
qrcode: qrcode
|
584
|
+
question: Question
|
585
|
+
question-circle: Question Circle
|
586
|
+
question-circle-o: Question Circle Outlined
|
587
|
+
quora: Quora
|
588
|
+
quote-left: quote-left
|
589
|
+
quote-right: quote-right
|
590
|
+
random: random
|
591
|
+
ravelry: Ravelry
|
592
|
+
react: React
|
593
|
+
rebel: Rebel Alliance
|
594
|
+
recycle: Recycle
|
595
|
+
reddit: reddit Logo
|
596
|
+
reddit-alien: reddit Alien
|
597
|
+
reddit-square: reddit Square
|
598
|
+
refresh: refresh
|
599
|
+
registered: Registered Trademark
|
600
|
+
renren: Renren
|
601
|
+
repeat: Repeat
|
602
|
+
reply: Reply
|
603
|
+
reply-all: reply-all
|
604
|
+
researchgate: Reasearch Gate
|
605
|
+
retweet: retweet
|
606
|
+
road: road
|
607
|
+
rocket: rocket
|
608
|
+
rss: rss
|
609
|
+
rss-square: RSS Square
|
610
|
+
rub: Russian Ruble (RUB)
|
611
|
+
safari: Safari
|
612
|
+
sass: Sass
|
613
|
+
sass-alt: Sass Alternative
|
614
|
+
scissors: Scissors
|
615
|
+
scribd: Scribd
|
616
|
+
scuttlebutt: Scuttlebutt
|
617
|
+
search: Search
|
618
|
+
search-minus: Search Minus
|
619
|
+
search-plus: Search Plus
|
620
|
+
sellsy: Sellsy
|
621
|
+
server: Server
|
622
|
+
shaarli: Shaarli
|
623
|
+
shaarli-o: Shaarli Outlined
|
624
|
+
share: Share
|
625
|
+
share-alt: Share Alt
|
626
|
+
share-alt-square: Share Alt Square
|
627
|
+
share-square: Share Square
|
628
|
+
share-square-o: Share Square Outlined
|
629
|
+
shield: shield
|
630
|
+
ship: Ship
|
631
|
+
shirtsinbulk: Shirts in Bulk
|
632
|
+
shopping-bag: Shopping Bag
|
633
|
+
shopping-basket: Shopping Basket
|
634
|
+
shopping-cart: shopping-cart
|
635
|
+
shower: Shower
|
636
|
+
signal: Signal
|
637
|
+
signalapp: Signal App
|
638
|
+
sign-in: Sign In
|
639
|
+
sign-language: Sign Language
|
640
|
+
sign-out: Sign Out
|
641
|
+
simplybuilt: SimplyBuilt
|
642
|
+
sitemap: Sitemap
|
643
|
+
skate: Skate
|
644
|
+
sketchfab: Sketchfab
|
645
|
+
skyatlas: skyatlas
|
646
|
+
skype: Skype
|
647
|
+
slack: Slack Logo
|
648
|
+
sliders: Sliders
|
649
|
+
slideshare: Slideshare
|
650
|
+
smile-o: Smile Outlined
|
651
|
+
snapchat: Snapchat
|
652
|
+
snapchat-ghost: Snapchat Ghost
|
653
|
+
snapchat-square: Snapchat Square
|
654
|
+
snowdrift: Snowdrift
|
655
|
+
snowflake-o: Snowflake Outlined
|
656
|
+
social-home: Socialhome
|
657
|
+
sort: Sort
|
658
|
+
sort-alpha-asc: Sort Alpha Ascending
|
659
|
+
sort-alpha-desc: Sort Alpha Descending
|
660
|
+
sort-amount-asc: Sort Amount Ascending
|
661
|
+
sort-amount-desc: Sort Amount Descending
|
662
|
+
sort-asc: Sort Ascending
|
663
|
+
sort-desc: Sort Descending
|
664
|
+
sort-numeric-asc: Sort Numeric Ascending
|
665
|
+
sort-numeric-desc: Sort Numeric Descending
|
666
|
+
soundcloud: SoundCloud
|
667
|
+
space-shuttle: Space Shuttle
|
668
|
+
spell-check: Spell check
|
669
|
+
spinner: Spinner
|
670
|
+
spoon: spoon
|
671
|
+
spotify: Spotify
|
672
|
+
square: Square
|
673
|
+
square-o: Square Outlined
|
674
|
+
stack-exchange: Stack Exchange
|
675
|
+
stack-overflow: Stack Overflow
|
676
|
+
star: Star
|
677
|
+
star-half: star-half
|
678
|
+
star-half-o: Star Half Outlined
|
679
|
+
star-o: Star Outlined
|
680
|
+
steam: Steam
|
681
|
+
steam-square: Steam Square
|
682
|
+
step-backward: step-backward
|
683
|
+
step-forward: step-forward
|
684
|
+
stethoscope: Stethoscope
|
685
|
+
sticky-note: Sticky Note
|
686
|
+
sticky-note-o: Sticky Note Outlined
|
687
|
+
stop: stop
|
688
|
+
stop-circle: Stop Circle
|
689
|
+
stop-circle-o: Stop Circle Outlined
|
690
|
+
street-view: Street View
|
691
|
+
strikethrough: Strikethrough
|
692
|
+
stumbleupon: StumbleUpon Logo
|
693
|
+
stumbleupon-circle: StumbleUpon Circle
|
694
|
+
subscript: subscript
|
695
|
+
subway: Subway
|
696
|
+
suitcase: Suitcase
|
697
|
+
sun: Sun
|
698
|
+
sun-o: Sun Outlined
|
699
|
+
superpowers: Superpowers
|
700
|
+
superscript: superscript
|
701
|
+
syncthing: Syncthing
|
702
|
+
table: table
|
703
|
+
tablet: tablet
|
704
|
+
tachometer: Tachometer
|
705
|
+
tag: tag
|
706
|
+
tags: tags
|
707
|
+
tasks: Tasks
|
708
|
+
taxi: Taxi
|
709
|
+
telegram: Telegram
|
710
|
+
television: Television
|
711
|
+
tencent-weibo: Tencent Weibo
|
712
|
+
terminal: Terminal
|
713
|
+
tex: TeX
|
714
|
+
text-height: text-height
|
715
|
+
textpattern: Textpattern
|
716
|
+
text-width: text-width
|
717
|
+
th: th
|
718
|
+
themeisle: ThemeIsle
|
719
|
+
thermometer-empty: Thermometer Empty
|
720
|
+
thermometer-full: Thermometer Full
|
721
|
+
thermometer-half: Thermometer 1/2 Full
|
722
|
+
thermometer-quarter: Thermometer 1/4 Full
|
723
|
+
thermometer-three-quarters: Thermometer 3/4 Full
|
724
|
+
th-large: th-large
|
725
|
+
th-list: th-list
|
726
|
+
thumbs-down: thumbs-down
|
727
|
+
thumbs-o-down: Thumbs Down Outlined
|
728
|
+
thumbs-o-up: Thumbs Up Outlined
|
729
|
+
thumbs-up: thumbs-up
|
730
|
+
thumb-tack: Thumb Tack
|
731
|
+
ticket: Ticket
|
732
|
+
tiktok: TikTok
|
733
|
+
tiktok-square: TikTok Square
|
734
|
+
times: Times
|
735
|
+
times-circle: Times Circle
|
736
|
+
times-circle-o: Times Circle Outlined
|
737
|
+
tint: tint
|
738
|
+
tipeee: Tipeee
|
739
|
+
toggle-off: Toggle Off
|
740
|
+
toggle-on: Toggle On
|
741
|
+
tor-onion: Tor Project Onion
|
742
|
+
trademark: Trademark
|
743
|
+
train: Train
|
744
|
+
transgender: Transgender
|
745
|
+
transgender-alt: Transgender Alt
|
746
|
+
trash: Trash
|
747
|
+
trash-o: Trash Outlined
|
748
|
+
tree: Tree
|
749
|
+
trello: Trello
|
750
|
+
tripadvisor: TripAdvisor
|
751
|
+
trophy: trophy
|
752
|
+
truck: truck
|
753
|
+
try: Turkish Lira (TRY)
|
754
|
+
tty: TTY
|
755
|
+
tumblr: Tumblr
|
756
|
+
tumblr-square: Tumblr Square
|
757
|
+
twitch: Twitch
|
758
|
+
twitter: Twitter
|
759
|
+
twitter-square: Twitter Square
|
760
|
+
ubuntu: Ubuntu
|
761
|
+
umbrella: Umbrella
|
762
|
+
underline: Underline
|
763
|
+
undo: Undo
|
764
|
+
unity: Unity
|
765
|
+
universal-access: Universal Access
|
766
|
+
university: University
|
767
|
+
unlock: unlock
|
768
|
+
unlock-alt: Unlock Alt
|
769
|
+
unsplash: Unsplash
|
770
|
+
upload: Upload
|
771
|
+
usb: USB
|
772
|
+
usd: US Dollar
|
773
|
+
user: User
|
774
|
+
user-circle: User Circle
|
775
|
+
user-circle-o: User Circle Outlined
|
776
|
+
user-md: user-md
|
777
|
+
user-o: User Outlined
|
778
|
+
user-plus: Add User
|
779
|
+
users: Users
|
780
|
+
user-secret: User Secret
|
781
|
+
user-times: Remove User
|
782
|
+
venus: Venus
|
783
|
+
venus-double: Venus Double
|
784
|
+
venus-mars: Venus Mars
|
785
|
+
viacoin: Viacoin (VIA)
|
786
|
+
viadeo: Viadeo
|
787
|
+
viadeo-square: Viadeo Square
|
788
|
+
video-camera: Video Camera
|
789
|
+
vimeo: Vimeo
|
790
|
+
vimeo-square: Vimeo Square
|
791
|
+
vine: Vine
|
792
|
+
vk: VK
|
793
|
+
volume-control-phone: Volume Control Phone
|
794
|
+
volume-down: volume-down
|
795
|
+
volume-mute: volume-mute
|
796
|
+
volume-off: volume-off
|
797
|
+
volume-up: volume-up
|
798
|
+
weibo: Weibo
|
799
|
+
weixin: Weixin (WeChat)
|
800
|
+
whatsapp: What's App
|
801
|
+
wheelchair: Wheelchair
|
802
|
+
wheelchair-alt: Wheelchair Alt
|
803
|
+
wifi: WiFi
|
804
|
+
wikidata: Wikidata
|
805
|
+
wikipedia-w: Wikipedia W
|
806
|
+
window-close: Window Close
|
807
|
+
window-close-o: Window Close Outline
|
808
|
+
window-maximize: Window Maximize
|
809
|
+
window-minimize: Window Minimize
|
810
|
+
window-restore: Window Restore
|
811
|
+
windows: Windows
|
812
|
+
wire: Wire
|
813
|
+
wordpress: WordPress Logo
|
814
|
+
wpbeginner: WPBeginner
|
815
|
+
wpexplorer: WPExplorer
|
816
|
+
wpforms: WPForms
|
817
|
+
wrench: Wrench
|
818
|
+
xing: Xing
|
819
|
+
xing-square: Xing Square
|
820
|
+
xmpp: XMPP
|
821
|
+
yahoo: Yahoo Logo
|
822
|
+
y-combinator: Y Combinator
|
823
|
+
yelp: Yelp
|
824
|
+
yoast: Yoast
|
825
|
+
youtube: YouTube
|
826
|
+
youtube-play: YouTube Play
|
827
|
+
youtube-square: YouTube Square
|
828
|
+
zotero: Zotero
|
829
|
+
en:
|
830
|
+
500px: 500px
|
831
|
+
activitypub: ActivityPub
|
832
|
+
address-book: Address Book
|
833
|
+
address-book-o: Address Book Outlined
|
834
|
+
address-card: Address Card
|
835
|
+
address-card-o: Address Card Outlined
|
836
|
+
adjust: adjust
|
837
|
+
adn: App.net
|
838
|
+
align-center: align-center
|
839
|
+
align-justify: align-justify
|
840
|
+
align-left: align-left
|
841
|
+
align-right: align-right
|
842
|
+
amazon: Amazon
|
843
|
+
ambulance: ambulance
|
844
|
+
american-sign-language-interpreting: American Sign Language Interpreting
|
845
|
+
anchor: Anchor
|
846
|
+
android: Android
|
847
|
+
angellist: AngelList
|
848
|
+
angle-double-down: Angle Double Down
|
849
|
+
angle-double-left: Angle Double Left
|
850
|
+
angle-double-right: Angle Double Right
|
851
|
+
angle-double-up: Angle Double Up
|
852
|
+
angle-down: angle-down
|
853
|
+
angle-left: angle-left
|
854
|
+
angle-right: angle-right
|
855
|
+
angle-up: angle-up
|
856
|
+
apple: Apple
|
857
|
+
archive: Archive
|
858
|
+
archive-org: Archive.org
|
859
|
+
archlinux: Archlinux
|
860
|
+
area-chart: Area Chart
|
861
|
+
arrow-circle-down: Arrow Circle Down
|
862
|
+
arrow-circle-left: Arrow Circle Left
|
863
|
+
arrow-circle-o-down: Arrow Circle Outlined Down
|
864
|
+
arrow-circle-o-left: Arrow Circle Outlined Left
|
865
|
+
arrow-circle-o-right: Arrow Circle Outlined Right
|
866
|
+
arrow-circle-o-up: Arrow Circle Outlined Up
|
867
|
+
arrow-circle-right: Arrow Circle Right
|
868
|
+
arrow-circle-up: Arrow Circle Up
|
869
|
+
arrow-down: arrow-down
|
870
|
+
arrow-left: arrow-left
|
871
|
+
arrow-right: arrow-right
|
872
|
+
arrows: Arrows
|
873
|
+
arrows-alt: Arrows Alt
|
874
|
+
arrows-h: Arrows Horizontal
|
875
|
+
arrows-v: Arrows Vertical
|
876
|
+
arrow-up: arrow-up
|
877
|
+
artstation: ArtStation
|
878
|
+
askfm: ASKfm
|
879
|
+
assistive-listening-systems: Assistive Listening Systems
|
880
|
+
asterisk: asterisk
|
881
|
+
at: At
|
882
|
+
att: AT&T
|
883
|
+
audio-description: Audio Description
|
884
|
+
backward: backward
|
885
|
+
balance-scale: Balance Scale
|
886
|
+
ban: ban
|
887
|
+
bandcamp: Bandcamp
|
888
|
+
bar-chart: Bar Chart
|
889
|
+
barcode: barcode
|
890
|
+
bars: Bars
|
891
|
+
bath: Bath
|
892
|
+
battery-empty: Battery Empty
|
893
|
+
battery-full: Battery Full
|
894
|
+
battery-half: Battery 1/2 Full
|
895
|
+
battery-quarter: Battery 1/4 Full
|
896
|
+
battery-three-quarters: Battery 3/4 Full
|
897
|
+
bed: Bed
|
898
|
+
beer: beer
|
899
|
+
behance: Behance
|
900
|
+
behance-square: Behance Square
|
901
|
+
bell: Bell
|
902
|
+
bell-o: Bell Outlined
|
903
|
+
bell-ringing: Ringing Bell
|
904
|
+
bell-ringing-o: Ringing Bell Outlined
|
905
|
+
bell-slash: Bell Slash
|
906
|
+
bell-slash-o: Bell Slash Outlined
|
907
|
+
bicycle: Bicycle
|
908
|
+
binoculars: Binoculars
|
909
|
+
biometric: biometric
|
910
|
+
birthday-cake: Birthday Cake
|
911
|
+
bitbucket: Bitbucket
|
912
|
+
bitbucket-square: Bitbucket Square
|
913
|
+
black-tie: Font Awesome Black Tie
|
914
|
+
blind: Blind
|
915
|
+
blockstack: Blockstack
|
916
|
+
bluetooth: Bluetooth
|
917
|
+
bluetooth-b: Bluetooth
|
918
|
+
boardgamegeek: Board Game Geek
|
919
|
+
bold: bold
|
920
|
+
bolt: Lightning Bolt
|
921
|
+
bomb: Bomb
|
922
|
+
book: book
|
923
|
+
bookmark: bookmark
|
924
|
+
bookmark-o: Bookmark Outlined
|
925
|
+
bootstrap: Bootstrap
|
926
|
+
braille: Braille
|
927
|
+
briefcase: Briefcase
|
928
|
+
btc: Bitcoin (BTC)
|
929
|
+
bug: Bug
|
930
|
+
building: Building
|
931
|
+
building-o: Building Outlined
|
932
|
+
bullhorn: bullhorn
|
933
|
+
bullseye: Bullseye
|
934
|
+
bunny: Bunny
|
935
|
+
bus: Bus
|
936
|
+
buymeacoffee: Buy Me A Coffee
|
937
|
+
buysellads: BuySellAds
|
938
|
+
c: C
|
939
|
+
calculator: Calculator
|
940
|
+
calendar: calendar
|
941
|
+
calendar-check-o: Calendar Check Outlined
|
942
|
+
calendar-minus-o: Calendar Minus Outlined
|
943
|
+
calendar-o: calendar-o
|
944
|
+
calendar-plus-o: Calendar Plus Outlined
|
945
|
+
calendar-times-o: Calendar Times Outlined
|
946
|
+
camera: camera
|
947
|
+
camera-retro: camera-retro
|
948
|
+
canonical: Canonical
|
949
|
+
car: Car
|
950
|
+
caret-down: Caret Down
|
951
|
+
caret-left: Caret Left
|
952
|
+
caret-right: Caret Right
|
953
|
+
caret-square-o-down: Caret Square Outlined Down
|
954
|
+
caret-square-o-left: Caret Square Outlined Left
|
955
|
+
caret-square-o-right: Caret Square Outlined Right
|
956
|
+
caret-square-o-up: Caret Square Outlined Up
|
957
|
+
caret-up: Caret Up
|
958
|
+
cart-arrow-down: Shopping Cart Arrow Down
|
959
|
+
cart-plus: Add to Shopping Cart
|
960
|
+
cc: Closed Captions
|
961
|
+
cc-amex: American Express Credit Card
|
962
|
+
cc-by: Creative Commons BY
|
963
|
+
cc-cc: Creative Commons
|
964
|
+
cc-diners-club: Diner's Club Credit Card
|
965
|
+
cc-discover: Discover Credit Card
|
966
|
+
cc-jcb: JCB Credit Card
|
967
|
+
cc-mastercard: MasterCard Credit Card
|
968
|
+
cc-nc: Creative Commons NC
|
969
|
+
cc-nc-eu: Creative Commons NC-EU
|
970
|
+
cc-nc-jp: Creative Commons NC-JP
|
971
|
+
cc-nd: Creative Commons ND
|
972
|
+
cc-paypal: Paypal Credit Card
|
973
|
+
cc-pd: Creative Commons PD
|
974
|
+
cc-remix: Creative Commons Remix
|
975
|
+
cc-sa: Creative Commons SA
|
976
|
+
cc-share: Creative Commons Share
|
977
|
+
cc-stripe: Stripe Credit Card
|
978
|
+
cc-visa: Visa Credit Card
|
979
|
+
cc-zero: Creative Commons Zero
|
980
|
+
certificate: certificate
|
981
|
+
chain-broken: Chain Broken
|
982
|
+
check: Check
|
983
|
+
check-circle: Check Circle
|
984
|
+
check-circle-o: Check Circle Outlined
|
985
|
+
check-square: Check Square
|
986
|
+
check-square-o: Check Square Outlined
|
987
|
+
chevron-circle-down: Chevron Circle Down
|
988
|
+
chevron-circle-left: Chevron Circle Left
|
989
|
+
chevron-circle-right: Chevron Circle Right
|
990
|
+
chevron-circle-up: Chevron Circle Up
|
991
|
+
chevron-down: chevron-down
|
992
|
+
chevron-left: chevron-left
|
993
|
+
chevron-right: chevron-right
|
994
|
+
chevron-up: chevron-up
|
995
|
+
child: Child
|
996
|
+
chrome: Chrome
|
997
|
+
circle: Circle
|
998
|
+
circle-o: Circle Outlined
|
999
|
+
circle-o-notch: Circle Outlined Notched
|
1000
|
+
circle-thin: Circle Outlined Thin
|
1001
|
+
classicpress: ClassicPress
|
1002
|
+
classicpress-circle: ClassicPress Circle
|
1003
|
+
clipboard: Clipboard
|
1004
|
+
clock-o: Clock Outlined
|
1005
|
+
clone: Clone
|
1006
|
+
cloud: Cloud
|
1007
|
+
cloud-download: Cloud Download
|
1008
|
+
cloud-upload: Cloud Upload
|
1009
|
+
code: Code
|
1010
|
+
codeberg: Codeberg
|
1011
|
+
code-fork: code-fork
|
1012
|
+
codepen: Codepen
|
1013
|
+
codiepie: Codie Pie
|
1014
|
+
coffee: Coffee
|
1015
|
+
cog: Cog
|
1016
|
+
cogs: cogs
|
1017
|
+
columns: Columns
|
1018
|
+
comment: comment
|
1019
|
+
commenting: Commenting
|
1020
|
+
commenting-o: Commenting Outlined
|
1021
|
+
comment-o: comment-o
|
1022
|
+
comments: comments
|
1023
|
+
comments-o: comments-o
|
1024
|
+
compass: Compass
|
1025
|
+
compress: Compress
|
1026
|
+
connectdevelop: Connect Develop
|
1027
|
+
contao: Contao
|
1028
|
+
conway-glider: Conway Glider
|
1029
|
+
copyright: Copyright
|
1030
|
+
creative-commons: Creative Commons
|
1031
|
+
credit-card: credit-card
|
1032
|
+
credit-card-alt: Credit Card
|
1033
|
+
crop: crop
|
1034
|
+
crosshairs: Crosshairs
|
1035
|
+
csharp: C#
|
1036
|
+
css3: CSS 3 Logo
|
1037
|
+
cube: Cube
|
1038
|
+
cubes: Cubes
|
1039
|
+
cutlery: Cutlery
|
1040
|
+
dashcube: DashCube
|
1041
|
+
database: Database
|
1042
|
+
deaf: Deaf
|
1043
|
+
debian: Debian
|
1044
|
+
delicious: Delicious Logo
|
1045
|
+
desktop: Desktop
|
1046
|
+
deviantart: deviantART
|
1047
|
+
dev-to: Dev.to
|
1048
|
+
diamond: Diamond
|
1049
|
+
diaspora: Diaspora*
|
1050
|
+
digg: Digg Logo
|
1051
|
+
digitalocean: DigitalOcean
|
1052
|
+
discord: Discord
|
1053
|
+
discord-alt: Discord
|
1054
|
+
discourse: Discourse
|
1055
|
+
dogmazic: Dogmazic
|
1056
|
+
dot-circle-o: Dot Circle Outlined
|
1057
|
+
download: Download
|
1058
|
+
dribbble: Dribbble
|
1059
|
+
dropbox: Dropbox
|
1060
|
+
drupal: Drupal Logo
|
1061
|
+
edge: Edge Browser
|
1062
|
+
eercast: Eercast
|
1063
|
+
eject: eject
|
1064
|
+
ellipsis-h: Ellipsis Horizontal
|
1065
|
+
ellipsis-v: Ellipsis Vertical
|
1066
|
+
email-bulk: Email Bulk
|
1067
|
+
email-bulk-o: Email Bulk Outlined
|
1068
|
+
emby: Emby
|
1069
|
+
empire: Galactic Empire
|
1070
|
+
envelope: Envelope
|
1071
|
+
envelope-o: Envelope Outlined
|
1072
|
+
envelope-open: Envelope Open
|
1073
|
+
envelope-open-o: Envelope Open Outlined
|
1074
|
+
envelope-square: Envelope Square
|
1075
|
+
envira: Envira Gallery
|
1076
|
+
eraser: eraser
|
1077
|
+
ethereum: Ethereum
|
1078
|
+
etsy: Etsy
|
1079
|
+
eur: Euro (EUR)
|
1080
|
+
exchange: Exchange
|
1081
|
+
exclamation: exclamation
|
1082
|
+
exclamation-circle: Exclamation Circle
|
1083
|
+
exclamation-triangle: Exclamation Triangle
|
1084
|
+
expand: Expand
|
1085
|
+
expeditedssl: ExpeditedSSL
|
1086
|
+
external-link: External Link
|
1087
|
+
external-link-square: External Link Square
|
1088
|
+
eye: Eye
|
1089
|
+
eyedropper: Eyedropper
|
1090
|
+
eyeem: EyeEm
|
1091
|
+
eyeem-o: EyeEm Outlined
|
1092
|
+
eye-slash: Eye Slash
|
1093
|
+
facebook: Facebook
|
1094
|
+
facebook-messenger: Facebook Messenger
|
1095
|
+
facebook-official: Facebook Official
|
1096
|
+
facebook-square: Facebook Square
|
1097
|
+
fast-backward: fast-backward
|
1098
|
+
fast-forward: fast-forward
|
1099
|
+
fax: Fax
|
1100
|
+
f-droid: F-droid
|
1101
|
+
fediverse: Fediverse
|
1102
|
+
female: Female
|
1103
|
+
ffmpeg: FFmpeg
|
1104
|
+
fighter-jet: fighter-jet
|
1105
|
+
file: File
|
1106
|
+
file-archive-o: Archive File Outlined
|
1107
|
+
file-audio-o: Audio File Outlined
|
1108
|
+
file-code-o: Code File Outlined
|
1109
|
+
file-epub: EPUB
|
1110
|
+
file-excel-o: Excel File Outlined
|
1111
|
+
file-image-o: Image File Outlined
|
1112
|
+
file-o: File Outlined
|
1113
|
+
file-pdf-o: PDF File Outlined
|
1114
|
+
file-powerpoint-o: Powerpoint File Outlined
|
1115
|
+
files-o: Files Outlined
|
1116
|
+
file-text: File Text
|
1117
|
+
file-text-o: File Text Outlined
|
1118
|
+
file-video-o: Video File Outlined
|
1119
|
+
file-word-o: Word File Outlined
|
1120
|
+
film: Film
|
1121
|
+
filter: Filter
|
1122
|
+
fire: fire
|
1123
|
+
fire-extinguisher: fire-extinguisher
|
1124
|
+
firefox: Firefox
|
1125
|
+
first-order: First Order
|
1126
|
+
flag: flag
|
1127
|
+
flag-checkered: flag-checkered
|
1128
|
+
flag-o: Flag Outlined
|
1129
|
+
flask: Flask
|
1130
|
+
flickr: Flickr
|
1131
|
+
floppy-o: Floppy Outlined
|
1132
|
+
folder: Folder
|
1133
|
+
folder-o: Folder Outlined
|
1134
|
+
folder-open: Folder Open
|
1135
|
+
folder-open-o: Folder Open Outlined
|
1136
|
+
font: font
|
1137
|
+
font-awesome: Font Awesome
|
1138
|
+
fonticons: Fonticons
|
1139
|
+
fork-awesome: Fork Awesome
|
1140
|
+
fort-awesome: Fort Awesome
|
1141
|
+
forumbee: Forumbee
|
1142
|
+
forward: forward
|
1143
|
+
foursquare: Foursquare
|
1144
|
+
free-code-camp: Free Code Camp
|
1145
|
+
freedesktop: freedesktop.org
|
1146
|
+
freedombox: Freedombox
|
1147
|
+
friendica: Friendica
|
1148
|
+
frown-o: Frown Outlined
|
1149
|
+
funkwhale: Funkwhale
|
1150
|
+
futbol-o: Futbol Outlined
|
1151
|
+
gamepad: Gamepad
|
1152
|
+
gavel: Gavel
|
1153
|
+
gbp: GBP
|
1154
|
+
genderless: Genderless
|
1155
|
+
get-pocket: Get Pocket
|
1156
|
+
gg: GG Currency
|
1157
|
+
gg-circle: GG Currency Circle
|
1158
|
+
gift: gift
|
1159
|
+
gimp: Gimp
|
1160
|
+
git: Git
|
1161
|
+
gitea: Gitea
|
1162
|
+
github: GitHub
|
1163
|
+
github-alt: GitHub Alt
|
1164
|
+
github-square: GitHub Square
|
1165
|
+
gitlab: GitLab
|
1166
|
+
git-square: Git Square
|
1167
|
+
glass: Glass
|
1168
|
+
glide: Glide
|
1169
|
+
glide-g: Glide G
|
1170
|
+
globe: Globe
|
1171
|
+
globe-e: Globe
|
1172
|
+
globe-w: Globe
|
1173
|
+
gnu: GNU Operating System
|
1174
|
+
gnupg: GnuPG
|
1175
|
+
gnu-social: GNU Social
|
1176
|
+
google: Google Logo
|
1177
|
+
google-play: Google Play
|
1178
|
+
google-plus: Google Plus
|
1179
|
+
google-plus-official: Google Plus Official
|
1180
|
+
google-plus-square: Google Plus Square
|
1181
|
+
google-wallet: Google Wallet
|
1182
|
+
graduation-cap: Graduation Cap
|
1183
|
+
gratipay: Gratipay (Gittip)
|
1184
|
+
grav: Grav
|
1185
|
+
hackaday: Hackaday
|
1186
|
+
hacker-news: Hacker News
|
1187
|
+
hackster: Hackster
|
1188
|
+
hal: HAL
|
1189
|
+
hand-lizard-o: Lizard (Hand)
|
1190
|
+
hand-o-down: Hand Outlined Down
|
1191
|
+
hand-o-left: Hand Outlined Left
|
1192
|
+
hand-o-right: Hand Outlined Right
|
1193
|
+
hand-o-up: Hand Outlined Up
|
1194
|
+
hand-paper-o: Paper (Hand)
|
1195
|
+
hand-peace-o: Hand Peace
|
1196
|
+
hand-pointer-o: Hand Pointer
|
1197
|
+
hand-rock-o: Rock (Hand)
|
1198
|
+
hand-scissors-o: Scissors (Hand)
|
1199
|
+
handshake-o: Handshake Outlined
|
1200
|
+
hand-spock-o: Spock (Hand)
|
1201
|
+
hashnode: Hashnode
|
1202
|
+
hashtag: Hashtag
|
1203
|
+
hdd-o: HDD
|
1204
|
+
header: header
|
1205
|
+
headphones: headphones
|
1206
|
+
heart: Heart
|
1207
|
+
heartbeat: Heartbeat
|
1208
|
+
heart-o: Heart Outlined
|
1209
|
+
hedgedoc: HedgeDoc
|
1210
|
+
heroku: Heroku
|
1211
|
+
history: History
|
1212
|
+
home: home
|
1213
|
+
home-assistant: Home Assistant
|
1214
|
+
hospital-o: hospital Outlined
|
1215
|
+
hourglass: Hourglass
|
1216
|
+
hourglass-end: Hourglass End
|
1217
|
+
hourglass-half: Hourglass Half
|
1218
|
+
hourglass-o: Hourglass Outlined
|
1219
|
+
hourglass-start: Hourglass Start
|
1220
|
+
houzz: Houzz
|
1221
|
+
h-square: H Square
|
1222
|
+
html5: HTML 5 Logo
|
1223
|
+
hubzilla: Hubzilla
|
1224
|
+
i-cursor: I Beam Cursor
|
1225
|
+
id-badge: Identification Badge
|
1226
|
+
id-card: Identification Card
|
1227
|
+
id-card-o: Identification Card Outlined
|
1228
|
+
ils: Shekel (ILS)
|
1229
|
+
imdb: IMDB
|
1230
|
+
inbox: inbox
|
1231
|
+
indent: Indent
|
1232
|
+
industry: Industry
|
1233
|
+
info: Info
|
1234
|
+
info-circle: Info Circle
|
1235
|
+
inkscape: Inkscape
|
1236
|
+
inr: Indian Rupee (INR)
|
1237
|
+
instagram: Instagram
|
1238
|
+
internet-explorer: Internet-explorer
|
1239
|
+
ioxhost: ioxhost
|
1240
|
+
ipfs: IPFS
|
1241
|
+
italic: italic
|
1242
|
+
java: Java
|
1243
|
+
javascript: JavaScript
|
1244
|
+
jirafeau: Jirafeau
|
1245
|
+
joomla: Joomla Logo
|
1246
|
+
joplin: Joplin
|
1247
|
+
jpy: Japanese Yen (JPY)
|
1248
|
+
jsfiddle: jsFiddle
|
1249
|
+
julia: Julia
|
1250
|
+
jupyter: Jupyter
|
1251
|
+
key: key
|
1252
|
+
keybase: Keybase
|
1253
|
+
keyboard-o: Keyboard Outlined
|
1254
|
+
key-modern: Key (Modern)
|
1255
|
+
krw: Korean Won (KRW)
|
1256
|
+
language: Language
|
1257
|
+
laptop: Laptop
|
1258
|
+
laravel: Laravel
|
1259
|
+
lastfm: last.fm
|
1260
|
+
lastfm-square: last.fm Square
|
1261
|
+
leaf: leaf
|
1262
|
+
leanpub: Leanpub
|
1263
|
+
lemmy: Lemmy
|
1264
|
+
lemon-o: Lemon Outlined
|
1265
|
+
level-down: Level Down
|
1266
|
+
level-up: Level Up
|
1267
|
+
liberapay: Liberapay
|
1268
|
+
liberapay-square: Liberapay
|
1269
|
+
life-ring: Life Ring
|
1270
|
+
lightbulb-o: Lightbulb Outlined
|
1271
|
+
line-chart: Line Chart
|
1272
|
+
link: Link
|
1273
|
+
linkedin: LinkedIn
|
1274
|
+
linkedin-square: LinkedIn Square
|
1275
|
+
linode: Linode
|
1276
|
+
linux: Linux
|
1277
|
+
list: list
|
1278
|
+
list-alt: list-alt
|
1279
|
+
list-ol: list-ol
|
1280
|
+
list-ul: list-ul
|
1281
|
+
location-arrow: location-arrow
|
1282
|
+
lock: lock
|
1283
|
+
long-arrow-down: Long Arrow Down
|
1284
|
+
long-arrow-left: Long Arrow Left
|
1285
|
+
long-arrow-right: Long Arrow Right
|
1286
|
+
long-arrow-up: Long Arrow Up
|
1287
|
+
low-vision: Low Vision
|
1288
|
+
magic: magic
|
1289
|
+
magnet: magnet
|
1290
|
+
male: Male
|
1291
|
+
map: Map
|
1292
|
+
map-marker: map-marker
|
1293
|
+
map-o: Map Outlined
|
1294
|
+
map-pin: Map Pin
|
1295
|
+
map-signs: Map Signs
|
1296
|
+
mariadb: MariaDB
|
1297
|
+
markdown: Markdown
|
1298
|
+
mars: Mars
|
1299
|
+
mars-double: Mars Double
|
1300
|
+
mars-stroke: Mars Stroke
|
1301
|
+
mars-stroke-h: Mars Stroke Horizontal
|
1302
|
+
mars-stroke-v: Mars Stroke Vertical
|
1303
|
+
mastodon: Mastodon
|
1304
|
+
mastodon-alt: Mastodon Alt
|
1305
|
+
mastodon-square: Mastodon Square
|
1306
|
+
matrix-org: Matrix.org
|
1307
|
+
maxcdn: MaxCDN
|
1308
|
+
meanpath: meanpath
|
1309
|
+
medium: Medium
|
1310
|
+
medium-square: Medium
|
1311
|
+
medkit: medkit
|
1312
|
+
meetup: Meetup
|
1313
|
+
meh-o: Meh Outlined
|
1314
|
+
mercury: Mercury
|
1315
|
+
microchip: Microchip
|
1316
|
+
microphone: microphone
|
1317
|
+
microphone-slash: Microphone Slash
|
1318
|
+
minus: minus
|
1319
|
+
minus-circle: Minus Circle
|
1320
|
+
minus-square: Minus Square
|
1321
|
+
minus-square-o: Minus Square Outlined
|
1322
|
+
mixcloud: Mixcloud
|
1323
|
+
mobile: Mobile Phone
|
1324
|
+
modx: MODX
|
1325
|
+
money: Money
|
1326
|
+
moon: Moon
|
1327
|
+
moon-o: Moon Outlined
|
1328
|
+
motorcycle: Motorcycle
|
1329
|
+
mouse-pointer: Mouse Pointer
|
1330
|
+
mumble: Mumble
|
1331
|
+
music: Music
|
1332
|
+
mysql: MySQL
|
1333
|
+
neuter: Neuter
|
1334
|
+
newspaper-o: Newspaper Outlined
|
1335
|
+
nextcloud: Nextcloud
|
1336
|
+
nextcloud-square: Nextcloud Square
|
1337
|
+
nodejs: Nodejs
|
1338
|
+
nordcast: Nordcast
|
1339
|
+
object-group: Object Group
|
1340
|
+
object-ungroup: Object Ungroup
|
1341
|
+
odnoklassniki: Odnoklassniki
|
1342
|
+
odnoklassniki-square: Odnoklassniki Square
|
1343
|
+
opencart: OpenCart
|
1344
|
+
open-collective: Open Collective
|
1345
|
+
openid: OpenID
|
1346
|
+
opera: Opera
|
1347
|
+
optin-monster: Optin Monster
|
1348
|
+
orcid: Orcid Id
|
1349
|
+
osi: Open Source Initiative
|
1350
|
+
outdent: Outdent
|
1351
|
+
pagelines: Pagelines
|
1352
|
+
paint-brush: Paint Brush
|
1353
|
+
paperclip: Paperclip
|
1354
|
+
paper-plane: Paper Plane
|
1355
|
+
paper-plane-o: Paper Plane Outlined
|
1356
|
+
paragraph: paragraph
|
1357
|
+
patreon: Patreon
|
1358
|
+
pause: pause
|
1359
|
+
pause-circle: Pause Circle
|
1360
|
+
pause-circle-o: Pause Circle Outlined
|
1361
|
+
paw: Paw
|
1362
|
+
paypal: Paypal
|
1363
|
+
peertube: PeerTube
|
1364
|
+
pencil: pencil
|
1365
|
+
pencil-square: Pencil Square
|
1366
|
+
pencil-square-o: Pencil Square Outlined
|
1367
|
+
percent: Percent
|
1368
|
+
phone: Phone
|
1369
|
+
phone-square: Phone Square
|
1370
|
+
php: PHP
|
1371
|
+
picture-o: Picture Outlined
|
1372
|
+
pie-chart: Pie Chart
|
1373
|
+
pinterest: Pinterest
|
1374
|
+
pinterest-p: Pinterest P
|
1375
|
+
pinterest-square: Pinterest Square
|
1376
|
+
pixelfed: Pixelfed
|
1377
|
+
plane: plane
|
1378
|
+
play: play
|
1379
|
+
play-circle: Play Circle
|
1380
|
+
play-circle-o: Play Circle Outlined
|
1381
|
+
pleroma: Pleroma
|
1382
|
+
plug: Plug
|
1383
|
+
plume: Plume
|
1384
|
+
plus: plus
|
1385
|
+
plus-circle: Plus Circle
|
1386
|
+
plus-square: Plus Square
|
1387
|
+
plus-square-o: Plus Square Outlined
|
1388
|
+
podcast: Podcast
|
1389
|
+
postgresql: PostgreSQL
|
1390
|
+
power-off: Power Off
|
1391
|
+
print: print
|
1392
|
+
product-hunt: Product Hunt
|
1393
|
+
proftpd: ProFTPD
|
1394
|
+
puzzle-piece: Puzzle Piece
|
1395
|
+
python: Python
|
1396
|
+
qq: QQ
|
1397
|
+
qrcode: qrcode
|
1398
|
+
question: Question
|
1399
|
+
question-circle: Question Circle
|
1400
|
+
question-circle-o: Question Circle Outlined
|
1401
|
+
quora: Quora
|
1402
|
+
quote-left: quote-left
|
1403
|
+
quote-right: quote-right
|
1404
|
+
random: random
|
1405
|
+
ravelry: Ravelry
|
1406
|
+
react: React
|
1407
|
+
rebel: Rebel Alliance
|
1408
|
+
recycle: Recycle
|
1409
|
+
reddit: reddit Logo
|
1410
|
+
reddit-alien: reddit Alien
|
1411
|
+
reddit-square: reddit Square
|
1412
|
+
refresh: refresh
|
1413
|
+
registered: Registered Trademark
|
1414
|
+
renren: Renren
|
1415
|
+
repeat: Repeat
|
1416
|
+
reply: Reply
|
1417
|
+
reply-all: reply-all
|
1418
|
+
researchgate: Reasearch Gate
|
1419
|
+
retweet: retweet
|
1420
|
+
road: road
|
1421
|
+
rocket: rocket
|
1422
|
+
rss: rss
|
1423
|
+
rss-square: RSS Square
|
1424
|
+
rub: Russian Ruble (RUB)
|
1425
|
+
safari: Safari
|
1426
|
+
sass: Sass
|
1427
|
+
sass-alt: Sass Alternative
|
1428
|
+
scissors: Scissors
|
1429
|
+
scribd: Scribd
|
1430
|
+
scuttlebutt: Scuttlebutt
|
1431
|
+
search: Search
|
1432
|
+
search-minus: Search Minus
|
1433
|
+
search-plus: Search Plus
|
1434
|
+
sellsy: Sellsy
|
1435
|
+
server: Server
|
1436
|
+
shaarli: Shaarli
|
1437
|
+
shaarli-o: Shaarli Outlined
|
1438
|
+
share: Share
|
1439
|
+
share-alt: Share Alt
|
1440
|
+
share-alt-square: Share Alt Square
|
1441
|
+
share-square: Share Square
|
1442
|
+
share-square-o: Share Square Outlined
|
1443
|
+
shield: shield
|
1444
|
+
ship: Ship
|
1445
|
+
shirtsinbulk: Shirts in Bulk
|
1446
|
+
shopping-bag: Shopping Bag
|
1447
|
+
shopping-basket: Shopping Basket
|
1448
|
+
shopping-cart: shopping-cart
|
1449
|
+
shower: Shower
|
1450
|
+
signal: Signal
|
1451
|
+
signalapp: Signal App
|
1452
|
+
sign-in: Sign In
|
1453
|
+
sign-language: Sign Language
|
1454
|
+
sign-out: Sign Out
|
1455
|
+
simplybuilt: SimplyBuilt
|
1456
|
+
sitemap: Sitemap
|
1457
|
+
skate: Skate
|
1458
|
+
sketchfab: Sketchfab
|
1459
|
+
skyatlas: skyatlas
|
1460
|
+
skype: Skype
|
1461
|
+
slack: Slack Logo
|
1462
|
+
sliders: Sliders
|
1463
|
+
slideshare: Slideshare
|
1464
|
+
smile-o: Smile Outlined
|
1465
|
+
snapchat: Snapchat
|
1466
|
+
snapchat-ghost: Snapchat Ghost
|
1467
|
+
snapchat-square: Snapchat Square
|
1468
|
+
snowdrift: Snowdrift
|
1469
|
+
snowflake-o: Snowflake Outlined
|
1470
|
+
social-home: Socialhome
|
1471
|
+
sort: Sort
|
1472
|
+
sort-alpha-asc: Sort Alpha Ascending
|
1473
|
+
sort-alpha-desc: Sort Alpha Descending
|
1474
|
+
sort-amount-asc: Sort Amount Ascending
|
1475
|
+
sort-amount-desc: Sort Amount Descending
|
1476
|
+
sort-asc: Sort Ascending
|
1477
|
+
sort-desc: Sort Descending
|
1478
|
+
sort-numeric-asc: Sort Numeric Ascending
|
1479
|
+
sort-numeric-desc: Sort Numeric Descending
|
1480
|
+
soundcloud: SoundCloud
|
1481
|
+
space-shuttle: Space Shuttle
|
1482
|
+
spell-check: Spell check
|
1483
|
+
spinner: Spinner
|
1484
|
+
spoon: spoon
|
1485
|
+
spotify: Spotify
|
1486
|
+
square: Square
|
1487
|
+
square-o: Square Outlined
|
1488
|
+
stack-exchange: Stack Exchange
|
1489
|
+
stack-overflow: Stack Overflow
|
1490
|
+
star: Star
|
1491
|
+
star-half: star-half
|
1492
|
+
star-half-o: Star Half Outlined
|
1493
|
+
star-o: Star Outlined
|
1494
|
+
steam: Steam
|
1495
|
+
steam-square: Steam Square
|
1496
|
+
step-backward: step-backward
|
1497
|
+
step-forward: step-forward
|
1498
|
+
stethoscope: Stethoscope
|
1499
|
+
sticky-note: Sticky Note
|
1500
|
+
sticky-note-o: Sticky Note Outlined
|
1501
|
+
stop: stop
|
1502
|
+
stop-circle: Stop Circle
|
1503
|
+
stop-circle-o: Stop Circle Outlined
|
1504
|
+
street-view: Street View
|
1505
|
+
strikethrough: Strikethrough
|
1506
|
+
stumbleupon: StumbleUpon Logo
|
1507
|
+
stumbleupon-circle: StumbleUpon Circle
|
1508
|
+
subscript: subscript
|
1509
|
+
subway: Subway
|
1510
|
+
suitcase: Suitcase
|
1511
|
+
sun: Sun
|
1512
|
+
sun-o: Sun Outlined
|
1513
|
+
superpowers: Superpowers
|
1514
|
+
superscript: superscript
|
1515
|
+
syncthing: Syncthing
|
1516
|
+
table: table
|
1517
|
+
tablet: tablet
|
1518
|
+
tachometer: Tachometer
|
1519
|
+
tag: tag
|
1520
|
+
tags: tags
|
1521
|
+
tasks: Tasks
|
1522
|
+
taxi: Taxi
|
1523
|
+
telegram: Telegram
|
1524
|
+
television: Television
|
1525
|
+
tencent-weibo: Tencent Weibo
|
1526
|
+
terminal: Terminal
|
1527
|
+
tex: TeX
|
1528
|
+
text-height: text-height
|
1529
|
+
textpattern: Textpattern
|
1530
|
+
text-width: text-width
|
1531
|
+
th: th
|
1532
|
+
themeisle: ThemeIsle
|
1533
|
+
thermometer-empty: Thermometer Empty
|
1534
|
+
thermometer-full: Thermometer Full
|
1535
|
+
thermometer-half: Thermometer 1/2 Full
|
1536
|
+
thermometer-quarter: Thermometer 1/4 Full
|
1537
|
+
thermometer-three-quarters: Thermometer 3/4 Full
|
1538
|
+
th-large: th-large
|
1539
|
+
th-list: th-list
|
1540
|
+
thumbs-down: thumbs-down
|
1541
|
+
thumbs-o-down: Thumbs Down Outlined
|
1542
|
+
thumbs-o-up: Thumbs Up Outlined
|
1543
|
+
thumbs-up: thumbs-up
|
1544
|
+
thumb-tack: Thumb Tack
|
1545
|
+
ticket: Ticket
|
1546
|
+
tiktok: TikTok
|
1547
|
+
tiktok-square: TikTok Square
|
1548
|
+
times: Times
|
1549
|
+
times-circle: Times Circle
|
1550
|
+
times-circle-o: Times Circle Outlined
|
1551
|
+
tint: tint
|
1552
|
+
tipeee: Tipeee
|
1553
|
+
toggle-off: Toggle Off
|
1554
|
+
toggle-on: Toggle On
|
1555
|
+
tor-onion: Tor Project Onion
|
1556
|
+
trademark: Trademark
|
1557
|
+
train: Train
|
1558
|
+
transgender: Transgender
|
1559
|
+
transgender-alt: Transgender Alt
|
1560
|
+
trash: Trash
|
1561
|
+
trash-o: Trash Outlined
|
1562
|
+
tree: Tree
|
1563
|
+
trello: Trello
|
1564
|
+
tripadvisor: TripAdvisor
|
1565
|
+
trophy: trophy
|
1566
|
+
truck: truck
|
1567
|
+
try: Turkish Lira (TRY)
|
1568
|
+
tty: TTY
|
1569
|
+
tumblr: Tumblr
|
1570
|
+
tumblr-square: Tumblr Square
|
1571
|
+
twitch: Twitch
|
1572
|
+
twitter: Twitter
|
1573
|
+
twitter-square: Twitter Square
|
1574
|
+
ubuntu: Ubuntu
|
1575
|
+
umbrella: Umbrella
|
1576
|
+
underline: Underline
|
1577
|
+
undo: Undo
|
1578
|
+
unity: Unity
|
1579
|
+
universal-access: Universal Access
|
1580
|
+
university: University
|
1581
|
+
unlock: unlock
|
1582
|
+
unlock-alt: Unlock Alt
|
1583
|
+
unsplash: Unsplash
|
1584
|
+
upload: Upload
|
1585
|
+
usb: USB
|
1586
|
+
usd: US Dollar
|
1587
|
+
user: User
|
1588
|
+
user-circle: User Circle
|
1589
|
+
user-circle-o: User Circle Outlined
|
1590
|
+
user-md: user-md
|
1591
|
+
user-o: User Outlined
|
1592
|
+
user-plus: Add User
|
1593
|
+
users: Users
|
1594
|
+
user-secret: User Secret
|
1595
|
+
user-times: Remove User
|
1596
|
+
venus: Venus
|
1597
|
+
venus-double: Venus Double
|
1598
|
+
venus-mars: Venus Mars
|
1599
|
+
viacoin: Viacoin (VIA)
|
1600
|
+
viadeo: Viadeo
|
1601
|
+
viadeo-square: Viadeo Square
|
1602
|
+
video-camera: Video Camera
|
1603
|
+
vimeo: Vimeo
|
1604
|
+
vimeo-square: Vimeo Square
|
1605
|
+
vine: Vine
|
1606
|
+
vk: VK
|
1607
|
+
volume-control-phone: Volume Control Phone
|
1608
|
+
volume-down: volume-down
|
1609
|
+
volume-mute: volume-mute
|
1610
|
+
volume-off: volume-off
|
1611
|
+
volume-up: volume-up
|
1612
|
+
weibo: Weibo
|
1613
|
+
weixin: Weixin (WeChat)
|
1614
|
+
whatsapp: What's App
|
1615
|
+
wheelchair: Wheelchair
|
1616
|
+
wheelchair-alt: Wheelchair Alt
|
1617
|
+
wifi: WiFi
|
1618
|
+
wikidata: Wikidata
|
1619
|
+
wikipedia-w: Wikipedia W
|
1620
|
+
window-close: Window Close
|
1621
|
+
window-close-o: Window Close Outline
|
1622
|
+
window-maximize: Window Maximize
|
1623
|
+
window-minimize: Window Minimize
|
1624
|
+
window-restore: Window Restore
|
1625
|
+
windows: Windows
|
1626
|
+
wire: Wire
|
1627
|
+
wordpress: WordPress Logo
|
1628
|
+
wpbeginner: WPBeginner
|
1629
|
+
wpexplorer: WPExplorer
|
1630
|
+
wpforms: WPForms
|
1631
|
+
wrench: Wrench
|
1632
|
+
xing: Xing
|
1633
|
+
xing-square: Xing Square
|
1634
|
+
xmpp: XMPP
|
1635
|
+
yahoo: Yahoo Logo
|
1636
|
+
y-combinator: Y Combinator
|
1637
|
+
yelp: Yelp
|
1638
|
+
yoast: Yoast
|
1639
|
+
youtube: YouTube
|
1640
|
+
youtube-play: YouTube Play
|
1641
|
+
youtube-square: YouTube Square
|
1642
|
+
zotero: Zotero
|
1643
|
+
text:
|
1644
|
+
type: "text"
|
1645
|
+
required: true
|
1646
|
+
label:
|
1647
|
+
es: "Texto"
|
1648
|
+
en: "Text"
|
1649
|
+
button_text:
|
1650
|
+
type: "string"
|
1651
|
+
label:
|
1652
|
+
es: "Texto del botón"
|
1653
|
+
en: "Button text"
|
1654
|
+
default:
|
1655
|
+
en: "Go!"
|
1656
|
+
es: "Ver"
|
1657
|
+
pages:
|
1658
|
+
type: "new_has_and_belongs_to_many"
|
1659
|
+
inverse: "item_cards"
|
1660
|
+
filter:
|
1661
|
+
layout:
|
1662
|
+
- "subsection"
|
1663
|
+
- "index"
|
1664
|
+
label:
|
1665
|
+
en: "Páginas"
|
1666
|
+
es: "Páginas"
|
1667
|
+
help:
|
1668
|
+
en: "What pages does this belong in?"
|
1669
|
+
es: "Páginas a las que pertenece"
|
1670
|
+
button_linked_post:
|
1671
|
+
required: true
|
1672
|
+
type: "new_belongs_to"
|
1673
|
+
filter:
|
1674
|
+
layout:
|
1675
|
+
- "section"
|
1676
|
+
- "post"
|
1677
|
+
label:
|
1678
|
+
en: "Linked post or page"
|
1679
|
+
es: "Artículo o página linkeada"
|
1680
|
+
help:
|
1681
|
+
en: "What does the button link to?"
|
1682
|
+
es: "¿A dónde lleva el botón?"
|
1683
|
+
draft:
|
1684
|
+
type: "boolean"
|
1685
|
+
label:
|
1686
|
+
es: "Borrador"
|
1687
|
+
en: "Draft"
|
1688
|
+
help:
|
1689
|
+
es: 'Al activar "Borrador" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar "Publicar todos los cambios"'
|
1690
|
+
en: 'By activating "Draft", this content will remain available on the dashboard, but will not be published on the site when you tap "Publish all changes" (other content which does not have this option selected will).'
|
1691
|
+
order:
|
1692
|
+
type: "order"
|
1693
|
+
label:
|
1694
|
+
es: "Orden"
|
1695
|
+
en: "Order"
|
1696
|
+
help:
|
1697
|
+
es: "La posición del artículo en la lista de artículos"
|
1698
|
+
en: "Position in list of posts"
|