static

https://static.wmi.amu.edu.pl
├── bootbox
│   └── 4.4.0
│       └── bootbox.min.js
├── bootstrap
│   ├── 3.3.7
│   │   ├── css
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap.min.css.map
│   │   │   ├── bootstrap-theme.css
│   │   │   ├── bootstrap-theme.css.map
│   │   │   ├── bootstrap-theme.min.css
│   │   │   └── bootstrap-theme.min.css.map
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   └── glyphicons-halflings-regular.woff2
│   │   └── js
│   │       ├── bootstrap.js
│   │       ├── bootstrap.min.js
│   │       └── npm.js
│   └── 4.3.1
│       ├── css
│       │   ├── bootstrap.css
│       │   ├── bootstrap.css.map
│       │   ├── bootstrap-grid.css
│       │   ├── bootstrap-grid.css.map
│       │   ├── bootstrap-grid.min.css
│       │   ├── bootstrap-grid.min.css.map
│       │   ├── bootstrap.min.css
│       │   ├── bootstrap.min.css.map
│       │   ├── bootstrap-reboot.css
│       │   ├── bootstrap-reboot.css.map
│       │   ├── bootstrap-reboot.min.css
│       │   └── bootstrap-reboot.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
├── fontawesome-free
│   ├── 5.15.3
│   │   ├── attribution.js
│   │   ├── 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-shims.css
│   │   │   └── v4-shims.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
│   │   │   ├── brands.less
│   │   │   ├── _core.less
│   │   │   ├── _fixed-width.less
│   │   │   ├── fontawesome.less
│   │   │   ├── _icons.less
│   │   │   ├── _larger.less
│   │   │   ├── _list.less
│   │   │   ├── _mixins.less
│   │   │   ├── regular.less
│   │   │   ├── _rotated-flipped.less
│   │   │   ├── _screen-reader.less
│   │   │   ├── _shims.less
│   │   │   ├── solid.less
│   │   │   ├── _stacked.less
│   │   │   ├── v4-shims.less
│   │   │   └── _variables.less
│   │   ├── LICENSE.txt
│   │   ├── metadata
│   │   │   ├── categories.yml
│   │   │   ├── icons.json
│   │   │   ├── icons.yml
│   │   │   ├── shims.json
│   │   │   ├── shims.yml
│   │   │   └── sponsors.yml
│   │   ├── scss
│   │   │   ├── _animated.scss
│   │   │   ├── _bordered-pulled.scss
│   │   │   ├── brands.scss
│   │   │   ├── _core.scss
│   │   │   ├── _fixed-width.scss
│   │   │   ├── fontawesome.scss
│   │   │   ├── _icons.scss
│   │   │   ├── _larger.scss
│   │   │   ├── _list.scss
│   │   │   ├── _mixins.scss
│   │   │   ├── regular.scss
│   │   │   ├── _rotated-flipped.scss
│   │   │   ├── _screen-reader.scss
│   │   │   ├── _shims.scss
│   │   │   ├── solid.scss
│   │   │   ├── _stacked.scss
│   │   │   ├── v4-shims.scss
│   │   │   └── _variables.scss
│   │   ├── sprites
│   │   │   ├── brands.svg
│   │   │   ├── regular.svg
│   │   │   └── solid.svg
│   │   ├── svgs
│   │   │   ├── brands
│   │   │   │   ├── 500px.svg
│   │   │   │   ├── accessible-icon.svg
│   │   │   │   ├── accusoft.svg
│   │   │   │   ├── acquisitions-incorporated.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
│   │   │   │   ├── apper.svg
│   │   │   │   ├── apple-pay.svg
│   │   │   │   ├── apple.svg
│   │   │   │   ├── app-store-ios.svg
│   │   │   │   ├── app-store.svg
│   │   │   │   ├── artstation.svg
│   │   │   │   ├── asymmetrik.svg
│   │   │   │   ├── atlassian.svg
│   │   │   │   ├── audible.svg
│   │   │   │   ├── autoprefixer.svg
│   │   │   │   ├── avianex.svg
│   │   │   │   ├── aviato.svg
│   │   │   │   ├── aws.svg
│   │   │   │   ├── bandcamp.svg
│   │   │   │   ├── battle-net.svg
│   │   │   │   ├── behance-square.svg
│   │   │   │   ├── behance.svg
│   │   │   │   ├── bimobject.svg
│   │   │   │   ├── bitbucket.svg
│   │   │   │   ├── bitcoin.svg
│   │   │   │   ├── bity.svg
│   │   │   │   ├── blackberry.svg
│   │   │   │   ├── black-tie.svg
│   │   │   │   ├── blogger-b.svg
│   │   │   │   ├── blogger.svg
│   │   │   │   ├── bluetooth-b.svg
│   │   │   │   ├── bluetooth.svg
│   │   │   │   ├── bootstrap.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
│   │   │   │   ├── chromecast.svg
│   │   │   │   ├── chrome.svg
│   │   │   │   ├── cloudflare.svg
│   │   │   │   ├── cloudscale.svg
│   │   │   │   ├── cloudsmith.svg
│   │   │   │   ├── cloudversify.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-sampling-plus.svg
│   │   │   │   ├── creative-commons-sampling.svg
│   │   │   │   ├── creative-commons-sa.svg
│   │   │   │   ├── creative-commons-share.svg
│   │   │   │   ├── creative-commons.svg
│   │   │   │   ├── creative-commons-zero.svg
│   │   │   │   ├── critical-role.svg
│   │   │   │   ├── css3-alt.svg
│   │   │   │   ├── css3.svg
│   │   │   │   ├── cuttlefish.svg
│   │   │   │   ├── dailymotion.svg
│   │   │   │   ├── d-and-d-beyond.svg
│   │   │   │   ├── d-and-d.svg
│   │   │   │   ├── dashcube.svg
│   │   │   │   ├── deezer.svg
│   │   │   │   ├── delicious.svg
│   │   │   │   ├── deploydog.svg
│   │   │   │   ├── deskpro.svg
│   │   │   │   ├── deviantart.svg
│   │   │   │   ├── dev.svg
│   │   │   │   ├── dhl.svg
│   │   │   │   ├── diaspora.svg
│   │   │   │   ├── digg.svg
│   │   │   │   ├── digital-ocean.svg
│   │   │   │   ├── discord.svg
│   │   │   │   ├── discourse.svg
│   │   │   │   ├── dochub.svg
│   │   │   │   ├── docker.svg
│   │   │   │   ├── draft2digital.svg
│   │   │   │   ├── dribbble-square.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-square.svg
│   │   │   │   ├── facebook.svg
│   │   │   │   ├── fantasy-flight-games.svg
│   │   │   │   ├── fedex.svg
│   │   │   │   ├── fedora.svg
│   │   │   │   ├── figma.svg
│   │   │   │   ├── firefox-browser.svg
│   │   │   │   ├── firefox.svg
│   │   │   │   ├── firstdraft.svg
│   │   │   │   ├── first-order-alt.svg
│   │   │   │   ├── first-order.svg
│   │   │   │   ├── flickr.svg
│   │   │   │   ├── flipboard.svg
│   │   │   │   ├── fly.svg
│   │   │   │   ├── font-awesome-alt.svg
│   │   │   │   ├── font-awesome-flag.svg
│   │   │   │   ├── font-awesome-logo-full.svg
│   │   │   │   ├── font-awesome.svg
│   │   │   │   ├── fonticons-fi.svg
│   │   │   │   ├── fonticons.svg
│   │   │   │   ├── fort-awesome-alt.svg
│   │   │   │   ├── fort-awesome.svg
│   │   │   │   ├── forumbee.svg
│   │   │   │   ├── foursquare.svg
│   │   │   │   ├── freebsd.svg
│   │   │   │   ├── free-code-camp.svg
│   │   │   │   ├── fulcrum.svg
│   │   │   │   ├── galactic-republic.svg
│   │   │   │   ├── galactic-senate.svg
│   │   │   │   ├── get-pocket.svg
│   │   │   │   ├── gg-circle.svg
│   │   │   │   ├── gg.svg
│   │   │   │   ├── git-alt.svg
│   │   │   │   ├── github-alt.svg
│   │   │   │   ├── github-square.svg
│   │   │   │   ├── github.svg
│   │   │   │   ├── gitkraken.svg
│   │   │   │   ├── gitlab.svg
│   │   │   │   ├── git-square.svg
│   │   │   │   ├── git.svg
│   │   │   │   ├── gitter.svg
│   │   │   │   ├── glide-g.svg
│   │   │   │   ├── glide.svg
│   │   │   │   ├── gofore.svg
│   │   │   │   ├── goodreads-g.svg
│   │   │   │   ├── goodreads.svg
│   │   │   │   ├── google-drive.svg
│   │   │   │   ├── google-pay.svg
│   │   │   │   ├── google-play.svg
│   │   │   │   ├── google-plus-g.svg
│   │   │   │   ├── google-plus-square.svg
│   │   │   │   ├── google-plus.svg
│   │   │   │   ├── google.svg
│   │   │   │   ├── google-wallet.svg
│   │   │   │   ├── gratipay.svg
│   │   │   │   ├── grav.svg
│   │   │   │   ├── gripfire.svg
│   │   │   │   ├── grunt.svg
│   │   │   │   ├── guilded.svg
│   │   │   │   ├── gulp.svg
│   │   │   │   ├── hacker-news-square.svg
│   │   │   │   ├── hacker-news.svg
│   │   │   │   ├── hackerrank.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
│   │   │   │   ├── innosoft.svg
│   │   │   │   ├── instagram-square.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
│   │   │   │   ├── jsfiddle.svg
│   │   │   │   ├── js-square.svg
│   │   │   │   ├── js.svg
│   │   │   │   ├── kaggle.svg
│   │   │   │   ├── keybase.svg
│   │   │   │   ├── keycdn.svg
│   │   │   │   ├── kickstarter-k.svg
│   │   │   │   ├── kickstarter.svg
│   │   │   │   ├── korvue.svg
│   │   │   │   ├── laravel.svg
│   │   │   │   ├── lastfm-square.svg
│   │   │   │   ├── lastfm.svg
│   │   │   │   ├── leanpub.svg
│   │   │   │   ├── less.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-m.svg
│   │   │   │   ├── medium.svg
│   │   │   │   ├── medrt.svg
│   │   │   │   ├── meetup.svg
│   │   │   │   ├── megaport.svg
│   │   │   │   ├── mendeley.svg
│   │   │   │   ├── microblog.svg
│   │   │   │   ├── microsoft.svg
│   │   │   │   ├── mixcloud.svg
│   │   │   │   ├── mixer.svg
│   │   │   │   ├── mix.svg
│   │   │   │   ├── mizuni.svg
│   │   │   │   ├── modx.svg
│   │   │   │   ├── monero.svg
│   │   │   │   ├── napster.svg
│   │   │   │   ├── neos.svg
│   │   │   │   ├── nimblr.svg
│   │   │   │   ├── node-js.svg
│   │   │   │   ├── node.svg
│   │   │   │   ├── npm.svg
│   │   │   │   ├── ns8.svg
│   │   │   │   ├── nutritionix.svg
│   │   │   │   ├── octopus-deploy.svg
│   │   │   │   ├── odnoklassniki-square.svg
│   │   │   │   ├── odnoklassniki.svg
│   │   │   │   ├── old-republic.svg
│   │   │   │   ├── opencart.svg
│   │   │   │   ├── openid.svg
│   │   │   │   ├── opera.svg
│   │   │   │   ├── optin-monster.svg
│   │   │   │   ├── orcid.svg
│   │   │   │   ├── osi.svg
│   │   │   │   ├── page4.svg
│   │   │   │   ├── pagelines.svg
│   │   │   │   ├── palfed.svg
│   │   │   │   ├── patreon.svg
│   │   │   │   ├── paypal.svg
│   │   │   │   ├── penny-arcade.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-square.svg
│   │   │   │   ├── pied-piper.svg
│   │   │   │   ├── pinterest-p.svg
│   │   │   │   ├── pinterest-square.svg
│   │   │   │   ├── pinterest.svg
│   │   │   │   ├── playstation.svg
│   │   │   │   ├── product-hunt.svg
│   │   │   │   ├── pushed.svg
│   │   │   │   ├── python.svg
│   │   │   │   ├── qq.svg
│   │   │   │   ├── quinscape.svg
│   │   │   │   ├── quora.svg
│   │   │   │   ├── raspberry-pi.svg
│   │   │   │   ├── ravelry.svg
│   │   │   │   ├── reacteurope.svg
│   │   │   │   ├── react.svg
│   │   │   │   ├── readme.svg
│   │   │   │   ├── rebel.svg
│   │   │   │   ├── reddit-alien.svg
│   │   │   │   ├── reddit-square.svg
│   │   │   │   ├── reddit.svg
│   │   │   │   ├── redhat.svg
│   │   │   │   ├── red-river.svg
│   │   │   │   ├── renren.svg
│   │   │   │   ├── replyd.svg
│   │   │   │   ├── researchgate.svg
│   │   │   │   ├── resolving.svg
│   │   │   │   ├── rev.svg
│   │   │   │   ├── rocketchat.svg
│   │   │   │   ├── rockrms.svg
│   │   │   │   ├── r-project.svg
│   │   │   │   ├── rust.svg
│   │   │   │   ├── safari.svg
│   │   │   │   ├── salesforce.svg
│   │   │   │   ├── sass.svg
│   │   │   │   ├── schlix.svg
│   │   │   │   ├── scribd.svg
│   │   │   │   ├── searchengin.svg
│   │   │   │   ├── sellcast.svg
│   │   │   │   ├── sellsy.svg
│   │   │   │   ├── servicestack.svg
│   │   │   │   ├── shirtsinbulk.svg
│   │   │   │   ├── shopify.svg
│   │   │   │   ├── shopware.svg
│   │   │   │   ├── simplybuilt.svg
│   │   │   │   ├── sistrix.svg
│   │   │   │   ├── sith.svg
│   │   │   │   ├── sketch.svg
│   │   │   │   ├── skyatlas.svg
│   │   │   │   ├── skype.svg
│   │   │   │   ├── slack-hash.svg
│   │   │   │   ├── slack.svg
│   │   │   │   ├── slideshare.svg
│   │   │   │   ├── snapchat-ghost.svg
│   │   │   │   ├── snapchat-square.svg
│   │   │   │   ├── snapchat.svg
│   │   │   │   ├── soundcloud.svg
│   │   │   │   ├── sourcetree.svg
│   │   │   │   ├── speakap.svg
│   │   │   │   ├── speaker-deck.svg
│   │   │   │   ├── spotify.svg
│   │   │   │   ├── squarespace.svg
│   │   │   │   ├── stack-exchange.svg
│   │   │   │   ├── stack-overflow.svg
│   │   │   │   ├── stackpath.svg
│   │   │   │   ├── staylinked.svg
│   │   │   │   ├── steam-square.svg
│   │   │   │   ├── steam.svg
│   │   │   │   ├── steam-symbol.svg
│   │   │   │   ├── sticker-mule.svg
│   │   │   │   ├── strava.svg
│   │   │   │   ├── stripe-s.svg
│   │   │   │   ├── stripe.svg
│   │   │   │   ├── studiovinari.svg
│   │   │   │   ├── stumbleupon-circle.svg
│   │   │   │   ├── stumbleupon.svg
│   │   │   │   ├── superpowers.svg
│   │   │   │   ├── supple.svg
│   │   │   │   ├── suse.svg
│   │   │   │   ├── swift.svg
│   │   │   │   ├── symfony.svg
│   │   │   │   ├── teamspeak.svg
│   │   │   │   ├── telegram-plane.svg
│   │   │   │   ├── telegram.svg
│   │   │   │   ├── tencent-weibo.svg
│   │   │   │   ├── themeco.svg
│   │   │   │   ├── themeisle.svg
│   │   │   │   ├── the-red-yeti.svg
│   │   │   │   ├── think-peaks.svg
│   │   │   │   ├── tiktok.svg
│   │   │   │   ├── trade-federation.svg
│   │   │   │   ├── trello.svg
│   │   │   │   ├── tripadvisor.svg
│   │   │   │   ├── tumblr-square.svg
│   │   │   │   ├── tumblr.svg
│   │   │   │   ├── twitch.svg
│   │   │   │   ├── twitter-square.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
│   │   │   │   ├── usb.svg
│   │   │   │   ├── usps.svg
│   │   │   │   ├── ussunnah.svg
│   │   │   │   ├── vaadin.svg
│   │   │   │   ├── viacoin.svg
│   │   │   │   ├── viadeo-square.svg
│   │   │   │   ├── viadeo.svg
│   │   │   │   ├── viber.svg
│   │   │   │   ├── vimeo-square.svg
│   │   │   │   ├── vimeo.svg
│   │   │   │   ├── vimeo-v.svg
│   │   │   │   ├── vine.svg
│   │   │   │   ├── vk.svg
│   │   │   │   ├── vnv.svg
│   │   │   │   ├── vuejs.svg
│   │   │   │   ├── watchman-monitoring.svg
│   │   │   │   ├── waze.svg
│   │   │   │   ├── weebly.svg
│   │   │   │   ├── weibo.svg
│   │   │   │   ├── weixin.svg
│   │   │   │   ├── whatsapp-square.svg
│   │   │   │   ├── whatsapp.svg
│   │   │   │   ├── whmcs.svg
│   │   │   │   ├── wikipedia-w.svg
│   │   │   │   ├── windows.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
│   │   │   │   ├── xbox.svg
│   │   │   │   ├── xing-square.svg
│   │   │   │   ├── xing.svg
│   │   │   │   ├── yahoo.svg
│   │   │   │   ├── yammer.svg
│   │   │   │   ├── yandex-international.svg
│   │   │   │   ├── yandex.svg
│   │   │   │   ├── yarn.svg
│   │   │   │   ├── y-combinator.svg
│   │   │   │   ├── yelp.svg
│   │   │   │   ├── yoast.svg
│   │   │   │   ├── youtube-square.svg
│   │   │   │   ├── youtube.svg
│   │   │   │   └── zhihu.svg
│   │   │   ├── regular
│   │   │   │   ├── address-book.svg
│   │   │   │   ├── address-card.svg
│   │   │   │   ├── angry.svg
│   │   │   │   ├── arrow-alt-circle-down.svg
│   │   │   │   ├── arrow-alt-circle-left.svg
│   │   │   │   ├── arrow-alt-circle-right.svg
│   │   │   │   ├── arrow-alt-circle-up.svg
│   │   │   │   ├── bell-slash.svg
│   │   │   │   ├── bell.svg
│   │   │   │   ├── bookmark.svg
│   │   │   │   ├── building.svg
│   │   │   │   ├── calendar-alt.svg
│   │   │   │   ├── calendar-check.svg
│   │   │   │   ├── calendar-minus.svg
│   │   │   │   ├── calendar-plus.svg
│   │   │   │   ├── calendar.svg
│   │   │   │   ├── calendar-times.svg
│   │   │   │   ├── caret-square-down.svg
│   │   │   │   ├── caret-square-left.svg
│   │   │   │   ├── caret-square-right.svg
│   │   │   │   ├── caret-square-up.svg
│   │   │   │   ├── chart-bar.svg
│   │   │   │   ├── check-circle.svg
│   │   │   │   ├── check-square.svg
│   │   │   │   ├── circle.svg
│   │   │   │   ├── clipboard.svg
│   │   │   │   ├── clock.svg
│   │   │   │   ├── clone.svg
│   │   │   │   ├── closed-captioning.svg
│   │   │   │   ├── comment-alt.svg
│   │   │   │   ├── comment-dots.svg
│   │   │   │   ├── comments.svg
│   │   │   │   ├── comment.svg
│   │   │   │   ├── compass.svg
│   │   │   │   ├── copyright.svg
│   │   │   │   ├── copy.svg
│   │   │   │   ├── credit-card.svg
│   │   │   │   ├── dizzy.svg
│   │   │   │   ├── dot-circle.svg
│   │   │   │   ├── edit.svg
│   │   │   │   ├── envelope-open.svg
│   │   │   │   ├── envelope.svg
│   │   │   │   ├── eye-slash.svg
│   │   │   │   ├── eye.svg
│   │   │   │   ├── file-alt.svg
│   │   │   │   ├── file-archive.svg
│   │   │   │   ├── file-audio.svg
│   │   │   │   ├── file-code.svg
│   │   │   │   ├── file-excel.svg
│   │   │   │   ├── file-image.svg
│   │   │   │   ├── file-pdf.svg
│   │   │   │   ├── file-powerpoint.svg
│   │   │   │   ├── file.svg
│   │   │   │   ├── file-video.svg
│   │   │   │   ├── file-word.svg
│   │   │   │   ├── flag.svg
│   │   │   │   ├── flushed.svg
│   │   │   │   ├── folder-open.svg
│   │   │   │   ├── folder.svg
│   │   │   │   ├── font-awesome-logo-full.svg
│   │   │   │   ├── frown-open.svg
│   │   │   │   ├── frown.svg
│   │   │   │   ├── futbol.svg
│   │   │   │   ├── gem.svg
│   │   │   │   ├── grimace.svg
│   │   │   │   ├── grin-alt.svg
│   │   │   │   ├── grin-beam.svg
│   │   │   │   ├── grin-beam-sweat.svg
│   │   │   │   ├── grin-hearts.svg
│   │   │   │   ├── grin-squint.svg
│   │   │   │   ├── grin-squint-tears.svg
│   │   │   │   ├── grin-stars.svg
│   │   │   │   ├── grin.svg
│   │   │   │   ├── grin-tears.svg
│   │   │   │   ├── grin-tongue-squint.svg
│   │   │   │   ├── grin-tongue.svg
│   │   │   │   ├── grin-tongue-wink.svg
│   │   │   │   ├── grin-wink.svg
│   │   │   │   ├── hand-lizard.svg
│   │   │   │   ├── hand-paper.svg
│   │   │   │   ├── hand-peace.svg
│   │   │   │   ├── hand-point-down.svg
│   │   │   │   ├── hand-pointer.svg
│   │   │   │   ├── hand-point-left.svg
│   │   │   │   ├── hand-point-right.svg
│   │   │   │   ├── hand-point-up.svg
│   │   │   │   ├── hand-rock.svg
│   │   │   │   ├── hand-scissors.svg
│   │   │   │   ├── handshake.svg
│   │   │   │   ├── hand-spock.svg
│   │   │   │   ├── hdd.svg
│   │   │   │   ├── heart.svg
│   │   │   │   ├── hospital.svg
│   │   │   │   ├── hourglass.svg
│   │   │   │   ├── id-badge.svg
│   │   │   │   ├── id-card.svg
│   │   │   │   ├── images.svg
│   │   │   │   ├── image.svg
│   │   │   │   ├── keyboard.svg
│   │   │   │   ├── kiss-beam.svg
│   │   │   │   ├── kiss.svg
│   │   │   │   ├── kiss-wink-heart.svg
│   │   │   │   ├── laugh-beam.svg
│   │   │   │   ├── laugh-squint.svg
│   │   │   │   ├── laugh.svg
│   │   │   │   ├── laugh-wink.svg
│   │   │   │   ├── lemon.svg
│   │   │   │   ├── life-ring.svg
│   │   │   │   ├── lightbulb.svg
│   │   │   │   ├── list-alt.svg
│   │   │   │   ├── map.svg
│   │   │   │   ├── meh-blank.svg
│   │   │   │   ├── meh-rolling-eyes.svg
│   │   │   │   ├── meh.svg
│   │   │   │   ├── minus-square.svg
│   │   │   │   ├── money-bill-alt.svg
│   │   │   │   ├── moon.svg
│   │   │   │   ├── newspaper.svg
│   │   │   │   ├── object-group.svg
│   │   │   │   ├── object-ungroup.svg
│   │   │   │   ├── paper-plane.svg
│   │   │   │   ├── pause-circle.svg
│   │   │   │   ├── play-circle.svg
│   │   │   │   ├── plus-square.svg
│   │   │   │   ├── question-circle.svg
│   │   │   │   ├── registered.svg
│   │   │   │   ├── sad-cry.svg
│   │   │   │   ├── sad-tear.svg
│   │   │   │   ├── save.svg
│   │   │   │   ├── share-square.svg
│   │   │   │   ├── smile-beam.svg
│   │   │   │   ├── smile.svg
│   │   │   │   ├── smile-wink.svg
│   │   │   │   ├── snowflake.svg
│   │   │   │   ├── square.svg
│   │   │   │   ├── star-half.svg
│   │   │   │   ├── star.svg
│   │   │   │   ├── sticky-note.svg
│   │   │   │   ├── stop-circle.svg
│   │   │   │   ├── sun.svg
│   │   │   │   ├── surprise.svg
│   │   │   │   ├── thumbs-down.svg
│   │   │   │   ├── thumbs-up.svg
│   │   │   │   ├── times-circle.svg
│   │   │   │   ├── tired.svg
│   │   │   │   ├── trash-alt.svg
│   │   │   │   ├── user-circle.svg
│   │   │   │   ├── user.svg
│   │   │   │   ├── window-close.svg
│   │   │   │   ├── window-maximize.svg
│   │   │   │   ├── window-minimize.svg
│   │   │   │   └── window-restore.svg
│   │   │   └── solid
│   │   │       ├── address-book.svg
│   │   │       ├── address-card.svg
│   │   │       ├── adjust.svg
│   │   │       ├── ad.svg
│   │   │       ├── air-freshener.svg
│   │   │       ├── align-center.svg
│   │   │       ├── align-justify.svg
│   │   │       ├── align-left.svg
│   │   │       ├── align-right.svg
│   │   │       ├── allergies.svg
│   │   │       ├── ambulance.svg
│   │   │       ├── american-sign-language-interpreting.svg
│   │   │       ├── anchor.svg
│   │   │       ├── angle-double-down.svg
│   │   │       ├── angle-double-left.svg
│   │   │       ├── angle-double-right.svg
│   │   │       ├── angle-double-up.svg
│   │   │       ├── angle-down.svg
│   │   │       ├── angle-left.svg
│   │   │       ├── angle-right.svg
│   │   │       ├── angle-up.svg
│   │   │       ├── angry.svg
│   │   │       ├── ankh.svg
│   │   │       ├── apple-alt.svg
│   │   │       ├── archive.svg
│   │   │       ├── archway.svg
│   │   │       ├── arrow-alt-circle-down.svg
│   │   │       ├── arrow-alt-circle-left.svg
│   │   │       ├── arrow-alt-circle-right.svg
│   │   │       ├── arrow-alt-circle-up.svg
│   │   │       ├── arrow-circle-down.svg
│   │   │       ├── arrow-circle-left.svg
│   │   │       ├── arrow-circle-right.svg
│   │   │       ├── arrow-circle-up.svg
│   │   │       ├── arrow-down.svg
│   │   │       ├── arrow-left.svg
│   │   │       ├── arrow-right.svg
│   │   │       ├── arrows-alt-h.svg
│   │   │       ├── arrows-alt.svg
│   │   │       ├── arrows-alt-v.svg
│   │   │       ├── arrow-up.svg
│   │   │       ├── assistive-listening-systems.svg
│   │   │       ├── asterisk.svg
│   │   │       ├── atlas.svg
│   │   │       ├── atom.svg
│   │   │       ├── at.svg
│   │   │       ├── audio-description.svg
│   │   │       ├── award.svg
│   │   │       ├── baby-carriage.svg
│   │   │       ├── baby.svg
│   │   │       ├── backspace.svg
│   │   │       ├── backward.svg
│   │   │       ├── bacon.svg
│   │   │       ├── bacteria.svg
│   │   │       ├── bacterium.svg
│   │   │       ├── bahai.svg
│   │   │       ├── balance-scale-left.svg
│   │   │       ├── balance-scale-right.svg
│   │   │       ├── balance-scale.svg
│   │   │       ├── band-aid.svg
│   │   │       ├── ban.svg
│   │   │       ├── barcode.svg
│   │   │       ├── bars.svg
│   │   │       ├── baseball-ball.svg
│   │   │       ├── basketball-ball.svg
│   │   │       ├── bath.svg
│   │   │       ├── battery-empty.svg
│   │   │       ├── battery-full.svg
│   │   │       ├── battery-half.svg
│   │   │       ├── battery-quarter.svg
│   │   │       ├── battery-three-quarters.svg
│   │   │       ├── bed.svg
│   │   │       ├── beer.svg
│   │   │       ├── bell-slash.svg
│   │   │       ├── bell.svg
│   │   │       ├── bezier-curve.svg
│   │   │       ├── bible.svg
│   │   │       ├── bicycle.svg
│   │   │       ├── biking.svg
│   │   │       ├── binoculars.svg
│   │   │       ├── biohazard.svg
│   │   │       ├── birthday-cake.svg
│   │   │       ├── blender-phone.svg
│   │   │       ├── blender.svg
│   │   │       ├── blind.svg
│   │   │       ├── blog.svg
│   │   │       ├── bold.svg
│   │   │       ├── bolt.svg
│   │   │       ├── bomb.svg
│   │   │       ├── bone.svg
│   │   │       ├── bong.svg
│   │   │       ├── book-dead.svg
│   │   │       ├── bookmark.svg
│   │   │       ├── book-medical.svg
│   │   │       ├── book-open.svg
│   │   │       ├── book-reader.svg
│   │   │       ├── book.svg
│   │   │       ├── border-all.svg
│   │   │       ├── border-none.svg
│   │   │       ├── border-style.svg
│   │   │       ├── bowling-ball.svg
│   │   │       ├── boxes.svg
│   │   │       ├── box-open.svg
│   │   │       ├── box.svg
│   │   │       ├── box-tissue.svg
│   │   │       ├── braille.svg
│   │   │       ├── brain.svg
│   │   │       ├── bread-slice.svg
│   │   │       ├── briefcase-medical.svg
│   │   │       ├── briefcase.svg
│   │   │       ├── broadcast-tower.svg
│   │   │       ├── broom.svg
│   │   │       ├── brush.svg
│   │   │       ├── bug.svg
│   │   │       ├── building.svg
│   │   │       ├── bullhorn.svg
│   │   │       ├── bullseye.svg
│   │   │       ├── burn.svg
│   │   │       ├── bus-alt.svg
│   │   │       ├── business-time.svg
│   │   │       ├── bus.svg
│   │   │       ├── calculator.svg
│   │   │       ├── calendar-alt.svg
│   │   │       ├── calendar-check.svg
│   │   │       ├── calendar-day.svg
│   │   │       ├── calendar-minus.svg
│   │   │       ├── calendar-plus.svg
│   │   │       ├── calendar.svg
│   │   │       ├── calendar-times.svg
│   │   │       ├── calendar-week.svg
│   │   │       ├── camera-retro.svg
│   │   │       ├── camera.svg
│   │   │       ├── campground.svg
│   │   │       ├── candy-cane.svg
│   │   │       ├── cannabis.svg
│   │   │       ├── capsules.svg
│   │   │       ├── car-alt.svg
│   │   │       ├── caravan.svg
│   │   │       ├── car-battery.svg
│   │   │       ├── car-crash.svg
│   │   │       ├── caret-down.svg
│   │   │       ├── caret-left.svg
│   │   │       ├── caret-right.svg
│   │   │       ├── caret-square-down.svg
│   │   │       ├── caret-square-left.svg
│   │   │       ├── caret-square-right.svg
│   │   │       ├── caret-square-up.svg
│   │   │       ├── caret-up.svg
│   │   │       ├── carrot.svg
│   │   │       ├── car-side.svg
│   │   │       ├── car.svg
│   │   │       ├── cart-arrow-down.svg
│   │   │       ├── cart-plus.svg
│   │   │       ├── cash-register.svg
│   │   │       ├── cat.svg
│   │   │       ├── certificate.svg
│   │   │       ├── chair.svg
│   │   │       ├── chalkboard.svg
│   │   │       ├── chalkboard-teacher.svg
│   │   │       ├── charging-station.svg
│   │   │       ├── chart-area.svg
│   │   │       ├── chart-bar.svg
│   │   │       ├── chart-line.svg
│   │   │       ├── chart-pie.svg
│   │   │       ├── check-circle.svg
│   │   │       ├── check-double.svg
│   │   │       ├── check-square.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-circle-down.svg
│   │   │       ├── chevron-circle-left.svg
│   │   │       ├── chevron-circle-right.svg
│   │   │       ├── chevron-circle-up.svg
│   │   │       ├── chevron-down.svg
│   │   │       ├── chevron-left.svg
│   │   │       ├── chevron-right.svg
│   │   │       ├── chevron-up.svg
│   │   │       ├── child.svg
│   │   │       ├── church.svg
│   │   │       ├── circle-notch.svg
│   │   │       ├── circle.svg
│   │   │       ├── city.svg
│   │   │       ├── clinic-medical.svg
│   │   │       ├── clipboard-check.svg
│   │   │       ├── clipboard-list.svg
│   │   │       ├── clipboard.svg
│   │   │       ├── clock.svg
│   │   │       ├── clone.svg
│   │   │       ├── closed-captioning.svg
│   │   │       ├── cloud-download-alt.svg
│   │   │       ├── cloud-meatball.svg
│   │   │       ├── cloud-moon-rain.svg
│   │   │       ├── cloud-moon.svg
│   │   │       ├── cloud-rain.svg
│   │   │       ├── cloud-showers-heavy.svg
│   │   │       ├── cloud-sun-rain.svg
│   │   │       ├── cloud-sun.svg
│   │   │       ├── cloud.svg
│   │   │       ├── cloud-upload-alt.svg
│   │   │       ├── cocktail.svg
│   │   │       ├── code-branch.svg
│   │   │       ├── code.svg
│   │   │       ├── coffee.svg
│   │   │       ├── cogs.svg
│   │   │       ├── cog.svg
│   │   │       ├── coins.svg
│   │   │       ├── columns.svg
│   │   │       ├── comment-alt.svg
│   │   │       ├── comment-dollar.svg
│   │   │       ├── comment-dots.svg
│   │   │       ├── comment-medical.svg
│   │   │       ├── comments-dollar.svg
│   │   │       ├── comment-slash.svg
│   │   │       ├── comments.svg
│   │   │       ├── comment.svg
│   │   │       ├── compact-disc.svg
│   │   │       ├── compass.svg
│   │   │       ├── compress-alt.svg
│   │   │       ├── compress-arrows-alt.svg
│   │   │       ├── compress.svg
│   │   │       ├── concierge-bell.svg
│   │   │       ├── cookie-bite.svg
│   │   │       ├── cookie.svg
│   │   │       ├── copyright.svg
│   │   │       ├── copy.svg
│   │   │       ├── couch.svg
│   │   │       ├── credit-card.svg
│   │   │       ├── crop-alt.svg
│   │   │       ├── crop.svg
│   │   │       ├── crosshairs.svg
│   │   │       ├── cross.svg
│   │   │       ├── crown.svg
│   │   │       ├── crow.svg
│   │   │       ├── crutch.svg
│   │   │       ├── cubes.svg
│   │   │       ├── cube.svg
│   │   │       ├── cut.svg
│   │   │       ├── database.svg
│   │   │       ├── deaf.svg
│   │   │       ├── democrat.svg
│   │   │       ├── desktop.svg
│   │   │       ├── dharmachakra.svg
│   │   │       ├── diagnoses.svg
│   │   │       ├── dice-d20.svg
│   │   │       ├── dice-d6.svg
│   │   │       ├── dice-five.svg
│   │   │       ├── dice-four.svg
│   │   │       ├── dice-one.svg
│   │   │       ├── dice-six.svg
│   │   │       ├── dice.svg
│   │   │       ├── dice-three.svg
│   │   │       ├── dice-two.svg
│   │   │       ├── digital-tachograph.svg
│   │   │       ├── directions.svg
│   │   │       ├── disease.svg
│   │   │       ├── divide.svg
│   │   │       ├── dizzy.svg
│   │   │       ├── dna.svg
│   │   │       ├── dog.svg
│   │   │       ├── dollar-sign.svg
│   │   │       ├── dolly-flatbed.svg
│   │   │       ├── dolly.svg
│   │   │       ├── donate.svg
│   │   │       ├── door-closed.svg
│   │   │       ├── door-open.svg
│   │   │       ├── dot-circle.svg
│   │   │       ├── dove.svg
│   │   │       ├── download.svg
│   │   │       ├── drafting-compass.svg
│   │   │       ├── dragon.svg
│   │   │       ├── draw-polygon.svg
│   │   │       ├── drum-steelpan.svg
│   │   │       ├── drumstick-bite.svg
│   │   │       ├── drum.svg
│   │   │       ├── dumbbell.svg
│   │   │       ├── dumpster-fire.svg
│   │   │       ├── dumpster.svg
│   │   │       ├── dungeon.svg
│   │   │       ├── edit.svg
│   │   │       ├── egg.svg
│   │   │       ├── eject.svg
│   │   │       ├── ellipsis-h.svg
│   │   │       ├── ellipsis-v.svg
│   │   │       ├── envelope-open.svg
│   │   │       ├── envelope-open-text.svg
│   │   │       ├── envelope-square.svg
│   │   │       ├── envelope.svg
│   │   │       ├── equals.svg
│   │   │       ├── eraser.svg
│   │   │       ├── ethernet.svg
│   │   │       ├── euro-sign.svg
│   │   │       ├── exchange-alt.svg
│   │   │       ├── exclamation-circle.svg
│   │   │       ├── exclamation.svg
│   │   │       ├── exclamation-triangle.svg
│   │   │       ├── expand-alt.svg
│   │   │       ├── expand-arrows-alt.svg
│   │   │       ├── expand.svg
│   │   │       ├── external-link-alt.svg
│   │   │       ├── external-link-square-alt.svg
│   │   │       ├── eye-dropper.svg
│   │   │       ├── eye-slash.svg
│   │   │       ├── eye.svg
│   │   │       ├── fan.svg
│   │   │       ├── fast-backward.svg
│   │   │       ├── fast-forward.svg
│   │   │       ├── faucet.svg
│   │   │       ├── fax.svg
│   │   │       ├── feather-alt.svg
│   │   │       ├── feather.svg
│   │   │       ├── female.svg
│   │   │       ├── fighter-jet.svg
│   │   │       ├── file-alt.svg
│   │   │       ├── file-archive.svg
│   │   │       ├── file-audio.svg
│   │   │       ├── file-code.svg
│   │   │       ├── file-contract.svg
│   │   │       ├── file-csv.svg
│   │   │       ├── file-download.svg
│   │   │       ├── file-excel.svg
│   │   │       ├── file-export.svg
│   │   │       ├── file-image.svg
│   │   │       ├── file-import.svg
│   │   │       ├── file-invoice-dollar.svg
│   │   │       ├── file-invoice.svg
│   │   │       ├── file-medical-alt.svg
│   │   │       ├── file-medical.svg
│   │   │       ├── file-pdf.svg
│   │   │       ├── file-powerpoint.svg
│   │   │       ├── file-prescription.svg
│   │   │       ├── file-signature.svg
│   │   │       ├── file.svg
│   │   │       ├── file-upload.svg
│   │   │       ├── file-video.svg
│   │   │       ├── file-word.svg
│   │   │       ├── fill-drip.svg
│   │   │       ├── fill.svg
│   │   │       ├── film.svg
│   │   │       ├── filter.svg
│   │   │       ├── fingerprint.svg
│   │   │       ├── fire-alt.svg
│   │   │       ├── fire-extinguisher.svg
│   │   │       ├── fire.svg
│   │   │       ├── first-aid.svg
│   │   │       ├── fish.svg
│   │   │       ├── fist-raised.svg
│   │   │       ├── flag-checkered.svg
│   │   │       ├── flag.svg
│   │   │       ├── flag-usa.svg
│   │   │       ├── flask.svg
│   │   │       ├── flushed.svg
│   │   │       ├── folder-minus.svg
│   │   │       ├── folder-open.svg
│   │   │       ├── folder-plus.svg
│   │   │       ├── folder.svg
│   │   │       ├── font-awesome-logo-full.svg
│   │   │       ├── font.svg
│   │   │       ├── football-ball.svg
│   │   │       ├── forward.svg
│   │   │       ├── frog.svg
│   │   │       ├── frown-open.svg
│   │   │       ├── frown.svg
│   │   │       ├── funnel-dollar.svg
│   │   │       ├── futbol.svg
│   │   │       ├── gamepad.svg
│   │   │       ├── gas-pump.svg
│   │   │       ├── gavel.svg
│   │   │       ├── gem.svg
│   │   │       ├── genderless.svg
│   │   │       ├── ghost.svg
│   │   │       ├── gifts.svg
│   │   │       ├── gift.svg
│   │   │       ├── glass-cheers.svg
│   │   │       ├── glasses.svg
│   │   │       ├── glass-martini-alt.svg
│   │   │       ├── glass-martini.svg
│   │   │       ├── glass-whiskey.svg
│   │   │       ├── globe-africa.svg
│   │   │       ├── globe-americas.svg
│   │   │       ├── globe-asia.svg
│   │   │       ├── globe-europe.svg
│   │   │       ├── globe.svg
│   │   │       ├── golf-ball.svg
│   │   │       ├── gopuram.svg
│   │   │       ├── graduation-cap.svg
│   │   │       ├── greater-than-equal.svg
│   │   │       ├── greater-than.svg
│   │   │       ├── grimace.svg
│   │   │       ├── grin-alt.svg
│   │   │       ├── grin-beam.svg
│   │   │       ├── grin-beam-sweat.svg
│   │   │       ├── grin-hearts.svg
│   │   │       ├── grin-squint.svg
│   │   │       ├── grin-squint-tears.svg
│   │   │       ├── grin-stars.svg
│   │   │       ├── grin.svg
│   │   │       ├── grin-tears.svg
│   │   │       ├── grin-tongue-squint.svg
│   │   │       ├── grin-tongue.svg
│   │   │       ├── grin-tongue-wink.svg
│   │   │       ├── grin-wink.svg
│   │   │       ├── grip-horizontal.svg
│   │   │       ├── grip-lines.svg
│   │   │       ├── grip-lines-vertical.svg
│   │   │       ├── grip-vertical.svg
│   │   │       ├── guitar.svg
│   │   │       ├── hamburger.svg
│   │   │       ├── hammer.svg
│   │   │       ├── hamsa.svg
│   │   │       ├── hand-holding-heart.svg
│   │   │       ├── hand-holding-medical.svg
│   │   │       ├── hand-holding.svg
│   │   │       ├── hand-holding-usd.svg
│   │   │       ├── hand-holding-water.svg
│   │   │       ├── hand-lizard.svg
│   │   │       ├── hand-middle-finger.svg
│   │   │       ├── hand-paper.svg
│   │   │       ├── hand-peace.svg
│   │   │       ├── hand-point-down.svg
│   │   │       ├── hand-pointer.svg
│   │   │       ├── hand-point-left.svg
│   │   │       ├── hand-point-right.svg
│   │   │       ├── hand-point-up.svg
│   │   │       ├── hand-rock.svg
│   │   │       ├── hand-scissors.svg
│   │   │       ├── handshake-alt-slash.svg
│   │   │       ├── handshake-slash.svg
│   │   │       ├── handshake.svg
│   │   │       ├── hands-helping.svg
│   │   │       ├── hand-sparkles.svg
│   │   │       ├── hand-spock.svg
│   │   │       ├── hands.svg
│   │   │       ├── hands-wash.svg
│   │   │       ├── hanukiah.svg
│   │   │       ├── hard-hat.svg
│   │   │       ├── hashtag.svg
│   │   │       ├── hat-cowboy-side.svg
│   │   │       ├── hat-cowboy.svg
│   │   │       ├── hat-wizard.svg
│   │   │       ├── hdd.svg
│   │   │       ├── heading.svg
│   │   │       ├── headphones-alt.svg
│   │   │       ├── headphones.svg
│   │   │       ├── headset.svg
│   │   │       ├── head-side-cough-slash.svg
│   │   │       ├── head-side-cough.svg
│   │   │       ├── head-side-mask.svg
│   │   │       ├── head-side-virus.svg
│   │   │       ├── heartbeat.svg
│   │   │       ├── heart-broken.svg
│   │   │       ├── heart.svg
│   │   │       ├── helicopter.svg
│   │   │       ├── highlighter.svg
│   │   │       ├── hiking.svg
│   │   │       ├── hippo.svg
│   │   │       ├── history.svg
│   │   │       ├── hockey-puck.svg
│   │   │       ├── holly-berry.svg
│   │   │       ├── home.svg
│   │   │       ├── horse-head.svg
│   │   │       ├── horse.svg
│   │   │       ├── hospital-alt.svg
│   │   │       ├── hospital.svg
│   │   │       ├── hospital-symbol.svg
│   │   │       ├── hospital-user.svg
│   │   │       ├── hotdog.svg
│   │   │       ├── hotel.svg
│   │   │       ├── hot-tub.svg
│   │   │       ├── hourglass-end.svg
│   │   │       ├── hourglass-half.svg
│   │   │       ├── hourglass-start.svg
│   │   │       ├── hourglass.svg
│   │   │       ├── house-damage.svg
│   │   │       ├── house-user.svg
│   │   │       ├── hryvnia.svg
│   │   │       ├── h-square.svg
│   │   │       ├── ice-cream.svg
│   │   │       ├── icicles.svg
│   │   │       ├── icons.svg
│   │   │       ├── i-cursor.svg
│   │   │       ├── id-badge.svg
│   │   │       ├── id-card-alt.svg
│   │   │       ├── id-card.svg
│   │   │       ├── igloo.svg
│   │   │       ├── images.svg
│   │   │       ├── image.svg
│   │   │       ├── inbox.svg
│   │   │       ├── indent.svg
│   │   │       ├── industry.svg
│   │   │       ├── infinity.svg
│   │   │       ├── info-circle.svg
│   │   │       ├── info.svg
│   │   │       ├── italic.svg
│   │   │       ├── jedi.svg
│   │   │       ├── joint.svg
│   │   │       ├── journal-whills.svg
│   │   │       ├── kaaba.svg
│   │   │       ├── keyboard.svg
│   │   │       ├── key.svg
│   │   │       ├── khanda.svg
│   │   │       ├── kiss-beam.svg
│   │   │       ├── kiss.svg
│   │   │       ├── kiss-wink-heart.svg
│   │   │       ├── kiwi-bird.svg
│   │   │       ├── landmark.svg
│   │   │       ├── language.svg
│   │   │       ├── laptop-code.svg
│   │   │       ├── laptop-house.svg
│   │   │       ├── laptop-medical.svg
│   │   │       ├── laptop.svg
│   │   │       ├── laugh-beam.svg
│   │   │       ├── laugh-squint.svg
│   │   │       ├── laugh.svg
│   │   │       ├── laugh-wink.svg
│   │   │       ├── layer-group.svg
│   │   │       ├── leaf.svg
│   │   │       ├── lemon.svg
│   │   │       ├── less-than-equal.svg
│   │   │       ├── less-than.svg
│   │   │       ├── level-down-alt.svg
│   │   │       ├── level-up-alt.svg
│   │   │       ├── life-ring.svg
│   │   │       ├── lightbulb.svg
│   │   │       ├── link.svg
│   │   │       ├── lira-sign.svg
│   │   │       ├── list-alt.svg
│   │   │       ├── list-ol.svg
│   │   │       ├── list.svg
│   │   │       ├── list-ul.svg
│   │   │       ├── location-arrow.svg
│   │   │       ├── lock-open.svg
│   │   │       ├── lock.svg
│   │   │       ├── long-arrow-alt-down.svg
│   │   │       ├── long-arrow-alt-left.svg
│   │   │       ├── long-arrow-alt-right.svg
│   │   │       ├── long-arrow-alt-up.svg
│   │   │       ├── low-vision.svg
│   │   │       ├── luggage-cart.svg
│   │   │       ├── lungs.svg
│   │   │       ├── lungs-virus.svg
│   │   │       ├── magic.svg
│   │   │       ├── magnet.svg
│   │   │       ├── mail-bulk.svg
│   │   │       ├── male.svg
│   │   │       ├── map-marked-alt.svg
│   │   │       ├── map-marked.svg
│   │   │       ├── map-marker-alt.svg
│   │   │       ├── map-marker.svg
│   │   │       ├── map-pin.svg
│   │   │       ├── map-signs.svg
│   │   │       ├── map.svg
│   │   │       ├── marker.svg
│   │   │       ├── mars-double.svg
│   │   │       ├── mars-stroke-h.svg
│   │   │       ├── mars-stroke.svg
│   │   │       ├── mars-stroke-v.svg
│   │   │       ├── mars.svg
│   │   │       ├── mask.svg
│   │   │       ├── medal.svg
│   │   │       ├── medkit.svg
│   │   │       ├── meh-blank.svg
│   │   │       ├── meh-rolling-eyes.svg
│   │   │       ├── meh.svg
│   │   │       ├── memory.svg
│   │   │       ├── menorah.svg
│   │   │       ├── mercury.svg
│   │   │       ├── meteor.svg
│   │   │       ├── microchip.svg
│   │   │       ├── microphone-alt-slash.svg
│   │   │       ├── microphone-alt.svg
│   │   │       ├── microphone-slash.svg
│   │   │       ├── microphone.svg
│   │   │       ├── microscope.svg
│   │   │       ├── minus-circle.svg
│   │   │       ├── minus-square.svg
│   │   │       ├── minus.svg
│   │   │       ├── mitten.svg
│   │   │       ├── mobile-alt.svg
│   │   │       ├── mobile.svg
│   │   │       ├── money-bill-alt.svg
│   │   │       ├── money-bill.svg
│   │   │       ├── money-bill-wave-alt.svg
│   │   │       ├── money-bill-wave.svg
│   │   │       ├── money-check-alt.svg
│   │   │       ├── money-check.svg
│   │   │       ├── monument.svg
│   │   │       ├── moon.svg
│   │   │       ├── mortar-pestle.svg
│   │   │       ├── mosque.svg
│   │   │       ├── motorcycle.svg
│   │   │       ├── mountain.svg
│   │   │       ├── mouse-pointer.svg
│   │   │       ├── mouse.svg
│   │   │       ├── mug-hot.svg
│   │   │       ├── music.svg
│   │   │       ├── network-wired.svg
│   │   │       ├── neuter.svg
│   │   │       ├── newspaper.svg
│   │   │       ├── not-equal.svg
│   │   │       ├── notes-medical.svg
│   │   │       ├── object-group.svg
│   │   │       ├── object-ungroup.svg
│   │   │       ├── oil-can.svg
│   │   │       ├── om.svg
│   │   │       ├── otter.svg
│   │   │       ├── outdent.svg
│   │   │       ├── pager.svg
│   │   │       ├── paint-brush.svg
│   │   │       ├── paint-roller.svg
│   │   │       ├── palette.svg
│   │   │       ├── pallet.svg
│   │   │       ├── paperclip.svg
│   │   │       ├── paper-plane.svg
│   │   │       ├── parachute-box.svg
│   │   │       ├── paragraph.svg
│   │   │       ├── parking.svg
│   │   │       ├── passport.svg
│   │   │       ├── pastafarianism.svg
│   │   │       ├── paste.svg
│   │   │       ├── pause-circle.svg
│   │   │       ├── pause.svg
│   │   │       ├── paw.svg
│   │   │       ├── peace.svg
│   │   │       ├── pen-alt.svg
│   │   │       ├── pencil-alt.svg
│   │   │       ├── pencil-ruler.svg
│   │   │       ├── pen-fancy.svg
│   │   │       ├── pen-nib.svg
│   │   │       ├── pen-square.svg
│   │   │       ├── pen.svg
│   │   │       ├── people-arrows.svg
│   │   │       ├── people-carry.svg
│   │   │       ├── pepper-hot.svg
│   │   │       ├── percentage.svg
│   │   │       ├── percent.svg
│   │   │       ├── person-booth.svg
│   │   │       ├── phone-alt.svg
│   │   │       ├── phone-slash.svg
│   │   │       ├── phone-square-alt.svg
│   │   │       ├── phone-square.svg
│   │   │       ├── phone.svg
│   │   │       ├── phone-volume.svg
│   │   │       ├── photo-video.svg
│   │   │       ├── piggy-bank.svg
│   │   │       ├── pills.svg
│   │   │       ├── pizza-slice.svg
│   │   │       ├── place-of-worship.svg
│   │   │       ├── plane-arrival.svg
│   │   │       ├── plane-departure.svg
│   │   │       ├── plane-slash.svg
│   │   │       ├── plane.svg
│   │   │       ├── play-circle.svg
│   │   │       ├── play.svg
│   │   │       ├── plug.svg
│   │   │       ├── plus-circle.svg
│   │   │       ├── plus-square.svg
│   │   │       ├── plus.svg
│   │   │       ├── podcast.svg
│   │   │       ├── poll-h.svg
│   │   │       ├── poll.svg
│   │   │       ├── poop.svg
│   │   │       ├── poo-storm.svg
│   │   │       ├── poo.svg
│   │   │       ├── portrait.svg
│   │   │       ├── pound-sign.svg
│   │   │       ├── power-off.svg
│   │   │       ├── praying-hands.svg
│   │   │       ├── pray.svg
│   │   │       ├── prescription-bottle-alt.svg
│   │   │       ├── prescription-bottle.svg
│   │   │       ├── prescription.svg
│   │   │       ├── print.svg
│   │   │       ├── procedures.svg
│   │   │       ├── project-diagram.svg
│   │   │       ├── pump-medical.svg
│   │   │       ├── pump-soap.svg
│   │   │       ├── puzzle-piece.svg
│   │   │       ├── qrcode.svg
│   │   │       ├── question-circle.svg
│   │   │       ├── question.svg
│   │   │       ├── quidditch.svg
│   │   │       ├── quote-left.svg
│   │   │       ├── quote-right.svg
│   │   │       ├── quran.svg
│   │   │       ├── radiation-alt.svg
│   │   │       ├── radiation.svg
│   │   │       ├── rainbow.svg
│   │   │       ├── random.svg
│   │   │       ├── receipt.svg
│   │   │       ├── record-vinyl.svg
│   │   │       ├── recycle.svg
│   │   │       ├── redo-alt.svg
│   │   │       ├── redo.svg
│   │   │       ├── registered.svg
│   │   │       ├── remove-format.svg
│   │   │       ├── reply-all.svg
│   │   │       ├── reply.svg
│   │   │       ├── republican.svg
│   │   │       ├── restroom.svg
│   │   │       ├── retweet.svg
│   │   │       ├── ribbon.svg
│   │   │       ├── ring.svg
│   │   │       ├── road.svg
│   │   │       ├── robot.svg
│   │   │       ├── rocket.svg
│   │   │       ├── route.svg
│   │   │       ├── rss-square.svg
│   │   │       ├── rss.svg
│   │   │       ├── ruble-sign.svg
│   │   │       ├── ruler-combined.svg
│   │   │       ├── ruler-horizontal.svg
│   │   │       ├── ruler.svg
│   │   │       ├── ruler-vertical.svg
│   │   │       ├── running.svg
│   │   │       ├── rupee-sign.svg
│   │   │       ├── sad-cry.svg
│   │   │       ├── sad-tear.svg
│   │   │       ├── satellite-dish.svg
│   │   │       ├── satellite.svg
│   │   │       ├── save.svg
│   │   │       ├── school.svg
│   │   │       ├── screwdriver.svg
│   │   │       ├── scroll.svg
│   │   │       ├── sd-card.svg
│   │   │       ├── search-dollar.svg
│   │   │       ├── search-location.svg
│   │   │       ├── search-minus.svg
│   │   │       ├── search-plus.svg
│   │   │       ├── search.svg
│   │   │       ├── seedling.svg
│   │   │       ├── server.svg
│   │   │       ├── shapes.svg
│   │   │       ├── share-alt-square.svg
│   │   │       ├── share-alt.svg
│   │   │       ├── share-square.svg
│   │   │       ├── share.svg
│   │   │       ├── shekel-sign.svg
│   │   │       ├── shield-alt.svg
│   │   │       ├── shield-virus.svg
│   │   │       ├── shipping-fast.svg
│   │   │       ├── ship.svg
│   │   │       ├── shoe-prints.svg
│   │   │       ├── shopping-bag.svg
│   │   │       ├── shopping-basket.svg
│   │   │       ├── shopping-cart.svg
│   │   │       ├── shower.svg
│   │   │       ├── shuttle-van.svg
│   │   │       ├── signal.svg
│   │   │       ├── signature.svg
│   │   │       ├── sign-in-alt.svg
│   │   │       ├── sign-language.svg
│   │   │       ├── sign-out-alt.svg
│   │   │       ├── sign.svg
│   │   │       ├── sim-card.svg
│   │   │       ├── sink.svg
│   │   │       ├── sitemap.svg
│   │   │       ├── skating.svg
│   │   │       ├── skiing-nordic.svg
│   │   │       ├── skiing.svg
│   │   │       ├── skull-crossbones.svg
│   │   │       ├── skull.svg
│   │   │       ├── slash.svg
│   │   │       ├── sleigh.svg
│   │   │       ├── sliders-h.svg
│   │   │       ├── smile-beam.svg
│   │   │       ├── smile.svg
│   │   │       ├── smile-wink.svg
│   │   │       ├── smog.svg
│   │   │       ├── smoking-ban.svg
│   │   │       ├── smoking.svg
│   │   │       ├── sms.svg
│   │   │       ├── snowboarding.svg
│   │   │       ├── snowflake.svg
│   │   │       ├── snowman.svg
│   │   │       ├── snowplow.svg
│   │   │       ├── soap.svg
│   │   │       ├── socks.svg
│   │   │       ├── solar-panel.svg
│   │   │       ├── sort-alpha-down-alt.svg
│   │   │       ├── sort-alpha-down.svg
│   │   │       ├── sort-alpha-up-alt.svg
│   │   │       ├── sort-alpha-up.svg
│   │   │       ├── sort-amount-down-alt.svg
│   │   │       ├── sort-amount-down.svg
│   │   │       ├── sort-amount-up-alt.svg
│   │   │       ├── sort-amount-up.svg
│   │   │       ├── sort-down.svg
│   │   │       ├── sort-numeric-down-alt.svg
│   │   │       ├── sort-numeric-down.svg
│   │   │       ├── sort-numeric-up-alt.svg
│   │   │       ├── sort-numeric-up.svg
│   │   │       ├── sort.svg
│   │   │       ├── sort-up.svg
│   │   │       ├── space-shuttle.svg
│   │   │       ├── spa.svg
│   │   │       ├── spell-check.svg
│   │   │       ├── spider.svg
│   │   │       ├── spinner.svg
│   │   │       ├── splotch.svg
│   │   │       ├── spray-can.svg
│   │   │       ├── square-full.svg
│   │   │       ├── square-root-alt.svg
│   │   │       ├── square.svg
│   │   │       ├── stamp.svg
│   │   │       ├── star-and-crescent.svg
│   │   │       ├── star-half-alt.svg
│   │   │       ├── star-half.svg
│   │   │       ├── star-of-david.svg
│   │   │       ├── star-of-life.svg
│   │   │       ├── star.svg
│   │   │       ├── step-backward.svg
│   │   │       ├── step-forward.svg
│   │   │       ├── stethoscope.svg
│   │   │       ├── sticky-note.svg
│   │   │       ├── stop-circle.svg
│   │   │       ├── stop.svg
│   │   │       ├── stopwatch-20.svg
│   │   │       ├── stopwatch.svg
│   │   │       ├── store-alt-slash.svg
│   │   │       ├── store-alt.svg
│   │   │       ├── store-slash.svg
│   │   │       ├── store.svg
│   │   │       ├── stream.svg
│   │   │       ├── street-view.svg
│   │   │       ├── strikethrough.svg
│   │   │       ├── stroopwafel.svg
│   │   │       ├── subscript.svg
│   │   │       ├── subway.svg
│   │   │       ├── suitcase-rolling.svg
│   │   │       ├── suitcase.svg
│   │   │       ├── sun.svg
│   │   │       ├── superscript.svg
│   │   │       ├── surprise.svg
│   │   │       ├── swatchbook.svg
│   │   │       ├── swimmer.svg
│   │   │       ├── swimming-pool.svg
│   │   │       ├── synagogue.svg
│   │   │       ├── sync-alt.svg
│   │   │       ├── sync.svg
│   │   │       ├── syringe.svg
│   │   │       ├── table.svg
│   │   │       ├── tablet-alt.svg
│   │   │       ├── table-tennis.svg
│   │   │       ├── tablets.svg
│   │   │       ├── tablet.svg
│   │   │       ├── tachometer-alt.svg
│   │   │       ├── tags.svg
│   │   │       ├── tag.svg
│   │   │       ├── tape.svg
│   │   │       ├── tasks.svg
│   │   │       ├── taxi.svg
│   │   │       ├── teeth-open.svg
│   │   │       ├── teeth.svg
│   │   │       ├── temperature-high.svg
│   │   │       ├── temperature-low.svg
│   │   │       ├── tenge.svg
│   │   │       ├── terminal.svg
│   │   │       ├── text-height.svg
│   │   │       ├── text-width.svg
│   │   │       ├── theater-masks.svg
│   │   │       ├── thermometer-empty.svg
│   │   │       ├── thermometer-full.svg
│   │   │       ├── thermometer-half.svg
│   │   │       ├── thermometer-quarter.svg
│   │   │       ├── thermometer.svg
│   │   │       ├── thermometer-three-quarters.svg
│   │   │       ├── th-large.svg
│   │   │       ├── th-list.svg
│   │   │       ├── th.svg
│   │   │       ├── thumbs-down.svg
│   │   │       ├── thumbs-up.svg
│   │   │       ├── thumbtack.svg
│   │   │       ├── ticket-alt.svg
│   │   │       ├── times-circle.svg
│   │   │       ├── times.svg
│   │   │       ├── tint-slash.svg
│   │   │       ├── tint.svg
│   │   │       ├── tired.svg
│   │   │       ├── toggle-off.svg
│   │   │       ├── toggle-on.svg
│   │   │       ├── toilet-paper-slash.svg
│   │   │       ├── toilet-paper.svg
│   │   │       ├── toilet.svg
│   │   │       ├── toolbox.svg
│   │   │       ├── tools.svg
│   │   │       ├── tooth.svg
│   │   │       ├── torah.svg
│   │   │       ├── torii-gate.svg
│   │   │       ├── tractor.svg
│   │   │       ├── trademark.svg
│   │   │       ├── traffic-light.svg
│   │   │       ├── trailer.svg
│   │   │       ├── train.svg
│   │   │       ├── tram.svg
│   │   │       ├── transgender-alt.svg
│   │   │       ├── transgender.svg
│   │   │       ├── trash-alt.svg
│   │   │       ├── trash-restore-alt.svg
│   │   │       ├── trash-restore.svg
│   │   │       ├── trash.svg
│   │   │       ├── tree.svg
│   │   │       ├── trophy.svg
│   │   │       ├── truck-loading.svg
│   │   │       ├── truck-monster.svg
│   │   │       ├── truck-moving.svg
│   │   │       ├── truck-pickup.svg
│   │   │       ├── truck.svg
│   │   │       ├── tshirt.svg
│   │   │       ├── tty.svg
│   │   │       ├── tv.svg
│   │   │       ├── umbrella-beach.svg
│   │   │       ├── umbrella.svg
│   │   │       ├── underline.svg
│   │   │       ├── undo-alt.svg
│   │   │       ├── undo.svg
│   │   │       ├── universal-access.svg
│   │   │       ├── university.svg
│   │   │       ├── unlink.svg
│   │   │       ├── unlock-alt.svg
│   │   │       ├── unlock.svg
│   │   │       ├── upload.svg
│   │   │       ├── user-alt-slash.svg
│   │   │       ├── user-alt.svg
│   │   │       ├── user-astronaut.svg
│   │   │       ├── user-check.svg
│   │   │       ├── user-circle.svg
│   │   │       ├── user-clock.svg
│   │   │       ├── user-cog.svg
│   │   │       ├── user-edit.svg
│   │   │       ├── user-friends.svg
│   │   │       ├── user-graduate.svg
│   │   │       ├── user-injured.svg
│   │   │       ├── user-lock.svg
│   │   │       ├── user-md.svg
│   │   │       ├── user-minus.svg
│   │   │       ├── user-ninja.svg
│   │   │       ├── user-nurse.svg
│   │   │       ├── user-plus.svg
│   │   │       ├── users-cog.svg
│   │   │       ├── user-secret.svg
│   │   │       ├── user-shield.svg
│   │   │       ├── user-slash.svg
│   │   │       ├── users-slash.svg
│   │   │       ├── users.svg
│   │   │       ├── user.svg
│   │   │       ├── user-tag.svg
│   │   │       ├── user-tie.svg
│   │   │       ├── user-times.svg
│   │   │       ├── utensil-spoon.svg
│   │   │       ├── utensils.svg
│   │   │       ├── vector-square.svg
│   │   │       ├── venus-double.svg
│   │   │       ├── venus-mars.svg
│   │   │       ├── venus.svg
│   │   │       ├── vest-patches.svg
│   │   │       ├── vest.svg
│   │   │       ├── vials.svg
│   │   │       ├── vial.svg
│   │   │       ├── video-slash.svg
│   │   │       ├── video.svg
│   │   │       ├── vihara.svg
│   │   │       ├── viruses.svg
│   │   │       ├── virus-slash.svg
│   │   │       ├── virus.svg
│   │   │       ├── voicemail.svg
│   │   │       ├── volleyball-ball.svg
│   │   │       ├── volume-down.svg
│   │   │       ├── volume-mute.svg
│   │   │       ├── volume-off.svg
│   │   │       ├── volume-up.svg
│   │   │       ├── vote-yea.svg
│   │   │       ├── vr-cardboard.svg
│   │   │       ├── walking.svg
│   │   │       ├── wallet.svg
│   │   │       ├── warehouse.svg
│   │   │       ├── water.svg
│   │   │       ├── wave-square.svg
│   │   │       ├── weight-hanging.svg
│   │   │       ├── weight.svg
│   │   │       ├── wheelchair.svg
│   │   │       ├── wifi.svg
│   │   │       ├── window-close.svg
│   │   │       ├── window-maximize.svg
│   │   │       ├── window-minimize.svg
│   │   │       ├── window-restore.svg
│   │   │       ├── wind.svg
│   │   │       ├── wine-bottle.svg
│   │   │       ├── wine-glass-alt.svg
│   │   │       ├── wine-glass.svg
│   │   │       ├── won-sign.svg
│   │   │       ├── wrench.svg
│   │   │       ├── x-ray.svg
│   │   │       ├── yen-sign.svg
│   │   │       └── yin-yang.svg
│   │   └── webfonts
│   │       ├── fa-brands-400.eot
│   │       ├── fa-brands-400.svg
│   │       ├── fa-brands-400.ttf
│   │       ├── fa-brands-400.woff
│   │       ├── fa-brands-400.woff2
│   │       ├── fa-regular-400.eot
│   │       ├── fa-regular-400.svg
│   │       ├── fa-regular-400.ttf
│   │       ├── fa-regular-400.woff
│   │       ├── fa-regular-400.woff2
│   │       ├── fa-solid-900.eot
│   │       ├── fa-solid-900.svg
│   │       ├── fa-solid-900.ttf
│   │       ├── fa-solid-900.woff
│   │       └── fa-solid-900.woff2
│   └── fontawesome-free-5.15.3-web.zip
├── html
│   └── index.nginx-debian.html
├── index.html
├── jquery
│   ├── 1.12.4
│   │   └── jquery.min.js
│   └── 3.3.1
│       └── jquery.min.js
├── patternfly
│   └── 3.41.1
│       ├── css
│       │   ├── patternfly-additions.css
│       │   ├── patternfly-additions.css.map
│       │   ├── patternfly-additions.min.css
│       │   ├── patternfly-additions.min.css.map
│       │   ├── patternfly.css
│       │   ├── patternfly.css.map
│       │   ├── patternfly.min.css
│       │   └── patternfly.min.css.map
│       ├── fonts
│       │   ├── FontAwesome.otf
│       │   ├── fontawesome-webfont.eot
│       │   ├── fontawesome-webfont.svg
│       │   ├── fontawesome-webfont.ttf
│       │   ├── fontawesome-webfont.woff
│       │   ├── fontawesome-webfont.woff2
│       │   ├── glyphicons-halflings-regular.eot
│       │   ├── glyphicons-halflings-regular.svg
│       │   ├── glyphicons-halflings-regular.ttf
│       │   ├── glyphicons-halflings-regular.woff
│       │   ├── glyphicons-halflings-regular.woff2
│       │   ├── OpenSans-BoldItalic-webfont.eot
│       │   ├── OpenSans-BoldItalic-webfont.svg
│       │   ├── OpenSans-BoldItalic-webfont.ttf
│       │   ├── OpenSans-BoldItalic-webfont.woff
│       │   ├── OpenSans-BoldItalic-webfont.woff2
│       │   ├── OpenSans-Bold-webfont.eot
│       │   ├── OpenSans-Bold-webfont.svg
│       │   ├── OpenSans-Bold-webfont.ttf
│       │   ├── OpenSans-Bold-webfont.woff
│       │   ├── OpenSans-Bold-webfont.woff2
│       │   ├── OpenSans-ExtraBoldItalic-webfont.eot
│       │   ├── OpenSans-ExtraBoldItalic-webfont.svg
│       │   ├── OpenSans-ExtraBoldItalic-webfont.ttf
│       │   ├── OpenSans-ExtraBoldItalic-webfont.woff
│       │   ├── OpenSans-ExtraBoldItalic-webfont.woff2
│       │   ├── OpenSans-ExtraBold-webfont.eot
│       │   ├── OpenSans-ExtraBold-webfont.svg
│       │   ├── OpenSans-ExtraBold-webfont.ttf
│       │   ├── OpenSans-ExtraBold-webfont.woff
│       │   ├── OpenSans-ExtraBold-webfont.woff2
│       │   ├── OpenSans-Italic-webfont.eot
│       │   ├── OpenSans-Italic-webfont.svg
│       │   ├── OpenSans-Italic-webfont.ttf
│       │   ├── OpenSans-Italic-webfont.woff
│       │   ├── OpenSans-Italic-webfont.woff2
│       │   ├── OpenSans-LightItalic-webfont.eot
│       │   ├── OpenSans-LightItalic-webfont.svg
│       │   ├── OpenSans-LightItalic-webfont.ttf
│       │   ├── OpenSans-LightItalic-webfont.woff
│       │   ├── OpenSans-LightItalic-webfont.woff2
│       │   ├── OpenSans-Light-webfont.eot
│       │   ├── OpenSans-Light-webfont.svg
│       │   ├── OpenSans-Light-webfont.ttf
│       │   ├── OpenSans-Light-webfont.woff
│       │   ├── OpenSans-Light-webfont.woff2
│       │   ├── OpenSans-Regular-webfont.eot
│       │   ├── OpenSans-Regular-webfont.svg
│       │   ├── OpenSans-Regular-webfont.ttf
│       │   ├── OpenSans-Regular-webfont.woff
│       │   ├── OpenSans-Regular-webfont.woff2
│       │   ├── OpenSans-SemiboldItalic-webfont.eot
│       │   ├── OpenSans-SemiboldItalic-webfont.svg
│       │   ├── OpenSans-SemiboldItalic-webfont.ttf
│       │   ├── OpenSans-SemiboldItalic-webfont.woff
│       │   ├── OpenSans-SemiboldItalic-webfont.woff2
│       │   ├── OpenSans-Semibold-webfont.eot
│       │   ├── OpenSans-Semibold-webfont.svg
│       │   ├── OpenSans-Semibold-webfont.ttf
│       │   ├── OpenSans-Semibold-webfont.woff
│       │   ├── OpenSans-Semibold-webfont.woff2
│       │   ├── PatternFlyIcons-webfont.eot
│       │   ├── PatternFlyIcons-webfont.svg
│       │   ├── PatternFlyIcons-webfont.ttf
│       │   └── PatternFlyIcons-webfont.woff
│       ├── img
│       │   ├── apple-touch-icon-precomposed-114.png
│       │   ├── apple-touch-icon-precomposed-144.png
│       │   ├── apple-touch-icon-precomposed-152.png
│       │   ├── apple-touch-icon-precomposed-180.png
│       │   ├── apple-touch-icon-precomposed-57.png
│       │   ├── apple-touch-icon-precomposed-72.png
│       │   ├── apple-touch-icon-precomposed-76.png
│       │   ├── bg-login.jpg
│       │   ├── bg-modal-about-pf.png
│       │   ├── bg-navbar-pf-alt.svg
│       │   ├── brand-alt.svg
│       │   ├── brand.svg
│       │   ├── dropbox-logo.svg
│       │   ├── facebook-logo.svg
│       │   ├── favicon.ico
│       │   ├── fedora-logo.png
│       │   ├── github-logo.svg
│       │   ├── git-logo.svg
│       │   ├── gmail.svg
│       │   ├── google-calendar.svg
│       │   ├── google-drive.svg
│       │   ├── google-logo.svg
│       │   ├── instagram-logo.png
│       │   ├── kubernetes-Logo.svg
│       │   ├── kubernetes.svg
│       │   ├── linkedin-logo.svg
│       │   ├── logo-alt.svg
│       │   ├── Logo_Horizontal_Reversed.svg
│       │   ├── logo.svg
│       │   ├── open-id-logo.svg
│       │   ├── OpenShift-Logo-NoText.svg
│       │   ├── OpenShift-logo.svg
│       │   ├── OpenShift-Logo-Text.svg
│       │   ├── RH_Atomic-Logo-NoText.svg
│       │   ├── RH_Atomic-Logo-Text.svg
│       │   ├── RH_atomic.svg
│       │   ├── skype-logo.svg
│       │   ├── spinner.gif
│       │   ├── spinner-inverse.gif
│       │   ├── spinner-inverse-lg.gif
│       │   ├── spinner-inverse-sm.gif
│       │   ├── spinner-inverse-xs.gif
│       │   ├── spinner-lg.gif
│       │   ├── spinner-sm.gif
│       │   ├── spinner-xs.gif
│       │   ├── stack-exchange-logo.svg
│       │   └── twitter-logo.svg
│       ├── js
│       │   ├── patternfly.dataTables.pfColVis.js
│       │   ├── patternfly.dataTables.pfEmpty.js
│       │   ├── patternfly.dataTables.pfEmpty.min.js
│       │   ├── patternfly.dataTables.pfFilter.js
│       │   ├── patternfly.dataTables.pfFilter.min.js
│       │   ├── patternfly.dataTables.pfPagination.js
│       │   ├── patternfly.dataTables.pfPagination.min.js
│       │   ├── patternfly.dataTables.pfResize.js
│       │   ├── patternfly.dataTables.pfResize.min.js
│       │   ├── patternfly.dataTables.pfSelect.js
│       │   ├── patternfly.dataTables.pfSelect.min.js
│       │   ├── patternfly-functions-base.js
│       │   ├── patternfly-functions-charts.js
│       │   ├── patternfly-functions-colors.js
│       │   ├── patternfly-functions-count-chars.js
│       │   ├── patternfly-functions-data-tables.js
│       │   ├── patternfly-functions-fixed-heights.js
│       │   ├── patternfly-functions.js
│       │   ├── patternfly-functions-list.js
│       │   ├── patternfly-functions.min.js
│       │   ├── patternfly-functions-navigation.js
│       │   ├── patternfly-functions-popovers.js
│       │   ├── patternfly-functions-sidebar.js
│       │   ├── patternfly-functions-tree-grid.js
│       │   ├── patternfly-functions-vertical-nav.js
│       │   ├── patternfly.js
│       │   ├── patternfly.min.js
│       │   ├── patternfly-settings-base.js
│       │   ├── patternfly-settings-charts.js
│       │   ├── patternfly-settings-colors.js
│       │   ├── patternfly-settings.js
│       │   └── patternfly-settings.min.js
│       ├── less
│       │   ├── about-modal.less
│       │   ├── alerts.less
│       │   ├── application-launcher.less
│       │   ├── badges.less
│       │   ├── blank-slate.less
│       │   ├── bootstrap-combobox.less
│       │   ├── bootstrap-datepicker.less
│       │   ├── bootstrap-mixin-overrides.less
│       │   ├── bootstrap-select.less
│       │   ├── bootstrap-slider.less
│       │   ├── bootstrap-switch.less
│       │   ├── bootstrap-touchspin.less
│       │   ├── bootstrap-treeview.less
│       │   ├── breadcrumbs.less
│       │   ├── buttons.less
│       │   ├── cards.less
│       │   ├── card-view.less
│       │   ├── charts.less
│       │   ├── close.less
│       │   ├── color-variables.less
│       │   ├── context-selector.less
│       │   ├── datatables.less
│       │   ├── dependencies
│       │   │   ├── bootstrap
│       │   │   │   ├── alerts.less
│       │   │   │   ├── badges.less
│       │   │   │   ├── bootstrap.less
│       │   │   │   ├── breadcrumbs.less
│       │   │   │   ├── button-groups.less
│       │   │   │   ├── buttons.less
│       │   │   │   ├── carousel.less
│       │   │   │   ├── close.less
│       │   │   │   ├── code.less
│       │   │   │   ├── component-animations.less
│       │   │   │   ├── dropdowns.less
│       │   │   │   ├── forms.less
│       │   │   │   ├── glyphicons.less
│       │   │   │   ├── grid.less
│       │   │   │   ├── input-groups.less
│       │   │   │   ├── jumbotron.less
│       │   │   │   ├── labels.less
│       │   │   │   ├── list-group.less
│       │   │   │   ├── media.less
│       │   │   │   ├── mixins
│       │   │   │   │   ├── alerts.less
│       │   │   │   │   ├── background-variant.less
│       │   │   │   │   ├── border-radius.less
│       │   │   │   │   ├── buttons.less
│       │   │   │   │   ├── center-block.less
│       │   │   │   │   ├── clearfix.less
│       │   │   │   │   ├── forms.less
│       │   │   │   │   ├── gradients.less
│       │   │   │   │   ├── grid-framework.less
│       │   │   │   │   ├── grid.less
│       │   │   │   │   ├── hide-text.less
│       │   │   │   │   ├── image.less
│       │   │   │   │   ├── labels.less
│       │   │   │   │   ├── list-group.less
│       │   │   │   │   ├── nav-divider.less
│       │   │   │   │   ├── nav-vertical-align.less
│       │   │   │   │   ├── opacity.less
│       │   │   │   │   ├── pagination.less
│       │   │   │   │   ├── panels.less
│       │   │   │   │   ├── progress-bar.less
│       │   │   │   │   ├── reset-filter.less
│       │   │   │   │   ├── reset-text.less
│       │   │   │   │   ├── resize.less
│       │   │   │   │   ├── responsive-visibility.less
│       │   │   │   │   ├── size.less
│       │   │   │   │   ├── tab-focus.less
│       │   │   │   │   ├── table-row.less
│       │   │   │   │   ├── text-emphasis.less
│       │   │   │   │   ├── text-overflow.less
│       │   │   │   │   └── vendor-prefixes.less
│       │   │   │   ├── mixins.less
│       │   │   │   ├── modals.less
│       │   │   │   ├── navbar.less
│       │   │   │   ├── navs.less
│       │   │   │   ├── normalize.less
│       │   │   │   ├── pager.less
│       │   │   │   ├── pagination.less
│       │   │   │   ├── panels.less
│       │   │   │   ├── popovers.less
│       │   │   │   ├── print.less
│       │   │   │   ├── progress-bars.less
│       │   │   │   ├── responsive-embed.less
│       │   │   │   ├── responsive-utilities.less
│       │   │   │   ├── scaffolding.less
│       │   │   │   ├── tables.less
│       │   │   │   ├── theme.less
│       │   │   │   ├── thumbnails.less
│       │   │   │   ├── tooltip.less
│       │   │   │   ├── type.less
│       │   │   │   ├── utilities.less
│       │   │   │   ├── variables.less
│       │   │   │   └── wells.less
│       │   │   ├── bootstrap-combobox
│       │   │   │   └── combobox.less
│       │   │   ├── bootstrap-datepicker
│       │   │   │   ├── datepicker3.less
│       │   │   │   └── datepicker.less
│       │   │   ├── bootstrap-select
│       │   │   │   ├── bootstrap-select.less
│       │   │   │   └── variables.less
│       │   │   ├── bootstrap-slider
│       │   │   │   ├── bootstrap-slider.less
│       │   │   │   ├── rules.less
│       │   │   │   └── variables.less
│       │   │   ├── bootstrap-touchspin
│       │   │   │   └── jquery.bootstrap-touchspin.css
│       │   │   ├── c3
│       │   │   │   └── c3.css
│       │   │   └── font-awesome
│       │   │       ├── animated.less
│       │   │       ├── bordered-pulled.less
│       │   │       ├── core.less
│       │   │       ├── fixed-width.less
│       │   │       ├── font-awesome.less
│       │   │       ├── icons.less
│       │   │       ├── larger.less
│       │   │       ├── list.less
│       │   │       ├── mixins.less
│       │   │       ├── path.less
│       │   │       ├── rotated-flipped.less
│       │   │       ├── screen-reader.less
│       │   │       ├── stacked.less
│       │   │       └── variables.less
│       │   ├── dropdowns.less
│       │   ├── experimental-features.less
│       │   ├── filter.less
│       │   ├── fonts.less
│       │   ├── footer.less
│       │   ├── forms.less
│       │   ├── icons.less
│       │   ├── infotip.less
│       │   ├── labels.less
│       │   ├── layouts.less
│       │   ├── links.less
│       │   ├── list-group.less
│       │   ├── list-pf.less
│       │   ├── list-view-dnd.less
│       │   ├── list-view.less
│       │   ├── login.less
│       │   ├── mixins.less
│       │   ├── modals.less
│       │   ├── navbar-alt.less
│       │   ├── navbar.less
│       │   ├── navbar-vertical.less
│       │   ├── nav-vertical-alt.less
│       │   ├── notifications-drawer.less
│       │   ├── pager.less
│       │   ├── pagination.less
│       │   ├── panels.less
│       │   ├── patternfly-additions.less
│       │   ├── patternfly.less
│       │   ├── popovers.less
│       │   ├── progress-bars.less
│       │   ├── search.less
│       │   ├── sidebar.less
│       │   ├── skip-to-content.less
│       │   ├── spinner.less
│       │   ├── syntax-highlighting.less
│       │   ├── tables.less
│       │   ├── table-view.less
│       │   ├── tabs.less
│       │   ├── time-picker.less
│       │   ├── toast.less
│       │   ├── toolbar.less
│       │   ├── tooltip.less
│       │   ├── type.less
│       │   ├── variables.less
│       │   ├── vertical-nav.less
│       │   └── wizard.less
│       ├── sass
│       │   ├── patternfly
│       │   │   ├── _about-modal.scss
│       │   │   ├── _alerts.scss
│       │   │   ├── _application-launcher.scss
│       │   │   ├── _badges.scss
│       │   │   ├── _blank-slate.scss
│       │   │   ├── _bootstrap-combobox.scss
│       │   │   ├── _bootstrap-datepicker.scss
│       │   │   ├── _bootstrap-mixin-overrides.scss
│       │   │   ├── _bootstrap-select.scss
│       │   │   ├── _bootstrap-slider.scss
│       │   │   ├── _bootstrap-switch.scss
│       │   │   ├── _bootstrap-touchspin.scss
│       │   │   ├── _bootstrap-treeview.scss
│       │   │   ├── _breadcrumbs.scss
│       │   │   ├── _buttons.scss
│       │   │   ├── _cards.scss
│       │   │   ├── _card-view.scss
│       │   │   ├── _charts.scss
│       │   │   ├── _close.scss
│       │   │   ├── _color-variables.scss
│       │   │   ├── _context-selector.scss
│       │   │   ├── _datatables.scss
│       │   │   ├── dependencies
│       │   │   │   ├── bootstrap-combobox
│       │   │   │   │   └── combobox.scss
│       │   │   │   ├── bootstrap-datepicker
│       │   │   │   │   ├── datepicker3.scss
│       │   │   │   │   └── datepicker.scss
│       │   │   │   ├── bootstrap-select
│       │   │   │   │   ├── bootstrap-select.scss
│       │   │   │   │   └── variables.scss
│       │   │   │   ├── bootstrap-slider
│       │   │   │   │   ├── bootstrap-slider.scss
│       │   │   │   │   ├── _mixins.scss
│       │   │   │   │   ├── _rules.scss
│       │   │   │   │   └── _variables.scss
│       │   │   │   ├── bootstrap-switch
│       │   │   │   │   ├── bootstrap-switch.scss
│       │   │   │   │   ├── build.scss
│       │   │   │   │   ├── mixins
│       │   │   │   │   │   ├── alerts.scss
│       │   │   │   │   │   ├── background-variant.scss
│       │   │   │   │   │   ├── border-radius.scss
│       │   │   │   │   │   ├── buttons.scss
│       │   │   │   │   │   ├── center-block.scss
│       │   │   │   │   │   ├── clearfix.scss
│       │   │   │   │   │   ├── forms.scss
│       │   │   │   │   │   ├── gradients.scss
│       │   │   │   │   │   ├── grid-framework.scss
│       │   │   │   │   │   ├── grid.scss
│       │   │   │   │   │   ├── hide-text.scss
│       │   │   │   │   │   ├── image.scss
│       │   │   │   │   │   ├── labels.scss
│       │   │   │   │   │   ├── list-group.scss
│       │   │   │   │   │   ├── nav-divider.scss
│       │   │   │   │   │   ├── nav-vertical-align.scss
│       │   │   │   │   │   ├── opacity.scss
│       │   │   │   │   │   ├── pagination.scss
│       │   │   │   │   │   ├── panels.scss
│       │   │   │   │   │   ├── progress-bar.scss
│       │   │   │   │   │   ├── reset-filter.scss
│       │   │   │   │   │   ├── reset-text.scss
│       │   │   │   │   │   ├── resize.scss
│       │   │   │   │   │   ├── responsive-visibility.scss
│       │   │   │   │   │   ├── size.scss
│       │   │   │   │   │   ├── tab-focus.scss
│       │   │   │   │   │   ├── table-row.scss
│       │   │   │   │   │   ├── text-emphasis.scss
│       │   │   │   │   │   ├── text-overflow.scss
│       │   │   │   │   │   └── vendor-prefixes.scss
│       │   │   │   │   ├── mixins.scss
│       │   │   │   │   └── variables.scss
│       │   │   │   ├── bootstrap-touchspin
│       │   │   │   │   └── _jquery.bootstrap-touchspin.scss
│       │   │   │   ├── c3
│       │   │   │   │   └── _c3.scss
│       │   │   │   └── eonasdan-bootstrap-datetimepicker
│       │   │   │       ├── bootstrap-datetimepicker-build.scss
│       │   │   │       └── _bootstrap-datetimepicker.scss
│       │   │   ├── _dropdowns.scss
│       │   │   ├── _experimental-features.scss
│       │   │   ├── _filter.scss
│       │   │   ├── _fonts.scss
│       │   │   ├── _footer.scss
│       │   │   ├── _forms.scss
│       │   │   ├── _icons.scss
│       │   │   ├── _infotip.scss
│       │   │   ├── _labels.scss
│       │   │   ├── _layouts.scss
│       │   │   ├── _links.scss
│       │   │   ├── _list-group.scss
│       │   │   ├── _list-pf.scss
│       │   │   ├── _list-view-dnd.scss
│       │   │   ├── _list-view.scss
│       │   │   ├── _login.scss
│       │   │   ├── _mixins.scss
│       │   │   ├── _modals.scss
│       │   │   ├── _navbar-alt.scss
│       │   │   ├── _navbar.scss
│       │   │   ├── _navbar-vertical.scss
│       │   │   ├── _nav-vertical-alt.scss
│       │   │   ├── _notifications-drawer.scss
│       │   │   ├── _pager.scss
│       │   │   ├── _pagination.scss
│       │   │   ├── _panels.scss
│       │   │   ├── _popovers.scss
│       │   │   ├── _progress-bars.scss
│       │   │   ├── _search.scss
│       │   │   ├── _sidebar.scss
│       │   │   ├── _skip-to-content.scss
│       │   │   ├── _spinner.scss
│       │   │   ├── _syntax-highlighting.scss
│       │   │   ├── _tables.scss
│       │   │   ├── _table-view.scss
│       │   │   ├── _tabs.scss
│       │   │   ├── _time-picker.scss
│       │   │   ├── _toast.scss
│       │   │   ├── _toolbar.scss
│       │   │   ├── _tooltip.scss
│       │   │   ├── _type.scss
│       │   │   ├── _variables.scss
│       │   │   ├── _vertical-nav.scss
│       │   │   └── _wizard.scss
│       │   ├── _patternfly-compass.scss
│       │   ├── _patternfly.scss
│       │   └── _patternfly-sprockets.scss
│       └── tests
│           ├── about-modal.html
│           ├── accordions.html
│           ├── alerts.html
│           ├── application-launcher.html
│           ├── application-launcher-nav-horizontal.html
│           ├── application-launcher-nav-vertical.html
│           ├── area-charts.html
│           ├── badges.html
│           ├── bar-charts.html
│           ├── basic.html
│           ├── blank-slate.html
│           ├── bootstrap-combobox.html
│           ├── bootstrap-datepicker.html
│           ├── bootstrap-select.html
│           ├── bootstrap-slider.html
│           ├── bootstrap-switch.html
│           ├── bootstrap-switch.js
│           ├── bootstrap-touchspin.html
│           ├── bootstrap-treeview-2.html
│           ├── bootstrap-treeview.html
│           ├── breadcrumbs.html
│           ├── buttons.html
│           ├── cards.html
│           ├── card-view-card-variations.html
│           ├── card-view-multi-select.html
│           ├── card-view-single-select.html
│           ├── code.html
│           ├── context-selector.html
│           ├── context-selector-vertical-nav.html
│           ├── dashboard.html
│           ├── donut-charts.html
│           ├── dropdowns.html
│           ├── experimental-features.html
│           ├── filter.html
│           ├── form.html
│           ├── forms.html
│           ├── horizontal-navigation.html
│           ├── icons.html
│           ├── img
│           │   └── dashboard-3.png
│           ├── index.html
│           ├── infotip.html
│           ├── labels.html
│           ├── line-charts.html
│           ├── list-group.html
│           ├── list-pf.html
│           ├── list-view-compound-expansion.html
│           ├── list-view.html
│           ├── list-view-rows.html
│           ├── list-view-simple-expansion.html
│           ├── login-basic.html
│           ├── login.html
│           ├── login-multi-factor-identity-first-1.html
│           ├── login-multi-factor-identity-first-2.html
│           ├── login-single-sign-on.html
│           ├── login-social-account.html
│           ├── login-social-account-two-column.html
│           ├── modals.html
│           ├── navbar.html
│           ├── notification-drawer-horizontal-nav.html
│           ├── notification-drawer-vertical-nav.html
│           ├── pagination-card-view.html
│           ├── pagination.html
│           ├── pagination-list-view.html
│           ├── pagination-table-view.html
│           ├── panels.html
│           ├── pie-charts.html
│           ├── popovers.html
│           ├── progress-bars.html
│           ├── search.html
│           ├── skip-to-content.html
│           ├── spinner.html
│           ├── tab.html
│           ├── tables.html
│           ├── table-view-columns.html
│           ├── table-view.html
│           ├── table-view-navbar.html
│           ├── tabs.html
│           ├── tests.css
│           ├── time-picker.html
│           ├── toast.html
│           ├── toolbar.html
│           ├── tooltip.html
│           ├── typography-2.css
│           ├── typography-2.html
│           ├── typography.html
│           ├── utilization-bar-charts.html
│           ├── vertical-navigation-primary-only.html
│           ├── vertical-navigation-with-badges.html
│           ├── vertical-navigation-with-secondary.html
│           ├── vertical-navigation-with-tertiary-no-icons.html
│           ├── vertical-navigation-with-tertiary-pins.html
│           ├── wizard.html
│           └── wizard(old).html
├── reveal.js
│   └── 3.5.0
│       ├── bower.json
│       ├── CONTRIBUTING.md
│       ├── css
│       │   ├── print
│       │   │   ├── paper.css
│       │   │   └── pdf.css
│       │   ├── reveal.css
│       │   ├── reveal.scss
│       │   └── theme
│       │       ├── beige.css
│       │       ├── black.css
│       │       ├── blood.css
│       │       ├── league.css
│       │       ├── moon.css
│       │       ├── night.css
│       │       ├── README.md
│       │       ├── serif.css
│       │       ├── simple.css
│       │       ├── sky.css
│       │       ├── solarized.css
│       │       ├── source
│       │       │   ├── beige.scss
│       │       │   ├── black.scss
│       │       │   ├── blood.scss
│       │       │   ├── league.scss
│       │       │   ├── moon.scss
│       │       │   ├── night.scss
│       │       │   ├── serif.scss
│       │       │   ├── simple.scss
│       │       │   ├── sky.scss
│       │       │   ├── solarized.scss
│       │       │   └── white.scss
│       │       ├── template
│       │       │   ├── mixins.scss
│       │       │   ├── settings.scss
│       │       │   └── theme.scss
│       │       └── white.css
│       ├── demo.html
│       ├── Gruntfile.js
│       ├── index.html
│       ├── js
│       │   └── reveal.js
│       ├── lib
│       │   ├── css
│       │   │   └── zenburn.css
│       │   ├── font
│       │   │   ├── league-gothic
│       │   │   │   ├── league-gothic.css
│       │   │   │   ├── league-gothic.eot
│       │   │   │   ├── league-gothic.ttf
│       │   │   │   ├── league-gothic.woff
│       │   │   │   └── LICENSE
│       │   │   └── source-sans-pro
│       │   │       ├── LICENSE
│       │   │       ├── source-sans-pro.css
│       │   │       ├── source-sans-pro-italic.eot
│       │   │       ├── source-sans-pro-italic.ttf
│       │   │       ├── source-sans-pro-italic.woff
│       │   │       ├── source-sans-pro-regular.eot
│       │   │       ├── source-sans-pro-regular.ttf
│       │   │       ├── source-sans-pro-regular.woff
│       │   │       ├── source-sans-pro-semibold.eot
│       │   │       ├── source-sans-pro-semibolditalic.eot
│       │   │       ├── source-sans-pro-semibolditalic.ttf
│       │   │       ├── source-sans-pro-semibolditalic.woff
│       │   │       ├── source-sans-pro-semibold.ttf
│       │   │       └── source-sans-pro-semibold.woff
│       │   └── js
│       │       ├── classList.js
│       │       ├── head.min.js
│       │       └── html5shiv.js
│       ├── LICENSE
│       ├── package.json
│       ├── plugin
│       │   ├── highlight
│       │   │   └── highlight.js
│       │   ├── markdown
│       │   │   ├── example.html
│       │   │   ├── example.md
│       │   │   ├── markdown.js
│       │   │   └── marked.js
│       │   ├── math
│       │   │   └── math.js
│       │   ├── multiplex
│       │   │   ├── client.js
│       │   │   ├── index.js
│       │   │   ├── master.js
│       │   │   └── package.json
│       │   ├── notes
│       │   │   ├── notes.html
│       │   │   └── notes.js
│       │   ├── notes-server
│       │   │   ├── client.js
│       │   │   ├── index.js
│       │   │   └── notes.html
│       │   ├── print-pdf
│       │   │   └── print-pdf.js
│       │   ├── search
│       │   │   └── search.js
│       │   └── zoom-js
│       │       └── zoom.js
│       ├── README.md
│       └── test
│           ├── examples
│           │   ├── assets
│           │   │   ├── image1.png
│           │   │   └── image2.png
│           │   ├── barebones.html
│           │   ├── embedded-media.html
│           │   ├── math.html
│           │   ├── slide-backgrounds.html
│           │   └── slide-transitions.html
│           ├── qunit-1.12.0.css
│           ├── qunit-1.12.0.js
│           ├── simple.md
│           ├── test.html
│           ├── test.js
│           ├── test-markdown-element-attributes.html
│           ├── test-markdown-element-attributes.js
│           ├── test-markdown-external.html
│           ├── test-markdown-external.js
│           ├── test-markdown.html
│           ├── test-markdown.js
│           ├── test-markdown-options.html
│           ├── test-markdown-options.js
│           ├── test-markdown-slide-attributes.html
│           ├── test-markdown-slide-attributes.js
│           ├── test-pdf.html
│           └── test-pdf.js
└── wmi
    ├── autoconfig
    │   └── mail
    │       └── config-v1.1.xml
    ├── fonts
    │   ├── inconsolata-v15-latin-ext_latin-700.eot
    │   ├── inconsolata-v15-latin-ext_latin-700.svg
    │   ├── inconsolata-v15-latin-ext_latin-700.ttf
    │   ├── inconsolata-v15-latin-ext_latin-700.woff
    │   ├── inconsolata-v15-latin-ext_latin-700.woff2
    │   ├── inconsolata-v15-latin-ext_latin-regular.eot
    │   ├── inconsolata-v15-latin-ext_latin-regular.svg
    │   ├── inconsolata-v15-latin-ext_latin-regular.ttf
    │   ├── inconsolata-v15-latin-ext_latin-regular.woff
    │   ├── inconsolata-v15-latin-ext_latin-regular.woff2
    │   ├── lato-v13-latin-ext_latin-100.eot
    │   ├── lato-v13-latin-ext_latin-100.svg
    │   ├── lato-v13-latin-ext_latin-100.ttf
    │   ├── lato-v13-latin-ext_latin-100.woff
    │   ├── lato-v13-latin-ext_latin-100.woff2
    │   ├── lato-v13-latin-ext_latin-300.eot
    │   ├── lato-v13-latin-ext_latin-300.svg
    │   ├── lato-v13-latin-ext_latin-300.ttf
    │   ├── lato-v13-latin-ext_latin-300.woff
    │   ├── lato-v13-latin-ext_latin-300.woff2
    │   ├── lato-v13-latin-ext_latin-700.eot
    │   ├── lato-v13-latin-ext_latin-700.svg
    │   ├── lato-v13-latin-ext_latin-700.ttf
    │   ├── lato-v13-latin-ext_latin-700.woff
    │   ├── lato-v13-latin-ext_latin-700.woff2
    │   ├── lato-v13-latin-ext_latin-regular.eot
    │   ├── lato-v13-latin-ext_latin-regular.svg
    │   ├── lato-v13-latin-ext_latin-regular.ttf
    │   ├── lato-v13-latin-ext_latin-regular.woff
    │   ├── lato-v13-latin-ext_latin-regular.woff2
    │   ├── open-sans-v13-latin-ext_latin-600.eot
    │   ├── open-sans-v13-latin-ext_latin-600.svg
    │   ├── open-sans-v13-latin-ext_latin-600.ttf
    │   ├── open-sans-v13-latin-ext_latin-600.woff
    │   ├── open-sans-v13-latin-ext_latin-600.woff2
    │   ├── open-sans-v13-latin-ext_latin-regular.eot
    │   ├── open-sans-v13-latin-ext_latin-regular.svg
    │   ├── open-sans-v13-latin-ext_latin-regular.ttf
    │   ├── open-sans-v13-latin-ext_latin-regular.woff
    │   ├── open-sans-v13-latin-ext_latin-regular.woff2
    │   ├── work-sans-v2-latin-ext_latin-100.eot
    │   ├── work-sans-v2-latin-ext_latin-100.svg
    │   ├── work-sans-v2-latin-ext_latin-100.ttf
    │   ├── work-sans-v2-latin-ext_latin-100.woff
    │   ├── work-sans-v2-latin-ext_latin-100.woff2
    │   ├── work-sans-v2-latin-ext_latin-200.eot
    │   ├── work-sans-v2-latin-ext_latin-200.svg
    │   ├── work-sans-v2-latin-ext_latin-200.ttf
    │   ├── work-sans-v2-latin-ext_latin-200.woff
    │   ├── work-sans-v2-latin-ext_latin-200.woff2
    │   ├── work-sans-v2-latin-ext_latin-300.eot
    │   ├── work-sans-v2-latin-ext_latin-300.svg
    │   ├── work-sans-v2-latin-ext_latin-300.ttf
    │   ├── work-sans-v2-latin-ext_latin-300.woff
    │   ├── work-sans-v2-latin-ext_latin-300.woff2
    │   ├── work-sans-v2-latin-ext_latin-500.eot
    │   ├── work-sans-v2-latin-ext_latin-500.svg
    │   ├── work-sans-v2-latin-ext_latin-500.ttf
    │   ├── work-sans-v2-latin-ext_latin-500.woff
    │   ├── work-sans-v2-latin-ext_latin-500.woff2
    │   ├── work-sans-v2-latin-ext_latin-600.eot
    │   ├── work-sans-v2-latin-ext_latin-600.svg
    │   ├── work-sans-v2-latin-ext_latin-600.ttf
    │   ├── work-sans-v2-latin-ext_latin-600.woff
    │   ├── work-sans-v2-latin-ext_latin-600.woff2
    │   ├── work-sans-v2-latin-ext_latin-700.eot
    │   ├── work-sans-v2-latin-ext_latin-700.svg
    │   ├── work-sans-v2-latin-ext_latin-700.ttf
    │   ├── work-sans-v2-latin-ext_latin-700.woff
    │   ├── work-sans-v2-latin-ext_latin-700.woff2
    │   ├── work-sans-v2-latin-ext_latin-800.eot
    │   ├── work-sans-v2-latin-ext_latin-800.svg
    │   ├── work-sans-v2-latin-ext_latin-800.ttf
    │   ├── work-sans-v2-latin-ext_latin-800.woff
    │   ├── work-sans-v2-latin-ext_latin-800.woff2
    │   ├── work-sans-v2-latin-ext_latin-900.eot
    │   ├── work-sans-v2-latin-ext_latin-900.svg
    │   ├── work-sans-v2-latin-ext_latin-900.ttf
    │   ├── work-sans-v2-latin-ext_latin-900.woff
    │   ├── work-sans-v2-latin-ext_latin-900.woff2
    │   ├── work-sans-v2-latin-ext_latin-regular.eot
    │   ├── work-sans-v2-latin-ext_latin-regular.svg
    │   ├── work-sans-v2-latin-ext_latin-regular.ttf
    │   ├── work-sans-v2-latin-ext_latin-regular.woff
    │   └── work-sans-v2-latin-ext_latin-regular.woff2
    ├── logo
    │   ├── grafika_sygnaturka_pelna.png
    │   ├── grafika_sygnaturka.png
    │   ├── logo_uam_199.png
    │   ├── logo_uam.png
    │   └── logo_wmi.png
    └── maintenance
        └── index.html


91 directories, 2464 files


tree v1.7.0 © 1996 - 2014 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro