├── .gitignore ├── LICENSE ├── README.md ├── archetypes └── default.md ├── assets └── sass │ └── override.scss ├── exampleSite ├── config.toml ├── content │ ├── _index.md │ ├── about.md │ ├── archives.md │ ├── homepage │ │ ├── about.md │ │ ├── index.md │ │ └── work.md │ └── post │ │ ├── _index.md │ │ ├── emoji-support.md │ │ ├── markdown-syntax.md │ │ ├── math-typesetting.mmark │ │ ├── placeholder-text.md │ │ └── rich-content.md └── static │ ├── favicon.ico │ └── images │ └── avatar.png ├── images ├── screenshot.png └── tn.png ├── layouts ├── 404.html ├── _default │ ├── baseof.html │ ├── list.html │ └── single.html ├── categories │ └── list.html ├── index.html ├── partials │ ├── category-posts.html │ ├── footer.html │ ├── head.html │ └── header.html ├── post │ ├── list.html │ └── single.html └── tag │ └── list.html ├── node_modules ├── .package-lock.json ├── @fortawesome │ └── fontawesome-free │ │ ├── LICENSE.txt │ │ ├── css │ │ ├── all.css │ │ ├── all.min.css │ │ ├── brands.css │ │ ├── brands.min.css │ │ ├── fontawesome.css │ │ ├── fontawesome.min.css │ │ ├── regular.css │ │ ├── regular.min.css │ │ ├── solid.css │ │ ├── solid.min.css │ │ ├── svg-with-js.css │ │ ├── svg-with-js.min.css │ │ ├── v4-font-face.css │ │ ├── v4-font-face.min.css │ │ ├── v4-shims.css │ │ ├── v4-shims.min.css │ │ ├── v5-font-face.css │ │ └── v5-font-face.min.css │ │ ├── js │ │ ├── all.js │ │ ├── all.min.js │ │ ├── brands.js │ │ ├── brands.min.js │ │ ├── conflict-detection.js │ │ ├── conflict-detection.min.js │ │ ├── fontawesome.js │ │ ├── fontawesome.min.js │ │ ├── regular.js │ │ ├── regular.min.js │ │ ├── solid.js │ │ ├── solid.min.js │ │ ├── v4-shims.js │ │ └── v4-shims.min.js │ │ ├── less │ │ ├── _animated.less │ │ ├── _bordered-pulled.less │ │ ├── _core.less │ │ ├── _fixed-width.less │ │ ├── _icons.less │ │ ├── _list.less │ │ ├── _mixins.less │ │ ├── _rotated-flipped.less │ │ ├── _screen-reader.less │ │ ├── _shims.less │ │ ├── _sizing.less │ │ ├── _stacked.less │ │ ├── _variables.less │ │ ├── brands.less │ │ ├── fontawesome.less │ │ ├── regular.less │ │ ├── solid.less │ │ └── v4-shims.less │ │ ├── metadata │ │ ├── categories.yml │ │ ├── icon-families.json │ │ ├── icon-families.yml │ │ ├── icons.yml │ │ ├── shims.yml │ │ └── sponsors.yml │ │ ├── package.json │ │ ├── scss │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _functions.scss │ │ ├── _icons.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _shims.scss │ │ ├── _sizing.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ ├── brands.scss │ │ ├── fontawesome.scss │ │ ├── regular.scss │ │ ├── solid.scss │ │ └── v4-shims.scss │ │ ├── sprites │ │ ├── brands.svg │ │ ├── regular.svg │ │ └── solid.svg │ │ ├── svgs │ │ ├── brands │ │ │ ├── 42-group.svg │ │ │ ├── 500px.svg │ │ │ ├── accessible-icon.svg │ │ │ ├── accusoft.svg │ │ │ ├── adn.svg │ │ │ ├── adversal.svg │ │ │ ├── affiliatetheme.svg │ │ │ ├── airbnb.svg │ │ │ ├── algolia.svg │ │ │ ├── alipay.svg │ │ │ ├── amazon-pay.svg │ │ │ ├── amazon.svg │ │ │ ├── amilia.svg │ │ │ ├── android.svg │ │ │ ├── angellist.svg │ │ │ ├── angrycreative.svg │ │ │ ├── angular.svg │ │ │ ├── app-store-ios.svg │ │ │ ├── app-store.svg │ │ │ ├── apper.svg │ │ │ ├── apple-pay.svg │ │ │ ├── apple.svg │ │ │ ├── artstation.svg │ │ │ ├── asymmetrik.svg │ │ │ ├── atlassian.svg │ │ │ ├── audible.svg │ │ │ ├── autoprefixer.svg │ │ │ ├── avianex.svg │ │ │ ├── aviato.svg │ │ │ ├── aws.svg │ │ │ ├── bandcamp.svg │ │ │ ├── battle-net.svg │ │ │ ├── behance.svg │ │ │ ├── bilibili.svg │ │ │ ├── bimobject.svg │ │ │ ├── bitbucket.svg │ │ │ ├── bitcoin.svg │ │ │ ├── bity.svg │ │ │ ├── black-tie.svg │ │ │ ├── blackberry.svg │ │ │ ├── blogger-b.svg │ │ │ ├── blogger.svg │ │ │ ├── bluesky.svg │ │ │ ├── bluetooth-b.svg │ │ │ ├── bluetooth.svg │ │ │ ├── bootstrap.svg │ │ │ ├── bots.svg │ │ │ ├── brave-reverse.svg │ │ │ ├── brave.svg │ │ │ ├── btc.svg │ │ │ ├── buffer.svg │ │ │ ├── buromobelexperte.svg │ │ │ ├── buy-n-large.svg │ │ │ ├── buysellads.svg │ │ │ ├── canadian-maple-leaf.svg │ │ │ ├── cc-amazon-pay.svg │ │ │ ├── cc-amex.svg │ │ │ ├── cc-apple-pay.svg │ │ │ ├── cc-diners-club.svg │ │ │ ├── cc-discover.svg │ │ │ ├── cc-jcb.svg │ │ │ ├── cc-mastercard.svg │ │ │ ├── cc-paypal.svg │ │ │ ├── cc-stripe.svg │ │ │ ├── cc-visa.svg │ │ │ ├── centercode.svg │ │ │ ├── centos.svg │ │ │ ├── chrome.svg │ │ │ ├── chromecast.svg │ │ │ ├── cloudflare.svg │ │ │ ├── cloudscale.svg │ │ │ ├── cloudsmith.svg │ │ │ ├── cloudversify.svg │ │ │ ├── cmplid.svg │ │ │ ├── codepen.svg │ │ │ ├── codiepie.svg │ │ │ ├── confluence.svg │ │ │ ├── connectdevelop.svg │ │ │ ├── contao.svg │ │ │ ├── cotton-bureau.svg │ │ │ ├── cpanel.svg │ │ │ ├── creative-commons-by.svg │ │ │ ├── creative-commons-nc-eu.svg │ │ │ ├── creative-commons-nc-jp.svg │ │ │ ├── creative-commons-nc.svg │ │ │ ├── creative-commons-nd.svg │ │ │ ├── creative-commons-pd-alt.svg │ │ │ ├── creative-commons-pd.svg │ │ │ ├── creative-commons-remix.svg │ │ │ ├── creative-commons-sa.svg │ │ │ ├── creative-commons-sampling-plus.svg │ │ │ ├── creative-commons-sampling.svg │ │ │ ├── creative-commons-share.svg │ │ │ ├── creative-commons-zero.svg │ │ │ ├── creative-commons.svg │ │ │ ├── critical-role.svg │ │ │ ├── css3-alt.svg │ │ │ ├── css3.svg │ │ │ ├── cuttlefish.svg │ │ │ ├── d-and-d-beyond.svg │ │ │ ├── d-and-d.svg │ │ │ ├── dailymotion.svg │ │ │ ├── dart-lang.svg │ │ │ ├── dashcube.svg │ │ │ ├── debian.svg │ │ │ ├── deezer.svg │ │ │ ├── delicious.svg │ │ │ ├── deploydog.svg │ │ │ ├── deskpro.svg │ │ │ ├── dev.svg │ │ │ ├── deviantart.svg │ │ │ ├── dhl.svg │ │ │ ├── diaspora.svg │ │ │ ├── digg.svg │ │ │ ├── digital-ocean.svg │ │ │ ├── discord.svg │ │ │ ├── discourse.svg │ │ │ ├── dochub.svg │ │ │ ├── docker.svg │ │ │ ├── draft2digital.svg │ │ │ ├── dribbble.svg │ │ │ ├── dropbox.svg │ │ │ ├── drupal.svg │ │ │ ├── dyalog.svg │ │ │ ├── earlybirds.svg │ │ │ ├── ebay.svg │ │ │ ├── edge-legacy.svg │ │ │ ├── edge.svg │ │ │ ├── elementor.svg │ │ │ ├── ello.svg │ │ │ ├── ember.svg │ │ │ ├── empire.svg │ │ │ ├── envira.svg │ │ │ ├── erlang.svg │ │ │ ├── ethereum.svg │ │ │ ├── etsy.svg │ │ │ ├── evernote.svg │ │ │ ├── expeditedssl.svg │ │ │ ├── facebook-f.svg │ │ │ ├── facebook-messenger.svg │ │ │ ├── facebook.svg │ │ │ ├── fantasy-flight-games.svg │ │ │ ├── fedex.svg │ │ │ ├── fedora.svg │ │ │ ├── figma.svg │ │ │ ├── firefox-browser.svg │ │ │ ├── firefox.svg │ │ │ ├── first-order-alt.svg │ │ │ ├── first-order.svg │ │ │ ├── firstdraft.svg │ │ │ ├── flickr.svg │ │ │ ├── flipboard.svg │ │ │ ├── flutter.svg │ │ │ ├── fly.svg │ │ │ ├── font-awesome.svg │ │ │ ├── fonticons-fi.svg │ │ │ ├── fonticons.svg │ │ │ ├── fort-awesome-alt.svg │ │ │ ├── fort-awesome.svg │ │ │ ├── forumbee.svg │ │ │ ├── foursquare.svg │ │ │ ├── free-code-camp.svg │ │ │ ├── freebsd.svg │ │ │ ├── fulcrum.svg │ │ │ ├── galactic-republic.svg │ │ │ ├── galactic-senate.svg │ │ │ ├── get-pocket.svg │ │ │ ├── gg-circle.svg │ │ │ ├── gg.svg │ │ │ ├── git-alt.svg │ │ │ ├── git.svg │ │ │ ├── github-alt.svg │ │ │ ├── github.svg │ │ │ ├── gitkraken.svg │ │ │ ├── gitlab.svg │ │ │ ├── gitter.svg │ │ │ ├── glide-g.svg │ │ │ ├── glide.svg │ │ │ ├── gofore.svg │ │ │ ├── golang.svg │ │ │ ├── goodreads-g.svg │ │ │ ├── goodreads.svg │ │ │ ├── google-drive.svg │ │ │ ├── google-pay.svg │ │ │ ├── google-play.svg │ │ │ ├── google-plus-g.svg │ │ │ ├── google-plus.svg │ │ │ ├── google-scholar.svg │ │ │ ├── google-wallet.svg │ │ │ ├── google.svg │ │ │ ├── gratipay.svg │ │ │ ├── grav.svg │ │ │ ├── gripfire.svg │ │ │ ├── grunt.svg │ │ │ ├── guilded.svg │ │ │ ├── gulp.svg │ │ │ ├── hacker-news.svg │ │ │ ├── hackerrank.svg │ │ │ ├── hashnode.svg │ │ │ ├── hips.svg │ │ │ ├── hire-a-helper.svg │ │ │ ├── hive.svg │ │ │ ├── hooli.svg │ │ │ ├── hornbill.svg │ │ │ ├── hotjar.svg │ │ │ ├── houzz.svg │ │ │ ├── html5.svg │ │ │ ├── hubspot.svg │ │ │ ├── ideal.svg │ │ │ ├── imdb.svg │ │ │ ├── instagram.svg │ │ │ ├── instalod.svg │ │ │ ├── intercom.svg │ │ │ ├── internet-explorer.svg │ │ │ ├── invision.svg │ │ │ ├── ioxhost.svg │ │ │ ├── itch-io.svg │ │ │ ├── itunes-note.svg │ │ │ ├── itunes.svg │ │ │ ├── java.svg │ │ │ ├── jedi-order.svg │ │ │ ├── jenkins.svg │ │ │ ├── jira.svg │ │ │ ├── joget.svg │ │ │ ├── joomla.svg │ │ │ ├── js.svg │ │ │ ├── jsfiddle.svg │ │ │ ├── jxl.svg │ │ │ ├── kaggle.svg │ │ │ ├── keybase.svg │ │ │ ├── keycdn.svg │ │ │ ├── kickstarter-k.svg │ │ │ ├── kickstarter.svg │ │ │ ├── korvue.svg │ │ │ ├── laravel.svg │ │ │ ├── lastfm.svg │ │ │ ├── leanpub.svg │ │ │ ├── less.svg │ │ │ ├── letterboxd.svg │ │ │ ├── line.svg │ │ │ ├── linkedin-in.svg │ │ │ ├── linkedin.svg │ │ │ ├── linode.svg │ │ │ ├── linux.svg │ │ │ ├── lyft.svg │ │ │ ├── magento.svg │ │ │ ├── mailchimp.svg │ │ │ ├── mandalorian.svg │ │ │ ├── markdown.svg │ │ │ ├── mastodon.svg │ │ │ ├── maxcdn.svg │ │ │ ├── mdb.svg │ │ │ ├── medapps.svg │ │ │ ├── medium.svg │ │ │ ├── medrt.svg │ │ │ ├── meetup.svg │ │ │ ├── megaport.svg │ │ │ ├── mendeley.svg │ │ │ ├── meta.svg │ │ │ ├── microblog.svg │ │ │ ├── microsoft.svg │ │ │ ├── mintbit.svg │ │ │ ├── mix.svg │ │ │ ├── mixcloud.svg │ │ │ ├── mixer.svg │ │ │ ├── mizuni.svg │ │ │ ├── modx.svg │ │ │ ├── monero.svg │ │ │ ├── napster.svg │ │ │ ├── neos.svg │ │ │ ├── nfc-directional.svg │ │ │ ├── nfc-symbol.svg │ │ │ ├── nimblr.svg │ │ │ ├── node-js.svg │ │ │ ├── node.svg │ │ │ ├── npm.svg │ │ │ ├── ns8.svg │ │ │ ├── nutritionix.svg │ │ │ ├── octopus-deploy.svg │ │ │ ├── odnoklassniki.svg │ │ │ ├── odysee.svg │ │ │ ├── old-republic.svg │ │ │ ├── opencart.svg │ │ │ ├── openid.svg │ │ │ ├── opensuse.svg │ │ │ ├── opera.svg │ │ │ ├── optin-monster.svg │ │ │ ├── orcid.svg │ │ │ ├── osi.svg │ │ │ ├── padlet.svg │ │ │ ├── page4.svg │ │ │ ├── pagelines.svg │ │ │ ├── palfed.svg │ │ │ ├── patreon.svg │ │ │ ├── paypal.svg │ │ │ ├── perbyte.svg │ │ │ ├── periscope.svg │ │ │ ├── phabricator.svg │ │ │ ├── phoenix-framework.svg │ │ │ ├── phoenix-squadron.svg │ │ │ ├── php.svg │ │ │ ├── pied-piper-alt.svg │ │ │ ├── pied-piper-hat.svg │ │ │ ├── pied-piper-pp.svg │ │ │ ├── pied-piper.svg │ │ │ ├── pinterest-p.svg │ │ │ ├── pinterest.svg │ │ │ ├── pix.svg │ │ │ ├── pixiv.svg │ │ │ ├── playstation.svg │ │ │ ├── product-hunt.svg │ │ │ ├── pushed.svg │ │ │ ├── python.svg │ │ │ ├── qq.svg │ │ │ ├── quinscape.svg │ │ │ ├── quora.svg │ │ │ ├── r-project.svg │ │ │ ├── raspberry-pi.svg │ │ │ ├── ravelry.svg │ │ │ ├── react.svg │ │ │ ├── reacteurope.svg │ │ │ ├── readme.svg │ │ │ ├── rebel.svg │ │ │ ├── red-river.svg │ │ │ ├── reddit-alien.svg │ │ │ ├── reddit.svg │ │ │ ├── redhat.svg │ │ │ ├── renren.svg │ │ │ ├── replyd.svg │ │ │ ├── researchgate.svg │ │ │ ├── resolving.svg │ │ │ ├── rev.svg │ │ │ ├── rocketchat.svg │ │ │ ├── rockrms.svg │ │ │ ├── rust.svg │ │ │ ├── safari.svg │ │ │ ├── salesforce.svg │ │ │ ├── sass.svg │ │ │ ├── schlix.svg │ │ │ ├── screenpal.svg │ │ │ ├── scribd.svg │ │ │ ├── searchengin.svg │ │ │ ├── sellcast.svg │ │ │ ├── sellsy.svg │ │ │ ├── servicestack.svg │ │ │ ├── shirtsinbulk.svg │ │ │ ├── shoelace.svg │ │ │ ├── shopify.svg │ │ │ ├── shopware.svg │ │ │ ├── signal-messenger.svg │ │ │ ├── simplybuilt.svg │ │ │ ├── sistrix.svg │ │ │ ├── sith.svg │ │ │ ├── sitrox.svg │ │ │ ├── sketch.svg │ │ │ ├── skyatlas.svg │ │ │ ├── skype.svg │ │ │ ├── slack.svg │ │ │ ├── slideshare.svg │ │ │ ├── snapchat.svg │ │ │ ├── soundcloud.svg │ │ │ ├── sourcetree.svg │ │ │ ├── space-awesome.svg │ │ │ ├── speakap.svg │ │ │ ├── speaker-deck.svg │ │ │ ├── spotify.svg │ │ │ ├── square-behance.svg │ │ │ ├── square-dribbble.svg │ │ │ ├── square-facebook.svg │ │ │ ├── square-font-awesome-stroke.svg │ │ │ ├── square-font-awesome.svg │ │ │ ├── square-git.svg │ │ │ ├── square-github.svg │ │ │ ├── square-gitlab.svg │ │ │ ├── square-google-plus.svg │ │ │ ├── square-hacker-news.svg │ │ │ ├── square-instagram.svg │ │ │ ├── square-js.svg │ │ │ ├── square-lastfm.svg │ │ │ ├── square-letterboxd.svg │ │ │ ├── square-odnoklassniki.svg │ │ │ ├── square-pied-piper.svg │ │ │ ├── square-pinterest.svg │ │ │ ├── square-reddit.svg │ │ │ ├── square-snapchat.svg │ │ │ ├── square-steam.svg │ │ │ ├── square-threads.svg │ │ │ ├── square-tumblr.svg │ │ │ ├── square-twitter.svg │ │ │ ├── square-upwork.svg │ │ │ ├── square-viadeo.svg │ │ │ ├── square-vimeo.svg │ │ │ ├── square-web-awesome-stroke.svg │ │ │ ├── square-web-awesome.svg │ │ │ ├── square-whatsapp.svg │ │ │ ├── square-x-twitter.svg │ │ │ ├── square-xing.svg │ │ │ ├── square-youtube.svg │ │ │ ├── squarespace.svg │ │ │ ├── stack-exchange.svg │ │ │ ├── stack-overflow.svg │ │ │ ├── stackpath.svg │ │ │ ├── staylinked.svg │ │ │ ├── steam-symbol.svg │ │ │ ├── steam.svg │ │ │ ├── sticker-mule.svg │ │ │ ├── strava.svg │ │ │ ├── stripe-s.svg │ │ │ ├── stripe.svg │ │ │ ├── stubber.svg │ │ │ ├── studiovinari.svg │ │ │ ├── stumbleupon-circle.svg │ │ │ ├── stumbleupon.svg │ │ │ ├── superpowers.svg │ │ │ ├── supple.svg │ │ │ ├── suse.svg │ │ │ ├── swift.svg │ │ │ ├── symfony.svg │ │ │ ├── teamspeak.svg │ │ │ ├── telegram.svg │ │ │ ├── tencent-weibo.svg │ │ │ ├── the-red-yeti.svg │ │ │ ├── themeco.svg │ │ │ ├── themeisle.svg │ │ │ ├── think-peaks.svg │ │ │ ├── threads.svg │ │ │ ├── tiktok.svg │ │ │ ├── trade-federation.svg │ │ │ ├── trello.svg │ │ │ ├── tumblr.svg │ │ │ ├── twitch.svg │ │ │ ├── twitter.svg │ │ │ ├── typo3.svg │ │ │ ├── uber.svg │ │ │ ├── ubuntu.svg │ │ │ ├── uikit.svg │ │ │ ├── umbraco.svg │ │ │ ├── uncharted.svg │ │ │ ├── uniregistry.svg │ │ │ ├── unity.svg │ │ │ ├── unsplash.svg │ │ │ ├── untappd.svg │ │ │ ├── ups.svg │ │ │ ├── upwork.svg │ │ │ ├── usb.svg │ │ │ ├── usps.svg │ │ │ ├── ussunnah.svg │ │ │ ├── vaadin.svg │ │ │ ├── viacoin.svg │ │ │ ├── viadeo.svg │ │ │ ├── viber.svg │ │ │ ├── vimeo-v.svg │ │ │ ├── vimeo.svg │ │ │ ├── vine.svg │ │ │ ├── vk.svg │ │ │ ├── vnv.svg │ │ │ ├── vuejs.svg │ │ │ ├── watchman-monitoring.svg │ │ │ ├── waze.svg │ │ │ ├── web-awesome.svg │ │ │ ├── webflow.svg │ │ │ ├── weebly.svg │ │ │ ├── weibo.svg │ │ │ ├── weixin.svg │ │ │ ├── whatsapp.svg │ │ │ ├── whmcs.svg │ │ │ ├── wikipedia-w.svg │ │ │ ├── windows.svg │ │ │ ├── wirsindhandwerk.svg │ │ │ ├── wix.svg │ │ │ ├── wizards-of-the-coast.svg │ │ │ ├── wodu.svg │ │ │ ├── wolf-pack-battalion.svg │ │ │ ├── wordpress-simple.svg │ │ │ ├── wordpress.svg │ │ │ ├── wpbeginner.svg │ │ │ ├── wpexplorer.svg │ │ │ ├── wpforms.svg │ │ │ ├── wpressr.svg │ │ │ ├── x-twitter.svg │ │ │ ├── xbox.svg │ │ │ ├── xing.svg │ │ │ ├── y-combinator.svg │ │ │ ├── yahoo.svg │ │ │ ├── yammer.svg │ │ │ ├── yandex-international.svg │ │ │ ├── yandex.svg │ │ │ ├── yarn.svg │ │ │ ├── yelp.svg │ │ │ ├── yoast.svg │ │ │ ├── youtube.svg │ │ │ └── zhihu.svg │ │ ├── regular │ │ │ ├── address-book.svg │ │ │ ├── address-card.svg │ │ │ ├── bell-slash.svg │ │ │ ├── bell.svg │ │ │ ├── bookmark.svg │ │ │ ├── building.svg │ │ │ ├── calendar-check.svg │ │ │ ├── calendar-days.svg │ │ │ ├── calendar-minus.svg │ │ │ ├── calendar-plus.svg │ │ │ ├── calendar-xmark.svg │ │ │ ├── calendar.svg │ │ │ ├── chart-bar.svg │ │ │ ├── chess-bishop.svg │ │ │ ├── chess-king.svg │ │ │ ├── chess-knight.svg │ │ │ ├── chess-pawn.svg │ │ │ ├── chess-queen.svg │ │ │ ├── chess-rook.svg │ │ │ ├── circle-check.svg │ │ │ ├── circle-dot.svg │ │ │ ├── circle-down.svg │ │ │ ├── circle-left.svg │ │ │ ├── circle-pause.svg │ │ │ ├── circle-play.svg │ │ │ ├── circle-question.svg │ │ │ ├── circle-right.svg │ │ │ ├── circle-stop.svg │ │ │ ├── circle-up.svg │ │ │ ├── circle-user.svg │ │ │ ├── circle-xmark.svg │ │ │ ├── circle.svg │ │ │ ├── clipboard.svg │ │ │ ├── clock.svg │ │ │ ├── clone.svg │ │ │ ├── closed-captioning.svg │ │ │ ├── comment-dots.svg │ │ │ ├── comment.svg │ │ │ ├── comments.svg │ │ │ ├── compass.svg │ │ │ ├── copy.svg │ │ │ ├── copyright.svg │ │ │ ├── credit-card.svg │ │ │ ├── envelope-open.svg │ │ │ ├── envelope.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── face-angry.svg │ │ │ ├── face-dizzy.svg │ │ │ ├── face-flushed.svg │ │ │ ├── face-frown-open.svg │ │ │ ├── face-frown.svg │ │ │ ├── face-grimace.svg │ │ │ ├── face-grin-beam-sweat.svg │ │ │ ├── face-grin-beam.svg │ │ │ ├── face-grin-hearts.svg │ │ │ ├── face-grin-squint-tears.svg │ │ │ ├── face-grin-squint.svg │ │ │ ├── face-grin-stars.svg │ │ │ ├── face-grin-tears.svg │ │ │ ├── face-grin-tongue-squint.svg │ │ │ ├── face-grin-tongue-wink.svg │ │ │ ├── face-grin-tongue.svg │ │ │ ├── face-grin-wide.svg │ │ │ ├── face-grin-wink.svg │ │ │ ├── face-grin.svg │ │ │ ├── face-kiss-beam.svg │ │ │ ├── face-kiss-wink-heart.svg │ │ │ ├── face-kiss.svg │ │ │ ├── face-laugh-beam.svg │ │ │ ├── face-laugh-squint.svg │ │ │ ├── face-laugh-wink.svg │ │ │ ├── face-laugh.svg │ │ │ ├── face-meh-blank.svg │ │ │ ├── face-meh.svg │ │ │ ├── face-rolling-eyes.svg │ │ │ ├── face-sad-cry.svg │ │ │ ├── face-sad-tear.svg │ │ │ ├── face-smile-beam.svg │ │ │ ├── face-smile-wink.svg │ │ │ ├── face-smile.svg │ │ │ ├── face-surprise.svg │ │ │ ├── face-tired.svg │ │ │ ├── file-audio.svg │ │ │ ├── file-code.svg │ │ │ ├── file-excel.svg │ │ │ ├── file-image.svg │ │ │ ├── file-lines.svg │ │ │ ├── file-pdf.svg │ │ │ ├── file-powerpoint.svg │ │ │ ├── file-video.svg │ │ │ ├── file-word.svg │ │ │ ├── file-zipper.svg │ │ │ ├── file.svg │ │ │ ├── flag.svg │ │ │ ├── floppy-disk.svg │ │ │ ├── folder-closed.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── font-awesome.svg │ │ │ ├── futbol.svg │ │ │ ├── gem.svg │ │ │ ├── hand-back-fist.svg │ │ │ ├── hand-lizard.svg │ │ │ ├── hand-peace.svg │ │ │ ├── hand-point-down.svg │ │ │ ├── hand-point-left.svg │ │ │ ├── hand-point-right.svg │ │ │ ├── hand-point-up.svg │ │ │ ├── hand-pointer.svg │ │ │ ├── hand-scissors.svg │ │ │ ├── hand-spock.svg │ │ │ ├── hand.svg │ │ │ ├── handshake.svg │ │ │ ├── hard-drive.svg │ │ │ ├── heart.svg │ │ │ ├── hospital.svg │ │ │ ├── hourglass-half.svg │ │ │ ├── hourglass.svg │ │ │ ├── id-badge.svg │ │ │ ├── id-card.svg │ │ │ ├── image.svg │ │ │ ├── images.svg │ │ │ ├── keyboard.svg │ │ │ ├── lemon.svg │ │ │ ├── life-ring.svg │ │ │ ├── lightbulb.svg │ │ │ ├── map.svg │ │ │ ├── message.svg │ │ │ ├── money-bill-1.svg │ │ │ ├── moon.svg │ │ │ ├── newspaper.svg │ │ │ ├── note-sticky.svg │ │ │ ├── object-group.svg │ │ │ ├── object-ungroup.svg │ │ │ ├── paper-plane.svg │ │ │ ├── paste.svg │ │ │ ├── pen-to-square.svg │ │ │ ├── rectangle-list.svg │ │ │ ├── rectangle-xmark.svg │ │ │ ├── registered.svg │ │ │ ├── share-from-square.svg │ │ │ ├── snowflake.svg │ │ │ ├── square-caret-down.svg │ │ │ ├── square-caret-left.svg │ │ │ ├── square-caret-right.svg │ │ │ ├── square-caret-up.svg │ │ │ ├── square-check.svg │ │ │ ├── square-full.svg │ │ │ ├── square-minus.svg │ │ │ ├── square-plus.svg │ │ │ ├── square.svg │ │ │ ├── star-half-stroke.svg │ │ │ ├── star-half.svg │ │ │ ├── star.svg │ │ │ ├── sun.svg │ │ │ ├── thumbs-down.svg │ │ │ ├── thumbs-up.svg │ │ │ ├── trash-can.svg │ │ │ ├── user.svg │ │ │ ├── window-maximize.svg │ │ │ ├── window-minimize.svg │ │ │ └── window-restore.svg │ │ └── solid │ │ │ ├── 0.svg │ │ │ ├── 1.svg │ │ │ ├── 2.svg │ │ │ ├── 3.svg │ │ │ ├── 4.svg │ │ │ ├── 5.svg │ │ │ ├── 6.svg │ │ │ ├── 7.svg │ │ │ ├── 8.svg │ │ │ ├── 9.svg │ │ │ ├── a.svg │ │ │ ├── address-book.svg │ │ │ ├── address-card.svg │ │ │ ├── align-center.svg │ │ │ ├── align-justify.svg │ │ │ ├── align-left.svg │ │ │ ├── align-right.svg │ │ │ ├── anchor-circle-check.svg │ │ │ ├── anchor-circle-exclamation.svg │ │ │ ├── anchor-circle-xmark.svg │ │ │ ├── anchor-lock.svg │ │ │ ├── anchor.svg │ │ │ ├── angle-down.svg │ │ │ ├── angle-left.svg │ │ │ ├── angle-right.svg │ │ │ ├── angle-up.svg │ │ │ ├── angles-down.svg │ │ │ ├── angles-left.svg │ │ │ ├── angles-right.svg │ │ │ ├── angles-up.svg │ │ │ ├── ankh.svg │ │ │ ├── apple-whole.svg │ │ │ ├── archway.svg │ │ │ ├── arrow-down-1-9.svg │ │ │ ├── arrow-down-9-1.svg │ │ │ ├── arrow-down-a-z.svg │ │ │ ├── arrow-down-long.svg │ │ │ ├── arrow-down-short-wide.svg │ │ │ ├── arrow-down-up-across-line.svg │ │ │ ├── arrow-down-up-lock.svg │ │ │ ├── arrow-down-wide-short.svg │ │ │ ├── arrow-down-z-a.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left-long.svg │ │ │ ├── arrow-left.svg │ │ │ ├── arrow-pointer.svg │ │ │ ├── arrow-right-arrow-left.svg │ │ │ ├── arrow-right-from-bracket.svg │ │ │ ├── arrow-right-long.svg │ │ │ ├── arrow-right-to-bracket.svg │ │ │ ├── arrow-right-to-city.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-rotate-left.svg │ │ │ ├── arrow-rotate-right.svg │ │ │ ├── arrow-trend-down.svg │ │ │ ├── arrow-trend-up.svg │ │ │ ├── arrow-turn-down.svg │ │ │ ├── arrow-turn-up.svg │ │ │ ├── arrow-up-1-9.svg │ │ │ ├── arrow-up-9-1.svg │ │ │ ├── arrow-up-a-z.svg │ │ │ ├── arrow-up-from-bracket.svg │ │ │ ├── arrow-up-from-ground-water.svg │ │ │ ├── arrow-up-from-water-pump.svg │ │ │ ├── arrow-up-long.svg │ │ │ ├── arrow-up-right-dots.svg │ │ │ ├── arrow-up-right-from-square.svg │ │ │ ├── arrow-up-short-wide.svg │ │ │ ├── arrow-up-wide-short.svg │ │ │ ├── arrow-up-z-a.svg │ │ │ ├── arrow-up.svg │ │ │ ├── arrows-down-to-line.svg │ │ │ ├── arrows-down-to-people.svg │ │ │ ├── arrows-left-right-to-line.svg │ │ │ ├── arrows-left-right.svg │ │ │ ├── arrows-rotate.svg │ │ │ ├── arrows-spin.svg │ │ │ ├── arrows-split-up-and-left.svg │ │ │ ├── arrows-to-circle.svg │ │ │ ├── arrows-to-dot.svg │ │ │ ├── arrows-to-eye.svg │ │ │ ├── arrows-turn-right.svg │ │ │ ├── arrows-turn-to-dots.svg │ │ │ ├── arrows-up-down-left-right.svg │ │ │ ├── arrows-up-down.svg │ │ │ ├── arrows-up-to-line.svg │ │ │ ├── asterisk.svg │ │ │ ├── at.svg │ │ │ ├── atom.svg │ │ │ ├── audio-description.svg │ │ │ ├── austral-sign.svg │ │ │ ├── award.svg │ │ │ ├── b.svg │ │ │ ├── baby-carriage.svg │ │ │ ├── baby.svg │ │ │ ├── backward-fast.svg │ │ │ ├── backward-step.svg │ │ │ ├── backward.svg │ │ │ ├── bacon.svg │ │ │ ├── bacteria.svg │ │ │ ├── bacterium.svg │ │ │ ├── bag-shopping.svg │ │ │ ├── bahai.svg │ │ │ ├── baht-sign.svg │ │ │ ├── ban-smoking.svg │ │ │ ├── ban.svg │ │ │ ├── bandage.svg │ │ │ ├── bangladeshi-taka-sign.svg │ │ │ ├── barcode.svg │ │ │ ├── bars-progress.svg │ │ │ ├── bars-staggered.svg │ │ │ ├── bars.svg │ │ │ ├── baseball-bat-ball.svg │ │ │ ├── baseball.svg │ │ │ ├── basket-shopping.svg │ │ │ ├── basketball.svg │ │ │ ├── bath.svg │ │ │ ├── battery-empty.svg │ │ │ ├── battery-full.svg │ │ │ ├── battery-half.svg │ │ │ ├── battery-quarter.svg │ │ │ ├── battery-three-quarters.svg │ │ │ ├── bed-pulse.svg │ │ │ ├── bed.svg │ │ │ ├── beer-mug-empty.svg │ │ │ ├── bell-concierge.svg │ │ │ ├── bell-slash.svg │ │ │ ├── bell.svg │ │ │ ├── bezier-curve.svg │ │ │ ├── bicycle.svg │ │ │ ├── binoculars.svg │ │ │ ├── biohazard.svg │ │ │ ├── bitcoin-sign.svg │ │ │ ├── blender-phone.svg │ │ │ ├── blender.svg │ │ │ ├── blog.svg │ │ │ ├── bold.svg │ │ │ ├── bolt-lightning.svg │ │ │ ├── bolt.svg │ │ │ ├── bomb.svg │ │ │ ├── bone.svg │ │ │ ├── bong.svg │ │ │ ├── book-atlas.svg │ │ │ ├── book-bible.svg │ │ │ ├── book-bookmark.svg │ │ │ ├── book-journal-whills.svg │ │ │ ├── book-medical.svg │ │ │ ├── book-open-reader.svg │ │ │ ├── book-open.svg │ │ │ ├── book-quran.svg │ │ │ ├── book-skull.svg │ │ │ ├── book-tanakh.svg │ │ │ ├── book.svg │ │ │ ├── bookmark.svg │ │ │ ├── border-all.svg │ │ │ ├── border-none.svg │ │ │ ├── border-top-left.svg │ │ │ ├── bore-hole.svg │ │ │ ├── bottle-droplet.svg │ │ │ ├── bottle-water.svg │ │ │ ├── bowl-food.svg │ │ │ ├── bowl-rice.svg │ │ │ ├── bowling-ball.svg │ │ │ ├── box-archive.svg │ │ │ ├── box-open.svg │ │ │ ├── box-tissue.svg │ │ │ ├── box.svg │ │ │ ├── boxes-packing.svg │ │ │ ├── boxes-stacked.svg │ │ │ ├── braille.svg │ │ │ ├── brain.svg │ │ │ ├── brazilian-real-sign.svg │ │ │ ├── bread-slice.svg │ │ │ ├── bridge-circle-check.svg │ │ │ ├── bridge-circle-exclamation.svg │ │ │ ├── bridge-circle-xmark.svg │ │ │ ├── bridge-lock.svg │ │ │ ├── bridge-water.svg │ │ │ ├── bridge.svg │ │ │ ├── briefcase-medical.svg │ │ │ ├── briefcase.svg │ │ │ ├── broom-ball.svg │ │ │ ├── broom.svg │ │ │ ├── brush.svg │ │ │ ├── bucket.svg │ │ │ ├── bug-slash.svg │ │ │ ├── bug.svg │ │ │ ├── bugs.svg │ │ │ ├── building-circle-arrow-right.svg │ │ │ ├── building-circle-check.svg │ │ │ ├── building-circle-exclamation.svg │ │ │ ├── building-circle-xmark.svg │ │ │ ├── building-columns.svg │ │ │ ├── building-flag.svg │ │ │ ├── building-lock.svg │ │ │ ├── building-ngo.svg │ │ │ ├── building-shield.svg │ │ │ ├── building-un.svg │ │ │ ├── building-user.svg │ │ │ ├── building-wheat.svg │ │ │ ├── building.svg │ │ │ ├── bullhorn.svg │ │ │ ├── bullseye.svg │ │ │ ├── burger.svg │ │ │ ├── burst.svg │ │ │ ├── bus-simple.svg │ │ │ ├── bus.svg │ │ │ ├── business-time.svg │ │ │ ├── c.svg │ │ │ ├── cable-car.svg │ │ │ ├── cake-candles.svg │ │ │ ├── calculator.svg │ │ │ ├── calendar-check.svg │ │ │ ├── calendar-day.svg │ │ │ ├── calendar-days.svg │ │ │ ├── calendar-minus.svg │ │ │ ├── calendar-plus.svg │ │ │ ├── calendar-week.svg │ │ │ ├── calendar-xmark.svg │ │ │ ├── calendar.svg │ │ │ ├── camera-retro.svg │ │ │ ├── camera-rotate.svg │ │ │ ├── camera.svg │ │ │ ├── campground.svg │ │ │ ├── candy-cane.svg │ │ │ ├── cannabis.svg │ │ │ ├── capsules.svg │ │ │ ├── car-battery.svg │ │ │ ├── car-burst.svg │ │ │ ├── car-on.svg │ │ │ ├── car-rear.svg │ │ │ ├── car-side.svg │ │ │ ├── car-tunnel.svg │ │ │ ├── car.svg │ │ │ ├── caravan.svg │ │ │ ├── caret-down.svg │ │ │ ├── caret-left.svg │ │ │ ├── caret-right.svg │ │ │ ├── caret-up.svg │ │ │ ├── carrot.svg │ │ │ ├── cart-arrow-down.svg │ │ │ ├── cart-flatbed-suitcase.svg │ │ │ ├── cart-flatbed.svg │ │ │ ├── cart-plus.svg │ │ │ ├── cart-shopping.svg │ │ │ ├── cash-register.svg │ │ │ ├── cat.svg │ │ │ ├── cedi-sign.svg │ │ │ ├── cent-sign.svg │ │ │ ├── certificate.svg │ │ │ ├── chair.svg │ │ │ ├── chalkboard-user.svg │ │ │ ├── chalkboard.svg │ │ │ ├── champagne-glasses.svg │ │ │ ├── charging-station.svg │ │ │ ├── chart-area.svg │ │ │ ├── chart-bar.svg │ │ │ ├── chart-column.svg │ │ │ ├── chart-gantt.svg │ │ │ ├── chart-line.svg │ │ │ ├── chart-pie.svg │ │ │ ├── chart-simple.svg │ │ │ ├── check-double.svg │ │ │ ├── check-to-slot.svg │ │ │ ├── check.svg │ │ │ ├── cheese.svg │ │ │ ├── chess-bishop.svg │ │ │ ├── chess-board.svg │ │ │ ├── chess-king.svg │ │ │ ├── chess-knight.svg │ │ │ ├── chess-pawn.svg │ │ │ ├── chess-queen.svg │ │ │ ├── chess-rook.svg │ │ │ ├── chess.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── chevron-up.svg │ │ │ ├── child-combatant.svg │ │ │ ├── child-dress.svg │ │ │ ├── child-reaching.svg │ │ │ ├── child.svg │ │ │ ├── children.svg │ │ │ ├── church.svg │ │ │ ├── circle-arrow-down.svg │ │ │ ├── circle-arrow-left.svg │ │ │ ├── circle-arrow-right.svg │ │ │ ├── circle-arrow-up.svg │ │ │ ├── circle-check.svg │ │ │ ├── circle-chevron-down.svg │ │ │ ├── circle-chevron-left.svg │ │ │ ├── circle-chevron-right.svg │ │ │ ├── circle-chevron-up.svg │ │ │ ├── circle-dollar-to-slot.svg │ │ │ ├── circle-dot.svg │ │ │ ├── circle-down.svg │ │ │ ├── circle-exclamation.svg │ │ │ ├── circle-h.svg │ │ │ ├── circle-half-stroke.svg │ │ │ ├── circle-info.svg │ │ │ ├── circle-left.svg │ │ │ ├── circle-minus.svg │ │ │ ├── circle-nodes.svg │ │ │ ├── circle-notch.svg │ │ │ ├── circle-pause.svg │ │ │ ├── circle-play.svg │ │ │ ├── circle-plus.svg │ │ │ ├── circle-question.svg │ │ │ ├── circle-radiation.svg │ │ │ ├── circle-right.svg │ │ │ ├── circle-stop.svg │ │ │ ├── circle-up.svg │ │ │ ├── circle-user.svg │ │ │ ├── circle-xmark.svg │ │ │ ├── circle.svg │ │ │ ├── city.svg │ │ │ ├── clapperboard.svg │ │ │ ├── clipboard-check.svg │ │ │ ├── clipboard-list.svg │ │ │ ├── clipboard-question.svg │ │ │ ├── clipboard-user.svg │ │ │ ├── clipboard.svg │ │ │ ├── clock-rotate-left.svg │ │ │ ├── clock.svg │ │ │ ├── clone.svg │ │ │ ├── closed-captioning.svg │ │ │ ├── cloud-arrow-down.svg │ │ │ ├── cloud-arrow-up.svg │ │ │ ├── cloud-bolt.svg │ │ │ ├── cloud-meatball.svg │ │ │ ├── cloud-moon-rain.svg │ │ │ ├── cloud-moon.svg │ │ │ ├── cloud-rain.svg │ │ │ ├── cloud-showers-heavy.svg │ │ │ ├── cloud-showers-water.svg │ │ │ ├── cloud-sun-rain.svg │ │ │ ├── cloud-sun.svg │ │ │ ├── cloud.svg │ │ │ ├── clover.svg │ │ │ ├── code-branch.svg │ │ │ ├── code-commit.svg │ │ │ ├── code-compare.svg │ │ │ ├── code-fork.svg │ │ │ ├── code-merge.svg │ │ │ ├── code-pull-request.svg │ │ │ ├── code.svg │ │ │ ├── coins.svg │ │ │ ├── colon-sign.svg │ │ │ ├── comment-dollar.svg │ │ │ ├── comment-dots.svg │ │ │ ├── comment-medical.svg │ │ │ ├── comment-slash.svg │ │ │ ├── comment-sms.svg │ │ │ ├── comment.svg │ │ │ ├── comments-dollar.svg │ │ │ ├── comments.svg │ │ │ ├── compact-disc.svg │ │ │ ├── compass-drafting.svg │ │ │ ├── compass.svg │ │ │ ├── compress.svg │ │ │ ├── computer-mouse.svg │ │ │ ├── computer.svg │ │ │ ├── cookie-bite.svg │ │ │ ├── cookie.svg │ │ │ ├── copy.svg │ │ │ ├── copyright.svg │ │ │ ├── couch.svg │ │ │ ├── cow.svg │ │ │ ├── credit-card.svg │ │ │ ├── crop-simple.svg │ │ │ ├── crop.svg │ │ │ ├── cross.svg │ │ │ ├── crosshairs.svg │ │ │ ├── crow.svg │ │ │ ├── crown.svg │ │ │ ├── crutch.svg │ │ │ ├── cruzeiro-sign.svg │ │ │ ├── cube.svg │ │ │ ├── cubes-stacked.svg │ │ │ ├── cubes.svg │ │ │ ├── d.svg │ │ │ ├── database.svg │ │ │ ├── delete-left.svg │ │ │ ├── democrat.svg │ │ │ ├── desktop.svg │ │ │ ├── dharmachakra.svg │ │ │ ├── diagram-next.svg │ │ │ ├── diagram-predecessor.svg │ │ │ ├── diagram-project.svg │ │ │ ├── diagram-successor.svg │ │ │ ├── diamond-turn-right.svg │ │ │ ├── diamond.svg │ │ │ ├── dice-d20.svg │ │ │ ├── dice-d6.svg │ │ │ ├── dice-five.svg │ │ │ ├── dice-four.svg │ │ │ ├── dice-one.svg │ │ │ ├── dice-six.svg │ │ │ ├── dice-three.svg │ │ │ ├── dice-two.svg │ │ │ ├── dice.svg │ │ │ ├── disease.svg │ │ │ ├── display.svg │ │ │ ├── divide.svg │ │ │ ├── dna.svg │ │ │ ├── dog.svg │ │ │ ├── dollar-sign.svg │ │ │ ├── dolly.svg │ │ │ ├── dong-sign.svg │ │ │ ├── door-closed.svg │ │ │ ├── door-open.svg │ │ │ ├── dove.svg │ │ │ ├── down-left-and-up-right-to-center.svg │ │ │ ├── down-long.svg │ │ │ ├── download.svg │ │ │ ├── dragon.svg │ │ │ ├── draw-polygon.svg │ │ │ ├── droplet-slash.svg │ │ │ ├── droplet.svg │ │ │ ├── drum-steelpan.svg │ │ │ ├── drum.svg │ │ │ ├── drumstick-bite.svg │ │ │ ├── dumbbell.svg │ │ │ ├── dumpster-fire.svg │ │ │ ├── dumpster.svg │ │ │ ├── dungeon.svg │ │ │ ├── e.svg │ │ │ ├── ear-deaf.svg │ │ │ ├── ear-listen.svg │ │ │ ├── earth-africa.svg │ │ │ ├── earth-americas.svg │ │ │ ├── earth-asia.svg │ │ │ ├── earth-europe.svg │ │ │ ├── earth-oceania.svg │ │ │ ├── egg.svg │ │ │ ├── eject.svg │ │ │ ├── elevator.svg │ │ │ ├── ellipsis-vertical.svg │ │ │ ├── ellipsis.svg │ │ │ ├── envelope-circle-check.svg │ │ │ ├── envelope-open-text.svg │ │ │ ├── envelope-open.svg │ │ │ ├── envelope.svg │ │ │ ├── envelopes-bulk.svg │ │ │ ├── equals.svg │ │ │ ├── eraser.svg │ │ │ ├── ethernet.svg │ │ │ ├── euro-sign.svg │ │ │ ├── exclamation.svg │ │ │ ├── expand.svg │ │ │ ├── explosion.svg │ │ │ ├── eye-dropper.svg │ │ │ ├── eye-low-vision.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── f.svg │ │ │ ├── face-angry.svg │ │ │ ├── face-dizzy.svg │ │ │ ├── face-flushed.svg │ │ │ ├── face-frown-open.svg │ │ │ ├── face-frown.svg │ │ │ ├── face-grimace.svg │ │ │ ├── face-grin-beam-sweat.svg │ │ │ ├── face-grin-beam.svg │ │ │ ├── face-grin-hearts.svg │ │ │ ├── face-grin-squint-tears.svg │ │ │ ├── face-grin-squint.svg │ │ │ ├── face-grin-stars.svg │ │ │ ├── face-grin-tears.svg │ │ │ ├── face-grin-tongue-squint.svg │ │ │ ├── face-grin-tongue-wink.svg │ │ │ ├── face-grin-tongue.svg │ │ │ ├── face-grin-wide.svg │ │ │ ├── face-grin-wink.svg │ │ │ ├── face-grin.svg │ │ │ ├── face-kiss-beam.svg │ │ │ ├── face-kiss-wink-heart.svg │ │ │ ├── face-kiss.svg │ │ │ ├── face-laugh-beam.svg │ │ │ ├── face-laugh-squint.svg │ │ │ ├── face-laugh-wink.svg │ │ │ ├── face-laugh.svg │ │ │ ├── face-meh-blank.svg │ │ │ ├── face-meh.svg │ │ │ ├── face-rolling-eyes.svg │ │ │ ├── face-sad-cry.svg │ │ │ ├── face-sad-tear.svg │ │ │ ├── face-smile-beam.svg │ │ │ ├── face-smile-wink.svg │ │ │ ├── face-smile.svg │ │ │ ├── face-surprise.svg │ │ │ ├── face-tired.svg │ │ │ ├── fan.svg │ │ │ ├── faucet-drip.svg │ │ │ ├── faucet.svg │ │ │ ├── fax.svg │ │ │ ├── feather-pointed.svg │ │ │ ├── feather.svg │ │ │ ├── ferry.svg │ │ │ ├── file-arrow-down.svg │ │ │ ├── file-arrow-up.svg │ │ │ ├── file-audio.svg │ │ │ ├── file-circle-check.svg │ │ │ ├── file-circle-exclamation.svg │ │ │ ├── file-circle-minus.svg │ │ │ ├── file-circle-plus.svg │ │ │ ├── file-circle-question.svg │ │ │ ├── file-circle-xmark.svg │ │ │ ├── file-code.svg │ │ │ ├── file-contract.svg │ │ │ ├── file-csv.svg │ │ │ ├── file-excel.svg │ │ │ ├── file-export.svg │ │ │ ├── file-image.svg │ │ │ ├── file-import.svg │ │ │ ├── file-invoice-dollar.svg │ │ │ ├── file-invoice.svg │ │ │ ├── file-lines.svg │ │ │ ├── file-medical.svg │ │ │ ├── file-pdf.svg │ │ │ ├── file-pen.svg │ │ │ ├── file-powerpoint.svg │ │ │ ├── file-prescription.svg │ │ │ ├── file-shield.svg │ │ │ ├── file-signature.svg │ │ │ ├── file-video.svg │ │ │ ├── file-waveform.svg │ │ │ ├── file-word.svg │ │ │ ├── file-zipper.svg │ │ │ ├── file.svg │ │ │ ├── fill-drip.svg │ │ │ ├── fill.svg │ │ │ ├── film.svg │ │ │ ├── filter-circle-dollar.svg │ │ │ ├── filter-circle-xmark.svg │ │ │ ├── filter.svg │ │ │ ├── fingerprint.svg │ │ │ ├── fire-burner.svg │ │ │ ├── fire-extinguisher.svg │ │ │ ├── fire-flame-curved.svg │ │ │ ├── fire-flame-simple.svg │ │ │ ├── fire.svg │ │ │ ├── fish-fins.svg │ │ │ ├── fish.svg │ │ │ ├── flag-checkered.svg │ │ │ ├── flag-usa.svg │ │ │ ├── flag.svg │ │ │ ├── flask-vial.svg │ │ │ ├── flask.svg │ │ │ ├── floppy-disk.svg │ │ │ ├── florin-sign.svg │ │ │ ├── folder-closed.svg │ │ │ ├── folder-minus.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-plus.svg │ │ │ ├── folder-tree.svg │ │ │ ├── folder.svg │ │ │ ├── font-awesome.svg │ │ │ ├── font.svg │ │ │ ├── football.svg │ │ │ ├── forward-fast.svg │ │ │ ├── forward-step.svg │ │ │ ├── forward.svg │ │ │ ├── franc-sign.svg │ │ │ ├── frog.svg │ │ │ ├── futbol.svg │ │ │ ├── g.svg │ │ │ ├── gamepad.svg │ │ │ ├── gas-pump.svg │ │ │ ├── gauge-high.svg │ │ │ ├── gauge-simple-high.svg │ │ │ ├── gauge-simple.svg │ │ │ ├── gauge.svg │ │ │ ├── gavel.svg │ │ │ ├── gear.svg │ │ │ ├── gears.svg │ │ │ ├── gem.svg │ │ │ ├── genderless.svg │ │ │ ├── ghost.svg │ │ │ ├── gift.svg │ │ │ ├── gifts.svg │ │ │ ├── glass-water-droplet.svg │ │ │ ├── glass-water.svg │ │ │ ├── glasses.svg │ │ │ ├── globe.svg │ │ │ ├── golf-ball-tee.svg │ │ │ ├── gopuram.svg │ │ │ ├── graduation-cap.svg │ │ │ ├── greater-than-equal.svg │ │ │ ├── greater-than.svg │ │ │ ├── grip-lines-vertical.svg │ │ │ ├── grip-lines.svg │ │ │ ├── grip-vertical.svg │ │ │ ├── grip.svg │ │ │ ├── group-arrows-rotate.svg │ │ │ ├── guarani-sign.svg │ │ │ ├── guitar.svg │ │ │ ├── gun.svg │ │ │ ├── h.svg │ │ │ ├── hammer.svg │ │ │ ├── hamsa.svg │ │ │ ├── hand-back-fist.svg │ │ │ ├── hand-dots.svg │ │ │ ├── hand-fist.svg │ │ │ ├── hand-holding-dollar.svg │ │ │ ├── hand-holding-droplet.svg │ │ │ ├── hand-holding-hand.svg │ │ │ ├── hand-holding-heart.svg │ │ │ ├── hand-holding-medical.svg │ │ │ ├── hand-holding.svg │ │ │ ├── hand-lizard.svg │ │ │ ├── hand-middle-finger.svg │ │ │ ├── hand-peace.svg │ │ │ ├── hand-point-down.svg │ │ │ ├── hand-point-left.svg │ │ │ ├── hand-point-right.svg │ │ │ ├── hand-point-up.svg │ │ │ ├── hand-pointer.svg │ │ │ ├── hand-scissors.svg │ │ │ ├── hand-sparkles.svg │ │ │ ├── hand-spock.svg │ │ │ ├── hand.svg │ │ │ ├── handcuffs.svg │ │ │ ├── hands-asl-interpreting.svg │ │ │ ├── hands-bound.svg │ │ │ ├── hands-bubbles.svg │ │ │ ├── hands-clapping.svg │ │ │ ├── hands-holding-child.svg │ │ │ ├── hands-holding-circle.svg │ │ │ ├── hands-holding.svg │ │ │ ├── hands-praying.svg │ │ │ ├── hands.svg │ │ │ ├── handshake-angle.svg │ │ │ ├── handshake-simple-slash.svg │ │ │ ├── handshake-simple.svg │ │ │ ├── handshake-slash.svg │ │ │ ├── handshake.svg │ │ │ ├── hanukiah.svg │ │ │ ├── hard-drive.svg │ │ │ ├── hashtag.svg │ │ │ ├── hat-cowboy-side.svg │ │ │ ├── hat-cowboy.svg │ │ │ ├── hat-wizard.svg │ │ │ ├── head-side-cough-slash.svg │ │ │ ├── head-side-cough.svg │ │ │ ├── head-side-mask.svg │ │ │ ├── head-side-virus.svg │ │ │ ├── heading.svg │ │ │ ├── headphones-simple.svg │ │ │ ├── headphones.svg │ │ │ ├── headset.svg │ │ │ ├── heart-circle-bolt.svg │ │ │ ├── heart-circle-check.svg │ │ │ ├── heart-circle-exclamation.svg │ │ │ ├── heart-circle-minus.svg │ │ │ ├── heart-circle-plus.svg │ │ │ ├── heart-circle-xmark.svg │ │ │ ├── heart-crack.svg │ │ │ ├── heart-pulse.svg │ │ │ ├── heart.svg │ │ │ ├── helicopter-symbol.svg │ │ │ ├── helicopter.svg │ │ │ ├── helmet-safety.svg │ │ │ ├── helmet-un.svg │ │ │ ├── highlighter.svg │ │ │ ├── hill-avalanche.svg │ │ │ ├── hill-rockslide.svg │ │ │ ├── hippo.svg │ │ │ ├── hockey-puck.svg │ │ │ ├── holly-berry.svg │ │ │ ├── horse-head.svg │ │ │ ├── horse.svg │ │ │ ├── hospital-user.svg │ │ │ ├── hospital.svg │ │ │ ├── hot-tub-person.svg │ │ │ ├── hotdog.svg │ │ │ ├── hotel.svg │ │ │ ├── hourglass-end.svg │ │ │ ├── hourglass-half.svg │ │ │ ├── hourglass-start.svg │ │ │ ├── hourglass.svg │ │ │ ├── house-chimney-crack.svg │ │ │ ├── house-chimney-medical.svg │ │ │ ├── house-chimney-user.svg │ │ │ ├── house-chimney-window.svg │ │ │ ├── house-chimney.svg │ │ │ ├── house-circle-check.svg │ │ │ ├── house-circle-exclamation.svg │ │ │ ├── house-circle-xmark.svg │ │ │ ├── house-crack.svg │ │ │ ├── house-fire.svg │ │ │ ├── house-flag.svg │ │ │ ├── house-flood-water-circle-arrow-right.svg │ │ │ ├── house-flood-water.svg │ │ │ ├── house-laptop.svg │ │ │ ├── house-lock.svg │ │ │ ├── house-medical-circle-check.svg │ │ │ ├── house-medical-circle-exclamation.svg │ │ │ ├── house-medical-circle-xmark.svg │ │ │ ├── house-medical-flag.svg │ │ │ ├── house-medical.svg │ │ │ ├── house-signal.svg │ │ │ ├── house-tsunami.svg │ │ │ ├── house-user.svg │ │ │ ├── house.svg │ │ │ ├── hryvnia-sign.svg │ │ │ ├── hurricane.svg │ │ │ ├── i-cursor.svg │ │ │ ├── i.svg │ │ │ ├── ice-cream.svg │ │ │ ├── icicles.svg │ │ │ ├── icons.svg │ │ │ ├── id-badge.svg │ │ │ ├── id-card-clip.svg │ │ │ ├── id-card.svg │ │ │ ├── igloo.svg │ │ │ ├── image-portrait.svg │ │ │ ├── image.svg │ │ │ ├── images.svg │ │ │ ├── inbox.svg │ │ │ ├── indent.svg │ │ │ ├── indian-rupee-sign.svg │ │ │ ├── industry.svg │ │ │ ├── infinity.svg │ │ │ ├── info.svg │ │ │ ├── italic.svg │ │ │ ├── j.svg │ │ │ ├── jar-wheat.svg │ │ │ ├── jar.svg │ │ │ ├── jedi.svg │ │ │ ├── jet-fighter-up.svg │ │ │ ├── jet-fighter.svg │ │ │ ├── joint.svg │ │ │ ├── jug-detergent.svg │ │ │ ├── k.svg │ │ │ ├── kaaba.svg │ │ │ ├── key.svg │ │ │ ├── keyboard.svg │ │ │ ├── khanda.svg │ │ │ ├── kip-sign.svg │ │ │ ├── kit-medical.svg │ │ │ ├── kitchen-set.svg │ │ │ ├── kiwi-bird.svg │ │ │ ├── l.svg │ │ │ ├── land-mine-on.svg │ │ │ ├── landmark-dome.svg │ │ │ ├── landmark-flag.svg │ │ │ ├── landmark.svg │ │ │ ├── language.svg │ │ │ ├── laptop-code.svg │ │ │ ├── laptop-file.svg │ │ │ ├── laptop-medical.svg │ │ │ ├── laptop.svg │ │ │ ├── lari-sign.svg │ │ │ ├── layer-group.svg │ │ │ ├── leaf.svg │ │ │ ├── left-long.svg │ │ │ ├── left-right.svg │ │ │ ├── lemon.svg │ │ │ ├── less-than-equal.svg │ │ │ ├── less-than.svg │ │ │ ├── life-ring.svg │ │ │ ├── lightbulb.svg │ │ │ ├── lines-leaning.svg │ │ │ ├── link-slash.svg │ │ │ ├── link.svg │ │ │ ├── lira-sign.svg │ │ │ ├── list-check.svg │ │ │ ├── list-ol.svg │ │ │ ├── list-ul.svg │ │ │ ├── list.svg │ │ │ ├── litecoin-sign.svg │ │ │ ├── location-arrow.svg │ │ │ ├── location-crosshairs.svg │ │ │ ├── location-dot.svg │ │ │ ├── location-pin-lock.svg │ │ │ ├── location-pin.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── locust.svg │ │ │ ├── lungs-virus.svg │ │ │ ├── lungs.svg │ │ │ ├── m.svg │ │ │ ├── magnet.svg │ │ │ ├── magnifying-glass-arrow-right.svg │ │ │ ├── magnifying-glass-chart.svg │ │ │ ├── magnifying-glass-dollar.svg │ │ │ ├── magnifying-glass-location.svg │ │ │ ├── magnifying-glass-minus.svg │ │ │ ├── magnifying-glass-plus.svg │ │ │ ├── magnifying-glass.svg │ │ │ ├── manat-sign.svg │ │ │ ├── map-location-dot.svg │ │ │ ├── map-location.svg │ │ │ ├── map-pin.svg │ │ │ ├── map.svg │ │ │ ├── marker.svg │ │ │ ├── mars-and-venus-burst.svg │ │ │ ├── mars-and-venus.svg │ │ │ ├── mars-double.svg │ │ │ ├── mars-stroke-right.svg │ │ │ ├── mars-stroke-up.svg │ │ │ ├── mars-stroke.svg │ │ │ ├── mars.svg │ │ │ ├── martini-glass-citrus.svg │ │ │ ├── martini-glass-empty.svg │ │ │ ├── martini-glass.svg │ │ │ ├── mask-face.svg │ │ │ ├── mask-ventilator.svg │ │ │ ├── mask.svg │ │ │ ├── masks-theater.svg │ │ │ ├── mattress-pillow.svg │ │ │ ├── maximize.svg │ │ │ ├── medal.svg │ │ │ ├── memory.svg │ │ │ ├── menorah.svg │ │ │ ├── mercury.svg │ │ │ ├── message.svg │ │ │ ├── meteor.svg │ │ │ ├── microchip.svg │ │ │ ├── microphone-lines-slash.svg │ │ │ ├── microphone-lines.svg │ │ │ ├── microphone-slash.svg │ │ │ ├── microphone.svg │ │ │ ├── microscope.svg │ │ │ ├── mill-sign.svg │ │ │ ├── minimize.svg │ │ │ ├── minus.svg │ │ │ ├── mitten.svg │ │ │ ├── mobile-button.svg │ │ │ ├── mobile-retro.svg │ │ │ ├── mobile-screen-button.svg │ │ │ ├── mobile-screen.svg │ │ │ ├── mobile.svg │ │ │ ├── money-bill-1-wave.svg │ │ │ ├── money-bill-1.svg │ │ │ ├── money-bill-transfer.svg │ │ │ ├── money-bill-trend-up.svg │ │ │ ├── money-bill-wave.svg │ │ │ ├── money-bill-wheat.svg │ │ │ ├── money-bill.svg │ │ │ ├── money-bills.svg │ │ │ ├── money-check-dollar.svg │ │ │ ├── money-check.svg │ │ │ ├── monument.svg │ │ │ ├── moon.svg │ │ │ ├── mortar-pestle.svg │ │ │ ├── mosque.svg │ │ │ ├── mosquito-net.svg │ │ │ ├── mosquito.svg │ │ │ ├── motorcycle.svg │ │ │ ├── mound.svg │ │ │ ├── mountain-city.svg │ │ │ ├── mountain-sun.svg │ │ │ ├── mountain.svg │ │ │ ├── mug-hot.svg │ │ │ ├── mug-saucer.svg │ │ │ ├── music.svg │ │ │ ├── n.svg │ │ │ ├── naira-sign.svg │ │ │ ├── network-wired.svg │ │ │ ├── neuter.svg │ │ │ ├── newspaper.svg │ │ │ ├── not-equal.svg │ │ │ ├── notdef.svg │ │ │ ├── note-sticky.svg │ │ │ ├── notes-medical.svg │ │ │ ├── o.svg │ │ │ ├── object-group.svg │ │ │ ├── object-ungroup.svg │ │ │ ├── oil-can.svg │ │ │ ├── oil-well.svg │ │ │ ├── om.svg │ │ │ ├── otter.svg │ │ │ ├── outdent.svg │ │ │ ├── p.svg │ │ │ ├── pager.svg │ │ │ ├── paint-roller.svg │ │ │ ├── paintbrush.svg │ │ │ ├── palette.svg │ │ │ ├── pallet.svg │ │ │ ├── panorama.svg │ │ │ ├── paper-plane.svg │ │ │ ├── paperclip.svg │ │ │ ├── parachute-box.svg │ │ │ ├── paragraph.svg │ │ │ ├── passport.svg │ │ │ ├── paste.svg │ │ │ ├── pause.svg │ │ │ ├── paw.svg │ │ │ ├── peace.svg │ │ │ ├── pen-clip.svg │ │ │ ├── pen-fancy.svg │ │ │ ├── pen-nib.svg │ │ │ ├── pen-ruler.svg │ │ │ ├── pen-to-square.svg │ │ │ ├── pen.svg │ │ │ ├── pencil.svg │ │ │ ├── people-arrows.svg │ │ │ ├── people-carry-box.svg │ │ │ ├── people-group.svg │ │ │ ├── people-line.svg │ │ │ ├── people-pulling.svg │ │ │ ├── people-robbery.svg │ │ │ ├── people-roof.svg │ │ │ ├── pepper-hot.svg │ │ │ ├── percent.svg │ │ │ ├── person-arrow-down-to-line.svg │ │ │ ├── person-arrow-up-from-line.svg │ │ │ ├── person-biking.svg │ │ │ ├── person-booth.svg │ │ │ ├── person-breastfeeding.svg │ │ │ ├── person-burst.svg │ │ │ ├── person-cane.svg │ │ │ ├── person-chalkboard.svg │ │ │ ├── person-circle-check.svg │ │ │ ├── person-circle-exclamation.svg │ │ │ ├── person-circle-minus.svg │ │ │ ├── person-circle-plus.svg │ │ │ ├── person-circle-question.svg │ │ │ ├── person-circle-xmark.svg │ │ │ ├── person-digging.svg │ │ │ ├── person-dots-from-line.svg │ │ │ ├── person-dress-burst.svg │ │ │ ├── person-dress.svg │ │ │ ├── person-drowning.svg │ │ │ ├── person-falling-burst.svg │ │ │ ├── person-falling.svg │ │ │ ├── person-half-dress.svg │ │ │ ├── person-harassing.svg │ │ │ ├── person-hiking.svg │ │ │ ├── person-military-pointing.svg │ │ │ ├── person-military-rifle.svg │ │ │ ├── person-military-to-person.svg │ │ │ ├── person-praying.svg │ │ │ ├── person-pregnant.svg │ │ │ ├── person-rays.svg │ │ │ ├── person-rifle.svg │ │ │ ├── person-running.svg │ │ │ ├── person-shelter.svg │ │ │ ├── person-skating.svg │ │ │ ├── person-skiing-nordic.svg │ │ │ ├── person-skiing.svg │ │ │ ├── person-snowboarding.svg │ │ │ ├── person-swimming.svg │ │ │ ├── person-through-window.svg │ │ │ ├── person-walking-arrow-loop-left.svg │ │ │ ├── person-walking-arrow-right.svg │ │ │ ├── person-walking-dashed-line-arrow-right.svg │ │ │ ├── person-walking-luggage.svg │ │ │ ├── person-walking-with-cane.svg │ │ │ ├── person-walking.svg │ │ │ ├── person.svg │ │ │ ├── peseta-sign.svg │ │ │ ├── peso-sign.svg │ │ │ ├── phone-flip.svg │ │ │ ├── phone-slash.svg │ │ │ ├── phone-volume.svg │ │ │ ├── phone.svg │ │ │ ├── photo-film.svg │ │ │ ├── piggy-bank.svg │ │ │ ├── pills.svg │ │ │ ├── pizza-slice.svg │ │ │ ├── place-of-worship.svg │ │ │ ├── plane-arrival.svg │ │ │ ├── plane-circle-check.svg │ │ │ ├── plane-circle-exclamation.svg │ │ │ ├── plane-circle-xmark.svg │ │ │ ├── plane-departure.svg │ │ │ ├── plane-lock.svg │ │ │ ├── plane-slash.svg │ │ │ ├── plane-up.svg │ │ │ ├── plane.svg │ │ │ ├── plant-wilt.svg │ │ │ ├── plate-wheat.svg │ │ │ ├── play.svg │ │ │ ├── plug-circle-bolt.svg │ │ │ ├── plug-circle-check.svg │ │ │ ├── plug-circle-exclamation.svg │ │ │ ├── plug-circle-minus.svg │ │ │ ├── plug-circle-plus.svg │ │ │ ├── plug-circle-xmark.svg │ │ │ ├── plug.svg │ │ │ ├── plus-minus.svg │ │ │ ├── plus.svg │ │ │ ├── podcast.svg │ │ │ ├── poo-storm.svg │ │ │ ├── poo.svg │ │ │ ├── poop.svg │ │ │ ├── power-off.svg │ │ │ ├── prescription-bottle-medical.svg │ │ │ ├── prescription-bottle.svg │ │ │ ├── prescription.svg │ │ │ ├── print.svg │ │ │ ├── pump-medical.svg │ │ │ ├── pump-soap.svg │ │ │ ├── puzzle-piece.svg │ │ │ ├── q.svg │ │ │ ├── qrcode.svg │ │ │ ├── question.svg │ │ │ ├── quote-left.svg │ │ │ ├── quote-right.svg │ │ │ ├── r.svg │ │ │ ├── radiation.svg │ │ │ ├── radio.svg │ │ │ ├── rainbow.svg │ │ │ ├── ranking-star.svg │ │ │ ├── receipt.svg │ │ │ ├── record-vinyl.svg │ │ │ ├── rectangle-ad.svg │ │ │ ├── rectangle-list.svg │ │ │ ├── rectangle-xmark.svg │ │ │ ├── recycle.svg │ │ │ ├── registered.svg │ │ │ ├── repeat.svg │ │ │ ├── reply-all.svg │ │ │ ├── reply.svg │ │ │ ├── republican.svg │ │ │ ├── restroom.svg │ │ │ ├── retweet.svg │ │ │ ├── ribbon.svg │ │ │ ├── right-from-bracket.svg │ │ │ ├── right-left.svg │ │ │ ├── right-long.svg │ │ │ ├── right-to-bracket.svg │ │ │ ├── ring.svg │ │ │ ├── road-barrier.svg │ │ │ ├── road-bridge.svg │ │ │ ├── road-circle-check.svg │ │ │ ├── road-circle-exclamation.svg │ │ │ ├── road-circle-xmark.svg │ │ │ ├── road-lock.svg │ │ │ ├── road-spikes.svg │ │ │ ├── road.svg │ │ │ ├── robot.svg │ │ │ ├── rocket.svg │ │ │ ├── rotate-left.svg │ │ │ ├── rotate-right.svg │ │ │ ├── rotate.svg │ │ │ ├── route.svg │ │ │ ├── rss.svg │ │ │ ├── ruble-sign.svg │ │ │ ├── rug.svg │ │ │ ├── ruler-combined.svg │ │ │ ├── ruler-horizontal.svg │ │ │ ├── ruler-vertical.svg │ │ │ ├── ruler.svg │ │ │ ├── rupee-sign.svg │ │ │ ├── rupiah-sign.svg │ │ │ ├── s.svg │ │ │ ├── sack-dollar.svg │ │ │ ├── sack-xmark.svg │ │ │ ├── sailboat.svg │ │ │ ├── satellite-dish.svg │ │ │ ├── satellite.svg │ │ │ ├── scale-balanced.svg │ │ │ ├── scale-unbalanced-flip.svg │ │ │ ├── scale-unbalanced.svg │ │ │ ├── school-circle-check.svg │ │ │ ├── school-circle-exclamation.svg │ │ │ ├── school-circle-xmark.svg │ │ │ ├── school-flag.svg │ │ │ ├── school-lock.svg │ │ │ ├── school.svg │ │ │ ├── scissors.svg │ │ │ ├── screwdriver-wrench.svg │ │ │ ├── screwdriver.svg │ │ │ ├── scroll-torah.svg │ │ │ ├── scroll.svg │ │ │ ├── sd-card.svg │ │ │ ├── section.svg │ │ │ ├── seedling.svg │ │ │ ├── server.svg │ │ │ ├── shapes.svg │ │ │ ├── share-from-square.svg │ │ │ ├── share-nodes.svg │ │ │ ├── share.svg │ │ │ ├── sheet-plastic.svg │ │ │ ├── shekel-sign.svg │ │ │ ├── shield-cat.svg │ │ │ ├── shield-dog.svg │ │ │ ├── shield-halved.svg │ │ │ ├── shield-heart.svg │ │ │ ├── shield-virus.svg │ │ │ ├── shield.svg │ │ │ ├── ship.svg │ │ │ ├── shirt.svg │ │ │ ├── shoe-prints.svg │ │ │ ├── shop-lock.svg │ │ │ ├── shop-slash.svg │ │ │ ├── shop.svg │ │ │ ├── shower.svg │ │ │ ├── shrimp.svg │ │ │ ├── shuffle.svg │ │ │ ├── shuttle-space.svg │ │ │ ├── sign-hanging.svg │ │ │ ├── signal.svg │ │ │ ├── signature.svg │ │ │ ├── signs-post.svg │ │ │ ├── sim-card.svg │ │ │ ├── sink.svg │ │ │ ├── sitemap.svg │ │ │ ├── skull-crossbones.svg │ │ │ ├── skull.svg │ │ │ ├── slash.svg │ │ │ ├── sleigh.svg │ │ │ ├── sliders.svg │ │ │ ├── smog.svg │ │ │ ├── smoking.svg │ │ │ ├── snowflake.svg │ │ │ ├── snowman.svg │ │ │ ├── snowplow.svg │ │ │ ├── soap.svg │ │ │ ├── socks.svg │ │ │ ├── solar-panel.svg │ │ │ ├── sort-down.svg │ │ │ ├── sort-up.svg │ │ │ ├── sort.svg │ │ │ ├── spa.svg │ │ │ ├── spaghetti-monster-flying.svg │ │ │ ├── spell-check.svg │ │ │ ├── spider.svg │ │ │ ├── spinner.svg │ │ │ ├── splotch.svg │ │ │ ├── spoon.svg │ │ │ ├── spray-can-sparkles.svg │ │ │ ├── spray-can.svg │ │ │ ├── square-arrow-up-right.svg │ │ │ ├── square-caret-down.svg │ │ │ ├── square-caret-left.svg │ │ │ ├── square-caret-right.svg │ │ │ ├── square-caret-up.svg │ │ │ ├── square-check.svg │ │ │ ├── square-envelope.svg │ │ │ ├── square-full.svg │ │ │ ├── square-h.svg │ │ │ ├── square-minus.svg │ │ │ ├── square-nfi.svg │ │ │ ├── square-parking.svg │ │ │ ├── square-pen.svg │ │ │ ├── square-person-confined.svg │ │ │ ├── square-phone-flip.svg │ │ │ ├── square-phone.svg │ │ │ ├── square-plus.svg │ │ │ ├── square-poll-horizontal.svg │ │ │ ├── square-poll-vertical.svg │ │ │ ├── square-root-variable.svg │ │ │ ├── square-rss.svg │ │ │ ├── square-share-nodes.svg │ │ │ ├── square-up-right.svg │ │ │ ├── square-virus.svg │ │ │ ├── square-xmark.svg │ │ │ ├── square.svg │ │ │ ├── staff-snake.svg │ │ │ ├── stairs.svg │ │ │ ├── stamp.svg │ │ │ ├── stapler.svg │ │ │ ├── star-and-crescent.svg │ │ │ ├── star-half-stroke.svg │ │ │ ├── star-half.svg │ │ │ ├── star-of-david.svg │ │ │ ├── star-of-life.svg │ │ │ ├── star.svg │ │ │ ├── sterling-sign.svg │ │ │ ├── stethoscope.svg │ │ │ ├── stop.svg │ │ │ ├── stopwatch-20.svg │ │ │ ├── stopwatch.svg │ │ │ ├── store-slash.svg │ │ │ ├── store.svg │ │ │ ├── street-view.svg │ │ │ ├── strikethrough.svg │ │ │ ├── stroopwafel.svg │ │ │ ├── subscript.svg │ │ │ ├── suitcase-medical.svg │ │ │ ├── suitcase-rolling.svg │ │ │ ├── suitcase.svg │ │ │ ├── sun-plant-wilt.svg │ │ │ ├── sun.svg │ │ │ ├── superscript.svg │ │ │ ├── swatchbook.svg │ │ │ ├── synagogue.svg │ │ │ ├── syringe.svg │ │ │ ├── t.svg │ │ │ ├── table-cells-column-lock.svg │ │ │ ├── table-cells-large.svg │ │ │ ├── table-cells-row-lock.svg │ │ │ ├── table-cells-row-unlock.svg │ │ │ ├── table-cells.svg │ │ │ ├── table-columns.svg │ │ │ ├── table-list.svg │ │ │ ├── table-tennis-paddle-ball.svg │ │ │ ├── table.svg │ │ │ ├── tablet-button.svg │ │ │ ├── tablet-screen-button.svg │ │ │ ├── tablet.svg │ │ │ ├── tablets.svg │ │ │ ├── tachograph-digital.svg │ │ │ ├── tag.svg │ │ │ ├── tags.svg │ │ │ ├── tape.svg │ │ │ ├── tarp-droplet.svg │ │ │ ├── tarp.svg │ │ │ ├── taxi.svg │ │ │ ├── teeth-open.svg │ │ │ ├── teeth.svg │ │ │ ├── temperature-arrow-down.svg │ │ │ ├── temperature-arrow-up.svg │ │ │ ├── temperature-empty.svg │ │ │ ├── temperature-full.svg │ │ │ ├── temperature-half.svg │ │ │ ├── temperature-high.svg │ │ │ ├── temperature-low.svg │ │ │ ├── temperature-quarter.svg │ │ │ ├── temperature-three-quarters.svg │ │ │ ├── tenge-sign.svg │ │ │ ├── tent-arrow-down-to-line.svg │ │ │ ├── tent-arrow-left-right.svg │ │ │ ├── tent-arrow-turn-left.svg │ │ │ ├── tent-arrows-down.svg │ │ │ ├── tent.svg │ │ │ ├── tents.svg │ │ │ ├── terminal.svg │ │ │ ├── text-height.svg │ │ │ ├── text-slash.svg │ │ │ ├── text-width.svg │ │ │ ├── thermometer.svg │ │ │ ├── thumbs-down.svg │ │ │ ├── thumbs-up.svg │ │ │ ├── thumbtack-slash.svg │ │ │ ├── thumbtack.svg │ │ │ ├── ticket-simple.svg │ │ │ ├── ticket.svg │ │ │ ├── timeline.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on.svg │ │ │ ├── toilet-paper-slash.svg │ │ │ ├── toilet-paper.svg │ │ │ ├── toilet-portable.svg │ │ │ ├── toilet.svg │ │ │ ├── toilets-portable.svg │ │ │ ├── toolbox.svg │ │ │ ├── tooth.svg │ │ │ ├── torii-gate.svg │ │ │ ├── tornado.svg │ │ │ ├── tower-broadcast.svg │ │ │ ├── tower-cell.svg │ │ │ ├── tower-observation.svg │ │ │ ├── tractor.svg │ │ │ ├── trademark.svg │ │ │ ├── traffic-light.svg │ │ │ ├── trailer.svg │ │ │ ├── train-subway.svg │ │ │ ├── train-tram.svg │ │ │ ├── train.svg │ │ │ ├── transgender.svg │ │ │ ├── trash-arrow-up.svg │ │ │ ├── trash-can-arrow-up.svg │ │ │ ├── trash-can.svg │ │ │ ├── trash.svg │ │ │ ├── tree-city.svg │ │ │ ├── tree.svg │ │ │ ├── triangle-exclamation.svg │ │ │ ├── trophy.svg │ │ │ ├── trowel-bricks.svg │ │ │ ├── trowel.svg │ │ │ ├── truck-arrow-right.svg │ │ │ ├── truck-droplet.svg │ │ │ ├── truck-fast.svg │ │ │ ├── truck-field-un.svg │ │ │ ├── truck-field.svg │ │ │ ├── truck-front.svg │ │ │ ├── truck-medical.svg │ │ │ ├── truck-monster.svg │ │ │ ├── truck-moving.svg │ │ │ ├── truck-pickup.svg │ │ │ ├── truck-plane.svg │ │ │ ├── truck-ramp-box.svg │ │ │ ├── truck.svg │ │ │ ├── tty.svg │ │ │ ├── turkish-lira-sign.svg │ │ │ ├── turn-down.svg │ │ │ ├── turn-up.svg │ │ │ ├── tv.svg │ │ │ ├── u.svg │ │ │ ├── umbrella-beach.svg │ │ │ ├── umbrella.svg │ │ │ ├── underline.svg │ │ │ ├── universal-access.svg │ │ │ ├── unlock-keyhole.svg │ │ │ ├── unlock.svg │ │ │ ├── up-down-left-right.svg │ │ │ ├── up-down.svg │ │ │ ├── up-long.svg │ │ │ ├── up-right-and-down-left-from-center.svg │ │ │ ├── up-right-from-square.svg │ │ │ ├── upload.svg │ │ │ ├── user-astronaut.svg │ │ │ ├── user-check.svg │ │ │ ├── user-clock.svg │ │ │ ├── user-doctor.svg │ │ │ ├── user-gear.svg │ │ │ ├── user-graduate.svg │ │ │ ├── user-group.svg │ │ │ ├── user-injured.svg │ │ │ ├── user-large-slash.svg │ │ │ ├── user-large.svg │ │ │ ├── user-lock.svg │ │ │ ├── user-minus.svg │ │ │ ├── user-ninja.svg │ │ │ ├── user-nurse.svg │ │ │ ├── user-pen.svg │ │ │ ├── user-plus.svg │ │ │ ├── user-secret.svg │ │ │ ├── user-shield.svg │ │ │ ├── user-slash.svg │ │ │ ├── user-tag.svg │ │ │ ├── user-tie.svg │ │ │ ├── user-xmark.svg │ │ │ ├── user.svg │ │ │ ├── users-between-lines.svg │ │ │ ├── users-gear.svg │ │ │ ├── users-line.svg │ │ │ ├── users-rays.svg │ │ │ ├── users-rectangle.svg │ │ │ ├── users-slash.svg │ │ │ ├── users-viewfinder.svg │ │ │ ├── users.svg │ │ │ ├── utensils.svg │ │ │ ├── v.svg │ │ │ ├── van-shuttle.svg │ │ │ ├── vault.svg │ │ │ ├── vector-square.svg │ │ │ ├── venus-double.svg │ │ │ ├── venus-mars.svg │ │ │ ├── venus.svg │ │ │ ├── vest-patches.svg │ │ │ ├── vest.svg │ │ │ ├── vial-circle-check.svg │ │ │ ├── vial-virus.svg │ │ │ ├── vial.svg │ │ │ ├── vials.svg │ │ │ ├── video-slash.svg │ │ │ ├── video.svg │ │ │ ├── vihara.svg │ │ │ ├── virus-covid-slash.svg │ │ │ ├── virus-covid.svg │ │ │ ├── virus-slash.svg │ │ │ ├── virus.svg │ │ │ ├── viruses.svg │ │ │ ├── voicemail.svg │ │ │ ├── volcano.svg │ │ │ ├── volleyball.svg │ │ │ ├── volume-high.svg │ │ │ ├── volume-low.svg │ │ │ ├── volume-off.svg │ │ │ ├── volume-xmark.svg │ │ │ ├── vr-cardboard.svg │ │ │ ├── w.svg │ │ │ ├── walkie-talkie.svg │ │ │ ├── wallet.svg │ │ │ ├── wand-magic-sparkles.svg │ │ │ ├── wand-magic.svg │ │ │ ├── wand-sparkles.svg │ │ │ ├── warehouse.svg │ │ │ ├── water-ladder.svg │ │ │ ├── water.svg │ │ │ ├── wave-square.svg │ │ │ ├── web-awesome.svg │ │ │ ├── weight-hanging.svg │ │ │ ├── weight-scale.svg │ │ │ ├── wheat-awn-circle-exclamation.svg │ │ │ ├── wheat-awn.svg │ │ │ ├── wheelchair-move.svg │ │ │ ├── wheelchair.svg │ │ │ ├── whiskey-glass.svg │ │ │ ├── wifi.svg │ │ │ ├── wind.svg │ │ │ ├── window-maximize.svg │ │ │ ├── window-minimize.svg │ │ │ ├── window-restore.svg │ │ │ ├── wine-bottle.svg │ │ │ ├── wine-glass-empty.svg │ │ │ ├── wine-glass.svg │ │ │ ├── won-sign.svg │ │ │ ├── worm.svg │ │ │ ├── wrench.svg │ │ │ ├── x-ray.svg │ │ │ ├── x.svg │ │ │ ├── xmark.svg │ │ │ ├── xmarks-lines.svg │ │ │ ├── y.svg │ │ │ ├── yen-sign.svg │ │ │ ├── yin-yang.svg │ │ │ └── z.svg │ │ └── webfonts │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff2 │ │ ├── fa-v4compatibility.ttf │ │ └── fa-v4compatibility.woff2 ├── bootstrap │ ├── LICENSE │ ├── README.md │ ├── dist │ │ ├── css │ │ │ ├── bootstrap-grid.css │ │ │ ├── bootstrap-grid.css.map │ │ │ ├── bootstrap-grid.min.css │ │ │ ├── bootstrap-grid.min.css.map │ │ │ ├── bootstrap-reboot.css │ │ │ ├── bootstrap-reboot.css.map │ │ │ ├── bootstrap-reboot.min.css │ │ │ ├── bootstrap-reboot.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ └── js │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.bundle.min.js.map │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.js.map │ │ │ ├── bootstrap.min.js │ │ │ └── bootstrap.min.js.map │ ├── js │ │ ├── dist │ │ │ ├── alert.js │ │ │ ├── alert.js.map │ │ │ ├── button.js │ │ │ ├── button.js.map │ │ │ ├── carousel.js │ │ │ ├── carousel.js.map │ │ │ ├── collapse.js │ │ │ ├── collapse.js.map │ │ │ ├── dropdown.js │ │ │ ├── dropdown.js.map │ │ │ ├── index.js │ │ │ ├── index.js.map │ │ │ ├── modal.js │ │ │ ├── modal.js.map │ │ │ ├── popover.js │ │ │ ├── popover.js.map │ │ │ ├── scrollspy.js │ │ │ ├── scrollspy.js.map │ │ │ ├── tab.js │ │ │ ├── tab.js.map │ │ │ ├── toast.js │ │ │ ├── toast.js.map │ │ │ ├── tooltip.js │ │ │ ├── tooltip.js.map │ │ │ ├── util.js │ │ │ └── util.js.map │ │ └── src │ │ │ ├── alert.js │ │ │ ├── button.js │ │ │ ├── carousel.js │ │ │ ├── collapse.js │ │ │ ├── dropdown.js │ │ │ ├── index.js │ │ │ ├── modal.js │ │ │ ├── popover.js │ │ │ ├── scrollspy.js │ │ │ ├── tab.js │ │ │ ├── toast.js │ │ │ ├── tools │ │ │ └── sanitizer.js │ │ │ ├── tooltip.js │ │ │ └── util.js │ ├── package.json │ └── scss │ │ ├── _alert.scss │ │ ├── _badge.scss │ │ ├── _breadcrumb.scss │ │ ├── _button-group.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _custom-forms.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _functions.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _input-group.scss │ │ ├── _jumbotron.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _nav.scss │ │ ├── _navbar.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _print.scss │ │ ├── _progress.scss │ │ ├── _reboot.scss │ │ ├── _root.scss │ │ ├── _spinners.scss │ │ ├── _tables.scss │ │ ├── _toasts.scss │ │ ├── _tooltip.scss │ │ ├── _transitions.scss │ │ ├── _type.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── bootstrap-grid.scss │ │ ├── bootstrap-reboot.scss │ │ ├── bootstrap.scss │ │ ├── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _badge.scss │ │ ├── _border-radius.scss │ │ ├── _box-shadow.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _caret.scss │ │ ├── _clearfix.scss │ │ ├── _deprecate.scss │ │ ├── _float.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _pagination.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ ├── _text-truncate.scss │ │ ├── _transition.scss │ │ └── _visibility.scss │ │ ├── utilities │ │ ├── _align.scss │ │ ├── _background.scss │ │ ├── _borders.scss │ │ ├── _clearfix.scss │ │ ├── _display.scss │ │ ├── _embed.scss │ │ ├── _flex.scss │ │ ├── _float.scss │ │ ├── _interactions.scss │ │ ├── _overflow.scss │ │ ├── _position.scss │ │ ├── _screenreaders.scss │ │ ├── _shadows.scss │ │ ├── _sizing.scss │ │ ├── _spacing.scss │ │ ├── _stretched-link.scss │ │ ├── _text.scss │ │ └── _visibility.scss │ │ └── vendor │ │ └── _rfs.scss ├── jquery │ ├── AUTHORS.txt │ ├── LICENSE.txt │ ├── README.md │ ├── bower.json │ ├── dist │ │ ├── jquery.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── jquery.slim.js │ │ ├── jquery.slim.min.js │ │ └── jquery.slim.min.map │ ├── package.json │ └── src │ │ ├── ajax.js │ │ ├── ajax │ │ ├── jsonp.js │ │ ├── load.js │ │ ├── script.js │ │ ├── var │ │ │ ├── location.js │ │ │ ├── nonce.js │ │ │ └── rquery.js │ │ └── xhr.js │ │ ├── attributes.js │ │ ├── attributes │ │ ├── attr.js │ │ ├── classes.js │ │ ├── prop.js │ │ ├── support.js │ │ └── val.js │ │ ├── callbacks.js │ │ ├── core.js │ │ ├── core │ │ ├── DOMEval.js │ │ ├── access.js │ │ ├── camelCase.js │ │ ├── init.js │ │ ├── isAttached.js │ │ ├── nodeName.js │ │ ├── parseHTML.js │ │ ├── parseXML.js │ │ ├── ready-no-deferred.js │ │ ├── ready.js │ │ ├── readyException.js │ │ ├── stripAndCollapse.js │ │ ├── support.js │ │ ├── toType.js │ │ └── var │ │ │ ├── rhtml.js │ │ │ └── rsingleTag.js │ │ ├── css.js │ │ ├── css │ │ ├── addGetHookIf.js │ │ ├── adjustCSS.js │ │ ├── curCSS.js │ │ ├── finalPropName.js │ │ ├── hiddenVisibleSelectors.js │ │ ├── showHide.js │ │ ├── support.js │ │ └── var │ │ │ ├── cssExpand.js │ │ │ ├── getStyles.js │ │ │ ├── isHiddenWithinTree.js │ │ │ ├── rboxStyle.js │ │ │ ├── rcustomProp.js │ │ │ ├── rnumnonpx.js │ │ │ └── swap.js │ │ ├── data.js │ │ ├── data │ │ ├── Data.js │ │ └── var │ │ │ ├── acceptData.js │ │ │ ├── dataPriv.js │ │ │ └── dataUser.js │ │ ├── deferred.js │ │ ├── deferred │ │ └── exceptionHook.js │ │ ├── deprecated.js │ │ ├── deprecated │ │ ├── ajax-event-alias.js │ │ └── event.js │ │ ├── dimensions.js │ │ ├── effects.js │ │ ├── effects │ │ ├── Tween.js │ │ └── animatedSelector.js │ │ ├── event.js │ │ ├── event │ │ └── trigger.js │ │ ├── exports │ │ ├── amd.js │ │ └── global.js │ │ ├── jquery.js │ │ ├── manipulation.js │ │ ├── manipulation │ │ ├── _evalUrl.js │ │ ├── buildFragment.js │ │ ├── getAll.js │ │ ├── setGlobalEval.js │ │ ├── support.js │ │ ├── var │ │ │ ├── rscriptType.js │ │ │ └── rtagName.js │ │ └── wrapMap.js │ │ ├── offset.js │ │ ├── queue.js │ │ ├── queue │ │ └── delay.js │ │ ├── selector-native.js │ │ ├── selector.js │ │ ├── selector │ │ ├── contains.js │ │ └── escapeSelector.js │ │ ├── serialize.js │ │ ├── traversing.js │ │ ├── traversing │ │ ├── findFilter.js │ │ └── var │ │ │ ├── dir.js │ │ │ ├── rneedsContext.js │ │ │ └── siblings.js │ │ ├── var │ │ ├── ObjectFunctionString.js │ │ ├── arr.js │ │ ├── class2type.js │ │ ├── document.js │ │ ├── documentElement.js │ │ ├── flat.js │ │ ├── fnToString.js │ │ ├── getProto.js │ │ ├── hasOwn.js │ │ ├── indexOf.js │ │ ├── isFunction.js │ │ ├── isWindow.js │ │ ├── pnum.js │ │ ├── pop.js │ │ ├── push.js │ │ ├── rcheckableType.js │ │ ├── rcssNum.js │ │ ├── rnothtmlwhite.js │ │ ├── rtrimCSS.js │ │ ├── slice.js │ │ ├── sort.js │ │ ├── splice.js │ │ ├── support.js │ │ ├── toString.js │ │ └── whitespace.js │ │ └── wrap.js └── popper.js │ ├── README.md │ ├── dist │ ├── esm │ │ ├── popper-utils.js │ │ ├── popper-utils.js.map │ │ ├── popper-utils.min.js │ │ ├── popper-utils.min.js.map │ │ ├── popper.js │ │ ├── popper.js.map │ │ ├── popper.min.js │ │ └── popper.min.js.map │ ├── popper-utils.js │ ├── popper-utils.js.map │ ├── popper-utils.min.js │ ├── popper-utils.min.js.map │ ├── popper.js │ ├── popper.js.map │ ├── popper.min.js │ ├── popper.min.js.map │ └── umd │ │ ├── popper-utils.js │ │ ├── popper-utils.js.map │ │ ├── popper-utils.min.js │ │ ├── popper-utils.min.js.map │ │ ├── popper.js │ │ ├── popper.js.flow │ │ ├── popper.js.map │ │ ├── popper.min.js │ │ └── popper.min.js.map │ ├── index.d.ts │ ├── index.js.flow │ ├── package.json │ └── src │ ├── index.js │ ├── methods │ ├── defaults.js │ ├── destroy.js │ ├── disableEventListeners.js │ ├── enableEventListeners.js │ ├── placements.js │ └── update.js │ ├── modifiers │ ├── applyStyle.js │ ├── arrow.js │ ├── computeStyle.js │ ├── flip.js │ ├── hide.js │ ├── index.js │ ├── inner.js │ ├── keepTogether.js │ ├── offset.js │ ├── preventOverflow.js │ └── shift.js │ └── utils │ ├── clockwise.js │ ├── computeAutoPlacement.js │ ├── debounce.js │ ├── find.js │ ├── findCommonOffsetParent.js │ ├── findIndex.js │ ├── getBordersSize.js │ ├── getBoundaries.js │ ├── getBoundingClientRect.js │ ├── getClientRect.js │ ├── getFixedPositionOffsetParent.js │ ├── getOffsetParent.js │ ├── getOffsetRect.js │ ├── getOffsetRectRelativeToArbitraryNode.js │ ├── getOppositePlacement.js │ ├── getOppositeVariation.js │ ├── getOuterSizes.js │ ├── getParentNode.js │ ├── getPopperOffsets.js │ ├── getReferenceNode.js │ ├── getReferenceOffsets.js │ ├── getRoot.js │ ├── getRoundedOffsets.js │ ├── getScroll.js │ ├── getScrollParent.js │ ├── getStyleComputedProperty.js │ ├── getSupportedPropertyName.js │ ├── getViewportOffsetRectRelativeToArtbitraryNode.js │ ├── getWindow.js │ ├── getWindowSizes.js │ ├── includeScroll.js │ ├── index.js │ ├── isBrowser.js │ ├── isFixed.js │ ├── isFunction.js │ ├── isIE.js │ ├── isModifierEnabled.js │ ├── isModifierRequired.js │ ├── isNumeric.js │ ├── isOffsetContainer.js │ ├── removeEventListeners.js │ ├── runModifiers.js │ ├── setAttributes.js │ ├── setStyles.js │ └── setupEventListeners.js ├── package-lock.json ├── package.json ├── static ├── images │ └── avatar.png └── webfonts │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff2 │ ├── fa-v4compatibility.ttf │ └── fa-v4compatibility.woff2 └── theme.toml /.gitignore: -------------------------------------------------------------------------------- 1 | exampleSite/Makefile 2 | -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/archetypes/default.md -------------------------------------------------------------------------------- /exampleSite/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | author = "Hugo Authors" 3 | +++ 4 | 5 | -------------------------------------------------------------------------------- /exampleSite/content/archives.md: -------------------------------------------------------------------------------- 1 | --- 2 | date: 2019-05-28 3 | type: section 4 | layout: "archives" 5 | --- -------------------------------------------------------------------------------- /exampleSite/content/homepage/about.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'Our Difference' 3 | button: 'About us' 4 | weight: 2 5 | --- 6 | 7 | Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo, -------------------------------------------------------------------------------- /exampleSite/content/homepage/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | headless : true 3 | --- 4 | -------------------------------------------------------------------------------- /exampleSite/content/homepage/work.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'We Help Business Grow' 3 | button: 'Our Work' 4 | weight: 1 5 | --- 6 | 7 | Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit. -------------------------------------------------------------------------------- /exampleSite/content/post/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | aliases = ["posts","articles","blog","showcase","docs"] 3 | title = "Posts" 4 | author = "Hugo Authors" 5 | tags = ["index"] 6 | +++ 7 | -------------------------------------------------------------------------------- /exampleSite/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/exampleSite/static/favicon.ico -------------------------------------------------------------------------------- /exampleSite/static/images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/exampleSite/static/images/avatar.png -------------------------------------------------------------------------------- /images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/images/screenshot.png -------------------------------------------------------------------------------- /images/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/images/tn.png -------------------------------------------------------------------------------- /layouts/404.html: -------------------------------------------------------------------------------- 1 |

404 - Not Found

2 | -------------------------------------------------------------------------------- /layouts/_default/baseof.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{- partial "head.html" . -}} 4 | 5 |
6 | {{- partial "header.html" . -}} 7 |
8 | {{- block "main" . }}{{- end }} 9 |
10 |
11 | {{- partial "footer.html" . -}} 12 | 13 | 14 | -------------------------------------------------------------------------------- /layouts/_default/list.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 |
3 | 15 |
16 | {{ end }} 17 | -------------------------------------------------------------------------------- /layouts/_default/single.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 |
3 | {{ .Content }} 4 |
5 | 6 | {{ template "_internal/disqus.html" . }} 7 | {{ end }} 8 | -------------------------------------------------------------------------------- /layouts/partials/footer.html: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /layouts/post/list.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | {{- partial "category-posts.html" . -}} 3 | {{ end }} 4 | -------------------------------------------------------------------------------- /layouts/post/single.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 |
3 |
4 |

{{ .Title }}

5 | {{ if .Params.Subtitle }} 6 |
{{ .Params.Subtitle }}
7 | {{ end }} 8 | Published {{ .Date.Format "January 2, 2006" }} 9 |
10 | 11 |
12 | {{ .Content }} 13 |
14 |
15 | 16 | {{ template "_internal/disqus.html" . }} 17 | {{ end }} 18 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/less/_fixed-width.less: -------------------------------------------------------------------------------- 1 | // fixed-width icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-fw { 5 | text-align: center; 6 | width: @fa-fw-width; 7 | } 8 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/less/_icons.less: -------------------------------------------------------------------------------- 1 | // specific icon class definition 2 | // ------------------------- 3 | 4 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 5 | readers do not read off random characters that represent icons */ 6 | 7 | each(.fa-icons(), { 8 | .@{fa-css-prefix}-@{key}::before { content: @value; } 9 | }); 10 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/less/_list.less: -------------------------------------------------------------------------------- 1 | // icons in a list 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | list-style-type: none; 6 | margin-left: ~'var(--@{fa-css-prefix}-li-margin, @{fa-li-margin})'; 7 | padding-left: 0; 8 | 9 | > li { position: relative; } 10 | } 11 | 12 | .@{fa-css-prefix}-li { 13 | left: calc(~'var(--@{fa-css-prefix}-li-width, @{fa-li-width})' * -1); 14 | position: absolute; 15 | text-align: center; 16 | width: ~'var(--@{fa-css-prefix}-li-width, @{fa-li-width})'; 17 | line-height: inherit; 18 | } 19 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/less/_screen-reader.less: -------------------------------------------------------------------------------- 1 | // screen-reader utilities 2 | // ------------------------- 3 | 4 | // only display content to screen readers 5 | .sr-only, 6 | .@{fa-css-prefix}-sr-only { 7 | .fa-sr-only(); 8 | } 9 | 10 | // use in conjunction with .sr-only to only display content when it's focused 11 | .sr-only-focusable, 12 | .@{fa-css-prefix}-sr-only-focusable { 13 | .fa-sr-only-focusable(); 14 | } 15 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/less/_sizing.less: -------------------------------------------------------------------------------- 1 | // sizing icons 2 | // ------------------------- 3 | 4 | // literal magnification scale 5 | .sizes-literal(@factor) when (@factor > 0) { 6 | .sizes-literal((@factor - 1)); 7 | 8 | .@{fa-css-prefix}-@{factor}x { 9 | font-size: (@factor * 1em); 10 | } 11 | } 12 | .sizes-literal(10); 13 | 14 | // step-based scale (with alignment) 15 | each(.fa-sizes(), { 16 | .@{fa-css-prefix}-@{key} { 17 | .fa-size(@value); 18 | } 19 | }); 20 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/less/v4-shims.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | * Copyright 2024 Fonticons, Inc. 5 | */ 6 | // V4 shims compile (Web Fonts-based) 7 | // ------------------------- 8 | 9 | @import '_variables.less'; 10 | @import '_shims.less'; 11 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // fixed-width icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-fw { 5 | text-align: center; 6 | width: $fa-fw-width; 7 | } 8 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/scss/_icons.scss: -------------------------------------------------------------------------------- 1 | // specific icon class definition 2 | // ------------------------- 3 | 4 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 5 | readers do not read off random characters that represent icons */ 6 | 7 | @each $name, $icon in $fa-icons { 8 | .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); } 9 | } 10 | 11 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // icons in a list 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | list-style-type: none; 6 | margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin}); 7 | padding-left: 0; 8 | 9 | > li { position: relative; } 10 | } 11 | 12 | .#{$fa-css-prefix}-li { 13 | left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width})); 14 | position: absolute; 15 | text-align: center; 16 | width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}); 17 | line-height: inherit; 18 | } 19 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // screen-reader utilities 2 | // ------------------------- 3 | 4 | // only display content to screen readers 5 | .sr-only, 6 | .#{$fa-css-prefix}-sr-only { 7 | @include fa-sr-only; 8 | } 9 | 10 | // use in conjunction with .sr-only to only display content when it's focused 11 | .sr-only-focusable, 12 | .#{$fa-css-prefix}-sr-only-focusable { 13 | @include fa-sr-only-focusable; 14 | } 15 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss: -------------------------------------------------------------------------------- 1 | // sizing icons 2 | // ------------------------- 3 | 4 | // literal magnification scale 5 | @for $i from 1 through 10 { 6 | .#{$fa-css-prefix}-#{$i}x { 7 | font-size: $i * 1em; 8 | } 9 | } 10 | 11 | // step-based scale (with alignment) 12 | @each $size, $value in $fa-sizes { 13 | .#{$fa-css-prefix}-#{$size} { 14 | @include fa-size($value); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/scss/v4-shims.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | * Copyright 2024 Fonticons, Inc. 5 | */ 6 | // V4 shims compile (Web Fonts-based) 7 | // ------------------------- 8 | 9 | @import 'functions'; 10 | @import 'variables'; 11 | @import 'shims'; 12 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/adn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/angular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/artstation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/css3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/dochub.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/elementor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/flutter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/gg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/gitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/google-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/google.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/html5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/instalod.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/jira.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/korvue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/magento.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/mintbit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/modx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/monero.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/npm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/openid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/patreon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/space-awesome.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/strava.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/uikit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/webflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/wirsindhandwerk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/x-twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/brands/yandex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/face-meh-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/face-surprise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/9.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/archway.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-left-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/backward-step.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/ban.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/border-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/cheese.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-half-stroke.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/clone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/code-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/computer-mouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/down-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/e.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/ellipsis-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/ellipsis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/equals.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/face-meh-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/face-meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/face-surprise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/font-awesome.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/forward-step.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-simple-high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/genderless.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/i.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/industry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/j.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/k.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/left-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/location-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/location-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-screen-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-screen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/mound.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/n.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/neuter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/note-sticky.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/o.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/p.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/right-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/spoon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/square-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/t.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/table-columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet-screen-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tarp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/up-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/user-large.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/wallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-magic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/whiskey-glass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/y.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/svgs/solid/z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | .jumbotron { 2 | padding: $jumbotron-padding ($jumbotron-padding / 2); 3 | margin-bottom: $jumbotron-padding; 4 | color: $jumbotron-color; 5 | background-color: $jumbotron-bg; 6 | @include border-radius($border-radius-lg); 7 | 8 | @include media-breakpoint-up(sm) { 9 | padding: ($jumbotron-padding * 2) $jumbotron-padding; 10 | } 11 | } 12 | 13 | .jumbotron-fluid { 14 | padding-right: 0; 15 | padding-left: 0; 16 | @include border-radius(0); 17 | } 18 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/_media.scss: -------------------------------------------------------------------------------- 1 | .media { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .media-body { 7 | flex: 1; 8 | } 9 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/_transitions.scss: -------------------------------------------------------------------------------- 1 | .fade { 2 | @include transition($transition-fade); 3 | 4 | &:not(.show) { 5 | opacity: 0; 6 | } 7 | } 8 | 9 | .collapse { 10 | &:not(.show) { 11 | display: none; 12 | } 13 | } 14 | 15 | .collapsing { 16 | position: relative; 17 | height: 0; 18 | overflow: hidden; 19 | @include transition($transition-collapse); 20 | } 21 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.5.2 (https://getbootstrap.com/) 3 | * Copyright 2011-2020 The Bootstrap Authors 4 | * Copyright 2011-2020 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | @import "mixins"; 12 | @import "reboot"; 13 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | hr { 7 | border-top-color: darken($border, 5%); 8 | } 9 | 10 | .alert-link { 11 | color: darken($color, 10%); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_badge.scss: -------------------------------------------------------------------------------- 1 | @mixin badge-variant($bg) { 2 | color: color-yiq($bg); 3 | background-color: $bg; 4 | 5 | @at-root a#{&} { 6 | @include hover-focus() { 7 | color: color-yiq($bg); 8 | background-color: darken($bg, 10%); 9 | } 10 | 11 | &:focus, 12 | &.focus { 13 | outline: 0; 14 | box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | @mixin clearfix() { 2 | &::after { 3 | display: block; 4 | clear: both; 5 | content: ""; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @mixin float-left() { 4 | float: left !important; 5 | @include deprecate("The `float-left` mixin", "v4.3.0", "v5"); 6 | } 7 | @mixin float-right() { 8 | float: right !important; 9 | @include deprecate("The `float-right` mixin", "v4.3.0", "v5"); 10 | } 11 | @mixin float-none() { 12 | float: none !important; 13 | @include deprecate("The `float-none` mixin", "v4.3.0", "v5"); 14 | } 15 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_list-group.scss: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | @mixin list-group-item-variant($state, $background, $color) { 4 | .list-group-item-#{$state} { 5 | color: $color; 6 | background-color: $background; 7 | 8 | &.list-group-item-action { 9 | @include hover-focus() { 10 | color: $color; 11 | background-color: darken($background, 5%); 12 | } 13 | 14 | &.active { 15 | color: $white; 16 | background-color: $color; 17 | border-color: $color; 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled() { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y, $ignore-warning: false) { 6 | height: 0; 7 | margin: $margin-y 0; 8 | overflow: hidden; 9 | border-top: 1px solid $color; 10 | @include deprecate("The `nav-divider()` mixin", "v4.4.0", "v5", $ignore-warning); 11 | } 12 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height: $width) { 4 | width: $width; 5 | height: $height; 6 | @include deprecate("`size()`", "v4.3.0", "v5"); 7 | } 8 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_text-hide.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | @mixin text-hide($ignore-warning: false) { 3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword 4 | font: 0/0 a; 5 | color: transparent; 6 | text-shadow: none; 7 | background-color: transparent; 8 | border: 0; 9 | 10 | @include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning); 11 | } 12 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/mixins/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Visibility 4 | 5 | @mixin invisible($visibility) { 6 | visibility: $visibility !important; 7 | @include deprecate("`invisible()`", "v4.3.0", "v5"); 8 | } 9 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_align.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .align-baseline { vertical-align: baseline !important; } // Browser default 4 | .align-top { vertical-align: top !important; } 5 | .align-middle { vertical-align: middle !important; } 6 | .align-bottom { vertical-align: bottom !important; } 7 | .align-text-bottom { vertical-align: text-bottom !important; } 8 | .align-text-top { vertical-align: text-top !important; } 9 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $color, $value in $theme-colors { 4 | @include bg-variant(".bg-#{$color}", $value, true); 5 | } 6 | 7 | @if $enable-gradients { 8 | @each $color, $value in $theme-colors { 9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value, true); 10 | } 11 | } 12 | 13 | .bg-white { 14 | background-color: $white !important; 15 | } 16 | 17 | .bg-transparent { 18 | background-color: transparent !important; 19 | } 20 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $breakpoint in map-keys($grid-breakpoints) { 4 | @include media-breakpoint-up($breakpoint) { 5 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 6 | 7 | .float#{$infix}-left { float: left !important; } 8 | .float#{$infix}-right { float: right !important; } 9 | .float#{$infix}-none { float: none !important; } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_interactions.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $value in $user-selects { 4 | .user-select-#{$value} { user-select: $value !important; } 5 | } 6 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_overflow.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $value in $overflows { 4 | .overflow-#{$value} { overflow: $value !important; } 5 | } 6 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_screenreaders.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Screenreaders 3 | // 4 | 5 | .sr-only { 6 | @include sr-only(); 7 | } 8 | 9 | .sr-only-focusable { 10 | @include sr-only-focusable(); 11 | } 12 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .shadow-sm { box-shadow: $box-shadow-sm !important; } 4 | .shadow { box-shadow: $box-shadow !important; } 5 | .shadow-lg { box-shadow: $box-shadow-lg !important; } 6 | .shadow-none { box-shadow: none !important; } 7 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_stretched-link.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Stretched link 3 | // 4 | 5 | .stretched-link { 6 | &::after { 7 | position: absolute; 8 | top: 0; 9 | right: 0; 10 | bottom: 0; 11 | left: 0; 12 | z-index: 1; 13 | // Just in case `pointer-events: none` is set on a parent 14 | pointer-events: auto; 15 | content: ""; 16 | // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color 17 | background-color: rgba(0, 0, 0, 0); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /node_modules/bootstrap/scss/utilities/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // 4 | // Visibility utilities 5 | // 6 | 7 | .visible { 8 | visibility: visible !important; 9 | } 10 | 11 | .invisible { 12 | visibility: hidden !important; 13 | } 14 | -------------------------------------------------------------------------------- /node_modules/jquery/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery", 3 | "main": "dist/jquery.js", 4 | "license": "MIT", 5 | "ignore": [ 6 | "package.json" 7 | ], 8 | "keywords": [ 9 | "jquery", 10 | "javascript", 11 | "browser", 12 | "library" 13 | ] 14 | } -------------------------------------------------------------------------------- /node_modules/jquery/src/ajax/var/location.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return window.location; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/ajax/var/nonce.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return { guid: Date.now() }; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/ajax/var/rquery.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /\?/ ); 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/attributes.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./core", 3 | "./attributes/attr", 4 | "./attributes/prop", 5 | "./attributes/classes", 6 | "./attributes/val" 7 | ], function( jQuery ) { 8 | 9 | "use strict"; 10 | 11 | // Return jQuery for attributes-only inclusion 12 | return jQuery; 13 | } ); 14 | -------------------------------------------------------------------------------- /node_modules/jquery/src/core/nodeName.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | function nodeName( elem, name ) { 6 | 7 | return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); 8 | 9 | } 10 | 11 | return nodeName; 12 | 13 | } ); 14 | -------------------------------------------------------------------------------- /node_modules/jquery/src/core/readyException.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../core" 3 | ], function( jQuery ) { 4 | 5 | "use strict"; 6 | 7 | jQuery.readyException = function( error ) { 8 | window.setTimeout( function() { 9 | throw error; 10 | } ); 11 | }; 12 | 13 | } ); 14 | -------------------------------------------------------------------------------- /node_modules/jquery/src/core/stripAndCollapse.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../var/rnothtmlwhite" 3 | ], function( rnothtmlwhite ) { 4 | "use strict"; 5 | 6 | // Strip and collapse whitespace according to HTML spec 7 | // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace 8 | function stripAndCollapse( value ) { 9 | var tokens = value.match( rnothtmlwhite ) || []; 10 | return tokens.join( " " ); 11 | } 12 | 13 | return stripAndCollapse; 14 | } ); 15 | -------------------------------------------------------------------------------- /node_modules/jquery/src/core/toType.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../var/class2type", 3 | "../var/toString" 4 | ], function( class2type, toString ) { 5 | 6 | "use strict"; 7 | 8 | function toType( obj ) { 9 | if ( obj == null ) { 10 | return obj + ""; 11 | } 12 | 13 | // Support: Android <=2.3 only (functionish RegExp) 14 | return typeof obj === "object" || typeof obj === "function" ? 15 | class2type[ toString.call( obj ) ] || "object" : 16 | typeof obj; 17 | } 18 | 19 | return toType; 20 | } ); 21 | -------------------------------------------------------------------------------- /node_modules/jquery/src/core/var/rhtml.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | return ( /HTML$/i ); 6 | 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/core/var/rsingleTag.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // rsingleTag matches a string consisting of a single HTML element with no attributes 5 | // and captures the element's name 6 | return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/css/hiddenVisibleSelectors.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../core", 3 | "../selector" 4 | ], function( jQuery ) { 5 | 6 | "use strict"; 7 | 8 | jQuery.expr.pseudos.hidden = function( elem ) { 9 | return !jQuery.expr.pseudos.visible( elem ); 10 | }; 11 | jQuery.expr.pseudos.visible = function( elem ) { 12 | return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); 13 | }; 14 | 15 | } ); 16 | -------------------------------------------------------------------------------- /node_modules/jquery/src/css/var/cssExpand.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return [ "Top", "Right", "Bottom", "Left" ]; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/css/var/getStyles.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return function( elem ) { 5 | 6 | // Support: IE <=11 only, Firefox <=30 (trac-15098, trac-14150) 7 | // IE throws on elements created in popups 8 | // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" 9 | var view = elem.ownerDocument.defaultView; 10 | 11 | if ( !view || !view.opener ) { 12 | view = window; 13 | } 14 | 15 | return view.getComputedStyle( elem ); 16 | }; 17 | } ); 18 | -------------------------------------------------------------------------------- /node_modules/jquery/src/css/var/rboxStyle.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./cssExpand" 3 | ], function( cssExpand ) { 4 | "use strict"; 5 | 6 | return new RegExp( cssExpand.join( "|" ), "i" ); 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/css/var/rcustomProp.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | return /^--/; 6 | 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/css/var/rnumnonpx.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../../var/pnum" 3 | ], function( pnum ) { 4 | "use strict"; 5 | 6 | return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/data/var/acceptData.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | /** 6 | * Determines whether an object can have data 7 | */ 8 | return function( owner ) { 9 | 10 | // Accepts only: 11 | // - Node 12 | // - Node.ELEMENT_NODE 13 | // - Node.DOCUMENT_NODE 14 | // - Object 15 | // - Any 16 | return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); 17 | }; 18 | 19 | } ); 20 | -------------------------------------------------------------------------------- /node_modules/jquery/src/data/var/dataPriv.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../Data" 3 | ], function( Data ) { 4 | "use strict"; 5 | 6 | return new Data(); 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/data/var/dataUser.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../Data" 3 | ], function( Data ) { 4 | "use strict"; 5 | 6 | return new Data(); 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/deprecated/ajax-event-alias.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../core", 3 | "../ajax", 4 | "../event" 5 | ], function( jQuery ) { 6 | 7 | "use strict"; 8 | 9 | jQuery.each( [ 10 | "ajaxStart", 11 | "ajaxStop", 12 | "ajaxComplete", 13 | "ajaxError", 14 | "ajaxSuccess", 15 | "ajaxSend" 16 | ], function( _i, type ) { 17 | jQuery.fn[ type ] = function( fn ) { 18 | return this.on( type, fn ); 19 | }; 20 | } ); 21 | 22 | } ); 23 | -------------------------------------------------------------------------------- /node_modules/jquery/src/effects/animatedSelector.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../core", 3 | "../selector", 4 | "../effects" 5 | ], function( jQuery ) { 6 | 7 | "use strict"; 8 | 9 | jQuery.expr.pseudos.animated = function( elem ) { 10 | return jQuery.grep( jQuery.timers, function( fn ) { 11 | return elem === fn.elem; 12 | } ).length; 13 | }; 14 | 15 | } ); 16 | -------------------------------------------------------------------------------- /node_modules/jquery/src/manipulation/setGlobalEval.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../data/var/dataPriv" 3 | ], function( dataPriv ) { 4 | 5 | "use strict"; 6 | 7 | // Mark scripts as having already been evaluated 8 | function setGlobalEval( elems, refElements ) { 9 | var i = 0, 10 | l = elems.length; 11 | 12 | for ( ; i < l; i++ ) { 13 | dataPriv.set( 14 | elems[ i ], 15 | "globalEval", 16 | !refElements || dataPriv.get( refElements[ i ], "globalEval" ) 17 | ); 18 | } 19 | } 20 | 21 | return setGlobalEval; 22 | } ); 23 | -------------------------------------------------------------------------------- /node_modules/jquery/src/manipulation/var/rscriptType.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /^$|^module$|\/(?:java|ecma)script/i ); 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/manipulation/var/rtagName.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // rtagName captures the name from the first start tag in a string of HTML 5 | // https://html.spec.whatwg.org/multipage/syntax.html#tag-open-state 6 | // https://html.spec.whatwg.org/multipage/syntax.html#tag-name-state 7 | return ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); 8 | } ); 9 | -------------------------------------------------------------------------------- /node_modules/jquery/src/selector/contains.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../core" 3 | ], function( jQuery ) { 4 | 5 | "use strict"; 6 | 7 | // Note: an element does not contain itself 8 | jQuery.contains = function( a, b ) { 9 | var bup = b && b.parentNode; 10 | 11 | return a === bup || !!( bup && bup.nodeType === 1 && ( 12 | 13 | // Support: IE 9 - 11+ 14 | // IE doesn't have `contains` on SVG. 15 | a.contains ? 16 | a.contains( bup ) : 17 | a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 18 | ) ); 19 | }; 20 | 21 | } ); 22 | -------------------------------------------------------------------------------- /node_modules/jquery/src/traversing/var/dir.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../../core" 3 | ], function( jQuery ) { 4 | 5 | "use strict"; 6 | 7 | return function( elem, dir, until ) { 8 | var matched = [], 9 | truncate = until !== undefined; 10 | 11 | while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { 12 | if ( elem.nodeType === 1 ) { 13 | if ( truncate && jQuery( elem ).is( until ) ) { 14 | break; 15 | } 16 | matched.push( elem ); 17 | } 18 | } 19 | return matched; 20 | }; 21 | 22 | } ); 23 | -------------------------------------------------------------------------------- /node_modules/jquery/src/traversing/var/rneedsContext.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../../core", 3 | "../../selector" 4 | ], function( jQuery ) { 5 | "use strict"; 6 | 7 | return jQuery.expr.match.needsContext; 8 | } ); 9 | -------------------------------------------------------------------------------- /node_modules/jquery/src/traversing/var/siblings.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | return function( n, elem ) { 6 | var matched = []; 7 | 8 | for ( ; n; n = n.nextSibling ) { 9 | if ( n.nodeType === 1 && n !== elem ) { 10 | matched.push( n ); 11 | } 12 | } 13 | 14 | return matched; 15 | }; 16 | 17 | } ); 18 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/ObjectFunctionString.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./fnToString" 3 | ], function( fnToString ) { 4 | "use strict"; 5 | 6 | return fnToString.call( Object ); 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/arr.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return []; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/class2type.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // [[Class]] -> type pairs 5 | return {}; 6 | } ); 7 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/document.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return window.document; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/documentElement.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./document" 3 | ], function( document ) { 4 | "use strict"; 5 | 6 | return document.documentElement; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/flat.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | 5 | "use strict"; 6 | 7 | // Support: IE 9 - 11+, Edge 18+, Android Browser 4.0 - 4.3 only, iOS 7 - 11 only, Safari 11 only, 8 | // Firefox <= 61 only 9 | // Provide fallback for browsers without Array#flat. 10 | return arr.flat ? function( array ) { 11 | return arr.flat.call( array ); 12 | } : function( array ) { 13 | return arr.concat.apply( [], array ); 14 | }; 15 | 16 | } ); 17 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/fnToString.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./hasOwn" 3 | ], function( hasOwn ) { 4 | "use strict"; 5 | 6 | return hasOwn.toString; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/getProto.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return Object.getPrototypeOf; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/hasOwn.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./class2type" 3 | ], function( class2type ) { 4 | "use strict"; 5 | 6 | return class2type.hasOwnProperty; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/indexOf.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | "use strict"; 5 | 6 | return arr.indexOf; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/isWindow.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return function isWindow( obj ) { 5 | return obj != null && obj === obj.window; 6 | }; 7 | 8 | } ); 9 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/pnum.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/pop.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | 5 | "use strict"; 6 | 7 | return arr.pop; 8 | 9 | } ); 10 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/push.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | "use strict"; 5 | 6 | return arr.push; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/rcheckableType.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /^(?:checkbox|radio)$/i ); 5 | } ); 6 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/rcssNum.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../var/pnum" 3 | ], function( pnum ) { 4 | 5 | "use strict"; 6 | 7 | return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); 8 | 9 | } ); 10 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/rnothtmlwhite.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // Only count HTML whitespace 5 | // Other whitespace should count in values 6 | // https://infra.spec.whatwg.org/#ascii-whitespace 7 | return ( /[^\x20\t\r\n\f]+/g ); 8 | } ); 9 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/rtrimCSS.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./whitespace" 3 | ], function( whitespace ) { 4 | 5 | "use strict"; 6 | 7 | return new RegExp( 8 | "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", 9 | "g" 10 | ); 11 | 12 | } ); 13 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/slice.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | "use strict"; 5 | 6 | return arr.slice; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/sort.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | 5 | "use strict"; 6 | 7 | return arr.sort; 8 | 9 | } ); 10 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/splice.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | 5 | "use strict"; 6 | 7 | return arr.splice; 8 | 9 | } ); 10 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/support.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // All support tests are defined in their respective modules. 5 | return {}; 6 | } ); 7 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/toString.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./class2type" 3 | ], function( class2type ) { 4 | "use strict"; 5 | 6 | return class2type.toString; 7 | } ); 8 | -------------------------------------------------------------------------------- /node_modules/jquery/src/var/whitespace.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | // https://www.w3.org/TR/css3-selectors/#whitespace 6 | return "[\\x20\\t\\r\\n\\f]"; 7 | 8 | } ); 9 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/methods/enableEventListeners.js: -------------------------------------------------------------------------------- 1 | import setupEventListeners from '../utils/setupEventListeners'; 2 | 3 | /** 4 | * It will add resize/scroll events and start recalculating 5 | * position of the popper element when they are triggered. 6 | * @method 7 | * @memberof Popper 8 | */ 9 | export default function enableEventListeners() { 10 | if (!this.state.eventsEnabled) { 11 | this.state = setupEventListeners( 12 | this.reference, 13 | this.options, 14 | this.state, 15 | this.scheduleUpdate 16 | ); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/find.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Mimics the `find` method of Array 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Array} arr 6 | * @argument prop 7 | * @argument value 8 | * @returns index or -1 9 | */ 10 | export default function find(arr, check) { 11 | // use native find if supported 12 | if (Array.prototype.find) { 13 | return arr.find(check); 14 | } 15 | 16 | // use `filter` to obtain the same behavior of `find` 17 | return arr.filter(check)[0]; 18 | } 19 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getClientRect.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Given element offsets, generate an output similar to getBoundingClientRect 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Object} offsets 6 | * @returns {Object} ClientRect like output 7 | */ 8 | export default function getClientRect(offsets) { 9 | return { 10 | ...offsets, 11 | right: offsets.left + offsets.width, 12 | bottom: offsets.top + offsets.height, 13 | }; 14 | } 15 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getOppositePlacement.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get the opposite placement of the given one 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {String} placement 6 | * @returns {String} flipped placement 7 | */ 8 | export default function getOppositePlacement(placement) { 9 | const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' }; 10 | return placement.replace(/left|right|bottom|top/g, matched => hash[matched]); 11 | } 12 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getOppositeVariation.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get the opposite placement variation of the given one 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {String} placement variation 6 | * @returns {String} flipped placement variation 7 | */ 8 | export default function getOppositeVariation(variation) { 9 | if (variation === 'end') { 10 | return 'start'; 11 | } else if (variation === 'start') { 12 | return 'end'; 13 | } 14 | return variation; 15 | } 16 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getParentNode.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Returns the parentNode or the host of the element 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Element} element 6 | * @returns {Element} parent 7 | */ 8 | export default function getParentNode(element) { 9 | if (element.nodeName === 'HTML') { 10 | return element; 11 | } 12 | return element.parentNode || element.host; 13 | } 14 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getReferenceNode.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Returns the reference node of the reference object, or the reference object itself. 3 | * @method 4 | * @memberof Popper.Utils 5 | * @param {Element|Object} reference - the reference element (the popper will be relative to this) 6 | * @returns {Element} parent 7 | */ 8 | export default function getReferenceNode(reference) { 9 | return reference && reference.referenceNode ? reference.referenceNode : reference; 10 | } 11 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getRoot.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Finds the root node (document, shadowDOM root) of the given element 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Element} node 6 | * @returns {Element} root node 7 | */ 8 | export default function getRoot(node) { 9 | if (node.parentNode !== null) { 10 | return getRoot(node.parentNode); 11 | } 12 | 13 | return node; 14 | } 15 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getStyleComputedProperty.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get CSS computed property of the given element 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Eement} element 6 | * @argument {String} property 7 | */ 8 | export default function getStyleComputedProperty(element, property) { 9 | if (element.nodeType !== 1) { 10 | return []; 11 | } 12 | // NOTE: 1 DOM access here 13 | const window = element.ownerDocument.defaultView; 14 | const css = window.getComputedStyle(element, null); 15 | return property ? css[property] : css; 16 | } 17 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/getWindow.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get the window associated with the element 3 | * @argument {Element} element 4 | * @returns {Window} 5 | */ 6 | export default function getWindow(element) { 7 | const ownerDocument = element.ownerDocument; 8 | return ownerDocument ? ownerDocument.defaultView : window; 9 | } 10 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/isBrowser.js: -------------------------------------------------------------------------------- 1 | export default typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined'; 2 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/isFunction.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Check if the given variable is a function 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Any} functionToCheck - variable to check 6 | * @returns {Boolean} answer to: is a function? 7 | */ 8 | export default function isFunction(functionToCheck) { 9 | const getType = {}; 10 | return ( 11 | functionToCheck && 12 | getType.toString.call(functionToCheck) === '[object Function]' 13 | ); 14 | } 15 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/isModifierEnabled.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Helper used to know if the given modifier is enabled. 3 | * @method 4 | * @memberof Popper.Utils 5 | * @returns {Boolean} 6 | */ 7 | export default function isModifierEnabled(modifiers, modifierName) { 8 | return modifiers.some( 9 | ({ name, enabled }) => enabled && name === modifierName 10 | ); 11 | } 12 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/isNumeric.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Tells if a given input is a number 3 | * @method 4 | * @memberof Popper.Utils 5 | * @param {*} input to check 6 | * @return {Boolean} 7 | */ 8 | export default function isNumeric(n) { 9 | return n !== '' && !isNaN(parseFloat(n)) && isFinite(n); 10 | } 11 | -------------------------------------------------------------------------------- /node_modules/popper.js/src/utils/isOffsetContainer.js: -------------------------------------------------------------------------------- 1 | import getOffsetParent from './getOffsetParent'; 2 | 3 | export default function isOffsetContainer(element) { 4 | const { nodeName } = element; 5 | if (nodeName === 'BODY') { 6 | return false; 7 | } 8 | return ( 9 | nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element 10 | ); 11 | } 12 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "devise", 3 | "version": "1.0.0", 4 | "description": "devise hugo theme", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "dependencies": { 10 | "@fortawesome/fontawesome-free": "^6.6.0", 11 | "bootstrap": "^4.5.2" 12 | }, 13 | "keywords": [ 14 | "hugo", 15 | "theme" 16 | ], 17 | "author": "Austin Gebauer", 18 | "license": "MIT" 19 | } 20 | -------------------------------------------------------------------------------- /static/images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/images/avatar.png -------------------------------------------------------------------------------- /static/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /static/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /static/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /static/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/austingebauer/devise/74ce0fbaaef25733914d7afbf81e57f3928f5823/static/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /theme.toml: -------------------------------------------------------------------------------- 1 | name = "devise" 2 | license = "MIT" 3 | licenselink = "https://github.com/austingebauer/devise/blob/master/LICENSE" 4 | description = "A fast, minimal, responsive Hugo theme for blogs." 5 | homepage = "https://github.com/austingebauer/devise" 6 | tags = ["blog", "minimal", "personal", "simple", "clean"] 7 | features = ["responsive", "google analytics", "recent posts"] 8 | min_version = "0.61.0" 9 | 10 | [author] 11 | name = "Austin Gebauer" 12 | homepage = "https://github.com/austingebauer" 13 | --------------------------------------------------------------------------------