diff --git a/css/application-colreg.css b/css/application-colreg.css new file mode 100755 index 0000000000000000000000000000000000000000..e027a43d75b761ed757a3c1b2ef308a35ab92e46 --- /dev/null +++ b/css/application-colreg.css @@ -0,0 +1,362 @@ +/*! + * Application customization based on DARIAH-DE Bootstrap styleguide + */ +#graph-container { + min-height: 300px; + border: 1px solid #dee2e6; + border-radius: 0.25rem; } + +.version-panel { + overflow-y: scroll; } + .version-panel#dashboard-version-panel { + min-height: 365px; + border: 1px solid #dee2e6; + border-radius: 0.25rem; } + .version-panel#dashboard-version-panel .card { + margin-bottom: 0; + border-radius: 0; + border: none; + border-bottom: 1px solid #dee2e6; } + .version-panel#editor-version-panel { + position: fixed; + top: 0px; + bottom: 0px; + width: 0px; + right: -1px; + background-color: #494e7d; + color: #213365; + border-left: 1px solid #dee2e6; + -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } + .version-panel#editor-version-panel .version-panel-header { + display: flex; + background-color: #494e7d; + padding: 16px 0; } + .version-panel#editor-version-panel .version-panel-header .close-sidebar { + color: #fff; + /*position: absolute; + top: $grid-gutter-width; + right: $grid-gutter-width;*/ + cursor: pointer; } + .version-panel#editor-version-panel .version-panel-header h1 { + margin: 0 auto 0 0; + color: #fff; } + .version-panel#editor-version-panel .sidebar-wrapper { + padding: 0 16px 16px 16px; } + .version-panel .card { + margin-bottom: 6px; } + .version-panel .card .card-heading { + display: flex; + flex-direction: row; + margin-bottom: 12px; + margin-left: -45px; } + .version-panel .card .card-heading .card-icon { + padding: 0 12px; + vertical-align: middle; + width: 45px; } + .version-panel .card .card-heading .card-icon a { + border-bottom: none; } + .version-panel .card .card-heading .card-icon a:hover, .version-panel .card .card-heading .card-icon a:focus { + text-decoration: none; } + .version-panel .card .card-heading .card-title { + margin: 0 auto 0 0; } + .version-panel .card.version-deleted .card-text { + color: #652122; } + .version-panel .card.version-draft .card-text { + color: #ffc107; } + .version-panel .card.version-published .card-text { + color: #17a2b8; } + .version-panel .card .card-body { + padding-left: 48px; } + +/*! + * Table views + */ +.data-table-count { + margin-right: 12px; } + +.data-table-filter input { + display: inline-block; } + +.dataTable.table-hovering > tbody > tr { + position: relative; } + .dataTable.table-hovering > tbody > tr:hover > td { + background-color: #727299; } + .dataTable.table-hovering > tbody > tr:hover > td a { + color: #fff; } + .dataTable.table-hovering > tbody > tr:hover::after { + display: inline-block; + position: absolute; + right: 0.75rem; + top: 50%; + margin-top: -12px; + font-family: "Font Awesome 5 Free"; + font-weight: 400; + content: "\f044"; + color: #fff; } +.dataTable > tbody > tr.selected { + background-color: #494e7d; + color: #fff; } + .dataTable > tbody > tr.selected :hover { + background-color: #5c629d; } + .dataTable > tbody > tr.selected a, .dataTable > tbody > tr.selected .btn-inline, .dataTable > tbody > tr.selected .btn-link { + color: #fff; } + .dataTable > tbody > tr.selected a:hover, .dataTable > tbody > tr.selected a:focus, .dataTable > tbody > tr.selected .btn-inline:hover, .dataTable > tbody > tr.selected .btn-inline:focus, .dataTable > tbody > tr.selected .btn-link:hover, .dataTable > tbody > tr.selected .btn-link:focus { + color: #adb5bd; } +.dataTable > tbody > tr > td { + /* Fill to cell size: https://stackoverflow.com/a/15801081 */ + overflow: hidden; + padding: 6px; } + .dataTable > tbody > tr > td a { + border-bottom: none; + display: block; + margin: -10em; + padding: 10em; } + .dataTable > tbody > tr > td.td-no-wrap { + white-space: nowrap; } + .dataTable > tbody > tr > td.td-center { + text-align: center; } + .dataTable > tbody > tr > td.td-image { + width: 90px; } + .dataTable > tbody > tr > td.td-image img { + margin: 0 auto; + border: 1px solid #dee2e6; } + .dataTable > tbody > tr > td.td-image .list-thumb-nopreview { + position: relative; + width: 100%; + height: 75px; + min-width: 100px; + background: url(../img/placeholder-logo.png) top center no-repeat; } + .dataTable > tbody > tr > td.td-image .list-thumb-nopreview span { + position: absolute; + bottom: 2px; + right: 2px; + left: 2px; + background: rgba(73, 78, 125, 0.7); + border: 1px solid #494e7d; + border-radius: 0.2rem; + padding: 4px; + color: white; + margin: 0; + font-size: 0.875rem; + font-family: MuseoSansRounded, Arial, Helvetica, sans-serif; } + .dataTable > tbody > tr > td.td-image .list-thumb-nopreview a { + color: #fff; } + +/*! + * Side navigation + */ +.sidebar-container { + position: sticky; + overflow: hidden; + top: 0; + z-index: 1020; } + +.sidebar { + float: right; + margin-top: 10px; + overflow-y: auto; + max-width: 550px; + visibility: hidden; + width: 90%; } + .sidebar .sidebar-block { + background-color: #fff; + border: 1px solid #dee2e6; + margin-bottom: 12px; + padding: 0 12px; + /*margin: -35px -20px 0 auto;*/ + border-radius: 0.25rem; + /*padding-top: 10px; + padding-bottom: 10px; + margin-right: -20px;*/ } + .sidebar .sidebar-block label { + font-weight: 400; + display: flex; } + .sidebar .sidebar-block label input[type='checkbox'] { + margin-right: 6px; } + .sidebar .sidebar-block a { + border: none; + /*color: $body-color;*/ + font-size: 90%; } + .sidebar .sidebar-block h2 { + margin: 12px 0; } + .sidebar .sidebar-block h3 { + margin-top: 12px; + margin-bottom: 6px; + margin-left: 0.5rem; } + .sidebar .sidebar-block ul { + padding-left: 12px; + margin-left: 0; } + .sidebar .sidebar-block ul li { + padding-bottom: 6px; } + +/*! + * Typeahead + */ +.twitter-typeahead { + width: 100%; } + .twitter-typeahead .tt-hint { + color: #707070; } + .twitter-typeahead .tt-menu { + width: 100%; + background-color: #727299; + color: #fff; + border: 1px solid #ced4da; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } + .twitter-typeahead .tt-menu .tt-suggestion, + .twitter-typeahead .tt-menu .tt-empty-message { + padding: 12px 12px; + margin: 0; } + .twitter-typeahead .tt-menu .tt-suggestion:hover { + background-color: #494e7d; + cursor: pointer; } + +.editor .editor-buttonbar { + padding: 12px 0; + background-color: #fff; + border-bottom: 1px solid #dee2e6; + text-align: right; } +.editor .editor-section { + border: 1px solid #dee2e6; + -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + padding: 24px 12px; + margin-bottom: 24px; } + .editor .editor-section .editor-section-heading h2, + .editor .editor-section > h2 { + margin-top: 0; + text-align: center; + border-bottom: 1px solid #dee2e6; + padding-bottom: 12px; } + .editor .editor-section .col-form-label { + hyphens: auto; + hyphenate-limit-chars: auto 3; + hyphenate-limit-lines: 4; + -webkit-hyphens: auto; + -webkit-hyphenate-limit-chars: auto 3; + -webkit-hyphenate-limit-lines: 4; + -ms-hyphens: auto; + -ms-hyphenate-limit-chars: auto 3; + -ms-hyphenate-limit-lines: 4; } + @media (min-width: 876px) { + .editor .editor-section .col-form-label { + text-align: right; } } + .editor .editor-section .col-form-label.col-content-label { + text-align: left; + font-size: 1rem; + font-weight: 400; } + .editor .editor-section .col-form-label.linked-control-label a { + color: #707070; + border: none; } + .editor .editor-section .col-form-label.linked-control-label a:hover, .editor .editor-section .col-form-label.linked-control-label a:focus { + color: #4a4a4a; } +.editor .attribute-name-helper { + display: none; + position: absolute; + height: 0; + width: 0; } +.editor .collection-image-container, +.editor .agent-image-container { + float: left; + margin: 5px; + border: 1px solid #DDD; + padding: 5px; + position: relative; + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + -webkit-border-radius: 5px; + border-radius: 5px; } +.editor #collection-image-placeholder { + margin: 10px; } +.editor #btn-remove-collection-image { + padding-top: 10px; } +.editor #collection-image-hint { + font-style: italic; + font-weight: normal; } +.editor .container-error:first-of-type(label) { + color: #ffc107; } +.editor .alert { + margin-top: 0.5rem; + margin-bottom: 0.5rem; } +.editor .editor-hint { + display: none; } + +.editor-table-container { + overflow-x: auto; } + +.editor-table { + display: none; + margin-bottom: 0.5rem; + width: 100%; } + .editor-table.has-data { + display: block; } + .editor-table.has-data + .btn { + padding-top: 0; } + .editor-table tr td, .editor-table tr th { + border: 1px solid #727299; + padding: 12px; + text-align: left; } + .editor-table tr td.nowrap, .editor-table tr th.nowrap { + white-space: nowrap; } + .editor-table tr td.explode, .editor-table tr th.explode { + width: 100%; } + .editor-table tr th { + /*padding-top: 8px; + padding-bottom: 8px;*/ + background-color: #727299; + color: white; } + .editor-table tr.list { + cursor: pointer; } + .editor-table tr.list.has-error { + background-color: #d4c1c1; + color: #351112; } + .editor-table tr.list.has-error:hover { + background-color: #b59494; } + .editor-table tr.list:hover { + background-color: #dadae4; } + .editor-table tr.list.row-open { + font-weight: 700; } + .editor-table tr.row-open { + background-color: #f7f7f9; } + .editor-table tr .btn-link { + padding-top: 0; + padding-bottom: 0; } + +.editor-list { + list-style: none; + padding-left: 0; + margin-bottom: 0; } + .editor-list li + .editor-list-buttons .btn { + padding-top: 0; } + .editor-list li .editor-list-item, + .editor-list li .editor-list-buttons { + /*margin-left: -15px; + margin-right: -15px; + clear: both;*/ } + .editor-list li .editor-list-input { + /*padding-right: 2px;*/ + width: 100%; } + .editor-list li .editor-list-item-buttons { + white-space: nowrap; + /*float: left !important;*/ } + +.sidebar .sidebar-block ul { + padding-left: 1rem; } + .sidebar .sidebar-block ul li { + display: inline-block; } + .sidebar .sidebar-block ul li::before { + display: inline-block; + width: 0; + height: 0; + margin-right: 3px; + margin-left: 8px; + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; + content: " "; + border-left: 5px solid #333333; } + .sidebar .sidebar-block ul li.has-error a { + color: #652122; + font-weight: 700; } + .sidebar .sidebar-block ul li.has-error a:hover, .sidebar .sidebar-block ul li.has-error a:focus { + color: #2b0e0f; } diff --git a/css/bootstrap/application-dme.css b/css/application-dme.css similarity index 92% rename from css/bootstrap/application-dme.css rename to css/application-dme.css index 89506efd9388a0fb3c633eba16b7a24a4936ef76..47b4a1f0d1c1d213718e972d45abb8ca5284d357 100755 --- a/css/bootstrap/application-dme.css +++ b/css/application-dme.css @@ -59,7 +59,7 @@ width: 100%; height: 75px; min-width: 100px; - background: url(../../img/page_icon_faded.png) top center no-repeat; } + background: url(../img/placeholder-logo.png) top center no-repeat; } .dataTable > tbody > tr > td.td-image .list-thumb-nopreview span { position: absolute; bottom: 2px; @@ -90,7 +90,8 @@ margin-top: 10px; overflow-y: auto; max-width: 550px; - visibility: hidden; } + visibility: hidden; + width: 90%; } .sidebar .sidebar-block { background-color: #fff; border: 1px solid #dee2e6; @@ -117,25 +118,10 @@ margin-bottom: 6px; margin-left: 0.5rem; } .sidebar .sidebar-block ul { - padding-left: 1rem; + padding-left: 12px; margin-left: 0; } .sidebar .sidebar-block ul li { - display: inline-block; } - .sidebar .sidebar-block ul li::before { - display: inline-block; - width: 0; - height: 0; - margin-right: 3px; - margin-left: 8px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - content: " "; - border-left: 5px solid #333333; } - .sidebar .sidebar-block ul li.has-error a { - color: #652122; - font-weight: 700; } - .sidebar .sidebar-block ul li.has-error a:hover, .sidebar .sidebar-block ul li.has-error a:focus { - color: #2b0e0f; } + padding-bottom: 6px; } .modal .modal-dialog .modal-content .modal-header .modal-title { margin: 0; } @@ -218,7 +204,7 @@ .lm_header .lm_tab .lm_close_tab { width: 11px; height: 11px; - background-image: url("../../img/fa-icons/solid/times.svg"); + background-image: url("../img/fa-icons/solid/times.svg"); background-position: center center; background-repeat: no-repeat; top: 4px !important; @@ -269,17 +255,17 @@ .lm_controls > li:hover { opacity: 1; } .lm_controls .lm_popout { - background-image: url("../../img/fa-icons/solid/external-link-alt.svg"); } + background-image: url("../img/fa-icons/solid/external-link-alt.svg"); } .lm_controls .lm_maximise { - background-image: url("../../img/fa-icons/regular/window-maximize.svg"); } + background-image: url("../img/fa-icons/regular/window-maximize.svg"); } .lm_controls .lm_close { - background-image: url("../../img/fa-icons/solid/times.svg"); } + background-image: url("../img/fa-icons/solid/times.svg"); } .lm_controls .lm_dock { - background-image: url("../../img/fa-icons/solid/thumbtack.svg"); + background-image: url("../img/fa-icons/solid/thumbtack.svg"); transform: rotate(-45deg); transition: transform 300ms; } .lm_controls .lm_tabdropdown { - background-image: url("../../img/fa-icons/solid/caret-down.svg"); } + background-image: url("../img/fa-icons/solid/caret-down.svg"); } .lm_stack.lm_docked .lm_controls .lm_dock { transform: rotate(0deg); } @@ -291,7 +277,7 @@ .lm_maximised .lm_header { background-color: #213365; } .lm_maximised .lm_controls .lm_maximise { - background-image: url("../../img/fa-icons/regular/window-minimize.svg"); } + background-image: url("../img/fa-icons/regular/window-minimize.svg"); } .lm_transition_indicator { background-color: #494e7d; @@ -303,7 +289,7 @@ background: #494e7d; opacity: 0.7; } .lm_popin .lm_icon { - background-image: url("../../img/fa-icons/regular/window-restore.svg"); + background-image: url("../img/fa-icons/regular/window-restore.svg"); background-position: center center; background-repeat: no-repeat; opacity: 0.7; } diff --git a/css/application-gs.css b/css/application-gs.css new file mode 100755 index 0000000000000000000000000000000000000000..afd4ce63332005c9d80a8b22eb9ab476e145483c --- /dev/null +++ b/css/application-gs.css @@ -0,0 +1,385 @@ +/*! + * Application customization based on DARIAH-DE Bootstrap styleguide + */ +/*! + * Table views + */ +.data-table-count { + margin-right: 12px; } + +.data-table-filter input { + display: inline-block; } + +.dataTable.table-hovering > tbody > tr { + position: relative; } + .dataTable.table-hovering > tbody > tr:hover > td { + background-color: #727299; } + .dataTable.table-hovering > tbody > tr:hover > td a { + color: #fff; } + .dataTable.table-hovering > tbody > tr:hover::after { + display: inline-block; + position: absolute; + right: 0.75rem; + top: 50%; + margin-top: -12px; + font-family: "Font Awesome 5 Free"; + font-weight: 400; + content: "\f044"; + color: #fff; } +.dataTable > tbody > tr.selected { + background-color: #494e7d; + color: #fff; } + .dataTable > tbody > tr.selected :hover { + background-color: #5c629d; } + .dataTable > tbody > tr.selected a, .dataTable > tbody > tr.selected .btn-inline, .dataTable > tbody > tr.selected .btn-link { + color: #fff; } + .dataTable > tbody > tr.selected a:hover, .dataTable > tbody > tr.selected a:focus, .dataTable > tbody > tr.selected .btn-inline:hover, .dataTable > tbody > tr.selected .btn-inline:focus, .dataTable > tbody > tr.selected .btn-link:hover, .dataTable > tbody > tr.selected .btn-link:focus { + color: #adb5bd; } +.dataTable > tbody > tr > td { + /* Fill to cell size: https://stackoverflow.com/a/15801081 */ + overflow: hidden; + padding: 6px; } + .dataTable > tbody > tr > td a { + border-bottom: none; + display: block; + margin: -10em; + padding: 10em; } + .dataTable > tbody > tr > td.td-no-wrap { + white-space: nowrap; } + .dataTable > tbody > tr > td.td-center { + text-align: center; } + .dataTable > tbody > tr > td.td-image { + width: 90px; } + .dataTable > tbody > tr > td.td-image img { + margin: 0 auto; + border: 1px solid #dee2e6; } + .dataTable > tbody > tr > td.td-image .list-thumb-nopreview { + position: relative; + width: 100%; + height: 75px; + min-width: 100px; + background: url(../img/placeholder-logo.png) top center no-repeat; } + .dataTable > tbody > tr > td.td-image .list-thumb-nopreview span { + position: absolute; + bottom: 2px; + right: 2px; + left: 2px; + background: rgba(73, 78, 125, 0.7); + border: 1px solid #494e7d; + border-radius: 0.2rem; + padding: 4px; + color: white; + margin: 0; + font-size: 0.875rem; + font-family: MuseoSansRounded, Arial, Helvetica, sans-serif; } + .dataTable > tbody > tr > td.td-image .list-thumb-nopreview a { + color: #fff; } + +/*! + * Side navigation + */ +.sidebar-container { + position: sticky; + overflow: hidden; + top: 0; + z-index: 1020; } + +.sidebar { + float: right; + margin-top: 10px; + overflow-y: auto; + max-width: 550px; + visibility: hidden; + width: 90%; } + .sidebar .sidebar-block { + background-color: #fff; + border: 1px solid #dee2e6; + margin-bottom: 12px; + padding: 0 12px; + /*margin: -35px -20px 0 auto;*/ + border-radius: 0.25rem; + /*padding-top: 10px; + padding-bottom: 10px; + margin-right: -20px;*/ } + .sidebar .sidebar-block label { + font-weight: 400; + display: flex; } + .sidebar .sidebar-block label input[type='checkbox'] { + margin-right: 6px; } + .sidebar .sidebar-block a { + border: none; + /*color: $body-color;*/ + font-size: 90%; } + .sidebar .sidebar-block h2 { + margin: 12px 0; } + .sidebar .sidebar-block h3 { + margin-top: 12px; + margin-bottom: 6px; + margin-left: 0.5rem; } + .sidebar .sidebar-block ul { + padding-left: 12px; + margin-left: 0; } + .sidebar .sidebar-block ul li { + padding-bottom: 6px; } + +.modal .modal-dialog .modal-content .modal-header .modal-title { + margin: 0; } +.modal .modal-dialog .modal-content .modal-body { + /*.col-form-label { + text-align: right; + }*/ } + .modal .modal-dialog .modal-content .modal-body .form-check { + padding-top: calc(0.875rem - 2px); + padding-bottom: calc(0.875rem + 1px); } + +/*! + * Typeahead + */ +.twitter-typeahead { + width: 100%; } + .twitter-typeahead .tt-hint { + color: #707070; } + .twitter-typeahead .tt-menu { + width: 100%; + background-color: #727299; + color: #fff; + border: 1px solid #ced4da; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } + .twitter-typeahead .tt-menu .tt-suggestion, + .twitter-typeahead .tt-menu .tt-empty-message { + padding: 12px 12px; + margin: 0; } + .twitter-typeahead .tt-menu .tt-suggestion:hover { + background-color: #494e7d; + cursor: pointer; } + +.nav-tabs .nav-link { + font-size: 110%; } + +.tab-pane { + border-right: 1px solid #dee2e6; + border-bottom: 1px solid #dee2e6; + border-left: 1px solid #dee2e6; + padding: 12px; } + +.wordcloud { + text-align: center; } + +#search-loading-indicator { + position: absolute; + right: 0; } + +#search-results-container #search-results .tab-pane .search-result-tab-heading { + font-style: italic; } +#search-results-container #search-results .tab-pane .search-results-item { + margin: 12px 12px 24px 12px; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-image { + position: relative; + padding: 5px; + border: 1px solid #dee2e6; + margin-top: 6px; + margin-right: 24px; + -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; + /* useful if you don't want a bg color from leaking outside the border: */ + -webkit-background-clip: padding-box; + background-clip: padding-box; + background: url("../../img/page_icon_faded.png") center 20px no-repeat; + height: 145px; + width: 145px; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-image .search-result-image-tmb { + height: 135px; + width: 135px; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-image .search-result-image-tmb, + #search-results-container #search-results .tab-pane .search-results-item .search-results-image .item-image { + background-repeat: no-repeat; + background-position: center center; + background-size: cover; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-image .no-preview-overlay { + position: absolute; + top: 60px; + bottom: 25px; + left: 0px; + right: 0px; + border-top: 2px solid #494e7d; + border-bottom: 2px solid #494e7d; + background-color: #213365; + opacity: 0.8; + text-align: center; + vertical-align: middle; + padding: 8px 5px; + color: white; + font-style: italic; + z-index: 100; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-score { + float: right; + font-size: 90%; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-datasource { + margin-bottom: 0; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-title { + margin-bottom: 8px; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item ul.search-result-links { + list-style: none; + padding: 0; + margin-bottom: 8px; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item ul.search-result-links li { + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-objects > span { + display: inline-block; + padding: 0 0.25rem 0.25rem 0.25rem; + cursor: pointer; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-objects > span i.fa { + margin-right: 5px; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-panel { + border: 1px solid #dee2e6; + margin-top: 6px; + margin-bottom: 12px; + padding-left: 12px; + padding-right: 12px; + overflow-wrap: break-word; + word-wrap: break-word; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-panel .btn { + padding-left: 0; } + #search-results-container #search-results .tab-pane .search-results-item .search-results-resource-item .search-result-panel .collapse ul { + padding-left: 1.25rem; + border-bottom: 0; } +#search-results-container #search-results .tab-pane .result-collection { + margin-bottom: 24px; } + +#search-available-collections { + margin-bottom: 0; } + #search-available-collections li { + display: block; } + #search-available-collections li::before { + display: none; } + +.slider { + width: 95%; } + .slider > .dragger { + background: #7a80b2; + background: -webkit-linear-gradient(top, #9b9fc4, #494e7d); + background: -moz-linear-gradient(top, #9b9fc4, #494e7d); + background: linear-gradient(top, #9b9fc4, #494e7d); + -webkit-box-shadow: inset 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + box-shadow: inset 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + border: 1px solid #213365; + width: 16px; + height: 16px; } + .slider > .dragger:hover { + background: -webkit-linear-gradient(top, #dbdcea, #7a80b2); } + .slider > .track, + .slider > .highlight-track { + background: #ccc; + background: -webkit-linear-gradient(top, #bbb, #ddd); + background: -moz-linear-gradient(top, #bbb, #ddd); + background: linear-gradient(top, #bbb, #ddd); + -webkit-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + -webkit-border-radius: 0.25rem; + -moz-border-radius: 0.25rem; + border-radius: 0.25rem; + border: 1px solid #aaa; + height: 6px; } + .slider > .highlight-track { + background: #7a80b2; + background: -webkit-linear-gradient(top, #9b9fc4, #494e7d); + background: -moz-linear-gradient(top, #9b9fc4, #494e7d); + background: linear-gradient(top, #9b9fc4, #494e7d); + border-color: #213365; } + +table.table.state-table { + border-collapse: separate; + border-spacing: 0 1px; + width: 100%; + /* Specifics for inner (data) lists */ } + table.table.state-table.state-table-navigatable tbody tr.state-row-default.active, table.table.state-table.state-table-navigatable tbody tr.state-row-default:hover, table.table.state-table.state-table-navigatable tbody tr.state-row-default.group, table.table.state-table.state-table-selectable tbody tr.state-row-default.active, table.table.state-table.state-table-selectable tbody tr.state-row-default:hover, table.table.state-table.state-table-selectable tbody tr.state-row-default.group { + background-color: #d6d6d6; } + table.table.state-table.state-table-navigatable tbody tr.state-row-ok.active, table.table.state-table.state-table-navigatable tbody tr.state-row-ok:hover, table.table.state-table.state-table-navigatable tbody tr.state-row-ok.group, table.table.state-table.state-table-selectable tbody tr.state-row-ok.active, table.table.state-table.state-table-selectable tbody tr.state-row-ok:hover, table.table.state-table.state-table-selectable tbody tr.state-row-ok.group { + background-color: #aad57d; } + table.table.state-table.state-table-navigatable tbody tr.state-row-info.active, table.table.state-table.state-table-navigatable tbody tr.state-row-info:hover, table.table.state-table.state-table-navigatable tbody tr.state-row-info.group, table.table.state-table.state-table-selectable tbody tr.state-row-info.active, table.table.state-table.state-table-selectable tbody tr.state-row-info:hover, table.table.state-table.state-table-selectable tbody tr.state-row-info.group { + background-color: #a7e9f4; } + table.table.state-table.state-table-navigatable tbody tr.state-row-warning.active, table.table.state-table.state-table-navigatable tbody tr.state-row-warning:hover, table.table.state-table.state-table-navigatable tbody tr.state-row-warning.group, table.table.state-table.state-table-selectable tbody tr.state-row-warning.active, table.table.state-table.state-table-selectable tbody tr.state-row-warning:hover, table.table.state-table.state-table-selectable tbody tr.state-row-warning.group { + background-color: #fff4d3; } + table.table.state-table.state-table-navigatable tbody tr.state-row-danger.active, table.table.state-table.state-table-navigatable tbody tr.state-row-danger:hover, table.table.state-table.state-table-navigatable tbody tr.state-row-danger.group, table.table.state-table.state-table-navigatable tbody tr.state-row-error.active, table.table.state-table.state-table-navigatable tbody tr.state-row-error:hover, table.table.state-table.state-table-navigatable tbody tr.state-row-error.group, table.table.state-table.state-table-selectable tbody tr.state-row-danger.active, table.table.state-table.state-table-selectable tbody tr.state-row-danger:hover, table.table.state-table.state-table-selectable tbody tr.state-row-danger.group, table.table.state-table.state-table-selectable tbody tr.state-row-error.active, table.table.state-table.state-table-selectable tbody tr.state-row-error:hover, table.table.state-table.state-table-selectable tbody tr.state-row-error.group { + background-color: #d57d7f; } + table.table.state-table.state-table-navigatable tbody tr:hover, table.table.state-table.state-table-selectable tbody tr:hover { + cursor: pointer; } + table.table.state-table.state-table-navigatable tbody tr.active td:last-child:before, table.table.state-table.state-table-navigatable tbody tr:hover td:last-child:before { + content: "\f0c1"; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + position: absolute; + right: 1rem; + color: #707070; } + table.table.state-table tbody tr.state-row-default th, table.table.state-table tbody tr.state-row-default td { + border-color: #707070; } + table.table.state-table tbody tr.state-row-ok th, table.table.state-table tbody tr.state-row-ok td { + border-color: #446521; } + table.table.state-table tbody tr.state-row-info th, table.table.state-table tbody tr.state-row-info td { + border-color: #17a2b8; } + table.table.state-table tbody tr.state-row-warning th, table.table.state-table tbody tr.state-row-warning td { + border-color: #ffc107; } + table.table.state-table tbody tr.state-row-danger th, table.table.state-table tbody tr.state-row-danger td, table.table.state-table tbody tr.state-row-error th, table.table.state-table tbody tr.state-row-error td { + border-color: #652122; } + table.table.state-table tbody tr th, table.table.state-table tbody tr td { + position: relative; + border-top: 1px solid; + border-bottom: 1px solid; + font-weight: normal; + vertical-align: middle; } + table.table.state-table tbody tr th a, table.table.state-table tbody tr td a { + border-bottom: none; } + table.table.state-table tbody tr th .btn, table.table.state-table tbody tr td .btn { + padding: 6px; } + table.table.state-table tbody tr th { + border-left: 6px solid; + text-align: center; + width: 8em; + padding: 5px; } + table.table.state-table tbody tr th.state-default i { + color: #707070; } + table.table.state-table tbody tr th.state-ok i { + color: #446521; } + table.table.state-table tbody tr th.state-info i { + color: #17a2b8; } + table.table.state-table tbody tr th.state-warning i { + color: #ffc107; } + table.table.state-table tbody tr th.state-danger i, table.table.state-table tbody tr th .state-error i { + color: #652122; } + table.table.state-table tbody tr td:last-child { + border-right-style: solid; + border-right-width: 1px; } + table.table.state-table tbody tr td.dataTables_empty { + border: 1px solid #707070; + padding: 10px; + text-align: center; } + table.table.state-table tbody tr.group th h2.group-heading, table.table.state-table tbody tr.group td h2.group-heading { + margin: 0 12px 0 12px; } + table.table.state-table ul.inner-state-list { + width: 100%; + position: relative; + list-style-type: none; + margin: 0; + padding: 0; } + table.table.state-table ul.inner-state-list li { + padding: 4px 5px; + /*border-bottom: 1px solid #EEE;*/ } + table.table.state-table ul.inner-state-list li .state-heading { + font-weight: bold; } + table.table.state-table ul.inner-state-list li .state-block-heading { + font-weight: bold; + font-size: 125%; + font-style: italic; } + +.status-container li { + display: block !important; } diff --git a/css/bootstrap/bootstrap-dariah.css b/css/bootstrap-dariah.css similarity index 87% rename from css/bootstrap/bootstrap-dariah.css rename to css/bootstrap-dariah.css index 275d0abe58c4d422319075534d900c3ebeb1f9d8..c97994314db831970b8e0a4fdcd721daf83a9b1e 100755 --- a/css/bootstrap/bootstrap-dariah.css +++ b/css/bootstrap-dariah.css @@ -22,42 +22,52 @@ body, wrapper { color: #707070; pointer-events: none; } +.color-primary, .glyphicon-color-primary, .fa-color-primary { color: #213365; } +.color-primary-var-1, .glyphicon-color-primary-var-1, .fa-color-primary-var-1 { color: #494e7d; } +.color-primary-var-2, .glyphicon-color-primary-var-2, .fa-color-primary-var-2 { color: #727299; } +.color-secondary, .glyphicon-color-secondary, .fa-color-secondary { color: #707070; } +.color-success, .glyphicon-color-success, .fa-color-success { color: #446521; } +.color-info, .glyphicon-color-info, .fa-color-info { color: #17a2b8; } +.color-warning, .glyphicon-color-warning, .fa-color-warning { color: #ffc107; } +.color-danger, .glyphicon-color-danger, .fa-color-danger { color: #652122; } +.color-light, .glyphicon-color-light, .fa-color-light { color: #f8f9fa; } +.color-dark, .glyphicon-color-dark, .fa-color-dark { color: #333333; } @@ -100,9 +110,20 @@ dt { color: #707070; } .hide { - display: none; - visibility: hidden; - height: 0; } + display: none !important; + visibility: hidden !important; + height: 0 !important; } + +.no-break-out { + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; } + +.no-break { + white-space: nowrap; } + +a.btn-link:hover { + border-color: transparent; } .navbar a { border: none; } @@ -163,12 +184,11 @@ dt { border: 0; } .logobar .logobar-link { display: inline-block; - margin: 0 auto; + margin: 0 auto 1rem auto; padding: 0 24px; position: relative; z-index: 1; } .logobar .logobar-link .logobar-logo { - display: block; pointer-events: none; position: relative; } .logobar .logobar-link .logobar-logo.logobar-spike { @@ -179,6 +199,19 @@ dt { left: 0; stroke: #fff; z-index: -1; } + .logobar .logobar-link .logobar-title { + position: relative; + font-family: MuseoSansRounded, Arial, Helvetica, sans-serif; + font-weight: 700; + text-transform: uppercase; + display: inline-block; + color: #213365; + text-align: left; + border-left: 1px solid #213365; + padding-left: 25px; + font-style: normal; + line-height: 1.25; + font-weight: 700; } .logobar .logobar-link.logobar-link-sm { height: 48px; } .logobar .logobar-link.logobar-link-sm::after { @@ -189,14 +222,18 @@ dt { width: 100%; height: 20px; position: absolute; } + .logobar .logobar-link.logobar-link-sm .logobar-title { + margin-top: 22px; + font-size: 1.15rem; + vertical-align: top; } .logobar .logobar-link.logobar-link-sm .logobar-logo { height: 72px; left: -10px; - margin: -6px 0 0; + margin: -18px 0 0; width: 151px; } .logobar .logobar-link.logobar-link-sm .logobar-logo.logobar-spike { stroke-width: 18px; - top: -4px; + top: 7px; left: 14px; } .logobar .logobar-link:not(.logobar-link-sm) .logobar-logo { height: 144px; @@ -218,6 +255,10 @@ dt { stroke-width: 18px; top: -5px; left: 7px; } } + .logobar .logobar-link:not(.logobar-link-sm) .logobar-title { + margin-top: 35px; + font-size: 2rem; + vertical-align: middle; } main { margin-bottom: 20px; } @@ -235,7 +276,7 @@ header { * @see: https://github.com/DARIAH-DE/StyleGuideTemplate/blob/styleguide_v2/scss/sections/footer.scss */ .footer { - background: #f7f7f7 url(../../img/grain.png); + background: #f7f7f7 url(../img/grain.png); color: #212529; font-size: 0.875rem; margin-top: auto; @@ -287,7 +328,7 @@ header { padding: 6px; border: none; display: inline-block; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .footer-right a { transition: none; } } @media (max-width: 768px) { @@ -451,3 +492,10 @@ th { position: relative; max-width: 95%; min-width: 1140px; } + +/*! + * Jumbotron adaptions + */ +.jumbotron.jumbotron-sm { + padding-top: 24px; + padding-bottom: 12px; } diff --git a/css/bootstrap/bootstrap-grid.css b/css/bootstrap-grid.css similarity index 99% rename from css/bootstrap/bootstrap-grid.css rename to css/bootstrap-grid.css index f6c97f42d4670c3f45d7d6b599c97f7a1fcaf3d7..30db8a83af83fc771df731fdb6117af0498ac896 100755 --- a/css/bootstrap/bootstrap-grid.css +++ b/css/bootstrap-grid.css @@ -1,11 +1,9 @@ /*! - * Bootstrap Grid v4.1.3 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. + * Bootstrap Grid v4.2.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -@-ms-viewport { - width: device-width; } html { box-sizing: border-box; -ms-overflow-style: scrollbar; } diff --git a/css/bootstrap/bootstrap-modal.css b/css/bootstrap-modal.css similarity index 100% rename from css/bootstrap/bootstrap-modal.css rename to css/bootstrap-modal.css diff --git a/css/bootstrap/bootstrap-reboot.css b/css/bootstrap-reboot.css similarity index 90% rename from css/bootstrap/bootstrap-reboot.css rename to css/bootstrap-reboot.css index 067dacbec6c2fdf15c3b1fb9ef74213cc0a531f2..ea80e564b292e603b700f42e2eaec9ff77baebb6 100755 --- a/css/bootstrap/bootstrap-reboot.css +++ b/css/bootstrap-reboot.css @@ -1,7 +1,7 @@ /*! - * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. + * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */ @@ -14,11 +14,8 @@ html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -@-ms-viewport { - width: device-width; } article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } @@ -52,7 +49,8 @@ abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; - border-bottom: 0; } + border-bottom: 0; + text-decoration-skip-ink: none; } address { margin-bottom: 1rem; @@ -107,7 +105,7 @@ a { color: #494e7d; text-decoration: none; word-wrap: break-word; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { a { transition: none; } } a:hover { @@ -133,8 +131,7 @@ samp { pre { margin-top: 0; margin-bottom: 1rem; - overflow: auto; - -ms-overflow-style: scrollbar; } + overflow: auto; } figure { margin: 0 0 1rem; } @@ -189,12 +186,21 @@ button, select { text-transform: none; } +select { + word-wrap: normal; } + button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } +button:not(:disabled), +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled) { + cursor: pointer; } + button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, diff --git a/css/bootstrap/bootstrap.css b/css/bootstrap.css similarity index 93% rename from css/bootstrap/bootstrap.css rename to css/bootstrap.css index de522aa97665f1947590f75d1ab260a3bd8f8d00..fa1579e26d4d0bf0385a2986514cd3e8a5def424 100755 --- a/css/bootstrap/bootstrap.css +++ b/css/bootstrap.css @@ -1,7 +1,7 @@ /*! - * Bootstrap v4.1.3 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. + * Bootstrap v4.2.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { @@ -38,27 +38,27 @@ @font-face { font-family: "MuseoSansRounded"; - src: url("../../fonts/MuseoSansRounded/MuseoSansRounded-500-webfont.woff2") format("woff2"), url("../../fonts/MuseoSansRounded/MuseoSansRounded-500-webfont.woff") format("woff"); + src: url("../fonts/MuseoSansRounded/MuseoSansRounded-500-webfont.woff2") format("woff2"), url("../fonts/MuseoSansRounded/MuseoSansRounded-500-webfont.woff") format("woff"); font-style: normal; font-weight: normal; } @font-face { font-family: "Roboto"; - src: url("../../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Light.woff") format("woff"); + src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"); font-style: normal; font-weight: normal; } @font-face { font-family: "Roboto"; - src: url("../../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-LightItalic.woff") format("woff"); + src: url("../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"); font-style: italic; font-weight: normal; } @font-face { font-family: "Roboto"; - src: url("../../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-Medium.woff") format("woff"); + src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"); font-style: normal; font-weight: bold; } @font-face { font-family: "Roboto"; - src: url("../../fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../../fonts/Roboto/Roboto-MediumItalic.woff") format("woff"); + src: url("../fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-MediumItalic.woff") format("woff"); font-style: italic; font-weight: bold; } *, @@ -70,11 +70,8 @@ html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -@-ms-viewport { - width: device-width; } article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } @@ -108,7 +105,8 @@ abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; - border-bottom: 0; } + border-bottom: 0; + text-decoration-skip-ink: none; } address { margin-bottom: 1rem; @@ -163,7 +161,7 @@ a { color: #494e7d; text-decoration: none; word-wrap: break-word; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { a { transition: none; } } a:hover { @@ -189,8 +187,7 @@ samp { pre { margin-top: 0; margin-bottom: 1rem; - overflow: auto; - -ms-overflow-style: scrollbar; } + overflow: auto; } figure { margin: 0 0 1rem; } @@ -245,12 +242,21 @@ button, select { text-transform: none; } +select { + word-wrap: normal; } + button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } +button:not(:disabled), +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled) { + cursor: pointer; } + button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, @@ -1271,6 +1277,7 @@ pre { .table { width: 100%; margin-bottom: 1rem; + color: #333333; background-color: transparent; } .table th, .table td { @@ -1308,6 +1315,7 @@ pre { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { + color: #333333; background-color: rgba(0, 0, 0, 0.075); } .table-primary, @@ -1483,8 +1491,8 @@ pre { .table .thead-dark th { color: #fff; - background-color: #212529; - border-color: #32383e; } + background-color: #333333; + border-color: #464646; } .table .thead-light th { color: #495057; background-color: #eeeeee; @@ -1492,16 +1500,17 @@ pre { .table-dark { color: #fff; - background-color: #212529; } + background-color: #333333; } .table-dark th, .table-dark td, .table-dark thead th { - border-color: #32383e; } + border-color: #464646; } .table-dark.table-bordered { border: 0; } .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } .table-dark.table-hover tbody tr:hover { + color: #fff; background-color: rgba(255, 255, 255, 0.075); } @media (max-width: 575.98px) { @@ -1563,7 +1572,7 @@ pre { border: 1px solid #ced4da; border-radius: 2px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control::-ms-expand { @@ -1805,7 +1814,7 @@ textarea.form-control { background-repeat: no-repeat; background-position: center right calc(3.25rem / 4); background-size: calc(3.25rem / 2) calc(3.25rem / 2); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23652122' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); } + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23652122' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23652122' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #652122; box-shadow: 0 0 0 0.2rem rgba(101, 33, 34, 0.25); } @@ -1821,7 +1830,7 @@ textarea.form-control { .was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #652122; padding-right: 4.3125rem; - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23652122' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.875rem/1.625rem 1.625rem; } + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23652122' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23652122' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.875rem/1.625rem 1.625rem; } .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #652122; box-shadow: 0 0 0 0.2rem rgba(101, 33, 34, 0.25); } @@ -1903,6 +1912,7 @@ textarea.form-control { padding-left: 0; } .form-inline .form-check-input { position: relative; + flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } @@ -1929,7 +1939,7 @@ textarea.form-control { line-height: 1.5; border-radius: 2px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } .btn:hover { @@ -1940,8 +1950,6 @@ textarea.form-control { box-shadow: 0 0 0 0.2rem rgba(114, 114, 153, 0.25); } .btn.disabled, .btn:disabled { opacity: 0.65; } - .btn:not(:disabled):not(.disabled) { - cursor: pointer; } a.btn.disabled, fieldset:disabled a.btn { @@ -2405,7 +2413,7 @@ input[type="button"].btn-block { .fade { transition: opacity 0.15s linear; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { @@ -2419,7 +2427,7 @@ input[type="button"].btn-block { height: 0; overflow: hidden; transition: height 0.35s ease; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } @@ -2460,46 +2468,46 @@ input[type="button"].btn-block { border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } +.dropdown-menu-left { + right: auto; + left: 0; } + .dropdown-menu-right { right: 0; left: auto; } @media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; } + .dropdown-menu-sm-right { right: 0; left: auto; } } @media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; } + .dropdown-menu-md-right { right: 0; left: auto; } } @media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; } + .dropdown-menu-lg-right { right: 0; left: auto; } } @media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; } + .dropdown-menu-xl-right { right: 0; left: auto; } } -.dropdown-menu-left { - right: auto; - left: 0; } - -@media (min-width: 576px) { - .dropdown-menu-sm-left { - right: auto; - left: 0; } } -@media (min-width: 768px) { - .dropdown-menu-md-left { - right: auto; - left: 0; } } -@media (min-width: 992px) { - .dropdown-menu-lg-left { - right: auto; - left: 0; } } -@media (min-width: 1200px) { - .dropdown-menu-xl-left { - right: auto; - left: 0; } } .dropup .dropdown-menu { top: auto; bottom: 100%; @@ -2584,6 +2592,12 @@ input[type="button"].btn-block { white-space: nowrap; background-color: transparent; border: 0; } + .dropdown-item:first-child { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } + .dropdown-item:last-child { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); } .dropdown-item:hover, .dropdown-item:focus { color: #fff; text-decoration: none; @@ -2621,7 +2635,7 @@ input[type="button"].btn-block { .btn-group > .btn, .btn-group-vertical > .btn { position: relative; - flex: 0 1 auto; } + flex: 1 1 auto; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; } @@ -2791,28 +2805,40 @@ input[type="button"].btn-block { .input-group-text input[type="checkbox"] { margin-top: 0; } +.input-group-lg > .form-control:not(textarea), +.input-group-lg > .custom-select { + height: calc(3.875rem + 2px); } + .input-group-lg > .form-control, +.input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { - height: calc(3.875rem + 2px); padding: 1rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } +.input-group-sm > .form-control:not(textarea), +.input-group-sm > .custom-select { + height: calc(1.8125rem + 2px); } + .input-group-sm > .form-control, +.input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { - height: calc(1.8125rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } +.input-group-lg > .custom-select, +.input-group-sm > .custom-select { + padding-right: 1.875rem; } + .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, @@ -2910,11 +2936,36 @@ input[type="button"].btn-block { .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(33, 51, 101, 0.5); } +.custom-switch { + padding-left: 2.25rem; } + .custom-switch .custom-control-label::before { + left: -2.25rem; + width: 1.75rem; + pointer-events: all; + border-radius: 0.5rem; } + .custom-switch .custom-control-label::after { + top: calc(0.25rem + 2px); + left: calc(-2.25rem + 2px); + width: calc(1rem - 4px); + height: calc(1rem - 4px); + background-color: #adb5bd; + border-radius: 0.5rem; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .custom-switch .custom-control-label::after { + transition: none; } } + .custom-switch .custom-control-input:checked ~ .custom-control-label::after { + background-color: #fff; + transform: translateX(0.75rem); } + .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(33, 51, 101, 0.5); } + .custom-select { display: inline-block; width: 100%; height: calc(3.25rem + 2px); padding: 0.875rem 1.875rem 0.875rem 0.875rem; + font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; @@ -2927,7 +2978,7 @@ input[type="button"].btn-block { .custom-select:focus { border-color: #333333; outline: 0; - box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); } + box-shadow: 0 0 0 0.2rem rgba(114, 114, 153, 0.25); } .custom-select:focus::-ms-value { color: #495057; background-color: #fff; } @@ -2976,6 +3027,8 @@ input[type="button"].btn-block { background-color: #eeeeee; } .custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; } + .custom-file-input ~ .custom-file-label[data-browse]::after { + content: attr(data-browse); } .custom-file-label { position: absolute; @@ -3032,7 +3085,7 @@ input[type="button"].btn-block { border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { transition: none; } } .custom-range::-webkit-slider-thumb:active { @@ -3053,7 +3106,7 @@ input[type="button"].btn-block { border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { transition: none; } } .custom-range::-moz-range-thumb:active { @@ -3077,7 +3130,7 @@ input[type="button"].btn-block { border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { transition: none; } } .custom-range::-ms-thumb:active { @@ -3112,7 +3165,7 @@ input[type="button"].btn-block { .custom-file-label, .custom-select { transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-select { @@ -3260,8 +3313,6 @@ input[type="button"].btn-block { border-radius: 2px; } .navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } - .navbar-toggler:not(:disabled):not(.disabled) { - cursor: pointer; } .navbar-toggler-icon { display: inline-block; @@ -3645,7 +3696,7 @@ input[type="button"].btn-block { .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - color: #333333; + color: inherit; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { @@ -3724,41 +3775,24 @@ input[type="button"].btn-block { .card-group > .card + .card { margin-left: 0; border-left: 0; } - .card-group > .card:first-child { + .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } - .card-group > .card:first-child .card-img-top, - .card-group > .card:first-child .card-header { + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } - .card-group > .card:first-child .card-img-bottom, - .card-group > .card:first-child .card-footer { + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } - .card-group > .card:last-child { + .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } - .card-group > .card:last-child .card-img-top, - .card-group > .card:last-child .card-header { + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } - .card-group > .card:last-child .card-img-bottom, - .card-group > .card:last-child .card-footer { - border-bottom-left-radius: 0; } - .card-group > .card:only-child { - border-radius: 0.25rem; } - .card-group > .card:only-child .card-img-top, - .card-group > .card:only-child .card-header { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } - .card-group > .card:only-child .card-img-bottom, - .card-group > .card:only-child .card-footer { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; } - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { - border-radius: 0; } - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { - border-radius: 0; } } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; } } .card-columns .card { margin-bottom: 0.75rem; } @@ -3772,21 +3806,21 @@ input[type="button"].btn-block { display: inline-block; width: 100%; } } -.accordion .card { +.accordion > .card { overflow: hidden; } - .accordion .card:not(:first-of-type) .card-header:first-child { + .accordion > .card:not(:first-of-type) .card-header:first-child { border-radius: 0; } - .accordion .card:not(:first-of-type):not(:last-of-type) { + .accordion > .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; } - .accordion .card:first-of-type { + .accordion > .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } - .accordion .card:last-of-type { + .accordion > .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; } - .accordion .card .card-header { + .accordion > .card .card-header { margin-bottom: -1px; } .breadcrumb { @@ -3837,8 +3871,6 @@ input[type="button"].btn-block { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(114, 114, 153, 0.25); } - .page-link:not(:disabled):not(.disabled) { - cursor: pointer; } .page-item:first-child .page-link { margin-left: 0; @@ -3890,7 +3922,11 @@ input[type="button"].btn-block { text-align: center; white-space: nowrap; vertical-align: baseline; - border-radius: 0.25rem; } + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .badge { + transition: none; } } a.badge:hover, a.badge:focus { text-decoration: none; } .badge:empty { @@ -3911,6 +3947,9 @@ input[type="button"].btn-block { a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #14203f; } + a.badge-primary:focus, a.badge-primary.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(33, 51, 101, 0.5); } .badge-primary-var-1 { color: #fff; @@ -3918,6 +3957,9 @@ input[type="button"].btn-block { a.badge-primary-var-1:hover, a.badge-primary-var-1:focus { color: #fff; background-color: #363a5d; } + a.badge-primary-var-1:focus, a.badge-primary-var-1.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(73, 78, 125, 0.5); } .badge-primary-var-2 { color: #fff; @@ -3925,6 +3967,9 @@ input[type="button"].btn-block { a.badge-primary-var-2:hover, a.badge-primary-var-2:focus { color: #fff; background-color: #5b5b7d; } + a.badge-primary-var-2:focus, a.badge-primary-var-2.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(114, 114, 153, 0.5); } .badge-secondary { color: #fff; @@ -3932,6 +3977,9 @@ input[type="button"].btn-block { a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #575757; } + a.badge-secondary:focus, a.badge-secondary.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5); } .badge-success { color: #fff; @@ -3939,6 +3987,9 @@ input[type="button"].btn-block { a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #2a3f14; } + a.badge-success:focus, a.badge-success.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(68, 101, 33, 0.5); } .badge-info { color: #fff; @@ -3946,6 +3997,9 @@ input[type="button"].btn-block { a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #117a8b; } + a.badge-info:focus, a.badge-info.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .badge-warning { color: #212529; @@ -3953,6 +4007,9 @@ input[type="button"].btn-block { a.badge-warning:hover, a.badge-warning:focus { color: #212529; background-color: #d39e00; } + a.badge-warning:focus, a.badge-warning.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .badge-danger { color: #fff; @@ -3960,6 +4017,9 @@ input[type="button"].btn-block { a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #3f1415; } + a.badge-danger:focus, a.badge-danger.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(101, 33, 34, 0.5); } .badge-light { color: #212529; @@ -3967,6 +4027,9 @@ input[type="button"].btn-block { a.badge-light:hover, a.badge-light:focus { color: #212529; background-color: #dae0e5; } + a.badge-light:focus, a.badge-light.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .badge-dark { color: #fff; @@ -3974,6 +4037,9 @@ input[type="button"].btn-block { a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #1a1a1a; } + a.badge-dark:focus, a.badge-dark.focus { + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); } .jumbotron { padding: 2rem 1rem; @@ -4123,7 +4189,7 @@ input[type="button"].btn-block { white-space: nowrap; background-color: #213365; transition: width 0.6s ease; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } } @@ -4152,6 +4218,7 @@ input[type="button"].btn-block { color: #495057; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; } @@ -4173,9 +4240,6 @@ input[type="button"].btn-block { margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } - .list-group-item:hover, .list-group-item:focus { - z-index: 1; - text-decoration: none; } .list-group-item.disabled, .list-group-item:disabled { color: #707070; pointer-events: none; @@ -4186,6 +4250,81 @@ input[type="button"].btn-block { background-color: #727299; border-color: #727299; } +.list-group-horizontal { + flex-direction: row; } + .list-group-horizontal .list-group-item { + margin-right: -1px; + margin-bottom: 0; } + .list-group-horizontal .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } + .list-group-horizontal .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; } + +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; } + .list-group-horizontal-sm .list-group-item { + margin-right: -1px; + margin-bottom: 0; } + .list-group-horizontal-sm .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } + .list-group-horizontal-sm .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; } } +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; } + .list-group-horizontal-md .list-group-item { + margin-right: -1px; + margin-bottom: 0; } + .list-group-horizontal-md .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } + .list-group-horizontal-md .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; } } +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; } + .list-group-horizontal-lg .list-group-item { + margin-right: -1px; + margin-bottom: 0; } + .list-group-horizontal-lg .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } + .list-group-horizontal-lg .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; } } +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; } + .list-group-horizontal-xl .list-group-item { + margin-right: -1px; + margin-bottom: 0; } + .list-group-horizontal-xl .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; } + .list-group-horizontal-xl .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0; } } .list-group-flush .list-group-item { border-right: 0; border-left: 0; @@ -4319,10 +4458,8 @@ input[type="button"].btn-block { .close:hover { color: #000; text-decoration: none; } - .close:not(:disabled):not(.disabled) { - cursor: pointer; } - .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { - opacity: .75; } + .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { + opacity: .75; } button.close { padding: 0; @@ -4333,6 +4470,39 @@ button.close { a.close.disabled { pointer-events: none; } +.toast { + max-width: 350px; + overflow: hidden; + font-size: 0.875rem; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: 0.25rem; } + .toast:not(:last-child) { + margin-bottom: 0.75rem; } + .toast.showing { + opacity: 1; } + .toast.show { + display: block; + opacity: 1; } + .toast.hide { + display: none; } + +.toast-header { + display: flex; + align-items: center; + padding: 0.25rem 0.75rem; + color: #707070; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); } + +.toast-body { + padding: 0.75rem; } + .modal-open { overflow: hidden; } .modal-open .modal { @@ -4342,11 +4512,11 @@ a.close.disabled { .modal { position: fixed; top: 0; - right: 0; - bottom: 0; left: 0; z-index: 1050; display: none; + width: 100%; + height: 100%; overflow: hidden; outline: 0; } @@ -4358,7 +4528,7 @@ a.close.disabled { .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } .modal.show .modal-dialog { @@ -4388,10 +4558,10 @@ a.close.disabled { .modal-backdrop { position: fixed; top: 0; - right: 0; - bottom: 0; left: 0; z-index: 1040; + width: 100vw; + height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } @@ -4403,7 +4573,7 @@ a.close.disabled { align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; - border-bottom: 1px solid #eeeeee; + border-bottom: 1px solid #dee2e6; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } .modal-header .close { @@ -4424,7 +4594,7 @@ a.close.disabled { align-items: center; justify-content: flex-end; padding: 1rem; - border-top: 1px solid #eeeeee; + border-top: 1px solid #dee2e6; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .modal-footer > :not(:first-child) { @@ -4583,49 +4753,49 @@ a.close.disabled { .bs-popover-top, .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; } - .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow { + .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { bottom: calc((0.5rem + 1px) * -1); } - .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, - .bs-popover-top .arrow::after, - .bs-popover-auto[x-placement^="top"] .arrow::after { + .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before, + .bs-popover-top > .arrow::after, + .bs-popover-auto[x-placement^="top"] > .arrow::after { border-width: 0.5rem 0.5rem 0; } - .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before { + .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { bottom: 0; border-top-color: rgba(0, 0, 0, 0.25); } - .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after { + .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { bottom: 1px; border-top-color: #fff; } .bs-popover-right, .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; } - .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow { + .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } - .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, - .bs-popover-right .arrow::after, - .bs-popover-auto[x-placement^="right"] .arrow::after { + .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before, + .bs-popover-right > .arrow::after, + .bs-popover-auto[x-placement^="right"] > .arrow::after { border-width: 0.5rem 0.5rem 0.5rem 0; } - .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { + .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { left: 0; border-right-color: rgba(0, 0, 0, 0.25); } - .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after { + .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { left: 1px; border-right-color: #fff; } .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; } - .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow { + .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { top: calc((0.5rem + 1px) * -1); } - .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, - .bs-popover-bottom .arrow::after, - .bs-popover-auto[x-placement^="bottom"] .arrow::after { + .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before, + .bs-popover-bottom > .arrow::after, + .bs-popover-auto[x-placement^="bottom"] > .arrow::after { border-width: 0 0.5rem 0.5rem 0.5rem; } - .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before { + .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { top: 0; border-bottom-color: rgba(0, 0, 0, 0.25); } - .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after { + .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { top: 1px; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { @@ -4640,19 +4810,19 @@ a.close.disabled { .bs-popover-left, .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; } - .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow { + .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } - .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, - .bs-popover-left .arrow::after, - .bs-popover-auto[x-placement^="left"] .arrow::after { + .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before, + .bs-popover-left > .arrow::after, + .bs-popover-auto[x-placement^="left"] > .arrow::after { border-width: 0.5rem 0 0.5rem 0.5rem; } - .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before { + .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { right: 0; border-left-color: rgba(0, 0, 0, 0.25); } - .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after { + .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { right: 1px; border-left-color: #fff; } @@ -4695,7 +4865,7 @@ a.close.disabled { margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } } @@ -4726,7 +4896,7 @@ a.close.disabled { z-index: 0; opacity: 0; transition: 0s 0.6s opacity; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } } @@ -4745,7 +4915,7 @@ a.close.disabled { text-align: center; opacity: 0.5; transition: opacity 0.15s ease; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } @@ -4804,7 +4974,7 @@ a.close.disabled { border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; } - @media screen and (prefers-reduced-motion: reduce) { + @media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } } .carousel-indicators .active { @@ -4821,6 +4991,43 @@ a.close.disabled { color: #fff; text-align: center; } +@keyframes spinner-border { + to { + transform: rotate(360deg); } } +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; + animation: spinner-border .75s linear infinite; } + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; } + +@keyframes spinner-grow { + 0% { + transform: scale(0); } + 50% { + opacity: 1; } } +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + animation: spinner-grow .75s linear infinite; } + +.spinner-grow-sm { + width: 1rem; + height: 1rem; } + .align-baseline { vertical-align: baseline !important; } @@ -5891,6 +6098,17 @@ button.bg-dark:focus { .vh-100 { height: 100vh !important; } +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: rgba(0, 0, 0, 0); } + .m-0 { margin: 0 !important; } @@ -7775,6 +7993,9 @@ a.text-dark:hover, a.text-dark:focus { .text-decoration-none { text-decoration: none !important; } +.text-break { + word-break: break-word !important; } + .text-reset { color: inherit !important; } diff --git a/img/dariah-aai-logo.svg b/img/dariah-aai-logo.svg deleted file mode 100755 index 8303b245acd183b69271294843da36dd528bf661..0000000000000000000000000000000000000000 --- a/img/dariah-aai-logo.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/img/dariah-flower.png b/img/dariah-flower.png deleted file mode 100755 index 2ab8399cf54185bdbbd299446ca947f3b1c0d16b..0000000000000000000000000000000000000000 Binary files a/img/dariah-flower.png and /dev/null differ diff --git a/img/fa-icons/brands/500px.svg b/img/fa-icons/brands/500px.svg new file mode 100755 index 0000000000000000000000000000000000000000..d872f24a017e79b38dead6fb09650d13fcb98a4e --- /dev/null +++ b/img/fa-icons/brands/500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/accessible-icon.svg b/img/fa-icons/brands/accessible-icon.svg new file mode 100755 index 0000000000000000000000000000000000000000..725b9028cb1fc512a943b21ad9a98170ee9e51ae --- /dev/null +++ b/img/fa-icons/brands/accessible-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/accusoft.svg b/img/fa-icons/brands/accusoft.svg new file mode 100755 index 0000000000000000000000000000000000000000..ba4501278f2a8836e5fb910618e11b3f6bcf9ffc --- /dev/null +++ b/img/fa-icons/brands/accusoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/acquisitions-incorporated.svg b/img/fa-icons/brands/acquisitions-incorporated.svg new file mode 100755 index 0000000000000000000000000000000000000000..e8ac984e23afa052d3c7d0526ae4f9f99c583e7c --- /dev/null +++ b/img/fa-icons/brands/acquisitions-incorporated.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/adn.svg b/img/fa-icons/brands/adn.svg new file mode 100755 index 0000000000000000000000000000000000000000..ee285395ff2b45c0df4635d229961492ec87ea31 --- /dev/null +++ b/img/fa-icons/brands/adn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/adversal.svg b/img/fa-icons/brands/adversal.svg new file mode 100755 index 0000000000000000000000000000000000000000..125dd50194fe8c3b9e277b919b204064e2251218 --- /dev/null +++ b/img/fa-icons/brands/adversal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/affiliatetheme.svg b/img/fa-icons/brands/affiliatetheme.svg new file mode 100755 index 0000000000000000000000000000000000000000..d5dd4e8e8d13e278678a7fba957c7f7185bec4d4 --- /dev/null +++ b/img/fa-icons/brands/affiliatetheme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/algolia.svg b/img/fa-icons/brands/algolia.svg new file mode 100755 index 0000000000000000000000000000000000000000..979d7cd71864500c87df3c35f425dc343efd606c --- /dev/null +++ b/img/fa-icons/brands/algolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/alipay.svg b/img/fa-icons/brands/alipay.svg new file mode 100755 index 0000000000000000000000000000000000000000..de341fbc5eb3de2730c45fde2db6f1704952650f --- /dev/null +++ b/img/fa-icons/brands/alipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/amazon-pay.svg b/img/fa-icons/brands/amazon-pay.svg new file mode 100755 index 0000000000000000000000000000000000000000..da90de809e0a27322463682daf4afc752b8efa99 --- /dev/null +++ b/img/fa-icons/brands/amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/amazon.svg b/img/fa-icons/brands/amazon.svg new file mode 100755 index 0000000000000000000000000000000000000000..642fdb2d9612ecba73258ae23f734f4447cd8520 --- /dev/null +++ b/img/fa-icons/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/amilia.svg b/img/fa-icons/brands/amilia.svg new file mode 100755 index 0000000000000000000000000000000000000000..56cb7b4bacb0f6a296550952e1ac987e1813bec0 --- /dev/null +++ b/img/fa-icons/brands/amilia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/android.svg b/img/fa-icons/brands/android.svg new file mode 100755 index 0000000000000000000000000000000000000000..62de4106bff4efc0fcc5e6a85032a5d04623f4c0 --- /dev/null +++ b/img/fa-icons/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/angellist.svg b/img/fa-icons/brands/angellist.svg new file mode 100755 index 0000000000000000000000000000000000000000..422885c2f97bd6aef0c8f909f2fdd88b36eaad02 --- /dev/null +++ b/img/fa-icons/brands/angellist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/angrycreative.svg b/img/fa-icons/brands/angrycreative.svg new file mode 100755 index 0000000000000000000000000000000000000000..b2624691c00b8937bf64ceff5a5f2df7d55691f2 --- /dev/null +++ b/img/fa-icons/brands/angrycreative.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/angular.svg b/img/fa-icons/brands/angular.svg new file mode 100755 index 0000000000000000000000000000000000000000..83dcd9d78b8b0eecd93790461d3d62562e13167c --- /dev/null +++ b/img/fa-icons/brands/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/app-store-ios.svg b/img/fa-icons/brands/app-store-ios.svg new file mode 100755 index 0000000000000000000000000000000000000000..12fc84843abb8b063bf39b0edad15d2d6cfe27a0 --- /dev/null +++ b/img/fa-icons/brands/app-store-ios.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/app-store.svg b/img/fa-icons/brands/app-store.svg new file mode 100755 index 0000000000000000000000000000000000000000..52e04a60e8a9eb04fa241ff750d42679d5d4d788 --- /dev/null +++ b/img/fa-icons/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/apper.svg b/img/fa-icons/brands/apper.svg new file mode 100755 index 0000000000000000000000000000000000000000..f986f504a1eb912b939e2c7a03a36daf69803ebe --- /dev/null +++ b/img/fa-icons/brands/apper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/apple-pay.svg b/img/fa-icons/brands/apple-pay.svg new file mode 100755 index 0000000000000000000000000000000000000000..5d3145ada45a2199f6aa7be0cd4e7ca3fe715fd9 --- /dev/null +++ b/img/fa-icons/brands/apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/apple.svg b/img/fa-icons/brands/apple.svg new file mode 100755 index 0000000000000000000000000000000000000000..574710ebf5115b538241a0cf73024f1f0a4d2288 --- /dev/null +++ b/img/fa-icons/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/asymmetrik.svg b/img/fa-icons/brands/asymmetrik.svg new file mode 100755 index 0000000000000000000000000000000000000000..ef4729624221479f0c558ab8979a82747e742503 --- /dev/null +++ b/img/fa-icons/brands/asymmetrik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/audible.svg b/img/fa-icons/brands/audible.svg new file mode 100755 index 0000000000000000000000000000000000000000..7ee5aef8a68b7bfc27264452055b848a8bd1072f --- /dev/null +++ b/img/fa-icons/brands/audible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/autoprefixer.svg b/img/fa-icons/brands/autoprefixer.svg new file mode 100755 index 0000000000000000000000000000000000000000..912dee1b39ec16e533b288a37ff3c942b4454328 --- /dev/null +++ b/img/fa-icons/brands/autoprefixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/avianex.svg b/img/fa-icons/brands/avianex.svg new file mode 100755 index 0000000000000000000000000000000000000000..4095309674a4c65d8d519e74c507dccc3a1a8d3c --- /dev/null +++ b/img/fa-icons/brands/avianex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/aviato.svg b/img/fa-icons/brands/aviato.svg new file mode 100755 index 0000000000000000000000000000000000000000..064e04449964dc7c5eb42b605265bb532094bec3 --- /dev/null +++ b/img/fa-icons/brands/aviato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/aws.svg b/img/fa-icons/brands/aws.svg new file mode 100755 index 0000000000000000000000000000000000000000..61973d34c743ee2d2b12cacd333fb138996fdc6d --- /dev/null +++ b/img/fa-icons/brands/aws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bandcamp.svg b/img/fa-icons/brands/bandcamp.svg new file mode 100755 index 0000000000000000000000000000000000000000..f1e1c204fd08a9d2e0a765c6eff4955660a00a6e --- /dev/null +++ b/img/fa-icons/brands/bandcamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/behance-square.svg b/img/fa-icons/brands/behance-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..2d9e08bfc9aa82143d766c943df81e989add5a12 --- /dev/null +++ b/img/fa-icons/brands/behance-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/behance.svg b/img/fa-icons/brands/behance.svg new file mode 100755 index 0000000000000000000000000000000000000000..73e946774c4ae28331b5436403c3cf7f9125530c --- /dev/null +++ b/img/fa-icons/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bimobject.svg b/img/fa-icons/brands/bimobject.svg new file mode 100755 index 0000000000000000000000000000000000000000..b708fdea9033d0506431bc92ba02361d38036e5e --- /dev/null +++ b/img/fa-icons/brands/bimobject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bitbucket.svg b/img/fa-icons/brands/bitbucket.svg new file mode 100755 index 0000000000000000000000000000000000000000..f78877e36d301918ee55238fd623d9ca5c706cbe --- /dev/null +++ b/img/fa-icons/brands/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bitcoin.svg b/img/fa-icons/brands/bitcoin.svg new file mode 100755 index 0000000000000000000000000000000000000000..9ee5f2ef9b27bc0fd31010e3b127f1be27fd22d8 --- /dev/null +++ b/img/fa-icons/brands/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bity.svg b/img/fa-icons/brands/bity.svg new file mode 100755 index 0000000000000000000000000000000000000000..cf6c63d9baa9df631fd37c4093a407e9a864cd91 --- /dev/null +++ b/img/fa-icons/brands/bity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/black-tie.svg b/img/fa-icons/brands/black-tie.svg new file mode 100755 index 0000000000000000000000000000000000000000..36f3eb79efa2a896ca085574b655d8f0f726019b --- /dev/null +++ b/img/fa-icons/brands/black-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/blackberry.svg b/img/fa-icons/brands/blackberry.svg new file mode 100755 index 0000000000000000000000000000000000000000..d8308865894f881f0727fe2b5a401c6098650b94 --- /dev/null +++ b/img/fa-icons/brands/blackberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/blogger-b.svg b/img/fa-icons/brands/blogger-b.svg new file mode 100755 index 0000000000000000000000000000000000000000..c313b5212576c1090d6387edd637c6a1322936d5 --- /dev/null +++ b/img/fa-icons/brands/blogger-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/blogger.svg b/img/fa-icons/brands/blogger.svg new file mode 100755 index 0000000000000000000000000000000000000000..7707557e4bc8f8a5f918b661885338d642f72312 --- /dev/null +++ b/img/fa-icons/brands/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bluetooth-b.svg b/img/fa-icons/brands/bluetooth-b.svg new file mode 100755 index 0000000000000000000000000000000000000000..d6e3a5e121e19896da39deea408c03a3c8df1644 --- /dev/null +++ b/img/fa-icons/brands/bluetooth-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/bluetooth.svg b/img/fa-icons/brands/bluetooth.svg new file mode 100755 index 0000000000000000000000000000000000000000..aad75a3816666cced747bde0c8913d545f44e9ed --- /dev/null +++ b/img/fa-icons/brands/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/btc.svg b/img/fa-icons/brands/btc.svg new file mode 100755 index 0000000000000000000000000000000000000000..45e65158d24f4b35e78c16649ca18e58bc0e431b --- /dev/null +++ b/img/fa-icons/brands/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/buromobelexperte.svg b/img/fa-icons/brands/buromobelexperte.svg new file mode 100755 index 0000000000000000000000000000000000000000..f419c9091d56fcec030cf1ef6f1c27353ac99620 --- /dev/null +++ b/img/fa-icons/brands/buromobelexperte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/buysellads.svg b/img/fa-icons/brands/buysellads.svg new file mode 100755 index 0000000000000000000000000000000000000000..5bb292db5998439c9b7f9d41d20a40db072f09c2 --- /dev/null +++ b/img/fa-icons/brands/buysellads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-amazon-pay.svg b/img/fa-icons/brands/cc-amazon-pay.svg new file mode 100755 index 0000000000000000000000000000000000000000..7a9866914fe84d5aa6cc5cf1bdd6f3a15769babd --- /dev/null +++ b/img/fa-icons/brands/cc-amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-amex.svg b/img/fa-icons/brands/cc-amex.svg new file mode 100755 index 0000000000000000000000000000000000000000..9ad630d152a7fa3f9fa05efcf406533f82ef6db3 --- /dev/null +++ b/img/fa-icons/brands/cc-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-apple-pay.svg b/img/fa-icons/brands/cc-apple-pay.svg new file mode 100755 index 0000000000000000000000000000000000000000..a8a56ed58cfb0d096bae7a667fbc6cd63c52305e --- /dev/null +++ b/img/fa-icons/brands/cc-apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-diners-club.svg b/img/fa-icons/brands/cc-diners-club.svg new file mode 100755 index 0000000000000000000000000000000000000000..7ade2bb53cf0bcbeeaa419364d2c8eb91af2abec --- /dev/null +++ b/img/fa-icons/brands/cc-diners-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-discover.svg b/img/fa-icons/brands/cc-discover.svg new file mode 100755 index 0000000000000000000000000000000000000000..f45384a0fecfdb4c15abc5efd9f40c5d32021650 --- /dev/null +++ b/img/fa-icons/brands/cc-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-jcb.svg b/img/fa-icons/brands/cc-jcb.svg new file mode 100755 index 0000000000000000000000000000000000000000..8671a88448ad951a85926e7b1d48f40cc9381d3b --- /dev/null +++ b/img/fa-icons/brands/cc-jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-mastercard.svg b/img/fa-icons/brands/cc-mastercard.svg new file mode 100755 index 0000000000000000000000000000000000000000..af0753ea103c8f64a7debfd81c3826ad67e88d42 --- /dev/null +++ b/img/fa-icons/brands/cc-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-paypal.svg b/img/fa-icons/brands/cc-paypal.svg new file mode 100755 index 0000000000000000000000000000000000000000..6ca920055eaef5283cff27be106534fa8356c985 --- /dev/null +++ b/img/fa-icons/brands/cc-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-stripe.svg b/img/fa-icons/brands/cc-stripe.svg new file mode 100755 index 0000000000000000000000000000000000000000..3af1d8f070a4dcf7539efe6b19414517185c5b1d --- /dev/null +++ b/img/fa-icons/brands/cc-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cc-visa.svg b/img/fa-icons/brands/cc-visa.svg new file mode 100755 index 0000000000000000000000000000000000000000..b5cb29a205af59888c39b55e208b1c5c595789c2 --- /dev/null +++ b/img/fa-icons/brands/cc-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/centercode.svg b/img/fa-icons/brands/centercode.svg new file mode 100755 index 0000000000000000000000000000000000000000..440b9c83a9e3c866e952cec57963236eb4c53477 --- /dev/null +++ b/img/fa-icons/brands/centercode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/chrome.svg b/img/fa-icons/brands/chrome.svg new file mode 100755 index 0000000000000000000000000000000000000000..5ea90d91b0dc63db871aace70fcb0804dfd2f78d --- /dev/null +++ b/img/fa-icons/brands/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cloudscale.svg b/img/fa-icons/brands/cloudscale.svg new file mode 100755 index 0000000000000000000000000000000000000000..9ad2a405512cefec1607cc1b8019153206135609 --- /dev/null +++ b/img/fa-icons/brands/cloudscale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cloudsmith.svg b/img/fa-icons/brands/cloudsmith.svg new file mode 100755 index 0000000000000000000000000000000000000000..bd2d47041eeb26a588ae4ef65db67b692dfb4409 --- /dev/null +++ b/img/fa-icons/brands/cloudsmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cloudversify.svg b/img/fa-icons/brands/cloudversify.svg new file mode 100755 index 0000000000000000000000000000000000000000..4ed2518d1ae6f79e0ecc49503f283416be778640 --- /dev/null +++ b/img/fa-icons/brands/cloudversify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/codepen.svg b/img/fa-icons/brands/codepen.svg new file mode 100755 index 0000000000000000000000000000000000000000..32585370835b764172bea21432309ba0833aa8ad --- /dev/null +++ b/img/fa-icons/brands/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/codiepie.svg b/img/fa-icons/brands/codiepie.svg new file mode 100755 index 0000000000000000000000000000000000000000..dc7579c07891465115799b9a1a139925dd750a72 --- /dev/null +++ b/img/fa-icons/brands/codiepie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/connectdevelop.svg b/img/fa-icons/brands/connectdevelop.svg new file mode 100755 index 0000000000000000000000000000000000000000..8588469cad28a1f7d210367604f1338901b92e2b --- /dev/null +++ b/img/fa-icons/brands/connectdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/contao.svg b/img/fa-icons/brands/contao.svg new file mode 100755 index 0000000000000000000000000000000000000000..a08f60aff087b9c9275c1a29b549f8954106dba4 --- /dev/null +++ b/img/fa-icons/brands/contao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cpanel.svg b/img/fa-icons/brands/cpanel.svg new file mode 100755 index 0000000000000000000000000000000000000000..7063f118879e2464a6b8d56ceae05e433205749f --- /dev/null +++ b/img/fa-icons/brands/cpanel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-by.svg b/img/fa-icons/brands/creative-commons-by.svg new file mode 100755 index 0000000000000000000000000000000000000000..5432986b9fdc34967625d06cf0a6446bee63bc74 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-by.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-nc-eu.svg b/img/fa-icons/brands/creative-commons-nc-eu.svg new file mode 100755 index 0000000000000000000000000000000000000000..539c7d60338b952856a179f9dced465dcb199892 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-nc-eu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-nc-jp.svg b/img/fa-icons/brands/creative-commons-nc-jp.svg new file mode 100755 index 0000000000000000000000000000000000000000..a8d89b19e38b93c880f8f41afffa670d7926d201 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-nc-jp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-nc.svg b/img/fa-icons/brands/creative-commons-nc.svg new file mode 100755 index 0000000000000000000000000000000000000000..abb1577ad87db3c2f68058e744895907f4581f27 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-nc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-nd.svg b/img/fa-icons/brands/creative-commons-nd.svg new file mode 100755 index 0000000000000000000000000000000000000000..07b5fde4bc345ed46c16baaf4ca2d56e75a4781d --- /dev/null +++ b/img/fa-icons/brands/creative-commons-nd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-pd-alt.svg b/img/fa-icons/brands/creative-commons-pd-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..79bfa65e9c3e38a0de7b3f28e5104b0da4f4554e --- /dev/null +++ b/img/fa-icons/brands/creative-commons-pd-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-pd.svg b/img/fa-icons/brands/creative-commons-pd.svg new file mode 100755 index 0000000000000000000000000000000000000000..884fbd02ae977951f8acc46f8f51666bde577dad --- /dev/null +++ b/img/fa-icons/brands/creative-commons-pd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-remix.svg b/img/fa-icons/brands/creative-commons-remix.svg new file mode 100755 index 0000000000000000000000000000000000000000..70ced8946dd995a6b440325bc40af845c091ce08 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-remix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-sa.svg b/img/fa-icons/brands/creative-commons-sa.svg new file mode 100755 index 0000000000000000000000000000000000000000..c9f41f8f63d892c64df90ef18f31b577ac59d54e --- /dev/null +++ b/img/fa-icons/brands/creative-commons-sa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-sampling-plus.svg b/img/fa-icons/brands/creative-commons-sampling-plus.svg new file mode 100755 index 0000000000000000000000000000000000000000..c06a1cd516776e0729a96f6553a7de97842c02a3 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-sampling-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-sampling.svg b/img/fa-icons/brands/creative-commons-sampling.svg new file mode 100755 index 0000000000000000000000000000000000000000..40a20c652b1de1a1a557c2c8adff2f31b6de4841 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-sampling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-share.svg b/img/fa-icons/brands/creative-commons-share.svg new file mode 100755 index 0000000000000000000000000000000000000000..afef40ad4cfad86a1d2b4b27d7b7540901077389 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons-zero.svg b/img/fa-icons/brands/creative-commons-zero.svg new file mode 100755 index 0000000000000000000000000000000000000000..a67d78980e92f994b2cf8348dd558857798748c7 --- /dev/null +++ b/img/fa-icons/brands/creative-commons-zero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/creative-commons.svg b/img/fa-icons/brands/creative-commons.svg new file mode 100755 index 0000000000000000000000000000000000000000..e24a68f65653e43b79cb5b3b17d1befd8011b609 --- /dev/null +++ b/img/fa-icons/brands/creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/critical-role.svg b/img/fa-icons/brands/critical-role.svg new file mode 100755 index 0000000000000000000000000000000000000000..43a67b90b035e4d844cedc9aba72052d481a3c7b --- /dev/null +++ b/img/fa-icons/brands/critical-role.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/css3-alt.svg b/img/fa-icons/brands/css3-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..544362a1382b6a24fcf05a1afe399c1b18429ce1 --- /dev/null +++ b/img/fa-icons/brands/css3-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/css3.svg b/img/fa-icons/brands/css3.svg new file mode 100755 index 0000000000000000000000000000000000000000..5ea43eda3b5f51911e6089f74d75bd198dc2fe23 --- /dev/null +++ b/img/fa-icons/brands/css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/cuttlefish.svg b/img/fa-icons/brands/cuttlefish.svg new file mode 100755 index 0000000000000000000000000000000000000000..92f20d8eadba051321651035842dca538912a8c6 --- /dev/null +++ b/img/fa-icons/brands/cuttlefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/d-and-d-beyond.svg b/img/fa-icons/brands/d-and-d-beyond.svg new file mode 100755 index 0000000000000000000000000000000000000000..7c38267a8a74c56c7be906c1f2420cea4abd93cd --- /dev/null +++ b/img/fa-icons/brands/d-and-d-beyond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/d-and-d.svg b/img/fa-icons/brands/d-and-d.svg new file mode 100755 index 0000000000000000000000000000000000000000..9411ae0368c14f9213fbea1b5417839d15e8a6b0 --- /dev/null +++ b/img/fa-icons/brands/d-and-d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dashcube.svg b/img/fa-icons/brands/dashcube.svg new file mode 100755 index 0000000000000000000000000000000000000000..c31239b23d9180b25b0cfc7c9d7cda69663576a6 --- /dev/null +++ b/img/fa-icons/brands/dashcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/delicious.svg b/img/fa-icons/brands/delicious.svg new file mode 100755 index 0000000000000000000000000000000000000000..bbd3acc8bb48af88d0858530a21bfdacca0bb4c5 --- /dev/null +++ b/img/fa-icons/brands/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/deploydog.svg b/img/fa-icons/brands/deploydog.svg new file mode 100755 index 0000000000000000000000000000000000000000..c9764e801f2bec90ff8157e1841f1ed35f9c7cdf --- /dev/null +++ b/img/fa-icons/brands/deploydog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/deskpro.svg b/img/fa-icons/brands/deskpro.svg new file mode 100755 index 0000000000000000000000000000000000000000..48ad269989b133836e75594a59484ae32192a89d --- /dev/null +++ b/img/fa-icons/brands/deskpro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dev.svg b/img/fa-icons/brands/dev.svg new file mode 100755 index 0000000000000000000000000000000000000000..399017f56dc5b400c485d191b0052d6543a0504c --- /dev/null +++ b/img/fa-icons/brands/dev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/deviantart.svg b/img/fa-icons/brands/deviantart.svg new file mode 100755 index 0000000000000000000000000000000000000000..017804bc72702641d7fdd28279092c2299ab3dc7 --- /dev/null +++ b/img/fa-icons/brands/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/digg.svg b/img/fa-icons/brands/digg.svg new file mode 100755 index 0000000000000000000000000000000000000000..9c580fb0e9006117bdc0efffcd34e9c0931c347c --- /dev/null +++ b/img/fa-icons/brands/digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/digital-ocean.svg b/img/fa-icons/brands/digital-ocean.svg new file mode 100755 index 0000000000000000000000000000000000000000..84867cff9ddeb4e51fe2662e58ae5c3352a43291 --- /dev/null +++ b/img/fa-icons/brands/digital-ocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/discord.svg b/img/fa-icons/brands/discord.svg new file mode 100755 index 0000000000000000000000000000000000000000..650fe8f01a2ca1feb2c71ce7004edf8f8203aac7 --- /dev/null +++ b/img/fa-icons/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/discourse.svg b/img/fa-icons/brands/discourse.svg new file mode 100755 index 0000000000000000000000000000000000000000..8740397594938336e55b468ce97df8777f8edb5d --- /dev/null +++ b/img/fa-icons/brands/discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dochub.svg b/img/fa-icons/brands/dochub.svg new file mode 100755 index 0000000000000000000000000000000000000000..c336088d4127332a2e1b0eed4779d8f1d9a1eed3 --- /dev/null +++ b/img/fa-icons/brands/dochub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/docker.svg b/img/fa-icons/brands/docker.svg new file mode 100755 index 0000000000000000000000000000000000000000..c4b1319826848fbd43d7f9744e7a97673341cc6a --- /dev/null +++ b/img/fa-icons/brands/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/draft2digital.svg b/img/fa-icons/brands/draft2digital.svg new file mode 100755 index 0000000000000000000000000000000000000000..e30e3c8da0edb0b0813621bc61e6236c8604a55e --- /dev/null +++ b/img/fa-icons/brands/draft2digital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dribbble-square.svg b/img/fa-icons/brands/dribbble-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..147f5aee60d6059530f700bc94741b338643b0ef --- /dev/null +++ b/img/fa-icons/brands/dribbble-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dribbble.svg b/img/fa-icons/brands/dribbble.svg new file mode 100755 index 0000000000000000000000000000000000000000..165c90aff90ddc3ebde9569cd51f1a9b161c846d --- /dev/null +++ b/img/fa-icons/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dropbox.svg b/img/fa-icons/brands/dropbox.svg new file mode 100755 index 0000000000000000000000000000000000000000..cbc4787b78867b1f43744e7b665615e0773febee --- /dev/null +++ b/img/fa-icons/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/drupal.svg b/img/fa-icons/brands/drupal.svg new file mode 100755 index 0000000000000000000000000000000000000000..09a90aeeb98419b99fd573de651dcf86cc2703ad --- /dev/null +++ b/img/fa-icons/brands/drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/dyalog.svg b/img/fa-icons/brands/dyalog.svg new file mode 100755 index 0000000000000000000000000000000000000000..40a59c73678de123fc8f912cff9985be37a0d15d --- /dev/null +++ b/img/fa-icons/brands/dyalog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/earlybirds.svg b/img/fa-icons/brands/earlybirds.svg new file mode 100755 index 0000000000000000000000000000000000000000..42c9f51f186bc90065c4660dbae2636767077646 --- /dev/null +++ b/img/fa-icons/brands/earlybirds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ebay.svg b/img/fa-icons/brands/ebay.svg new file mode 100755 index 0000000000000000000000000000000000000000..f626c91e4a8d7154ec1c6cdc9fbbe1aacca0f0c8 --- /dev/null +++ b/img/fa-icons/brands/ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/edge.svg b/img/fa-icons/brands/edge.svg new file mode 100755 index 0000000000000000000000000000000000000000..70548ac783b744dcff724205cc2e3c21f88ea0c4 --- /dev/null +++ b/img/fa-icons/brands/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/elementor.svg b/img/fa-icons/brands/elementor.svg new file mode 100755 index 0000000000000000000000000000000000000000..da050213ba6afb23b46e5c3a59ee5ede6370828e --- /dev/null +++ b/img/fa-icons/brands/elementor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ello.svg b/img/fa-icons/brands/ello.svg new file mode 100755 index 0000000000000000000000000000000000000000..4cc8b0754498b15d753b2a7a7c5feb8faf6d6bf5 --- /dev/null +++ b/img/fa-icons/brands/ello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ember.svg b/img/fa-icons/brands/ember.svg new file mode 100755 index 0000000000000000000000000000000000000000..49ede909e6c7f8736f42301146088a9eac166afe --- /dev/null +++ b/img/fa-icons/brands/ember.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/empire.svg b/img/fa-icons/brands/empire.svg new file mode 100755 index 0000000000000000000000000000000000000000..b000c8e07dd2d198ccfbebbbdf9dd1715e1b5b33 --- /dev/null +++ b/img/fa-icons/brands/empire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/envira.svg b/img/fa-icons/brands/envira.svg new file mode 100755 index 0000000000000000000000000000000000000000..92aee143835f938c92448b667a59289cbd0f76b9 --- /dev/null +++ b/img/fa-icons/brands/envira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/erlang.svg b/img/fa-icons/brands/erlang.svg new file mode 100755 index 0000000000000000000000000000000000000000..ff6851f6515cd1bcdcfd73f4bead34410047941d --- /dev/null +++ b/img/fa-icons/brands/erlang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ethereum.svg b/img/fa-icons/brands/ethereum.svg new file mode 100755 index 0000000000000000000000000000000000000000..fce0031ad06ebcf0bf6522a95e4057b036bcbdc5 --- /dev/null +++ b/img/fa-icons/brands/ethereum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/etsy.svg b/img/fa-icons/brands/etsy.svg new file mode 100755 index 0000000000000000000000000000000000000000..1dc3634143d5ebfaa0f2827fc5cbc8c77834a1b2 --- /dev/null +++ b/img/fa-icons/brands/etsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/expeditedssl.svg b/img/fa-icons/brands/expeditedssl.svg new file mode 100755 index 0000000000000000000000000000000000000000..a5c29368c0e4f11f325603aaf5e1cfefc349748e --- /dev/null +++ b/img/fa-icons/brands/expeditedssl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/facebook-f.svg b/img/fa-icons/brands/facebook-f.svg new file mode 100755 index 0000000000000000000000000000000000000000..56bfbc43666db330948629246708296741ab6bd5 --- /dev/null +++ b/img/fa-icons/brands/facebook-f.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/facebook-messenger.svg b/img/fa-icons/brands/facebook-messenger.svg new file mode 100755 index 0000000000000000000000000000000000000000..1ab970792e27b27714341be488d2cebf2648ac16 --- /dev/null +++ b/img/fa-icons/brands/facebook-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/facebook-square.svg b/img/fa-icons/brands/facebook-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..c78d21d871886a034d09ac0f5376cdf41231ecff --- /dev/null +++ b/img/fa-icons/brands/facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/facebook.svg b/img/fa-icons/brands/facebook.svg new file mode 100755 index 0000000000000000000000000000000000000000..f6931b6b5430b97aba2d4a08f2ae053bdf2031e9 --- /dev/null +++ b/img/fa-icons/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fantasy-flight-games.svg b/img/fa-icons/brands/fantasy-flight-games.svg new file mode 100755 index 0000000000000000000000000000000000000000..f4c42759137afca69512b9c5507b1977815715d2 --- /dev/null +++ b/img/fa-icons/brands/fantasy-flight-games.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/firefox.svg b/img/fa-icons/brands/firefox.svg new file mode 100755 index 0000000000000000000000000000000000000000..ba83d29cb8c0bc3cf7cd1058facd85871ef5305c --- /dev/null +++ b/img/fa-icons/brands/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/first-order-alt.svg b/img/fa-icons/brands/first-order-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..86853cea882c06768560e9c28ca310da0fde47e7 --- /dev/null +++ b/img/fa-icons/brands/first-order-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/first-order.svg b/img/fa-icons/brands/first-order.svg new file mode 100755 index 0000000000000000000000000000000000000000..527e4a5a9f7466ac20522027f52f28a964d46cd5 --- /dev/null +++ b/img/fa-icons/brands/first-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/firstdraft.svg b/img/fa-icons/brands/firstdraft.svg new file mode 100755 index 0000000000000000000000000000000000000000..c2bcd31242b70a7210ca48442c15d2853a7bf9e8 --- /dev/null +++ b/img/fa-icons/brands/firstdraft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/flickr.svg b/img/fa-icons/brands/flickr.svg new file mode 100755 index 0000000000000000000000000000000000000000..15dcfc6c66feae853c54a8057c2897322f3d4db8 --- /dev/null +++ b/img/fa-icons/brands/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/flipboard.svg b/img/fa-icons/brands/flipboard.svg new file mode 100755 index 0000000000000000000000000000000000000000..866f82fdd2a8fb24e3fc5063472f7ad4ca1ed35b --- /dev/null +++ b/img/fa-icons/brands/flipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fly.svg b/img/fa-icons/brands/fly.svg new file mode 100755 index 0000000000000000000000000000000000000000..69ee5c7b75da7c00021649dbba116a37be78bd3a --- /dev/null +++ b/img/fa-icons/brands/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/font-awesome-alt.svg b/img/fa-icons/brands/font-awesome-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..90132af99f8145064ae9df82be17133932ae8a4c --- /dev/null +++ b/img/fa-icons/brands/font-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/font-awesome-flag.svg b/img/fa-icons/brands/font-awesome-flag.svg new file mode 100755 index 0000000000000000000000000000000000000000..9f0b7a48045ac7e7b1719b72976f256dc1be9f92 --- /dev/null +++ b/img/fa-icons/brands/font-awesome-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/font-awesome-logo-full.svg b/img/fa-icons/brands/font-awesome-logo-full.svg new file mode 100755 index 0000000000000000000000000000000000000000..06b75a4d0961b41c1568b52d919828024859998b --- /dev/null +++ b/img/fa-icons/brands/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/font-awesome.svg b/img/fa-icons/brands/font-awesome.svg new file mode 100755 index 0000000000000000000000000000000000000000..8c1d44528ba17062ae179a1a3e20fe86aa0e304e --- /dev/null +++ b/img/fa-icons/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fonticons-fi.svg b/img/fa-icons/brands/fonticons-fi.svg new file mode 100755 index 0000000000000000000000000000000000000000..e654422ce50ba434bcbc51f26860d58c19fdb768 --- /dev/null +++ b/img/fa-icons/brands/fonticons-fi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fonticons.svg b/img/fa-icons/brands/fonticons.svg new file mode 100755 index 0000000000000000000000000000000000000000..6772eb9f54baecd5c10f4ca64dc902624261ad4e --- /dev/null +++ b/img/fa-icons/brands/fonticons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fort-awesome-alt.svg b/img/fa-icons/brands/fort-awesome-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..5a8e0e0c9023c735700c0af6550149ae0c7e606d --- /dev/null +++ b/img/fa-icons/brands/fort-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fort-awesome.svg b/img/fa-icons/brands/fort-awesome.svg new file mode 100755 index 0000000000000000000000000000000000000000..a763d437b803762a58245a45b94f56e4608bebab --- /dev/null +++ b/img/fa-icons/brands/fort-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/forumbee.svg b/img/fa-icons/brands/forumbee.svg new file mode 100755 index 0000000000000000000000000000000000000000..d31d64118caca54e2eaafbd4f9bbca2bab2deb4a --- /dev/null +++ b/img/fa-icons/brands/forumbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/foursquare.svg b/img/fa-icons/brands/foursquare.svg new file mode 100755 index 0000000000000000000000000000000000000000..130fa9b393344f06270fe6cb607e74d101c62d79 --- /dev/null +++ b/img/fa-icons/brands/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/free-code-camp.svg b/img/fa-icons/brands/free-code-camp.svg new file mode 100755 index 0000000000000000000000000000000000000000..be4d13b7eb0de4356c1f72ede6b37ce06d05069f --- /dev/null +++ b/img/fa-icons/brands/free-code-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/freebsd.svg b/img/fa-icons/brands/freebsd.svg new file mode 100755 index 0000000000000000000000000000000000000000..98c790fa0d8524ec2da3135f3f3c92aa6c03da0f --- /dev/null +++ b/img/fa-icons/brands/freebsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/fulcrum.svg b/img/fa-icons/brands/fulcrum.svg new file mode 100755 index 0000000000000000000000000000000000000000..739a4e55f2152480101904cf95f5cf0407036383 --- /dev/null +++ b/img/fa-icons/brands/fulcrum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/galactic-republic.svg b/img/fa-icons/brands/galactic-republic.svg new file mode 100755 index 0000000000000000000000000000000000000000..8b91f999da33763795cf7c1b9812c05acae204b3 --- /dev/null +++ b/img/fa-icons/brands/galactic-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/galactic-senate.svg b/img/fa-icons/brands/galactic-senate.svg new file mode 100755 index 0000000000000000000000000000000000000000..7ee63c16f57376799b7fcdccab3d79a7a966f15d --- /dev/null +++ b/img/fa-icons/brands/galactic-senate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/get-pocket.svg b/img/fa-icons/brands/get-pocket.svg new file mode 100755 index 0000000000000000000000000000000000000000..f6046088fa1e3fc929d5231a90ddde5882e247d4 --- /dev/null +++ b/img/fa-icons/brands/get-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gg-circle.svg b/img/fa-icons/brands/gg-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..7ff26dd6534484f3a3114501913f834d8dcf5fbf --- /dev/null +++ b/img/fa-icons/brands/gg-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gg.svg b/img/fa-icons/brands/gg.svg new file mode 100755 index 0000000000000000000000000000000000000000..cace4961aca9010bd8c78e3493e8c93e8c6221dd --- /dev/null +++ b/img/fa-icons/brands/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/git-square.svg b/img/fa-icons/brands/git-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..a6f9a2d13e2c71fff94d91be27587d4ac6f70f7b --- /dev/null +++ b/img/fa-icons/brands/git-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/git.svg b/img/fa-icons/brands/git.svg new file mode 100755 index 0000000000000000000000000000000000000000..468515bdbedaf640e272e09cb29e36e42b3f01be --- /dev/null +++ b/img/fa-icons/brands/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/github-alt.svg b/img/fa-icons/brands/github-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..43d2da5d2383894a9fddb2000e99e815d962de69 --- /dev/null +++ b/img/fa-icons/brands/github-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/github-square.svg b/img/fa-icons/brands/github-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..a235d2f4e8ceeefd947ea067d409dce95aca1f95 --- /dev/null +++ b/img/fa-icons/brands/github-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/github.svg b/img/fa-icons/brands/github.svg new file mode 100755 index 0000000000000000000000000000000000000000..53bd7b2d2a7f6341efce976c9c3e371a0588eef8 --- /dev/null +++ b/img/fa-icons/brands/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gitkraken.svg b/img/fa-icons/brands/gitkraken.svg new file mode 100755 index 0000000000000000000000000000000000000000..a3bc20fc3fe94731f5db3e18530ba9b2252456ca --- /dev/null +++ b/img/fa-icons/brands/gitkraken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gitlab.svg b/img/fa-icons/brands/gitlab.svg new file mode 100755 index 0000000000000000000000000000000000000000..5f18f6f37d26901d867b06f14c7cb006576d0a0d --- /dev/null +++ b/img/fa-icons/brands/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gitter.svg b/img/fa-icons/brands/gitter.svg new file mode 100755 index 0000000000000000000000000000000000000000..6aaafd9a49856231e8b1a89831a5012c01e2a235 --- /dev/null +++ b/img/fa-icons/brands/gitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/glide-g.svg b/img/fa-icons/brands/glide-g.svg new file mode 100755 index 0000000000000000000000000000000000000000..7517405f64af875ad85b46ea54702197fcd91439 --- /dev/null +++ b/img/fa-icons/brands/glide-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/glide.svg b/img/fa-icons/brands/glide.svg new file mode 100755 index 0000000000000000000000000000000000000000..0fbdca4b3e154f00f18419b0a3237beceefcd975 --- /dev/null +++ b/img/fa-icons/brands/glide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gofore.svg b/img/fa-icons/brands/gofore.svg new file mode 100755 index 0000000000000000000000000000000000000000..792de75e7047bf38db6e0588dc1435a14fac41c4 --- /dev/null +++ b/img/fa-icons/brands/gofore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/goodreads-g.svg b/img/fa-icons/brands/goodreads-g.svg new file mode 100755 index 0000000000000000000000000000000000000000..b35546631e55ee6737257a18a573a46ceddcd984 --- /dev/null +++ b/img/fa-icons/brands/goodreads-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/goodreads.svg b/img/fa-icons/brands/goodreads.svg new file mode 100755 index 0000000000000000000000000000000000000000..040163af979b43d2c00f6cbd7572d121e5903972 --- /dev/null +++ b/img/fa-icons/brands/goodreads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google-drive.svg b/img/fa-icons/brands/google-drive.svg new file mode 100755 index 0000000000000000000000000000000000000000..cd8dd52a504df8f70a6fc8be41173c598434d28e --- /dev/null +++ b/img/fa-icons/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google-play.svg b/img/fa-icons/brands/google-play.svg new file mode 100755 index 0000000000000000000000000000000000000000..82cffd5300c5f9ffe2834d22b1ba8f8898631d26 --- /dev/null +++ b/img/fa-icons/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google-plus-g.svg b/img/fa-icons/brands/google-plus-g.svg new file mode 100755 index 0000000000000000000000000000000000000000..c4587db394aaabdf1b94808fb08c0c950d507bd2 --- /dev/null +++ b/img/fa-icons/brands/google-plus-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google-plus-square.svg b/img/fa-icons/brands/google-plus-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..f18979c9f70fc3184efd1dcc9905e430a26cf73f --- /dev/null +++ b/img/fa-icons/brands/google-plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google-plus.svg b/img/fa-icons/brands/google-plus.svg new file mode 100755 index 0000000000000000000000000000000000000000..46e143e6bd7fe71b62de66674f42c83637009438 --- /dev/null +++ b/img/fa-icons/brands/google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google-wallet.svg b/img/fa-icons/brands/google-wallet.svg new file mode 100755 index 0000000000000000000000000000000000000000..009afb61c16e29ae3435ae8eadcad38eb1a15707 --- /dev/null +++ b/img/fa-icons/brands/google-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/google.svg b/img/fa-icons/brands/google.svg new file mode 100755 index 0000000000000000000000000000000000000000..014b5ceb904aa7da5da4433956a7f09bc9426e39 --- /dev/null +++ b/img/fa-icons/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gratipay.svg b/img/fa-icons/brands/gratipay.svg new file mode 100755 index 0000000000000000000000000000000000000000..a35d8b19724e4a75dc7180e6e6714d7217820a19 --- /dev/null +++ b/img/fa-icons/brands/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/grav.svg b/img/fa-icons/brands/grav.svg new file mode 100755 index 0000000000000000000000000000000000000000..e12bbf51ee4bf942aeea102a6469017a9945a724 --- /dev/null +++ b/img/fa-icons/brands/grav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gripfire.svg b/img/fa-icons/brands/gripfire.svg new file mode 100755 index 0000000000000000000000000000000000000000..36556490d05550dec4c0af1c15ace21b182f29f4 --- /dev/null +++ b/img/fa-icons/brands/gripfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/grunt.svg b/img/fa-icons/brands/grunt.svg new file mode 100755 index 0000000000000000000000000000000000000000..89a1f552370a1e232988b81585169d44a5fdaf13 --- /dev/null +++ b/img/fa-icons/brands/grunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/gulp.svg b/img/fa-icons/brands/gulp.svg new file mode 100755 index 0000000000000000000000000000000000000000..0bb37a270829e85a64b59739a76422aefa0bb5c5 --- /dev/null +++ b/img/fa-icons/brands/gulp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hacker-news-square.svg b/img/fa-icons/brands/hacker-news-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..1bb8cab450a3a6acda93711905fd478d7226b8c8 --- /dev/null +++ b/img/fa-icons/brands/hacker-news-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hacker-news.svg b/img/fa-icons/brands/hacker-news.svg new file mode 100755 index 0000000000000000000000000000000000000000..0de37e65ccecf910516cf42d54db87fb6cf66be9 --- /dev/null +++ b/img/fa-icons/brands/hacker-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hackerrank.svg b/img/fa-icons/brands/hackerrank.svg new file mode 100755 index 0000000000000000000000000000000000000000..00128863f9e0bedab1a178f9082ac75dacb0d30b --- /dev/null +++ b/img/fa-icons/brands/hackerrank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hips.svg b/img/fa-icons/brands/hips.svg new file mode 100755 index 0000000000000000000000000000000000000000..68b375a44f829f723e6e43c7074509639581ccd0 --- /dev/null +++ b/img/fa-icons/brands/hips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hire-a-helper.svg b/img/fa-icons/brands/hire-a-helper.svg new file mode 100755 index 0000000000000000000000000000000000000000..5fdb39dc2f6789314ee871076580530e2e795fec --- /dev/null +++ b/img/fa-icons/brands/hire-a-helper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hooli.svg b/img/fa-icons/brands/hooli.svg new file mode 100755 index 0000000000000000000000000000000000000000..3c0e6b2c7968a2e380bdcccfc21d0988eece9057 --- /dev/null +++ b/img/fa-icons/brands/hooli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hornbill.svg b/img/fa-icons/brands/hornbill.svg new file mode 100755 index 0000000000000000000000000000000000000000..71253d34d6c6f3ece16c7950f2233bc39772fa87 --- /dev/null +++ b/img/fa-icons/brands/hornbill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hotjar.svg b/img/fa-icons/brands/hotjar.svg new file mode 100755 index 0000000000000000000000000000000000000000..7e4772964a1d8809a6d65c770f8e5bc024697081 --- /dev/null +++ b/img/fa-icons/brands/hotjar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/houzz.svg b/img/fa-icons/brands/houzz.svg new file mode 100755 index 0000000000000000000000000000000000000000..5ab2fe9155f22001877f654c39c8b110830c066e --- /dev/null +++ b/img/fa-icons/brands/houzz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/html5.svg b/img/fa-icons/brands/html5.svg new file mode 100755 index 0000000000000000000000000000000000000000..a06827da371f6d0e808c46f2ca284bf82afd0f17 --- /dev/null +++ b/img/fa-icons/brands/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/hubspot.svg b/img/fa-icons/brands/hubspot.svg new file mode 100755 index 0000000000000000000000000000000000000000..03f8f4e0caa2e06e46ee9fad9548f5146e679d01 --- /dev/null +++ b/img/fa-icons/brands/hubspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/imdb.svg b/img/fa-icons/brands/imdb.svg new file mode 100755 index 0000000000000000000000000000000000000000..95fd166c412fd265458df5ed818827d06c5fabf8 --- /dev/null +++ b/img/fa-icons/brands/imdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/instagram.svg b/img/fa-icons/brands/instagram.svg new file mode 100755 index 0000000000000000000000000000000000000000..89c89b76f8839064f63b2e62d2040a88af64da71 --- /dev/null +++ b/img/fa-icons/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/internet-explorer.svg b/img/fa-icons/brands/internet-explorer.svg new file mode 100755 index 0000000000000000000000000000000000000000..36173c0ba14678c17c17b13f583470355106784b --- /dev/null +++ b/img/fa-icons/brands/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ioxhost.svg b/img/fa-icons/brands/ioxhost.svg new file mode 100755 index 0000000000000000000000000000000000000000..64f31af278c87c0eb1b2c2138e58b26b400d7ac5 --- /dev/null +++ b/img/fa-icons/brands/ioxhost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/itunes-note.svg b/img/fa-icons/brands/itunes-note.svg new file mode 100755 index 0000000000000000000000000000000000000000..bb46e702459be52f86b3c3317a942a3cd8e89b5b --- /dev/null +++ b/img/fa-icons/brands/itunes-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/itunes.svg b/img/fa-icons/brands/itunes.svg new file mode 100755 index 0000000000000000000000000000000000000000..32736ae83d7b3937cf902e776dec17ef89054397 --- /dev/null +++ b/img/fa-icons/brands/itunes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/java.svg b/img/fa-icons/brands/java.svg new file mode 100755 index 0000000000000000000000000000000000000000..c0d78d290c4a1e039e7d8eb8f13bcc3dc12baf35 --- /dev/null +++ b/img/fa-icons/brands/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/jedi-order.svg b/img/fa-icons/brands/jedi-order.svg new file mode 100755 index 0000000000000000000000000000000000000000..bf74d27d86e34313143ecb4e0351e2eb198d1d2d --- /dev/null +++ b/img/fa-icons/brands/jedi-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/jenkins.svg b/img/fa-icons/brands/jenkins.svg new file mode 100755 index 0000000000000000000000000000000000000000..4c2251f1b04cff6b5a7eb787c3bdb96d57fa7f7a --- /dev/null +++ b/img/fa-icons/brands/jenkins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/joget.svg b/img/fa-icons/brands/joget.svg new file mode 100755 index 0000000000000000000000000000000000000000..01e76d091f39c33217889ecd32ac0cb4f3329418 --- /dev/null +++ b/img/fa-icons/brands/joget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/joomla.svg b/img/fa-icons/brands/joomla.svg new file mode 100755 index 0000000000000000000000000000000000000000..a5654303bea81314743009cb8f4389f79bec2d69 --- /dev/null +++ b/img/fa-icons/brands/joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/js-square.svg b/img/fa-icons/brands/js-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..389af1c14247fe7a6cb33e3b87adc9ce54f5bcc8 --- /dev/null +++ b/img/fa-icons/brands/js-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/js.svg b/img/fa-icons/brands/js.svg new file mode 100755 index 0000000000000000000000000000000000000000..1bf21b8919671efd3c5b3926f2d795231a7c00be --- /dev/null +++ b/img/fa-icons/brands/js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/jsfiddle.svg b/img/fa-icons/brands/jsfiddle.svg new file mode 100755 index 0000000000000000000000000000000000000000..2fb27ee36f4db5a526b0cd2b7f0cc79e50b8b595 --- /dev/null +++ b/img/fa-icons/brands/jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/kaggle.svg b/img/fa-icons/brands/kaggle.svg new file mode 100755 index 0000000000000000000000000000000000000000..fa933fbb3fe5beb5e55b311cace1a86c967d7951 --- /dev/null +++ b/img/fa-icons/brands/kaggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/keybase.svg b/img/fa-icons/brands/keybase.svg new file mode 100755 index 0000000000000000000000000000000000000000..d95642833550084c4bcd9f81225dde4b4671e489 --- /dev/null +++ b/img/fa-icons/brands/keybase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/keycdn.svg b/img/fa-icons/brands/keycdn.svg new file mode 100755 index 0000000000000000000000000000000000000000..da19aee02810acccc5f47aa33b28569fcbde8b6d --- /dev/null +++ b/img/fa-icons/brands/keycdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/kickstarter-k.svg b/img/fa-icons/brands/kickstarter-k.svg new file mode 100755 index 0000000000000000000000000000000000000000..4ad8ad2cbfaafff8b880efe99f61f576301a64f0 --- /dev/null +++ b/img/fa-icons/brands/kickstarter-k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/kickstarter.svg b/img/fa-icons/brands/kickstarter.svg new file mode 100755 index 0000000000000000000000000000000000000000..c765b1b40c0741e075d4cae594cb5c205db3e90c --- /dev/null +++ b/img/fa-icons/brands/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/korvue.svg b/img/fa-icons/brands/korvue.svg new file mode 100755 index 0000000000000000000000000000000000000000..c9c44a81a3f7431e8f1da79bd89e9ae9599604b3 --- /dev/null +++ b/img/fa-icons/brands/korvue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/laravel.svg b/img/fa-icons/brands/laravel.svg new file mode 100755 index 0000000000000000000000000000000000000000..4c7a74c942b5dd1e70d168ac5e662537a8c27a4f --- /dev/null +++ b/img/fa-icons/brands/laravel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/lastfm-square.svg b/img/fa-icons/brands/lastfm-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..e9febdb67bc0cf71c0a5500bb3dc35ab0d5004f5 --- /dev/null +++ b/img/fa-icons/brands/lastfm-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/lastfm.svg b/img/fa-icons/brands/lastfm.svg new file mode 100755 index 0000000000000000000000000000000000000000..7508067ab59ae34e80a342ab7685fad6fc0ef549 --- /dev/null +++ b/img/fa-icons/brands/lastfm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/leanpub.svg b/img/fa-icons/brands/leanpub.svg new file mode 100755 index 0000000000000000000000000000000000000000..994eca34d163bfcab724534edede6a23978c2be8 --- /dev/null +++ b/img/fa-icons/brands/leanpub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/less.svg b/img/fa-icons/brands/less.svg new file mode 100755 index 0000000000000000000000000000000000000000..12a0ae2a99884ebb29a22274f82c3a5956732b1f --- /dev/null +++ b/img/fa-icons/brands/less.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/line.svg b/img/fa-icons/brands/line.svg new file mode 100755 index 0000000000000000000000000000000000000000..866abd878a491ee0fc7a31df6aefcf29b2f2a4ab --- /dev/null +++ b/img/fa-icons/brands/line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/linkedin-in.svg b/img/fa-icons/brands/linkedin-in.svg new file mode 100755 index 0000000000000000000000000000000000000000..f97c0ffc2ac7da74200c12415d11391ec6c8bb00 --- /dev/null +++ b/img/fa-icons/brands/linkedin-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/linkedin.svg b/img/fa-icons/brands/linkedin.svg new file mode 100755 index 0000000000000000000000000000000000000000..69d8e9731a1caf3612312a2a765486849b166a86 --- /dev/null +++ b/img/fa-icons/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/linode.svg b/img/fa-icons/brands/linode.svg new file mode 100755 index 0000000000000000000000000000000000000000..502bdf7967df08455cc49c1a9a3d1166528c5e1e --- /dev/null +++ b/img/fa-icons/brands/linode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/linux.svg b/img/fa-icons/brands/linux.svg new file mode 100755 index 0000000000000000000000000000000000000000..7d1e4028694181ff82d626565ca8c11068dbcf8e --- /dev/null +++ b/img/fa-icons/brands/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/lyft.svg b/img/fa-icons/brands/lyft.svg new file mode 100755 index 0000000000000000000000000000000000000000..4283ec51a86ee78bc9f45537c197679655e1ad1e --- /dev/null +++ b/img/fa-icons/brands/lyft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/magento.svg b/img/fa-icons/brands/magento.svg new file mode 100755 index 0000000000000000000000000000000000000000..bdf6488e502f09a37ca4ae914ffd588892cb9fdc --- /dev/null +++ b/img/fa-icons/brands/magento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/mailchimp.svg b/img/fa-icons/brands/mailchimp.svg new file mode 100755 index 0000000000000000000000000000000000000000..970312a3d1f90c6610f86f8d2169ecf6a6eca711 --- /dev/null +++ b/img/fa-icons/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/mandalorian.svg b/img/fa-icons/brands/mandalorian.svg new file mode 100755 index 0000000000000000000000000000000000000000..b9f6d7ea9d1d9c7d108b7b8d6c84b70ebb41696b --- /dev/null +++ b/img/fa-icons/brands/mandalorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/markdown.svg b/img/fa-icons/brands/markdown.svg new file mode 100755 index 0000000000000000000000000000000000000000..e78846d391fcf65240975f62c0c8ad32f53908ff --- /dev/null +++ b/img/fa-icons/brands/markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/mastodon.svg b/img/fa-icons/brands/mastodon.svg new file mode 100755 index 0000000000000000000000000000000000000000..557c3891918d243022a370dde232104e2036fb14 --- /dev/null +++ b/img/fa-icons/brands/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/maxcdn.svg b/img/fa-icons/brands/maxcdn.svg new file mode 100755 index 0000000000000000000000000000000000000000..4f4b85da48df480e57772e5aa9b47b670117727f --- /dev/null +++ b/img/fa-icons/brands/maxcdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/medapps.svg b/img/fa-icons/brands/medapps.svg new file mode 100755 index 0000000000000000000000000000000000000000..bb1a667aafec2184b6c1e82e227630c39ae6a080 --- /dev/null +++ b/img/fa-icons/brands/medapps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/medium-m.svg b/img/fa-icons/brands/medium-m.svg new file mode 100755 index 0000000000000000000000000000000000000000..8305fdacd674696e2c455a4b43b6e2943204e129 --- /dev/null +++ b/img/fa-icons/brands/medium-m.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/medium.svg b/img/fa-icons/brands/medium.svg new file mode 100755 index 0000000000000000000000000000000000000000..f370e1e1948e2e3e3cc13f725722ae10b16f9bb2 --- /dev/null +++ b/img/fa-icons/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/medrt.svg b/img/fa-icons/brands/medrt.svg new file mode 100755 index 0000000000000000000000000000000000000000..3775944604fc6b3a1e38cc1ada55cd6c203152c5 --- /dev/null +++ b/img/fa-icons/brands/medrt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/meetup.svg b/img/fa-icons/brands/meetup.svg new file mode 100755 index 0000000000000000000000000000000000000000..d387c4bdbfb526fa084308b6e9baec15ed907fca --- /dev/null +++ b/img/fa-icons/brands/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/megaport.svg b/img/fa-icons/brands/megaport.svg new file mode 100755 index 0000000000000000000000000000000000000000..ff622e4a549c5d3e9d6c075ac97cfd40f8e2f7ec --- /dev/null +++ b/img/fa-icons/brands/megaport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/microsoft.svg b/img/fa-icons/brands/microsoft.svg new file mode 100755 index 0000000000000000000000000000000000000000..ed898955427dad3658e5cbcf145d943665cadde6 --- /dev/null +++ b/img/fa-icons/brands/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/mix.svg b/img/fa-icons/brands/mix.svg new file mode 100755 index 0000000000000000000000000000000000000000..d131e2321f3f8d630f9ed24394827c648e90737e --- /dev/null +++ b/img/fa-icons/brands/mix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/mixcloud.svg b/img/fa-icons/brands/mixcloud.svg new file mode 100755 index 0000000000000000000000000000000000000000..094239bbfe4d1c9eb278c615da8a9ab837b6959f --- /dev/null +++ b/img/fa-icons/brands/mixcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/mizuni.svg b/img/fa-icons/brands/mizuni.svg new file mode 100755 index 0000000000000000000000000000000000000000..8cb8d91850fc6b49f20c1e9021a7297fc4966eb1 --- /dev/null +++ b/img/fa-icons/brands/mizuni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/modx.svg b/img/fa-icons/brands/modx.svg new file mode 100755 index 0000000000000000000000000000000000000000..9cbc71fde2b4db0001a2ffb3f9f6fde9d7fdd9b7 --- /dev/null +++ b/img/fa-icons/brands/modx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/monero.svg b/img/fa-icons/brands/monero.svg new file mode 100755 index 0000000000000000000000000000000000000000..c4892b6c550ca0ae921f62f444f6327d64f7f8fc --- /dev/null +++ b/img/fa-icons/brands/monero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/napster.svg b/img/fa-icons/brands/napster.svg new file mode 100755 index 0000000000000000000000000000000000000000..866e31da64408c9ecaae23c94c4b3210425f7a5c --- /dev/null +++ b/img/fa-icons/brands/napster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/neos.svg b/img/fa-icons/brands/neos.svg new file mode 100755 index 0000000000000000000000000000000000000000..6f880332610a772c30446ef2e7f8ee1b16332a02 --- /dev/null +++ b/img/fa-icons/brands/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/nimblr.svg b/img/fa-icons/brands/nimblr.svg new file mode 100755 index 0000000000000000000000000000000000000000..56cfe15a559600389e9ff764cc93b4db383f12e3 --- /dev/null +++ b/img/fa-icons/brands/nimblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/nintendo-switch.svg b/img/fa-icons/brands/nintendo-switch.svg new file mode 100755 index 0000000000000000000000000000000000000000..56dfeafc8be577b58738a76a18679e1d7ad9c1ac --- /dev/null +++ b/img/fa-icons/brands/nintendo-switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/node-js.svg b/img/fa-icons/brands/node-js.svg new file mode 100755 index 0000000000000000000000000000000000000000..c73f1a64aebea7980d0a2e9f649c29deba82ebad --- /dev/null +++ b/img/fa-icons/brands/node-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/node.svg b/img/fa-icons/brands/node.svg new file mode 100755 index 0000000000000000000000000000000000000000..3bdb5eacd346a141ef72c7436a5434deec45aa12 --- /dev/null +++ b/img/fa-icons/brands/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/npm.svg b/img/fa-icons/brands/npm.svg new file mode 100755 index 0000000000000000000000000000000000000000..ad643c36700d792c590688bf330de58b591eb6a2 --- /dev/null +++ b/img/fa-icons/brands/npm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ns8.svg b/img/fa-icons/brands/ns8.svg new file mode 100755 index 0000000000000000000000000000000000000000..1f5e2fc94d2a4b7ce777cd6bbb9c9c554ac0fce8 --- /dev/null +++ b/img/fa-icons/brands/ns8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/nutritionix.svg b/img/fa-icons/brands/nutritionix.svg new file mode 100755 index 0000000000000000000000000000000000000000..19eb0e0781b67d16e1276a3cc85dfb05c4baa018 --- /dev/null +++ b/img/fa-icons/brands/nutritionix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/odnoklassniki-square.svg b/img/fa-icons/brands/odnoklassniki-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..e2793a94e23c687fd1f1f25e38e7f52049838ee6 --- /dev/null +++ b/img/fa-icons/brands/odnoklassniki-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/odnoklassniki.svg b/img/fa-icons/brands/odnoklassniki.svg new file mode 100755 index 0000000000000000000000000000000000000000..f426fd364ed730a70ce2c023171d9dfe8469768d --- /dev/null +++ b/img/fa-icons/brands/odnoklassniki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/old-republic.svg b/img/fa-icons/brands/old-republic.svg new file mode 100755 index 0000000000000000000000000000000000000000..8b62644c5fd4aacdb6973d82e035cb303a5a2624 --- /dev/null +++ b/img/fa-icons/brands/old-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/opencart.svg b/img/fa-icons/brands/opencart.svg new file mode 100755 index 0000000000000000000000000000000000000000..2f1498a1a2d46ae9f9a86c83f56c528d7aff75d7 --- /dev/null +++ b/img/fa-icons/brands/opencart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/openid.svg b/img/fa-icons/brands/openid.svg new file mode 100755 index 0000000000000000000000000000000000000000..d36573e03e0768f30a61b1be5a5604142f016e9c --- /dev/null +++ b/img/fa-icons/brands/openid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/opera.svg b/img/fa-icons/brands/opera.svg new file mode 100755 index 0000000000000000000000000000000000000000..4fd8cb920aedad5f62a728150cfb74f23da72a78 --- /dev/null +++ b/img/fa-icons/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/optin-monster.svg b/img/fa-icons/brands/optin-monster.svg new file mode 100755 index 0000000000000000000000000000000000000000..deea2e3d10507f7a5478c6ea0db5995ddbef4311 --- /dev/null +++ b/img/fa-icons/brands/optin-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/osi.svg b/img/fa-icons/brands/osi.svg new file mode 100755 index 0000000000000000000000000000000000000000..375a5aa95015dbeca16faa3471f60dba2761f627 --- /dev/null +++ b/img/fa-icons/brands/osi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/page4.svg b/img/fa-icons/brands/page4.svg new file mode 100755 index 0000000000000000000000000000000000000000..e0eda5d37774172ec7d9eb6f2db6c91457501690 --- /dev/null +++ b/img/fa-icons/brands/page4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pagelines.svg b/img/fa-icons/brands/pagelines.svg new file mode 100755 index 0000000000000000000000000000000000000000..6722988a8773ed8eb6d240ecc654278ecfa24f0a --- /dev/null +++ b/img/fa-icons/brands/pagelines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/palfed.svg b/img/fa-icons/brands/palfed.svg new file mode 100755 index 0000000000000000000000000000000000000000..5c8a4b2cb4c6832ff2a11d78abc347b92021f099 --- /dev/null +++ b/img/fa-icons/brands/palfed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/patreon.svg b/img/fa-icons/brands/patreon.svg new file mode 100755 index 0000000000000000000000000000000000000000..19909571456074ee041bd706072fa452cdbab930 --- /dev/null +++ b/img/fa-icons/brands/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/paypal.svg b/img/fa-icons/brands/paypal.svg new file mode 100755 index 0000000000000000000000000000000000000000..ecf00b6d3b7e3949aab079f057672e40521001b1 --- /dev/null +++ b/img/fa-icons/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/penny-arcade.svg b/img/fa-icons/brands/penny-arcade.svg new file mode 100755 index 0000000000000000000000000000000000000000..77dea23594dcb5d2e58c98358d045b77e21c0806 --- /dev/null +++ b/img/fa-icons/brands/penny-arcade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/periscope.svg b/img/fa-icons/brands/periscope.svg new file mode 100755 index 0000000000000000000000000000000000000000..9f46704c3adc6f964e208503340ca735cfc25ca6 --- /dev/null +++ b/img/fa-icons/brands/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/phabricator.svg b/img/fa-icons/brands/phabricator.svg new file mode 100755 index 0000000000000000000000000000000000000000..c51884753de88bede6e02f05e92ba8227de61842 --- /dev/null +++ b/img/fa-icons/brands/phabricator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/phoenix-framework.svg b/img/fa-icons/brands/phoenix-framework.svg new file mode 100755 index 0000000000000000000000000000000000000000..4542fc2f90c5fdee2a3724a3fb3110d881b71401 --- /dev/null +++ b/img/fa-icons/brands/phoenix-framework.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/phoenix-squadron.svg b/img/fa-icons/brands/phoenix-squadron.svg new file mode 100755 index 0000000000000000000000000000000000000000..9a588951fcb469c96f8a3fd705f5f17206ce2a60 --- /dev/null +++ b/img/fa-icons/brands/phoenix-squadron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/php.svg b/img/fa-icons/brands/php.svg new file mode 100755 index 0000000000000000000000000000000000000000..c2d86d48e41934b3df2371a3c8116be873618399 --- /dev/null +++ b/img/fa-icons/brands/php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pied-piper-alt.svg b/img/fa-icons/brands/pied-piper-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..0c57b063d4bb1c546752aa6182d60716fe7d501f --- /dev/null +++ b/img/fa-icons/brands/pied-piper-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pied-piper-hat.svg b/img/fa-icons/brands/pied-piper-hat.svg new file mode 100755 index 0000000000000000000000000000000000000000..2f93465dcb373d86178dbae8175ff69a7cf4d206 --- /dev/null +++ b/img/fa-icons/brands/pied-piper-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pied-piper-pp.svg b/img/fa-icons/brands/pied-piper-pp.svg new file mode 100755 index 0000000000000000000000000000000000000000..092ca730a7c798304a2e40ad67aada5280d83585 --- /dev/null +++ b/img/fa-icons/brands/pied-piper-pp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pied-piper.svg b/img/fa-icons/brands/pied-piper.svg new file mode 100755 index 0000000000000000000000000000000000000000..d74fb980c711ce684b7713f65ec3ba2d914e8ccb --- /dev/null +++ b/img/fa-icons/brands/pied-piper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pinterest-p.svg b/img/fa-icons/brands/pinterest-p.svg new file mode 100755 index 0000000000000000000000000000000000000000..311932af8cc6fc0d529578cd0e9e0da7e05db279 --- /dev/null +++ b/img/fa-icons/brands/pinterest-p.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pinterest-square.svg b/img/fa-icons/brands/pinterest-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..7a502a796fdb7cd713b18fea6c040cf5477ee6d0 --- /dev/null +++ b/img/fa-icons/brands/pinterest-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pinterest.svg b/img/fa-icons/brands/pinterest.svg new file mode 100755 index 0000000000000000000000000000000000000000..42c1f6455aae9e7a88e6f93ba48a6a69bc55f16d --- /dev/null +++ b/img/fa-icons/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/playstation.svg b/img/fa-icons/brands/playstation.svg new file mode 100755 index 0000000000000000000000000000000000000000..3cd7fcad8a9b4a78e333da9a428a9510a0d05bfa --- /dev/null +++ b/img/fa-icons/brands/playstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/product-hunt.svg b/img/fa-icons/brands/product-hunt.svg new file mode 100755 index 0000000000000000000000000000000000000000..847ac2c212249a269c97988f83525b161b424999 --- /dev/null +++ b/img/fa-icons/brands/product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/pushed.svg b/img/fa-icons/brands/pushed.svg new file mode 100755 index 0000000000000000000000000000000000000000..f7e24f0ca1aea7f88f8545dc4c4e1303bad2d5f2 --- /dev/null +++ b/img/fa-icons/brands/pushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/python.svg b/img/fa-icons/brands/python.svg new file mode 100755 index 0000000000000000000000000000000000000000..915edb6d10f7ae8ce2a5465d0ae1afc480f36cf7 --- /dev/null +++ b/img/fa-icons/brands/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/qq.svg b/img/fa-icons/brands/qq.svg new file mode 100755 index 0000000000000000000000000000000000000000..541bdd5705218f02f98f40dec4868785d1e66fdd --- /dev/null +++ b/img/fa-icons/brands/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/quinscape.svg b/img/fa-icons/brands/quinscape.svg new file mode 100755 index 0000000000000000000000000000000000000000..121f5df86b684ea98fc7929bcb71d585176631bb --- /dev/null +++ b/img/fa-icons/brands/quinscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/quora.svg b/img/fa-icons/brands/quora.svg new file mode 100755 index 0000000000000000000000000000000000000000..601d815c7a8b14e47f2b2213cdceb4c9b7e12c0a --- /dev/null +++ b/img/fa-icons/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/r-project.svg b/img/fa-icons/brands/r-project.svg new file mode 100755 index 0000000000000000000000000000000000000000..ef4076e434dface08039cb2f4d01af3c4280307b --- /dev/null +++ b/img/fa-icons/brands/r-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ravelry.svg b/img/fa-icons/brands/ravelry.svg new file mode 100755 index 0000000000000000000000000000000000000000..49d511c039fba73d8cd2aeb06e0ebcaa47d6551e --- /dev/null +++ b/img/fa-icons/brands/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/react.svg b/img/fa-icons/brands/react.svg new file mode 100755 index 0000000000000000000000000000000000000000..993b43e8be24a6de48ea014a1df737cfa9f669b3 --- /dev/null +++ b/img/fa-icons/brands/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/reacteurope.svg b/img/fa-icons/brands/reacteurope.svg new file mode 100755 index 0000000000000000000000000000000000000000..77acc3515974f66381839dc0e2de594885d6b08b --- /dev/null +++ b/img/fa-icons/brands/reacteurope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/readme.svg b/img/fa-icons/brands/readme.svg new file mode 100755 index 0000000000000000000000000000000000000000..482c337eb2af78fe0408b24ba7a9bbdbec0e7b81 --- /dev/null +++ b/img/fa-icons/brands/readme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/rebel.svg b/img/fa-icons/brands/rebel.svg new file mode 100755 index 0000000000000000000000000000000000000000..555b05339995220da9db78664543b22da0c5ab7e --- /dev/null +++ b/img/fa-icons/brands/rebel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/red-river.svg b/img/fa-icons/brands/red-river.svg new file mode 100755 index 0000000000000000000000000000000000000000..6e7044f2e3a9ef75a32858a2b2a37187ee20481e --- /dev/null +++ b/img/fa-icons/brands/red-river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/reddit-alien.svg b/img/fa-icons/brands/reddit-alien.svg new file mode 100755 index 0000000000000000000000000000000000000000..85b98591e02cb451ccb7cae815dd56b382d2a7e7 --- /dev/null +++ b/img/fa-icons/brands/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/reddit-square.svg b/img/fa-icons/brands/reddit-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..e940a851706f96ce4ef784cf8ff1f4f069c92344 --- /dev/null +++ b/img/fa-icons/brands/reddit-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/reddit.svg b/img/fa-icons/brands/reddit.svg new file mode 100755 index 0000000000000000000000000000000000000000..262d0a7f85a49dcc8d2a2816d71831e45f233263 --- /dev/null +++ b/img/fa-icons/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/renren.svg b/img/fa-icons/brands/renren.svg new file mode 100755 index 0000000000000000000000000000000000000000..9706a7029ce9a10dc73382080813cbd6d830e473 --- /dev/null +++ b/img/fa-icons/brands/renren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/replyd.svg b/img/fa-icons/brands/replyd.svg new file mode 100755 index 0000000000000000000000000000000000000000..fe526f2b17cf0235f3fc8fbe8630da4422711447 --- /dev/null +++ b/img/fa-icons/brands/replyd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/researchgate.svg b/img/fa-icons/brands/researchgate.svg new file mode 100755 index 0000000000000000000000000000000000000000..db7149f4c117a52b3abcd8b550ae6e4636add252 --- /dev/null +++ b/img/fa-icons/brands/researchgate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/resolving.svg b/img/fa-icons/brands/resolving.svg new file mode 100755 index 0000000000000000000000000000000000000000..339cbca048b0fdd68087c040b32a7c9b0e0ec8a8 --- /dev/null +++ b/img/fa-icons/brands/resolving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/rev.svg b/img/fa-icons/brands/rev.svg new file mode 100755 index 0000000000000000000000000000000000000000..aae545546debc0b3a82e260823dbfe8e34619a06 --- /dev/null +++ b/img/fa-icons/brands/rev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/rocketchat.svg b/img/fa-icons/brands/rocketchat.svg new file mode 100755 index 0000000000000000000000000000000000000000..6ab448d61759e9b3379dc75f4d3786e18fa60fa8 --- /dev/null +++ b/img/fa-icons/brands/rocketchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/rockrms.svg b/img/fa-icons/brands/rockrms.svg new file mode 100755 index 0000000000000000000000000000000000000000..6c41d790554e1ea27ba20df6a319bde3e043b159 --- /dev/null +++ b/img/fa-icons/brands/rockrms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/safari.svg b/img/fa-icons/brands/safari.svg new file mode 100755 index 0000000000000000000000000000000000000000..70dc86b8dcb16d50ec97676db133937e8580e8cb --- /dev/null +++ b/img/fa-icons/brands/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/sass.svg b/img/fa-icons/brands/sass.svg new file mode 100755 index 0000000000000000000000000000000000000000..4f553195848b7f852f4c9cf99e29aaf02494598d --- /dev/null +++ b/img/fa-icons/brands/sass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/schlix.svg b/img/fa-icons/brands/schlix.svg new file mode 100755 index 0000000000000000000000000000000000000000..413e4ff70ab91e0603de6be7e397b413303fbce6 --- /dev/null +++ b/img/fa-icons/brands/schlix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/scribd.svg b/img/fa-icons/brands/scribd.svg new file mode 100755 index 0000000000000000000000000000000000000000..f1ecad19dd9bf85352d0a960d4ff37c166319f5f --- /dev/null +++ b/img/fa-icons/brands/scribd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/searchengin.svg b/img/fa-icons/brands/searchengin.svg new file mode 100755 index 0000000000000000000000000000000000000000..2ed72b1ac71d1a107a8d9ab903f725c2ee04897d --- /dev/null +++ b/img/fa-icons/brands/searchengin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/sellcast.svg b/img/fa-icons/brands/sellcast.svg new file mode 100755 index 0000000000000000000000000000000000000000..75b47f18ff572921fda6db2e7adcd4fe3d4d8904 --- /dev/null +++ b/img/fa-icons/brands/sellcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/sellsy.svg b/img/fa-icons/brands/sellsy.svg new file mode 100755 index 0000000000000000000000000000000000000000..6119fe585f61d2e416b34bf97da8e134c6d62ab6 --- /dev/null +++ b/img/fa-icons/brands/sellsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/servicestack.svg b/img/fa-icons/brands/servicestack.svg new file mode 100755 index 0000000000000000000000000000000000000000..9f937eb4d98fd123a1dd14a9356d928fe4056a2f --- /dev/null +++ b/img/fa-icons/brands/servicestack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/shirtsinbulk.svg b/img/fa-icons/brands/shirtsinbulk.svg new file mode 100755 index 0000000000000000000000000000000000000000..c3033b015f33d56f6db447bbede10d5814ed9eaf --- /dev/null +++ b/img/fa-icons/brands/shirtsinbulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/shopware.svg b/img/fa-icons/brands/shopware.svg new file mode 100755 index 0000000000000000000000000000000000000000..c8ca09f1e67b5a7fd7b237007214b49803706876 --- /dev/null +++ b/img/fa-icons/brands/shopware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/simplybuilt.svg b/img/fa-icons/brands/simplybuilt.svg new file mode 100755 index 0000000000000000000000000000000000000000..fbecfe96444f04b8d07c4d14115271de089aa334 --- /dev/null +++ b/img/fa-icons/brands/simplybuilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/sistrix.svg b/img/fa-icons/brands/sistrix.svg new file mode 100755 index 0000000000000000000000000000000000000000..e62cef61539b7b5f34e8e139280e74dee3001ae7 --- /dev/null +++ b/img/fa-icons/brands/sistrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/sith.svg b/img/fa-icons/brands/sith.svg new file mode 100755 index 0000000000000000000000000000000000000000..cecd39d89e59fa6a1b6f9ee7617998e65dfd2b63 --- /dev/null +++ b/img/fa-icons/brands/sith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/skyatlas.svg b/img/fa-icons/brands/skyatlas.svg new file mode 100755 index 0000000000000000000000000000000000000000..d2c8a3bf855d8ae4d277514ff4b0c7aecfd926c8 --- /dev/null +++ b/img/fa-icons/brands/skyatlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/skype.svg b/img/fa-icons/brands/skype.svg new file mode 100755 index 0000000000000000000000000000000000000000..538843cd66fb84dba4a00cf060a56d81a789e06f --- /dev/null +++ b/img/fa-icons/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/slack-hash.svg b/img/fa-icons/brands/slack-hash.svg new file mode 100755 index 0000000000000000000000000000000000000000..a465405ef9cdffa566b65e39e1645fd1f21a7489 --- /dev/null +++ b/img/fa-icons/brands/slack-hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/slack.svg b/img/fa-icons/brands/slack.svg new file mode 100755 index 0000000000000000000000000000000000000000..35db81159c3531b12b978dcd3ccb1c809ed12f8f --- /dev/null +++ b/img/fa-icons/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/slideshare.svg b/img/fa-icons/brands/slideshare.svg new file mode 100755 index 0000000000000000000000000000000000000000..faaee94543b64c2011eee2397ba66167a4fe183a --- /dev/null +++ b/img/fa-icons/brands/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/snapchat-ghost.svg b/img/fa-icons/brands/snapchat-ghost.svg new file mode 100755 index 0000000000000000000000000000000000000000..4497f0cf59a584337e19a6c3966327915c201208 --- /dev/null +++ b/img/fa-icons/brands/snapchat-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/snapchat-square.svg b/img/fa-icons/brands/snapchat-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..c91e05ecbbac39f90e401a84fbb0d29a9b6a9c36 --- /dev/null +++ b/img/fa-icons/brands/snapchat-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/snapchat.svg b/img/fa-icons/brands/snapchat.svg new file mode 100755 index 0000000000000000000000000000000000000000..88cfa167036259aa5d3041ec49aca1d5506be088 --- /dev/null +++ b/img/fa-icons/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/soundcloud.svg b/img/fa-icons/brands/soundcloud.svg new file mode 100755 index 0000000000000000000000000000000000000000..0d9b06160303c3cc7d1ba88aa22bfef2abc061aa --- /dev/null +++ b/img/fa-icons/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/speakap.svg b/img/fa-icons/brands/speakap.svg new file mode 100755 index 0000000000000000000000000000000000000000..31c707870f97af31f28723babd9df5a8879eb9e2 --- /dev/null +++ b/img/fa-icons/brands/speakap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/spotify.svg b/img/fa-icons/brands/spotify.svg new file mode 100755 index 0000000000000000000000000000000000000000..dcd028a9a572b8824689a92ea0ab30574e10b820 --- /dev/null +++ b/img/fa-icons/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/squarespace.svg b/img/fa-icons/brands/squarespace.svg new file mode 100755 index 0000000000000000000000000000000000000000..6b31da58e1ca302caaa98b4df55cdfde458e5a12 --- /dev/null +++ b/img/fa-icons/brands/squarespace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/stack-exchange.svg b/img/fa-icons/brands/stack-exchange.svg new file mode 100755 index 0000000000000000000000000000000000000000..3889ae23486cbc05bff3ae93037090868472d753 --- /dev/null +++ b/img/fa-icons/brands/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/stack-overflow.svg b/img/fa-icons/brands/stack-overflow.svg new file mode 100755 index 0000000000000000000000000000000000000000..aca5bde524ab53652e0d39e931799d4f34533a49 --- /dev/null +++ b/img/fa-icons/brands/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/staylinked.svg b/img/fa-icons/brands/staylinked.svg new file mode 100755 index 0000000000000000000000000000000000000000..696255a14e3617b353744b2b6b06a50df908fd62 --- /dev/null +++ b/img/fa-icons/brands/staylinked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/steam-square.svg b/img/fa-icons/brands/steam-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..59a6a8f61a41e5e794bb237b966b19080b8a620e --- /dev/null +++ b/img/fa-icons/brands/steam-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/steam-symbol.svg b/img/fa-icons/brands/steam-symbol.svg new file mode 100755 index 0000000000000000000000000000000000000000..f0ab74db52c748167bae0c2e8565e8a4a80c4803 --- /dev/null +++ b/img/fa-icons/brands/steam-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/steam.svg b/img/fa-icons/brands/steam.svg new file mode 100755 index 0000000000000000000000000000000000000000..642650a888187d721d35f5ab88ec26e33331dd48 --- /dev/null +++ b/img/fa-icons/brands/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/sticker-mule.svg b/img/fa-icons/brands/sticker-mule.svg new file mode 100755 index 0000000000000000000000000000000000000000..78c3d58833648eba2d499a9a0f6b217f713d93f8 --- /dev/null +++ b/img/fa-icons/brands/sticker-mule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/strava.svg b/img/fa-icons/brands/strava.svg new file mode 100755 index 0000000000000000000000000000000000000000..af517c70292ab303c8c3eb99ebf399337e6f5dad --- /dev/null +++ b/img/fa-icons/brands/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/stripe-s.svg b/img/fa-icons/brands/stripe-s.svg new file mode 100755 index 0000000000000000000000000000000000000000..6b5dafd91a37057cec9d0222dfdc100e3fef4a36 --- /dev/null +++ b/img/fa-icons/brands/stripe-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/stripe.svg b/img/fa-icons/brands/stripe.svg new file mode 100755 index 0000000000000000000000000000000000000000..f3cd5d0c1bbc359aee3935316eb92686cd73297f --- /dev/null +++ b/img/fa-icons/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/studiovinari.svg b/img/fa-icons/brands/studiovinari.svg new file mode 100755 index 0000000000000000000000000000000000000000..e6e7fa8975e524994ce196f77e5592746c7666e4 --- /dev/null +++ b/img/fa-icons/brands/studiovinari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/stumbleupon-circle.svg b/img/fa-icons/brands/stumbleupon-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..a4b42346c90806de13cafa7541024249659ec8a5 --- /dev/null +++ b/img/fa-icons/brands/stumbleupon-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/stumbleupon.svg b/img/fa-icons/brands/stumbleupon.svg new file mode 100755 index 0000000000000000000000000000000000000000..999d38627ebcf8c8093768c479bfe395664dc85d --- /dev/null +++ b/img/fa-icons/brands/stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/superpowers.svg b/img/fa-icons/brands/superpowers.svg new file mode 100755 index 0000000000000000000000000000000000000000..a6f13f6d2b4ea259d6139f388dda8f9a9f226c70 --- /dev/null +++ b/img/fa-icons/brands/superpowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/supple.svg b/img/fa-icons/brands/supple.svg new file mode 100755 index 0000000000000000000000000000000000000000..5afe87926500fac76843d0ca81611c143a70b62e --- /dev/null +++ b/img/fa-icons/brands/supple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/teamspeak.svg b/img/fa-icons/brands/teamspeak.svg new file mode 100755 index 0000000000000000000000000000000000000000..40f577b985ec91a2b77e5ae4d7a6221980965e77 --- /dev/null +++ b/img/fa-icons/brands/teamspeak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/telegram-plane.svg b/img/fa-icons/brands/telegram-plane.svg new file mode 100755 index 0000000000000000000000000000000000000000..a4e067b5df26a8a1a9f631a13ebd589f0136b4d1 --- /dev/null +++ b/img/fa-icons/brands/telegram-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/telegram.svg b/img/fa-icons/brands/telegram.svg new file mode 100755 index 0000000000000000000000000000000000000000..fc5492cc96a652106ec9b2fcbdd5248f97d834f5 --- /dev/null +++ b/img/fa-icons/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/tencent-weibo.svg b/img/fa-icons/brands/tencent-weibo.svg new file mode 100755 index 0000000000000000000000000000000000000000..30b49fc82ada0e13b99982a5ca223f830e5d4416 --- /dev/null +++ b/img/fa-icons/brands/tencent-weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/the-red-yeti.svg b/img/fa-icons/brands/the-red-yeti.svg new file mode 100755 index 0000000000000000000000000000000000000000..4e261b37b0f565f351dc9ff7fc68c953819699de --- /dev/null +++ b/img/fa-icons/brands/the-red-yeti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/themeco.svg b/img/fa-icons/brands/themeco.svg new file mode 100755 index 0000000000000000000000000000000000000000..efb50804b1e8ea663dab7e886c463f1da32a4664 --- /dev/null +++ b/img/fa-icons/brands/themeco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/themeisle.svg b/img/fa-icons/brands/themeisle.svg new file mode 100755 index 0000000000000000000000000000000000000000..b9337755622a47d7c91e56847e3e11f2acc1876e --- /dev/null +++ b/img/fa-icons/brands/themeisle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/think-peaks.svg b/img/fa-icons/brands/think-peaks.svg new file mode 100755 index 0000000000000000000000000000000000000000..d1fd46e4539b335dbb3b9b04f9706b596641addf --- /dev/null +++ b/img/fa-icons/brands/think-peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/trade-federation.svg b/img/fa-icons/brands/trade-federation.svg new file mode 100755 index 0000000000000000000000000000000000000000..903d9e0580ff85dc3245547764482d034022deed --- /dev/null +++ b/img/fa-icons/brands/trade-federation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/trello.svg b/img/fa-icons/brands/trello.svg new file mode 100755 index 0000000000000000000000000000000000000000..fba695d411ee7eba8f8ad082d07b2ede515f5d7f --- /dev/null +++ b/img/fa-icons/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/tripadvisor.svg b/img/fa-icons/brands/tripadvisor.svg new file mode 100755 index 0000000000000000000000000000000000000000..4f3e2b6dc5381f524457327819d1daa023ba759f --- /dev/null +++ b/img/fa-icons/brands/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/tumblr-square.svg b/img/fa-icons/brands/tumblr-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..96b8cf5c01d15f1a3e1406bc6f01c9359a6bd39d --- /dev/null +++ b/img/fa-icons/brands/tumblr-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/tumblr.svg b/img/fa-icons/brands/tumblr.svg new file mode 100755 index 0000000000000000000000000000000000000000..da593777adbb027d0f412a9701fb1e3cbbf40759 --- /dev/null +++ b/img/fa-icons/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/twitch.svg b/img/fa-icons/brands/twitch.svg new file mode 100755 index 0000000000000000000000000000000000000000..89a02fb6f66d50c2fceee281a533b54fe59a35d5 --- /dev/null +++ b/img/fa-icons/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/twitter-square.svg b/img/fa-icons/brands/twitter-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..0ca7e0b97e2b4c38437012920a7919c24c6460dd --- /dev/null +++ b/img/fa-icons/brands/twitter-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/twitter.svg b/img/fa-icons/brands/twitter.svg new file mode 100755 index 0000000000000000000000000000000000000000..f0ed9c5fcfd8a603fe6bfa1571ff4967ab142b87 --- /dev/null +++ b/img/fa-icons/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/typo3.svg b/img/fa-icons/brands/typo3.svg new file mode 100755 index 0000000000000000000000000000000000000000..ef5341db48c8d385453ab69765dbe5af748fad7f --- /dev/null +++ b/img/fa-icons/brands/typo3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/uber.svg b/img/fa-icons/brands/uber.svg new file mode 100755 index 0000000000000000000000000000000000000000..569a1cd9c1ff20a6f4365fff39e5a98003b15075 --- /dev/null +++ b/img/fa-icons/brands/uber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/uikit.svg b/img/fa-icons/brands/uikit.svg new file mode 100755 index 0000000000000000000000000000000000000000..26ab61104ea3235c41dcce9ae9992c197cccd792 --- /dev/null +++ b/img/fa-icons/brands/uikit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/uniregistry.svg b/img/fa-icons/brands/uniregistry.svg new file mode 100755 index 0000000000000000000000000000000000000000..a58a5093faca5944eaceb056dc9e5b92d3379b3d --- /dev/null +++ b/img/fa-icons/brands/uniregistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/untappd.svg b/img/fa-icons/brands/untappd.svg new file mode 100755 index 0000000000000000000000000000000000000000..5e06293877b81f5cdccb784b59fe73f60ed5addc --- /dev/null +++ b/img/fa-icons/brands/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/usb.svg b/img/fa-icons/brands/usb.svg new file mode 100755 index 0000000000000000000000000000000000000000..a9d265eee1acdb4c62ad00a7af47e553a5b6db64 --- /dev/null +++ b/img/fa-icons/brands/usb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/ussunnah.svg b/img/fa-icons/brands/ussunnah.svg new file mode 100755 index 0000000000000000000000000000000000000000..1dd9ed125711b76cf54567339193d4320560aa44 --- /dev/null +++ b/img/fa-icons/brands/ussunnah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vaadin.svg b/img/fa-icons/brands/vaadin.svg new file mode 100755 index 0000000000000000000000000000000000000000..fadce5ada7ff996a329efdce3a1e92e093e7d5f4 --- /dev/null +++ b/img/fa-icons/brands/vaadin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/viacoin.svg b/img/fa-icons/brands/viacoin.svg new file mode 100755 index 0000000000000000000000000000000000000000..c4777d6fc820c0c057e2c1d4f2e577784f4927b0 --- /dev/null +++ b/img/fa-icons/brands/viacoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/viadeo-square.svg b/img/fa-icons/brands/viadeo-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..9212671d070826485b8c684709869079c6ddb86e --- /dev/null +++ b/img/fa-icons/brands/viadeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/viadeo.svg b/img/fa-icons/brands/viadeo.svg new file mode 100755 index 0000000000000000000000000000000000000000..f4c1f8a1bf8a91256cd91aa9d6ef3d851d4316d4 --- /dev/null +++ b/img/fa-icons/brands/viadeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/viber.svg b/img/fa-icons/brands/viber.svg new file mode 100755 index 0000000000000000000000000000000000000000..e40506b7a902709f7508399045f598997ebcbdd8 --- /dev/null +++ b/img/fa-icons/brands/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vimeo-square.svg b/img/fa-icons/brands/vimeo-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..eed266e799cd5766e004cc4018b11d74438733b6 --- /dev/null +++ b/img/fa-icons/brands/vimeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vimeo-v.svg b/img/fa-icons/brands/vimeo-v.svg new file mode 100755 index 0000000000000000000000000000000000000000..c87152815af8f4e9a25b3b8d6d4393611905004b --- /dev/null +++ b/img/fa-icons/brands/vimeo-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vimeo.svg b/img/fa-icons/brands/vimeo.svg new file mode 100755 index 0000000000000000000000000000000000000000..3a0c527396ce0b81a36f04f1453a583006b9ebdd --- /dev/null +++ b/img/fa-icons/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vine.svg b/img/fa-icons/brands/vine.svg new file mode 100755 index 0000000000000000000000000000000000000000..53cb27f899f77cd7de6ca61d64e19348f730b306 --- /dev/null +++ b/img/fa-icons/brands/vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vk.svg b/img/fa-icons/brands/vk.svg new file mode 100755 index 0000000000000000000000000000000000000000..022717d16d998391d2c598eb145b97efc768f91d --- /dev/null +++ b/img/fa-icons/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vnv.svg b/img/fa-icons/brands/vnv.svg new file mode 100755 index 0000000000000000000000000000000000000000..56cd37b49c49bb73224fc26f81bbeb7f0f9fa015 --- /dev/null +++ b/img/fa-icons/brands/vnv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/vuejs.svg b/img/fa-icons/brands/vuejs.svg new file mode 100755 index 0000000000000000000000000000000000000000..932887c13f62f8bc7813056c41f6254dc7e334ef --- /dev/null +++ b/img/fa-icons/brands/vuejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/weebly.svg b/img/fa-icons/brands/weebly.svg new file mode 100755 index 0000000000000000000000000000000000000000..917dabe602e73c7d2cbf95404a6b6c9ff55cdb59 --- /dev/null +++ b/img/fa-icons/brands/weebly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/weibo.svg b/img/fa-icons/brands/weibo.svg new file mode 100755 index 0000000000000000000000000000000000000000..84f18c49f9a67c5b923f92dd92d3e1059f8c2c0a --- /dev/null +++ b/img/fa-icons/brands/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/weixin.svg b/img/fa-icons/brands/weixin.svg new file mode 100755 index 0000000000000000000000000000000000000000..cd27b19817c0702d5ac7b1522810e20b5656f6b3 --- /dev/null +++ b/img/fa-icons/brands/weixin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/whatsapp-square.svg b/img/fa-icons/brands/whatsapp-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..7db67533d7a465f04d0afa67b20fbe5170880c8d --- /dev/null +++ b/img/fa-icons/brands/whatsapp-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/whatsapp.svg b/img/fa-icons/brands/whatsapp.svg new file mode 100755 index 0000000000000000000000000000000000000000..6ca3eb351bfe9892519e377843c93cc81fabb3aa --- /dev/null +++ b/img/fa-icons/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/whmcs.svg b/img/fa-icons/brands/whmcs.svg new file mode 100755 index 0000000000000000000000000000000000000000..2bbd6959f3bb6f2176d4f6e9705da658d286f9ae --- /dev/null +++ b/img/fa-icons/brands/whmcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wikipedia-w.svg b/img/fa-icons/brands/wikipedia-w.svg new file mode 100755 index 0000000000000000000000000000000000000000..075425306f6eb5d3a4a7d80078d4d6d8d2787e03 --- /dev/null +++ b/img/fa-icons/brands/wikipedia-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/windows.svg b/img/fa-icons/brands/windows.svg new file mode 100755 index 0000000000000000000000000000000000000000..586ba25ddffdb5d8f37406dbe50478b026ea9525 --- /dev/null +++ b/img/fa-icons/brands/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wix.svg b/img/fa-icons/brands/wix.svg new file mode 100755 index 0000000000000000000000000000000000000000..c1bea30e0aa97dc697b1c8ef1a4dbd7acb4b8cf6 --- /dev/null +++ b/img/fa-icons/brands/wix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wizards-of-the-coast.svg b/img/fa-icons/brands/wizards-of-the-coast.svg new file mode 100755 index 0000000000000000000000000000000000000000..5842f47b6ce4639d85d84344c8b288562d8eb829 --- /dev/null +++ b/img/fa-icons/brands/wizards-of-the-coast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wolf-pack-battalion.svg b/img/fa-icons/brands/wolf-pack-battalion.svg new file mode 100755 index 0000000000000000000000000000000000000000..ba79f5798b598875d5a50d88833e4ab64730ce9d --- /dev/null +++ b/img/fa-icons/brands/wolf-pack-battalion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wordpress-simple.svg b/img/fa-icons/brands/wordpress-simple.svg new file mode 100755 index 0000000000000000000000000000000000000000..de9795ad2f9eea9a2779515f73b35de5a36514e0 --- /dev/null +++ b/img/fa-icons/brands/wordpress-simple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wordpress.svg b/img/fa-icons/brands/wordpress.svg new file mode 100755 index 0000000000000000000000000000000000000000..3cc2bd44dcc7d4b5c6451f69468df0f486f17805 --- /dev/null +++ b/img/fa-icons/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wpbeginner.svg b/img/fa-icons/brands/wpbeginner.svg new file mode 100755 index 0000000000000000000000000000000000000000..1f81e84450ca408cfdf425a8984f26166e68c075 --- /dev/null +++ b/img/fa-icons/brands/wpbeginner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wpexplorer.svg b/img/fa-icons/brands/wpexplorer.svg new file mode 100755 index 0000000000000000000000000000000000000000..706e12a940f3bee473b749fb320ad4e5efde15f4 --- /dev/null +++ b/img/fa-icons/brands/wpexplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wpforms.svg b/img/fa-icons/brands/wpforms.svg new file mode 100755 index 0000000000000000000000000000000000000000..03a3662b1b1598505fac298f85b418a920d2439e --- /dev/null +++ b/img/fa-icons/brands/wpforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/wpressr.svg b/img/fa-icons/brands/wpressr.svg new file mode 100755 index 0000000000000000000000000000000000000000..daa6135c788a93cb9ea85da723d4beb7f51926e6 --- /dev/null +++ b/img/fa-icons/brands/wpressr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/xbox.svg b/img/fa-icons/brands/xbox.svg new file mode 100755 index 0000000000000000000000000000000000000000..5420576e31edc147e4e3d6a7548db963a99e3000 --- /dev/null +++ b/img/fa-icons/brands/xbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/xing-square.svg b/img/fa-icons/brands/xing-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..8c9fb82929bb6484c0fc14fed2a69fdd13eb5668 --- /dev/null +++ b/img/fa-icons/brands/xing-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/xing.svg b/img/fa-icons/brands/xing.svg new file mode 100755 index 0000000000000000000000000000000000000000..c4007711195a75f1bfd203f3b045c483be6fd3e6 --- /dev/null +++ b/img/fa-icons/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/y-combinator.svg b/img/fa-icons/brands/y-combinator.svg new file mode 100755 index 0000000000000000000000000000000000000000..d4a0f7e2c915ad54fc90c235072fa43b0cd49769 --- /dev/null +++ b/img/fa-icons/brands/y-combinator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/yahoo.svg b/img/fa-icons/brands/yahoo.svg new file mode 100755 index 0000000000000000000000000000000000000000..22dea83de05d248e50d2c61324faca78732bc405 --- /dev/null +++ b/img/fa-icons/brands/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/yandex-international.svg b/img/fa-icons/brands/yandex-international.svg new file mode 100755 index 0000000000000000000000000000000000000000..2b1c10c792e8800dd846a63aab784e7e6666829f --- /dev/null +++ b/img/fa-icons/brands/yandex-international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/yandex.svg b/img/fa-icons/brands/yandex.svg new file mode 100755 index 0000000000000000000000000000000000000000..d054fe043c10cc0319626206ed26df320ad27ad4 --- /dev/null +++ b/img/fa-icons/brands/yandex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/yelp.svg b/img/fa-icons/brands/yelp.svg new file mode 100755 index 0000000000000000000000000000000000000000..e339dd5c3b5d23e64f9b989c7710ce1eb90913f5 --- /dev/null +++ b/img/fa-icons/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/yoast.svg b/img/fa-icons/brands/yoast.svg new file mode 100755 index 0000000000000000000000000000000000000000..bf2ec0f1ee100fe8525663663e17567bafffc49f --- /dev/null +++ b/img/fa-icons/brands/yoast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/youtube-square.svg b/img/fa-icons/brands/youtube-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..07b9ab5934bd4f5e6fb45d06ccfcba7a5a86dc56 --- /dev/null +++ b/img/fa-icons/brands/youtube-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/youtube.svg b/img/fa-icons/brands/youtube.svg new file mode 100755 index 0000000000000000000000000000000000000000..e831b886fbb923b2375ddacadbdbd58b044475da --- /dev/null +++ b/img/fa-icons/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/brands/zhihu.svg b/img/fa-icons/brands/zhihu.svg new file mode 100755 index 0000000000000000000000000000000000000000..c206c266dfd1e5a4edb9d6cdde8f4c6915206da8 --- /dev/null +++ b/img/fa-icons/brands/zhihu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/address-book.svg b/img/fa-icons/regular/address-book.svg new file mode 100755 index 0000000000000000000000000000000000000000..1c941ca309eb2f2800eaed2eba7f47df93c22a8d --- /dev/null +++ b/img/fa-icons/regular/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/address-card.svg b/img/fa-icons/regular/address-card.svg new file mode 100755 index 0000000000000000000000000000000000000000..4e0179f55ca51e9e6cc60f65243dd04c371ba40f --- /dev/null +++ b/img/fa-icons/regular/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/angry.svg b/img/fa-icons/regular/angry.svg new file mode 100755 index 0000000000000000000000000000000000000000..f8636abe50269ae4f741e06f5b5fc28168417378 --- /dev/null +++ b/img/fa-icons/regular/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/arrow-alt-circle-down.svg b/img/fa-icons/regular/arrow-alt-circle-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..5f75848862df258fcee513ff6bdef380efc8a8b6 --- /dev/null +++ b/img/fa-icons/regular/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/arrow-alt-circle-left.svg b/img/fa-icons/regular/arrow-alt-circle-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..eb3fbdb9f0edc1c53820bd31df24d2177a8cc67c --- /dev/null +++ b/img/fa-icons/regular/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/arrow-alt-circle-right.svg b/img/fa-icons/regular/arrow-alt-circle-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..061d97266c4b5aa31c93dc648fafb2d4037027f4 --- /dev/null +++ b/img/fa-icons/regular/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/arrow-alt-circle-up.svg b/img/fa-icons/regular/arrow-alt-circle-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..519288e7a1852ae234275713cb7ad4ee1dae7244 --- /dev/null +++ b/img/fa-icons/regular/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/bell-slash.svg b/img/fa-icons/regular/bell-slash.svg new file mode 100755 index 0000000000000000000000000000000000000000..410eb75e3dd34407ee0af4711848a12244d67e2c --- /dev/null +++ b/img/fa-icons/regular/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/bell.svg b/img/fa-icons/regular/bell.svg new file mode 100755 index 0000000000000000000000000000000000000000..2b98a370fca2133f19354ca4db81ec9b053e4210 --- /dev/null +++ b/img/fa-icons/regular/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/bookmark.svg b/img/fa-icons/regular/bookmark.svg new file mode 100755 index 0000000000000000000000000000000000000000..bd315e488baa67692d107f21f81504e2431d1305 --- /dev/null +++ b/img/fa-icons/regular/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/building.svg b/img/fa-icons/regular/building.svg new file mode 100755 index 0000000000000000000000000000000000000000..4178db461e2373dbe439e660957e8be399e500e3 --- /dev/null +++ b/img/fa-icons/regular/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/calendar-alt.svg b/img/fa-icons/regular/calendar-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..130e2ab70f16c0b7e401d9f9f4c0ca1c9db25f6f --- /dev/null +++ b/img/fa-icons/regular/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/calendar-check.svg b/img/fa-icons/regular/calendar-check.svg new file mode 100755 index 0000000000000000000000000000000000000000..3d98c56370d3cf58c91e7a781fbf9b449a7a71fb --- /dev/null +++ b/img/fa-icons/regular/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/calendar-minus.svg b/img/fa-icons/regular/calendar-minus.svg new file mode 100755 index 0000000000000000000000000000000000000000..0b83b3487698f3e335c000b91b3a3b1e078d53d8 --- /dev/null +++ b/img/fa-icons/regular/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/calendar-plus.svg b/img/fa-icons/regular/calendar-plus.svg new file mode 100755 index 0000000000000000000000000000000000000000..7715ffc400f740640632bbb5d6b56fa4d0230d89 --- /dev/null +++ b/img/fa-icons/regular/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/calendar-times.svg b/img/fa-icons/regular/calendar-times.svg new file mode 100755 index 0000000000000000000000000000000000000000..8a9a10c777f5fce5cab9ee823e5e9332a621bd72 --- /dev/null +++ b/img/fa-icons/regular/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/calendar.svg b/img/fa-icons/regular/calendar.svg new file mode 100755 index 0000000000000000000000000000000000000000..725e88798037f4e0b2de1be3e875025bd67f9455 --- /dev/null +++ b/img/fa-icons/regular/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/caret-square-down.svg b/img/fa-icons/regular/caret-square-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..29a40ab9113741dcde481d7a26bfce743fd9dcf7 --- /dev/null +++ b/img/fa-icons/regular/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/caret-square-left.svg b/img/fa-icons/regular/caret-square-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..5fa7f8b011b82b4a5d07ae62e595ed20044bdaab --- /dev/null +++ b/img/fa-icons/regular/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/caret-square-right.svg b/img/fa-icons/regular/caret-square-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..03b4389739542ea48bd35852a35543bffde96e84 --- /dev/null +++ b/img/fa-icons/regular/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/caret-square-up.svg b/img/fa-icons/regular/caret-square-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..b59f23b38d234c727c5480cd4733ab03b1056654 --- /dev/null +++ b/img/fa-icons/regular/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/chart-bar.svg b/img/fa-icons/regular/chart-bar.svg new file mode 100755 index 0000000000000000000000000000000000000000..36820b7667fb047e0518ad0903668c81e7f4cbdf --- /dev/null +++ b/img/fa-icons/regular/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/check-circle.svg b/img/fa-icons/regular/check-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..000b850f95a55f7191f5757b487929a6dabc0666 --- /dev/null +++ b/img/fa-icons/regular/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/check-square.svg b/img/fa-icons/regular/check-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..602b375b9e9986658f60cd37c79979266442ea9b --- /dev/null +++ b/img/fa-icons/regular/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/circle.svg b/img/fa-icons/regular/circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..835815e1732d375bc57abbcd314ac8dafd51251a --- /dev/null +++ b/img/fa-icons/regular/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/clipboard.svg b/img/fa-icons/regular/clipboard.svg new file mode 100755 index 0000000000000000000000000000000000000000..f339c1f55f299e57fda840955fb768896f36ade6 --- /dev/null +++ b/img/fa-icons/regular/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/clock.svg b/img/fa-icons/regular/clock.svg new file mode 100755 index 0000000000000000000000000000000000000000..136a550aad91d82c7cb9630ea3f38af933a4845b --- /dev/null +++ b/img/fa-icons/regular/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/clone.svg b/img/fa-icons/regular/clone.svg new file mode 100755 index 0000000000000000000000000000000000000000..c9804bf3371a2b750f21c2afead2520e93e6e96f --- /dev/null +++ b/img/fa-icons/regular/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/closed-captioning.svg b/img/fa-icons/regular/closed-captioning.svg new file mode 100755 index 0000000000000000000000000000000000000000..277952b0a9a987039d29a7b4380b10f7b11c4979 --- /dev/null +++ b/img/fa-icons/regular/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/comment-alt.svg b/img/fa-icons/regular/comment-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..cf31f08827e3a2972ae2eb6dbd3b6b2c045f6e55 --- /dev/null +++ b/img/fa-icons/regular/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/comment-dots.svg b/img/fa-icons/regular/comment-dots.svg new file mode 100755 index 0000000000000000000000000000000000000000..de4dc072210f4dd63c99740ec393d5e6072aad21 --- /dev/null +++ b/img/fa-icons/regular/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/comment.svg b/img/fa-icons/regular/comment.svg new file mode 100755 index 0000000000000000000000000000000000000000..6fb2541d8c0747f8907290971b06ca23e2ac9de2 --- /dev/null +++ b/img/fa-icons/regular/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/comments.svg b/img/fa-icons/regular/comments.svg new file mode 100755 index 0000000000000000000000000000000000000000..9ab2d3879d79c926e8cda904f606b7b84728356f --- /dev/null +++ b/img/fa-icons/regular/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/compass.svg b/img/fa-icons/regular/compass.svg new file mode 100755 index 0000000000000000000000000000000000000000..40e3c56c9092f9578cdd0dd9860da0dea472318e --- /dev/null +++ b/img/fa-icons/regular/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/copy.svg b/img/fa-icons/regular/copy.svg new file mode 100755 index 0000000000000000000000000000000000000000..a488ff2c8428f1e267545ae3f61ddce64a15e47a --- /dev/null +++ b/img/fa-icons/regular/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/copyright.svg b/img/fa-icons/regular/copyright.svg new file mode 100755 index 0000000000000000000000000000000000000000..2a81ca28a28397929c5103b397fb81a8705718f1 --- /dev/null +++ b/img/fa-icons/regular/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/credit-card.svg b/img/fa-icons/regular/credit-card.svg new file mode 100755 index 0000000000000000000000000000000000000000..f5a047fb0507e8c345df35433ba79c478a3daebc --- /dev/null +++ b/img/fa-icons/regular/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/dizzy.svg b/img/fa-icons/regular/dizzy.svg new file mode 100755 index 0000000000000000000000000000000000000000..b84e00599efe19e6c556bd28c1053f43d2681a06 --- /dev/null +++ b/img/fa-icons/regular/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/dot-circle.svg b/img/fa-icons/regular/dot-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..eacf9b70033fcbd821a68a52e5fb3ba702b1bf6a --- /dev/null +++ b/img/fa-icons/regular/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/edit.svg b/img/fa-icons/regular/edit.svg new file mode 100755 index 0000000000000000000000000000000000000000..d7b191461d0a46ce0b43919cc86c44e9c8edced8 --- /dev/null +++ b/img/fa-icons/regular/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/envelope-open.svg b/img/fa-icons/regular/envelope-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..0b71db8f80b5f1c54c834d2057e786a9f6168465 --- /dev/null +++ b/img/fa-icons/regular/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/envelope.svg b/img/fa-icons/regular/envelope.svg new file mode 100755 index 0000000000000000000000000000000000000000..a2557ef20074711532744510b9e176d622008330 --- /dev/null +++ b/img/fa-icons/regular/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/eye-slash.svg b/img/fa-icons/regular/eye-slash.svg new file mode 100755 index 0000000000000000000000000000000000000000..3548435f9da21f2ddb2ca014fbb7785af2cd4a02 --- /dev/null +++ b/img/fa-icons/regular/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/eye.svg b/img/fa-icons/regular/eye.svg new file mode 100755 index 0000000000000000000000000000000000000000..9d4bcf08bf7a1f4331496faf0bde4e797a9b9d4e --- /dev/null +++ b/img/fa-icons/regular/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-alt.svg b/img/fa-icons/regular/file-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..e32217d20ea10a4dbd9aa2e3ee9e6820f14a805e --- /dev/null +++ b/img/fa-icons/regular/file-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-archive.svg b/img/fa-icons/regular/file-archive.svg new file mode 100755 index 0000000000000000000000000000000000000000..f9af993a045dd3bbef9ea909a1125b5779590bc1 --- /dev/null +++ b/img/fa-icons/regular/file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-audio.svg b/img/fa-icons/regular/file-audio.svg new file mode 100755 index 0000000000000000000000000000000000000000..87c16005cb4c505c5a8ad6335197ea75e5556460 --- /dev/null +++ b/img/fa-icons/regular/file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-code.svg b/img/fa-icons/regular/file-code.svg new file mode 100755 index 0000000000000000000000000000000000000000..86c2768725252271dc0b6a607f7bdc265a4ff8d7 --- /dev/null +++ b/img/fa-icons/regular/file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-excel.svg b/img/fa-icons/regular/file-excel.svg new file mode 100755 index 0000000000000000000000000000000000000000..481230270c4a01686edf411eb19f93dc5088c423 --- /dev/null +++ b/img/fa-icons/regular/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-image.svg b/img/fa-icons/regular/file-image.svg new file mode 100755 index 0000000000000000000000000000000000000000..2ca87e5c81ea544217dc8b491eec1eaccd56821d --- /dev/null +++ b/img/fa-icons/regular/file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-pdf.svg b/img/fa-icons/regular/file-pdf.svg new file mode 100755 index 0000000000000000000000000000000000000000..3f2fa45322b257d0b0eae49bcbce55bc8f536892 --- /dev/null +++ b/img/fa-icons/regular/file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-powerpoint.svg b/img/fa-icons/regular/file-powerpoint.svg new file mode 100755 index 0000000000000000000000000000000000000000..41e3505b3f2456f424aa036cc32bda06d529edc8 --- /dev/null +++ b/img/fa-icons/regular/file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-video.svg b/img/fa-icons/regular/file-video.svg new file mode 100755 index 0000000000000000000000000000000000000000..ed02cdc1193b2d86331b239fb16f6a2b7fb7154b --- /dev/null +++ b/img/fa-icons/regular/file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file-word.svg b/img/fa-icons/regular/file-word.svg new file mode 100755 index 0000000000000000000000000000000000000000..2ba4990075a8d5155fe290a470f1d6fdb53a3cdc --- /dev/null +++ b/img/fa-icons/regular/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/file.svg b/img/fa-icons/regular/file.svg new file mode 100755 index 0000000000000000000000000000000000000000..9bc15133e7fab39bf7edd3eeb4e9eda56e2835b5 --- /dev/null +++ b/img/fa-icons/regular/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/flag.svg b/img/fa-icons/regular/flag.svg new file mode 100755 index 0000000000000000000000000000000000000000..4df2e03fd564faf46a199aeb0ff2725cc4856b46 --- /dev/null +++ b/img/fa-icons/regular/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/flushed.svg b/img/fa-icons/regular/flushed.svg new file mode 100755 index 0000000000000000000000000000000000000000..cb201a24595ecc27ddf84eb1108bbc70a8bc3f4e --- /dev/null +++ b/img/fa-icons/regular/flushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/folder-open.svg b/img/fa-icons/regular/folder-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..5a32ec781fa8b8d38aa7749c36b1b8b1530b27df --- /dev/null +++ b/img/fa-icons/regular/folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/folder.svg b/img/fa-icons/regular/folder.svg new file mode 100755 index 0000000000000000000000000000000000000000..7c9d6c4d23a08e260c5dad7eae678e2d0fe33c92 --- /dev/null +++ b/img/fa-icons/regular/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/font-awesome-logo-full.svg b/img/fa-icons/regular/font-awesome-logo-full.svg new file mode 100755 index 0000000000000000000000000000000000000000..06b75a4d0961b41c1568b52d919828024859998b --- /dev/null +++ b/img/fa-icons/regular/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/frown-open.svg b/img/fa-icons/regular/frown-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..728cc1cb32654b04ea407844c3eab9a13b2b9da3 --- /dev/null +++ b/img/fa-icons/regular/frown-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/frown.svg b/img/fa-icons/regular/frown.svg new file mode 100755 index 0000000000000000000000000000000000000000..a8cb603711c99b3eac2b44862536de4137f8e6bf --- /dev/null +++ b/img/fa-icons/regular/frown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/futbol.svg b/img/fa-icons/regular/futbol.svg new file mode 100755 index 0000000000000000000000000000000000000000..0601465294e180cd0ea41c270242fbc4ca66e84c --- /dev/null +++ b/img/fa-icons/regular/futbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/gem.svg b/img/fa-icons/regular/gem.svg new file mode 100755 index 0000000000000000000000000000000000000000..9640cbf9ff6825209d91067f4580555604eacd42 --- /dev/null +++ b/img/fa-icons/regular/gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grimace.svg b/img/fa-icons/regular/grimace.svg new file mode 100755 index 0000000000000000000000000000000000000000..3ef8c8809852a94c41619a2ffeaabe7255ee7bff --- /dev/null +++ b/img/fa-icons/regular/grimace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-alt.svg b/img/fa-icons/regular/grin-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..6e8ac81eb4155769851aaa3ebaaaf529c0b257d0 --- /dev/null +++ b/img/fa-icons/regular/grin-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-beam-sweat.svg b/img/fa-icons/regular/grin-beam-sweat.svg new file mode 100755 index 0000000000000000000000000000000000000000..6f2213350b9ebed83e4050b7205a1bb804ef01d4 --- /dev/null +++ b/img/fa-icons/regular/grin-beam-sweat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-beam.svg b/img/fa-icons/regular/grin-beam.svg new file mode 100755 index 0000000000000000000000000000000000000000..0f8b36601200e0f87fe213e598f12a3589fadda3 --- /dev/null +++ b/img/fa-icons/regular/grin-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-hearts.svg b/img/fa-icons/regular/grin-hearts.svg new file mode 100755 index 0000000000000000000000000000000000000000..3ecf5f4a2cf0a4a4f718e8e38320d547d47ac43d --- /dev/null +++ b/img/fa-icons/regular/grin-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-squint-tears.svg b/img/fa-icons/regular/grin-squint-tears.svg new file mode 100755 index 0000000000000000000000000000000000000000..06116746f8c953999e5e977ca907649821db198c --- /dev/null +++ b/img/fa-icons/regular/grin-squint-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-squint.svg b/img/fa-icons/regular/grin-squint.svg new file mode 100755 index 0000000000000000000000000000000000000000..b6d15a4e4b757e0dfe67608f34f9d30a645bf35d --- /dev/null +++ b/img/fa-icons/regular/grin-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-stars.svg b/img/fa-icons/regular/grin-stars.svg new file mode 100755 index 0000000000000000000000000000000000000000..8f8f2d077f1b887407ba506784f889956012f9d0 --- /dev/null +++ b/img/fa-icons/regular/grin-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-tears.svg b/img/fa-icons/regular/grin-tears.svg new file mode 100755 index 0000000000000000000000000000000000000000..fefc4237cd19611746dfd452077e8e622cbe9f4a --- /dev/null +++ b/img/fa-icons/regular/grin-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-tongue-squint.svg b/img/fa-icons/regular/grin-tongue-squint.svg new file mode 100755 index 0000000000000000000000000000000000000000..6434a61bbe37aeaa9ff7f7042b46bc5ca571f928 --- /dev/null +++ b/img/fa-icons/regular/grin-tongue-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-tongue-wink.svg b/img/fa-icons/regular/grin-tongue-wink.svg new file mode 100755 index 0000000000000000000000000000000000000000..e75cdccd71c4bb334dfc6489a1c7e14852dd0351 --- /dev/null +++ b/img/fa-icons/regular/grin-tongue-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-tongue.svg b/img/fa-icons/regular/grin-tongue.svg new file mode 100755 index 0000000000000000000000000000000000000000..1afbcef40f5abada6dc0a244cc8e21d2b3745be6 --- /dev/null +++ b/img/fa-icons/regular/grin-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin-wink.svg b/img/fa-icons/regular/grin-wink.svg new file mode 100755 index 0000000000000000000000000000000000000000..ed3b703d9e9ed1910470c6023ecdd1305fe12b12 --- /dev/null +++ b/img/fa-icons/regular/grin-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/grin.svg b/img/fa-icons/regular/grin.svg new file mode 100755 index 0000000000000000000000000000000000000000..1630a8922a2124a0b44493e70dd55bc2a64675d8 --- /dev/null +++ b/img/fa-icons/regular/grin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-lizard.svg b/img/fa-icons/regular/hand-lizard.svg new file mode 100755 index 0000000000000000000000000000000000000000..6dba7ecf1a14bfbf9654e6071d07e1b38a2eeb7e --- /dev/null +++ b/img/fa-icons/regular/hand-lizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-paper.svg b/img/fa-icons/regular/hand-paper.svg new file mode 100755 index 0000000000000000000000000000000000000000..afe7adb0a1c2b35d3d4f15b64a56f1aa0a6907f2 --- /dev/null +++ b/img/fa-icons/regular/hand-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-peace.svg b/img/fa-icons/regular/hand-peace.svg new file mode 100755 index 0000000000000000000000000000000000000000..506209b2a403c34d2cd8a43887bff24955c4f62f --- /dev/null +++ b/img/fa-icons/regular/hand-peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-point-down.svg b/img/fa-icons/regular/hand-point-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..08bc8d8489546f026522a8ad8178c8fd4011cb54 --- /dev/null +++ b/img/fa-icons/regular/hand-point-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-point-left.svg b/img/fa-icons/regular/hand-point-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..82d6640399d6607141a4827cceefa3b3c51b0c16 --- /dev/null +++ b/img/fa-icons/regular/hand-point-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-point-right.svg b/img/fa-icons/regular/hand-point-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..312c20933ad4d25a383a0784e5b59e05e24a1717 --- /dev/null +++ b/img/fa-icons/regular/hand-point-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-point-up.svg b/img/fa-icons/regular/hand-point-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..6f823c30e0a23d88b4970e683aa52763945f98b2 --- /dev/null +++ b/img/fa-icons/regular/hand-point-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-pointer.svg b/img/fa-icons/regular/hand-pointer.svg new file mode 100755 index 0000000000000000000000000000000000000000..1ff0b8eb0f5019589e7571dbce3cc8f7bac860f8 --- /dev/null +++ b/img/fa-icons/regular/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-rock.svg b/img/fa-icons/regular/hand-rock.svg new file mode 100755 index 0000000000000000000000000000000000000000..a13011abfa23b6954fa959ea38900c94f65ce3c5 --- /dev/null +++ b/img/fa-icons/regular/hand-rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-scissors.svg b/img/fa-icons/regular/hand-scissors.svg new file mode 100755 index 0000000000000000000000000000000000000000..3e0b478f28f1c25c820537422bcdd0159ac2977d --- /dev/null +++ b/img/fa-icons/regular/hand-scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hand-spock.svg b/img/fa-icons/regular/hand-spock.svg new file mode 100755 index 0000000000000000000000000000000000000000..100466704f3167e7cb21e66f558e0460252b6e11 --- /dev/null +++ b/img/fa-icons/regular/hand-spock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/handshake.svg b/img/fa-icons/regular/handshake.svg new file mode 100755 index 0000000000000000000000000000000000000000..1cb42aecbb279286fb84b5cb6b0336fedf45eee5 --- /dev/null +++ b/img/fa-icons/regular/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hdd.svg b/img/fa-icons/regular/hdd.svg new file mode 100755 index 0000000000000000000000000000000000000000..dbf616feeff4eab5f650b8bb8c7f424d0ad6790d --- /dev/null +++ b/img/fa-icons/regular/hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/heart.svg b/img/fa-icons/regular/heart.svg new file mode 100755 index 0000000000000000000000000000000000000000..9a380831a8e9e018e08f4681ae2f6970fc4aa206 --- /dev/null +++ b/img/fa-icons/regular/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hospital.svg b/img/fa-icons/regular/hospital.svg new file mode 100755 index 0000000000000000000000000000000000000000..98772863763316268d4d260c54b7644f5c8a1632 --- /dev/null +++ b/img/fa-icons/regular/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/hourglass.svg b/img/fa-icons/regular/hourglass.svg new file mode 100755 index 0000000000000000000000000000000000000000..c89faa1df1af5af63ceabe737e0d5ade6543b296 --- /dev/null +++ b/img/fa-icons/regular/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/id-badge.svg b/img/fa-icons/regular/id-badge.svg new file mode 100755 index 0000000000000000000000000000000000000000..39008027e87d1e6d99e4376d12b711676ab12f80 --- /dev/null +++ b/img/fa-icons/regular/id-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/id-card.svg b/img/fa-icons/regular/id-card.svg new file mode 100755 index 0000000000000000000000000000000000000000..58ce378ba05ce049cfd7643dd3b983579d8ad125 --- /dev/null +++ b/img/fa-icons/regular/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/image.svg b/img/fa-icons/regular/image.svg new file mode 100755 index 0000000000000000000000000000000000000000..4f7dd8dd4d9631a569ded5cff27a95bdb79161b6 --- /dev/null +++ b/img/fa-icons/regular/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/images.svg b/img/fa-icons/regular/images.svg new file mode 100755 index 0000000000000000000000000000000000000000..2371a08598bfbfffa3046636e4fb659805116162 --- /dev/null +++ b/img/fa-icons/regular/images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/keyboard.svg b/img/fa-icons/regular/keyboard.svg new file mode 100755 index 0000000000000000000000000000000000000000..3b3705dcbbdd3dc9e33738c422dba53d77a712e5 --- /dev/null +++ b/img/fa-icons/regular/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/kiss-beam.svg b/img/fa-icons/regular/kiss-beam.svg new file mode 100755 index 0000000000000000000000000000000000000000..857180863aa54867afc63211abf7fb25b134a600 --- /dev/null +++ b/img/fa-icons/regular/kiss-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/kiss-wink-heart.svg b/img/fa-icons/regular/kiss-wink-heart.svg new file mode 100755 index 0000000000000000000000000000000000000000..a513302e00d8cdbab01bca828e0405447bd762f4 --- /dev/null +++ b/img/fa-icons/regular/kiss-wink-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/kiss.svg b/img/fa-icons/regular/kiss.svg new file mode 100755 index 0000000000000000000000000000000000000000..5af5fc7630e064456ca13756fdab61273cec8533 --- /dev/null +++ b/img/fa-icons/regular/kiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/laugh-beam.svg b/img/fa-icons/regular/laugh-beam.svg new file mode 100755 index 0000000000000000000000000000000000000000..d9e473f2c31ba37bcba26c95d5c5628fb120aea4 --- /dev/null +++ b/img/fa-icons/regular/laugh-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/laugh-squint.svg b/img/fa-icons/regular/laugh-squint.svg new file mode 100755 index 0000000000000000000000000000000000000000..4edf0d0c72c4717e8c27dbc25140a0831c600ff3 --- /dev/null +++ b/img/fa-icons/regular/laugh-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/laugh-wink.svg b/img/fa-icons/regular/laugh-wink.svg new file mode 100755 index 0000000000000000000000000000000000000000..39c36954dc9c58f6dae1454c76cf40468971ed20 --- /dev/null +++ b/img/fa-icons/regular/laugh-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/laugh.svg b/img/fa-icons/regular/laugh.svg new file mode 100755 index 0000000000000000000000000000000000000000..b8524251cc1103499fc268df455eefdd6bc795d6 --- /dev/null +++ b/img/fa-icons/regular/laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/lemon.svg b/img/fa-icons/regular/lemon.svg new file mode 100755 index 0000000000000000000000000000000000000000..ab9ed90b96602b56061af66e141d5f00ed54604d --- /dev/null +++ b/img/fa-icons/regular/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/life-ring.svg b/img/fa-icons/regular/life-ring.svg new file mode 100755 index 0000000000000000000000000000000000000000..2cf332681641d59c84de9b323f7d952442844eac --- /dev/null +++ b/img/fa-icons/regular/life-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/lightbulb.svg b/img/fa-icons/regular/lightbulb.svg new file mode 100755 index 0000000000000000000000000000000000000000..abd6ebfe67a0c37d3f670a2f75fa392f829a01cb --- /dev/null +++ b/img/fa-icons/regular/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/list-alt.svg b/img/fa-icons/regular/list-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..1113bbccad490659a65957187b3f13ea7d5e1ffc --- /dev/null +++ b/img/fa-icons/regular/list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/map.svg b/img/fa-icons/regular/map.svg new file mode 100755 index 0000000000000000000000000000000000000000..a5d2e7d402b93e5666dc7cc2d7b9c66daee6d02d --- /dev/null +++ b/img/fa-icons/regular/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/meh-blank.svg b/img/fa-icons/regular/meh-blank.svg new file mode 100755 index 0000000000000000000000000000000000000000..ebeece47928fc59e8020c7abac995c588a6c60cc --- /dev/null +++ b/img/fa-icons/regular/meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/meh-rolling-eyes.svg b/img/fa-icons/regular/meh-rolling-eyes.svg new file mode 100755 index 0000000000000000000000000000000000000000..3fb3476faddf74658e07c8f81703623ad7e760f5 --- /dev/null +++ b/img/fa-icons/regular/meh-rolling-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/meh.svg b/img/fa-icons/regular/meh.svg new file mode 100755 index 0000000000000000000000000000000000000000..3bff8acc4f4d759c5655a921232d1baa7fc0ef6a --- /dev/null +++ b/img/fa-icons/regular/meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/minus-square.svg b/img/fa-icons/regular/minus-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..6b72714efba7748a3b2b9584e923f8d1a6130d11 --- /dev/null +++ b/img/fa-icons/regular/minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/money-bill-alt.svg b/img/fa-icons/regular/money-bill-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..4ce581e1f71f16d64293e80129f3e88ae2d95a7c --- /dev/null +++ b/img/fa-icons/regular/money-bill-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/moon.svg b/img/fa-icons/regular/moon.svg new file mode 100755 index 0000000000000000000000000000000000000000..30fb1151ef363889d9f34676f852e6e117d9a32e --- /dev/null +++ b/img/fa-icons/regular/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/newspaper.svg b/img/fa-icons/regular/newspaper.svg new file mode 100755 index 0000000000000000000000000000000000000000..a54e3ca58a338e8c9a0caa7806a425fc370a1dc9 --- /dev/null +++ b/img/fa-icons/regular/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/object-group.svg b/img/fa-icons/regular/object-group.svg new file mode 100755 index 0000000000000000000000000000000000000000..e483f376e874b3df6cec6bf8d7d84692864f541f --- /dev/null +++ b/img/fa-icons/regular/object-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/object-ungroup.svg b/img/fa-icons/regular/object-ungroup.svg new file mode 100755 index 0000000000000000000000000000000000000000..6255363036d60ad79a62749f08806e712c55ba8a --- /dev/null +++ b/img/fa-icons/regular/object-ungroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/paper-plane.svg b/img/fa-icons/regular/paper-plane.svg new file mode 100755 index 0000000000000000000000000000000000000000..215e2933409919cb0a9afa975a7197b8757b49ba --- /dev/null +++ b/img/fa-icons/regular/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/pause-circle.svg b/img/fa-icons/regular/pause-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..caebd9e969a83449adac7722723b3767e3630cb9 --- /dev/null +++ b/img/fa-icons/regular/pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/play-circle.svg b/img/fa-icons/regular/play-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..9de60df95f5272c1c5fa8d1fc9d7f745dd6bb288 --- /dev/null +++ b/img/fa-icons/regular/play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/plus-square.svg b/img/fa-icons/regular/plus-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..dfc22ac6409c28322de65cdf803bb22900a4a959 --- /dev/null +++ b/img/fa-icons/regular/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/question-circle.svg b/img/fa-icons/regular/question-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..9a30b85d3995a2b595106744b244e65c0e741e44 --- /dev/null +++ b/img/fa-icons/regular/question-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/registered.svg b/img/fa-icons/regular/registered.svg new file mode 100755 index 0000000000000000000000000000000000000000..e5dc8a20b6baadfd184f274ec31cc9466e8f67b5 --- /dev/null +++ b/img/fa-icons/regular/registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/sad-cry.svg b/img/fa-icons/regular/sad-cry.svg new file mode 100755 index 0000000000000000000000000000000000000000..8ab84c9f506d6775171153cd797d9442cfe5a96f --- /dev/null +++ b/img/fa-icons/regular/sad-cry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/sad-tear.svg b/img/fa-icons/regular/sad-tear.svg new file mode 100755 index 0000000000000000000000000000000000000000..e19421ca3d432162509d7ab9700277807964d34b --- /dev/null +++ b/img/fa-icons/regular/sad-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/save.svg b/img/fa-icons/regular/save.svg new file mode 100755 index 0000000000000000000000000000000000000000..16f6b82957f834513d36810c6f125c496e0f4a69 --- /dev/null +++ b/img/fa-icons/regular/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/share-square.svg b/img/fa-icons/regular/share-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..aa98748817106a73d8608ee53ba31e3e538b8935 --- /dev/null +++ b/img/fa-icons/regular/share-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/smile-beam.svg b/img/fa-icons/regular/smile-beam.svg new file mode 100755 index 0000000000000000000000000000000000000000..1077160fde55abf4e8babb9b13d2975ca223ac06 --- /dev/null +++ b/img/fa-icons/regular/smile-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/smile-wink.svg b/img/fa-icons/regular/smile-wink.svg new file mode 100755 index 0000000000000000000000000000000000000000..e842eede3aa6d8e50e7a8c2b12854512d010e9fc --- /dev/null +++ b/img/fa-icons/regular/smile-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/smile.svg b/img/fa-icons/regular/smile.svg new file mode 100755 index 0000000000000000000000000000000000000000..025898d4dd928432838717eaf3101314e5a03c2f --- /dev/null +++ b/img/fa-icons/regular/smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/snowflake.svg b/img/fa-icons/regular/snowflake.svg new file mode 100755 index 0000000000000000000000000000000000000000..2258d8050d02a930bb09346b35c4ba144dd880de --- /dev/null +++ b/img/fa-icons/regular/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/square.svg b/img/fa-icons/regular/square.svg new file mode 100755 index 0000000000000000000000000000000000000000..b9a4b96205780ad95592114168df3fbdb867a807 --- /dev/null +++ b/img/fa-icons/regular/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/star-half.svg b/img/fa-icons/regular/star-half.svg new file mode 100755 index 0000000000000000000000000000000000000000..12b063fd16b7651bc921497971ba0fefef1d50dd --- /dev/null +++ b/img/fa-icons/regular/star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/star.svg b/img/fa-icons/regular/star.svg new file mode 100755 index 0000000000000000000000000000000000000000..a1370d23f4496c4fb5df1dc692a482d2fe7f9083 --- /dev/null +++ b/img/fa-icons/regular/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/sticky-note.svg b/img/fa-icons/regular/sticky-note.svg new file mode 100755 index 0000000000000000000000000000000000000000..0882390c7d7771d19c7f65d14296b597d1b18c40 --- /dev/null +++ b/img/fa-icons/regular/sticky-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/stop-circle.svg b/img/fa-icons/regular/stop-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..37bf314d3df604346d1b0d89f3547d174c88dc7f --- /dev/null +++ b/img/fa-icons/regular/stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/sun.svg b/img/fa-icons/regular/sun.svg new file mode 100755 index 0000000000000000000000000000000000000000..78d33ba5ef4ab2b5301a0cbf47410ccf2c7279a6 --- /dev/null +++ b/img/fa-icons/regular/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/surprise.svg b/img/fa-icons/regular/surprise.svg new file mode 100755 index 0000000000000000000000000000000000000000..4210c378fa527f63b45e81981e183f504ee2fab9 --- /dev/null +++ b/img/fa-icons/regular/surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/thumbs-down.svg b/img/fa-icons/regular/thumbs-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..d7b49d5342d034c19ff70fbe51cf9938f3d0b9e3 --- /dev/null +++ b/img/fa-icons/regular/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/thumbs-up.svg b/img/fa-icons/regular/thumbs-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..f60e4d1161cac47f0b36783dfa19aa50748a5a14 --- /dev/null +++ b/img/fa-icons/regular/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/times-circle.svg b/img/fa-icons/regular/times-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..15181d34166b000e229ad5e8a515157e941ddf7e --- /dev/null +++ b/img/fa-icons/regular/times-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/tired.svg b/img/fa-icons/regular/tired.svg new file mode 100755 index 0000000000000000000000000000000000000000..6f700be9ced2fa569124c04e694aedd3c04c30b5 --- /dev/null +++ b/img/fa-icons/regular/tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/trash-alt.svg b/img/fa-icons/regular/trash-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..8885ef0c054f89fc8ba26ff88f8b43e30876868a --- /dev/null +++ b/img/fa-icons/regular/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/user-circle.svg b/img/fa-icons/regular/user-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..1d678d242c6235507726aa9973c7c83c1490487d --- /dev/null +++ b/img/fa-icons/regular/user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/user.svg b/img/fa-icons/regular/user.svg new file mode 100755 index 0000000000000000000000000000000000000000..bdc327c69831c02d4fe36e53f62d5a8519277b4f --- /dev/null +++ b/img/fa-icons/regular/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/window-close.svg b/img/fa-icons/regular/window-close.svg new file mode 100755 index 0000000000000000000000000000000000000000..1375985563e4ef81dee812d3ebf308fc936ee8aa --- /dev/null +++ b/img/fa-icons/regular/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/window-maximize.svg b/img/fa-icons/regular/window-maximize.svg new file mode 100755 index 0000000000000000000000000000000000000000..39c0ac06aaf76189d2796e394004df6a69dd2649 --- /dev/null +++ b/img/fa-icons/regular/window-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/window-minimize.svg b/img/fa-icons/regular/window-minimize.svg new file mode 100755 index 0000000000000000000000000000000000000000..0986bbaa57c818288de4f9e19b40da12ff566e5a --- /dev/null +++ b/img/fa-icons/regular/window-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/regular/window-restore.svg b/img/fa-icons/regular/window-restore.svg new file mode 100755 index 0000000000000000000000000000000000000000..9d1bfa7b55b0c4b5b1e204b1c755cad282b0b56c --- /dev/null +++ b/img/fa-icons/regular/window-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/ad.svg b/img/fa-icons/solid/ad.svg new file mode 100755 index 0000000000000000000000000000000000000000..42e4a52ef72c5110965e4f9e4ec87d231b2e0166 --- /dev/null +++ b/img/fa-icons/solid/ad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/address-book.svg b/img/fa-icons/solid/address-book.svg new file mode 100755 index 0000000000000000000000000000000000000000..f652f5a932c0ad7388eed1d581020d0fa58aae0d --- /dev/null +++ b/img/fa-icons/solid/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/address-card.svg b/img/fa-icons/solid/address-card.svg new file mode 100755 index 0000000000000000000000000000000000000000..628ced258c9ced2fe3bfd82adc3365304166dfe2 --- /dev/null +++ b/img/fa-icons/solid/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/adjust.svg b/img/fa-icons/solid/adjust.svg new file mode 100755 index 0000000000000000000000000000000000000000..2616d99a963078ad7e288238fc90a3a54cb00b24 --- /dev/null +++ b/img/fa-icons/solid/adjust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/air-freshener.svg b/img/fa-icons/solid/air-freshener.svg new file mode 100755 index 0000000000000000000000000000000000000000..25713c701361c4795e619b1185489712b5261dd1 --- /dev/null +++ b/img/fa-icons/solid/air-freshener.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/align-center.svg b/img/fa-icons/solid/align-center.svg new file mode 100755 index 0000000000000000000000000000000000000000..f6efd66a5d35221dc1766a259d5c141a1e8d9c5e --- /dev/null +++ b/img/fa-icons/solid/align-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/align-justify.svg b/img/fa-icons/solid/align-justify.svg new file mode 100755 index 0000000000000000000000000000000000000000..ff8ecf90adb136c4c195cb4f3f253385de8d7d0d --- /dev/null +++ b/img/fa-icons/solid/align-justify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/align-left.svg b/img/fa-icons/solid/align-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..708e49d6c496b072e4147353a45e5641016fa61c --- /dev/null +++ b/img/fa-icons/solid/align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/align-right.svg b/img/fa-icons/solid/align-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..1a1c204fb8c8e110c6a48b4ba8c529537e76d47f --- /dev/null +++ b/img/fa-icons/solid/align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/allergies.svg b/img/fa-icons/solid/allergies.svg new file mode 100755 index 0000000000000000000000000000000000000000..335f5bcb0a9845f4fe4a31f923c43f4c4c3f4a67 --- /dev/null +++ b/img/fa-icons/solid/allergies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/ambulance.svg b/img/fa-icons/solid/ambulance.svg new file mode 100755 index 0000000000000000000000000000000000000000..b35a7bc053cf54474802d47918356b03ceb27a11 --- /dev/null +++ b/img/fa-icons/solid/ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/american-sign-language-interpreting.svg b/img/fa-icons/solid/american-sign-language-interpreting.svg new file mode 100755 index 0000000000000000000000000000000000000000..8bca61450b013461e8dacc8f598ec739e626beb9 --- /dev/null +++ b/img/fa-icons/solid/american-sign-language-interpreting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/anchor.svg b/img/fa-icons/solid/anchor.svg new file mode 100755 index 0000000000000000000000000000000000000000..792266ba85eada7acbb71e2d09a8bb8f79c18d74 --- /dev/null +++ b/img/fa-icons/solid/anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-double-down.svg b/img/fa-icons/solid/angle-double-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..3228f4abcc0fd889828c2767764c1f7c5d17f77d --- /dev/null +++ b/img/fa-icons/solid/angle-double-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-double-left.svg b/img/fa-icons/solid/angle-double-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..4474d83e2149e6bbbaccb1ff33af17e7bb66ef8c --- /dev/null +++ b/img/fa-icons/solid/angle-double-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-double-right.svg b/img/fa-icons/solid/angle-double-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..cdf93366686d49d386522dd46a4fd7f0557ee937 --- /dev/null +++ b/img/fa-icons/solid/angle-double-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-double-up.svg b/img/fa-icons/solid/angle-double-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..74b542f6590dc7695b1876a1d714cee157a752a6 --- /dev/null +++ b/img/fa-icons/solid/angle-double-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-down.svg b/img/fa-icons/solid/angle-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..1462342526d41ffb1994434bbf201b76fb2c4210 --- /dev/null +++ b/img/fa-icons/solid/angle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-left.svg b/img/fa-icons/solid/angle-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..1e28c704da6ec27f76535c9d2d8fe8d5c94e6e41 --- /dev/null +++ b/img/fa-icons/solid/angle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-right.svg b/img/fa-icons/solid/angle-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..ec7fbe9f02a65e1abb28318fb7f836e391933653 --- /dev/null +++ b/img/fa-icons/solid/angle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angle-up.svg b/img/fa-icons/solid/angle-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..1d0bbead7d376070bce300c971a60cfb1d3ebe76 --- /dev/null +++ b/img/fa-icons/solid/angle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/angry.svg b/img/fa-icons/solid/angry.svg new file mode 100755 index 0000000000000000000000000000000000000000..eca0b5d6acd50707e4c8fdc712029bede69d03d8 --- /dev/null +++ b/img/fa-icons/solid/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/ankh.svg b/img/fa-icons/solid/ankh.svg new file mode 100755 index 0000000000000000000000000000000000000000..2cab7bfdd998c3429d233e21b3a8ab51a98a0075 --- /dev/null +++ b/img/fa-icons/solid/ankh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/apple-alt.svg b/img/fa-icons/solid/apple-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..995d76e9d088be63db40f0c8d9f6968b4c79ab1f --- /dev/null +++ b/img/fa-icons/solid/apple-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/archive.svg b/img/fa-icons/solid/archive.svg new file mode 100755 index 0000000000000000000000000000000000000000..394dad2db22a135e69ac2cd56f9845c55663754b --- /dev/null +++ b/img/fa-icons/solid/archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/archway.svg b/img/fa-icons/solid/archway.svg new file mode 100755 index 0000000000000000000000000000000000000000..e5ad2f3de6fc8ee171edc410eacae94a1a27bdf4 --- /dev/null +++ b/img/fa-icons/solid/archway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-alt-circle-down.svg b/img/fa-icons/solid/arrow-alt-circle-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..a2f644f8f6031db358543d8974a17df20d9e2f35 --- /dev/null +++ b/img/fa-icons/solid/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-alt-circle-left.svg b/img/fa-icons/solid/arrow-alt-circle-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..8a53b226581e0cd89681cbee69b5324837c6f19a --- /dev/null +++ b/img/fa-icons/solid/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-alt-circle-right.svg b/img/fa-icons/solid/arrow-alt-circle-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..9da44be87c805a01e07ff0f2050425ab68f7a93c --- /dev/null +++ b/img/fa-icons/solid/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-alt-circle-up.svg b/img/fa-icons/solid/arrow-alt-circle-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..c650c826767449f8d516b187cc90b5ca6167ca8d --- /dev/null +++ b/img/fa-icons/solid/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-circle-down.svg b/img/fa-icons/solid/arrow-circle-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..08b9f13aee0dce0e435559b0cf99c64e9b869c14 --- /dev/null +++ b/img/fa-icons/solid/arrow-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-circle-left.svg b/img/fa-icons/solid/arrow-circle-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..59be8d9e37b73dd02debc05188cfb205ee4b5496 --- /dev/null +++ b/img/fa-icons/solid/arrow-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-circle-right.svg b/img/fa-icons/solid/arrow-circle-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..f059bab95ce6b1cfad1c677a0f7865af980bf84a --- /dev/null +++ b/img/fa-icons/solid/arrow-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-circle-up.svg b/img/fa-icons/solid/arrow-circle-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..d9d8081c932573760d88c21ea6a844b6c01f4e09 --- /dev/null +++ b/img/fa-icons/solid/arrow-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-down.svg b/img/fa-icons/solid/arrow-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..61b4db70f42584b170e1cf52212e18a504128070 --- /dev/null +++ b/img/fa-icons/solid/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-left.svg b/img/fa-icons/solid/arrow-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..b229b8d137508144b640ef4c363ad8367cd2a29e --- /dev/null +++ b/img/fa-icons/solid/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-right.svg b/img/fa-icons/solid/arrow-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..1b9b05b478bd3ebc62a40fe5d8f8c937b683fa85 --- /dev/null +++ b/img/fa-icons/solid/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrow-up.svg b/img/fa-icons/solid/arrow-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..bc571b5d9a80e60fc7de3e7861a8742956fe95c4 --- /dev/null +++ b/img/fa-icons/solid/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrows-alt-h.svg b/img/fa-icons/solid/arrows-alt-h.svg new file mode 100755 index 0000000000000000000000000000000000000000..0caa926d38e7be8d352f8fa68cb27a5b3ab7ff3c --- /dev/null +++ b/img/fa-icons/solid/arrows-alt-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrows-alt-v.svg b/img/fa-icons/solid/arrows-alt-v.svg new file mode 100755 index 0000000000000000000000000000000000000000..ebb23acbdce7e1f36c3a99532630c0f03cc1b004 --- /dev/null +++ b/img/fa-icons/solid/arrows-alt-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/arrows-alt.svg b/img/fa-icons/solid/arrows-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..d885a5a680f2e5f44971bb4c96b706f46829fecf --- /dev/null +++ b/img/fa-icons/solid/arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/assistive-listening-systems.svg b/img/fa-icons/solid/assistive-listening-systems.svg new file mode 100755 index 0000000000000000000000000000000000000000..5071f59676f240d4b4e41d8b2182fbb8232d8efd --- /dev/null +++ b/img/fa-icons/solid/assistive-listening-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/asterisk.svg b/img/fa-icons/solid/asterisk.svg new file mode 100755 index 0000000000000000000000000000000000000000..d77cbb6b6764f43ac48cecc29d20d285e2b807b8 --- /dev/null +++ b/img/fa-icons/solid/asterisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/at.svg b/img/fa-icons/solid/at.svg new file mode 100755 index 0000000000000000000000000000000000000000..6f35c426b6bd76ca3d4ae8dbf97d1dbc14da3fa6 --- /dev/null +++ b/img/fa-icons/solid/at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/atlas.svg b/img/fa-icons/solid/atlas.svg new file mode 100755 index 0000000000000000000000000000000000000000..ea31821f86e82755af8d2a513071ff672e66d1a7 --- /dev/null +++ b/img/fa-icons/solid/atlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/atom.svg b/img/fa-icons/solid/atom.svg new file mode 100755 index 0000000000000000000000000000000000000000..e6bc4a4411606776889e322dbf3d5117af3313fd --- /dev/null +++ b/img/fa-icons/solid/atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/audio-description.svg b/img/fa-icons/solid/audio-description.svg new file mode 100755 index 0000000000000000000000000000000000000000..0e338ff6d3543c0c430a84233e8669d4eef26f53 --- /dev/null +++ b/img/fa-icons/solid/audio-description.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/award.svg b/img/fa-icons/solid/award.svg new file mode 100755 index 0000000000000000000000000000000000000000..a8c9de1def4bc46d0d96ca57e4709e801d78c83a --- /dev/null +++ b/img/fa-icons/solid/award.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/backspace.svg b/img/fa-icons/solid/backspace.svg new file mode 100755 index 0000000000000000000000000000000000000000..078a9fba2fc27399f090f7a21e4f56b012a26804 --- /dev/null +++ b/img/fa-icons/solid/backspace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/backward.svg b/img/fa-icons/solid/backward.svg new file mode 100755 index 0000000000000000000000000000000000000000..b37fcc22fa46ff12afce07269367c905e7c30df5 --- /dev/null +++ b/img/fa-icons/solid/backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/balance-scale.svg b/img/fa-icons/solid/balance-scale.svg new file mode 100755 index 0000000000000000000000000000000000000000..e526521ed846ec36f7e4e75f2c1b47bee6d14368 --- /dev/null +++ b/img/fa-icons/solid/balance-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/ban.svg b/img/fa-icons/solid/ban.svg new file mode 100755 index 0000000000000000000000000000000000000000..85f7f06f13e96d4bd87231998fba186aea4c3f2c --- /dev/null +++ b/img/fa-icons/solid/ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/band-aid.svg b/img/fa-icons/solid/band-aid.svg new file mode 100755 index 0000000000000000000000000000000000000000..4d0f55915184d2755b1ac71469f5ec40dc675be0 --- /dev/null +++ b/img/fa-icons/solid/band-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/barcode.svg b/img/fa-icons/solid/barcode.svg new file mode 100755 index 0000000000000000000000000000000000000000..58cbee7de1de0cf93a95d527265f19e2626c2b11 --- /dev/null +++ b/img/fa-icons/solid/barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bars.svg b/img/fa-icons/solid/bars.svg new file mode 100755 index 0000000000000000000000000000000000000000..87d79f9eebaada972a2ea414820e60e65ed4edb7 --- /dev/null +++ b/img/fa-icons/solid/bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/baseball-ball.svg b/img/fa-icons/solid/baseball-ball.svg new file mode 100755 index 0000000000000000000000000000000000000000..bcdb0a0c47ef40efc0f13c1a2489689143200eab --- /dev/null +++ b/img/fa-icons/solid/baseball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/basketball-ball.svg b/img/fa-icons/solid/basketball-ball.svg new file mode 100755 index 0000000000000000000000000000000000000000..bb2ba23846069b7ef546e36b66058276f336edda --- /dev/null +++ b/img/fa-icons/solid/basketball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bath.svg b/img/fa-icons/solid/bath.svg new file mode 100755 index 0000000000000000000000000000000000000000..fef517b2ec4616e0dbdbd0d38448c8fc5ec0e128 --- /dev/null +++ b/img/fa-icons/solid/bath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/battery-empty.svg b/img/fa-icons/solid/battery-empty.svg new file mode 100755 index 0000000000000000000000000000000000000000..b4a57fac9a23b4f7ae96bbf03868cb7dba5d5d45 --- /dev/null +++ b/img/fa-icons/solid/battery-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/battery-full.svg b/img/fa-icons/solid/battery-full.svg new file mode 100755 index 0000000000000000000000000000000000000000..056b8189a82751b973199e996afaade9518fcc60 --- /dev/null +++ b/img/fa-icons/solid/battery-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/battery-half.svg b/img/fa-icons/solid/battery-half.svg new file mode 100755 index 0000000000000000000000000000000000000000..16a8fc339857845495e3347cc5ff935912990db1 --- /dev/null +++ b/img/fa-icons/solid/battery-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/battery-quarter.svg b/img/fa-icons/solid/battery-quarter.svg new file mode 100755 index 0000000000000000000000000000000000000000..d48ca28bac607704e0e0783230c817d5156bef35 --- /dev/null +++ b/img/fa-icons/solid/battery-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/battery-three-quarters.svg b/img/fa-icons/solid/battery-three-quarters.svg new file mode 100755 index 0000000000000000000000000000000000000000..43fc35adf96cff5768270f3b801da3bc10faa5da --- /dev/null +++ b/img/fa-icons/solid/battery-three-quarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bed.svg b/img/fa-icons/solid/bed.svg new file mode 100755 index 0000000000000000000000000000000000000000..d70b022198e1966454513e79df70211a015fb142 --- /dev/null +++ b/img/fa-icons/solid/bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/beer.svg b/img/fa-icons/solid/beer.svg new file mode 100755 index 0000000000000000000000000000000000000000..692431b18e67a2137a9e15b2f8fea5b34d02d8af --- /dev/null +++ b/img/fa-icons/solid/beer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bell-slash.svg b/img/fa-icons/solid/bell-slash.svg new file mode 100755 index 0000000000000000000000000000000000000000..e36f50010d6db26fec24be7b7d0aa12b89fc4df0 --- /dev/null +++ b/img/fa-icons/solid/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bell.svg b/img/fa-icons/solid/bell.svg new file mode 100755 index 0000000000000000000000000000000000000000..e45be58cfdfe899f08ce77d2f2ff822172fee655 --- /dev/null +++ b/img/fa-icons/solid/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bezier-curve.svg b/img/fa-icons/solid/bezier-curve.svg new file mode 100755 index 0000000000000000000000000000000000000000..ca10d7a7f97cc44c2c1dbb5c5b3f01996d0d6fad --- /dev/null +++ b/img/fa-icons/solid/bezier-curve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bible.svg b/img/fa-icons/solid/bible.svg new file mode 100755 index 0000000000000000000000000000000000000000..8c6c9532d9f95eea6fa503d474e24bb665eebd39 --- /dev/null +++ b/img/fa-icons/solid/bible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bicycle.svg b/img/fa-icons/solid/bicycle.svg new file mode 100755 index 0000000000000000000000000000000000000000..4ef7ded2d9aed4a2c171c64b5ec60fe3926ad761 --- /dev/null +++ b/img/fa-icons/solid/bicycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/binoculars.svg b/img/fa-icons/solid/binoculars.svg new file mode 100755 index 0000000000000000000000000000000000000000..d09ca73b66c37b7cc400cc946a10ad369fa51320 --- /dev/null +++ b/img/fa-icons/solid/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/birthday-cake.svg b/img/fa-icons/solid/birthday-cake.svg new file mode 100755 index 0000000000000000000000000000000000000000..50e92ae4f691f2a5643ca13211a3fcc2520d1882 --- /dev/null +++ b/img/fa-icons/solid/birthday-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/blender-phone.svg b/img/fa-icons/solid/blender-phone.svg new file mode 100755 index 0000000000000000000000000000000000000000..29733d67ede88dd8d7c7d24b6e2a03cd3150933c --- /dev/null +++ b/img/fa-icons/solid/blender-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/blender.svg b/img/fa-icons/solid/blender.svg new file mode 100755 index 0000000000000000000000000000000000000000..8357ad2766f2dfd2970e561b282ae94b80f8ad12 --- /dev/null +++ b/img/fa-icons/solid/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/blind.svg b/img/fa-icons/solid/blind.svg new file mode 100755 index 0000000000000000000000000000000000000000..b1eddadfd1be6cf5dca1f795350052975e4b1867 --- /dev/null +++ b/img/fa-icons/solid/blind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bold.svg b/img/fa-icons/solid/bold.svg new file mode 100755 index 0000000000000000000000000000000000000000..045e7fb0fc1ab98ed07d88e278858e2596975f58 --- /dev/null +++ b/img/fa-icons/solid/bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bolt.svg b/img/fa-icons/solid/bolt.svg new file mode 100755 index 0000000000000000000000000000000000000000..4654a1ebbf5993a74816ba9375a72d3affc734ad --- /dev/null +++ b/img/fa-icons/solid/bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bomb.svg b/img/fa-icons/solid/bomb.svg new file mode 100755 index 0000000000000000000000000000000000000000..d7a56f2b18ada7e8f33fbba0a970ac6c7b581909 --- /dev/null +++ b/img/fa-icons/solid/bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bone.svg b/img/fa-icons/solid/bone.svg new file mode 100755 index 0000000000000000000000000000000000000000..1d43763ece97b2b5069b5308f2aece15b1dda048 --- /dev/null +++ b/img/fa-icons/solid/bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bong.svg b/img/fa-icons/solid/bong.svg new file mode 100755 index 0000000000000000000000000000000000000000..e84800ce58b3347444080d3107d1003f33a5bb73 --- /dev/null +++ b/img/fa-icons/solid/bong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/book-dead.svg b/img/fa-icons/solid/book-dead.svg new file mode 100755 index 0000000000000000000000000000000000000000..0a2de863ca5f885856200c6de66cb32e0a3fd761 --- /dev/null +++ b/img/fa-icons/solid/book-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/book-open.svg b/img/fa-icons/solid/book-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..342917db5900f83be6addfabab433084f1b53a46 --- /dev/null +++ b/img/fa-icons/solid/book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/book-reader.svg b/img/fa-icons/solid/book-reader.svg new file mode 100755 index 0000000000000000000000000000000000000000..4d39dcbccea6309387e17584ffd4026e6cebbe67 --- /dev/null +++ b/img/fa-icons/solid/book-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/book.svg b/img/fa-icons/solid/book.svg new file mode 100755 index 0000000000000000000000000000000000000000..d27fdae79b37fac60f8dd3526047f70386e209dd --- /dev/null +++ b/img/fa-icons/solid/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bookmark.svg b/img/fa-icons/solid/bookmark.svg new file mode 100755 index 0000000000000000000000000000000000000000..d1c8e4a20f3e7b0eea532beb3e8230f4f1e29fa7 --- /dev/null +++ b/img/fa-icons/solid/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bowling-ball.svg b/img/fa-icons/solid/bowling-ball.svg new file mode 100755 index 0000000000000000000000000000000000000000..59602f68fea7bcb55f749a106b88064931d72c1b --- /dev/null +++ b/img/fa-icons/solid/bowling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/box-open.svg b/img/fa-icons/solid/box-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..36c227735912ba277b0c5d2503a9faf11281e379 --- /dev/null +++ b/img/fa-icons/solid/box-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/box.svg b/img/fa-icons/solid/box.svg new file mode 100755 index 0000000000000000000000000000000000000000..6cd0dc1238953b94ca6db9674a73b559ee5b0381 --- /dev/null +++ b/img/fa-icons/solid/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/boxes.svg b/img/fa-icons/solid/boxes.svg new file mode 100755 index 0000000000000000000000000000000000000000..b2da05b6db1d0a6bf0ace31a0b01245d967573f6 --- /dev/null +++ b/img/fa-icons/solid/boxes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/braille.svg b/img/fa-icons/solid/braille.svg new file mode 100755 index 0000000000000000000000000000000000000000..08f034ffad86b54ab37982cde7c388fe83d7f7bc --- /dev/null +++ b/img/fa-icons/solid/braille.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/brain.svg b/img/fa-icons/solid/brain.svg new file mode 100755 index 0000000000000000000000000000000000000000..0fc5f1ce00932636e5b3810c8c33164d45b162e5 --- /dev/null +++ b/img/fa-icons/solid/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/briefcase-medical.svg b/img/fa-icons/solid/briefcase-medical.svg new file mode 100755 index 0000000000000000000000000000000000000000..f1404740f454a1fa7d61437b40de1b5ff760ebd5 --- /dev/null +++ b/img/fa-icons/solid/briefcase-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/briefcase.svg b/img/fa-icons/solid/briefcase.svg new file mode 100755 index 0000000000000000000000000000000000000000..8c2882a094df77bc9e2b6aec2a10d038e1ed8dbf --- /dev/null +++ b/img/fa-icons/solid/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/broadcast-tower.svg b/img/fa-icons/solid/broadcast-tower.svg new file mode 100755 index 0000000000000000000000000000000000000000..614bc53dd5839b19b3e4963f77e1a51a948d0144 --- /dev/null +++ b/img/fa-icons/solid/broadcast-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/broom.svg b/img/fa-icons/solid/broom.svg new file mode 100755 index 0000000000000000000000000000000000000000..93b43c99fb45aa01fc33324fdbc1862b4fdfb253 --- /dev/null +++ b/img/fa-icons/solid/broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/brush.svg b/img/fa-icons/solid/brush.svg new file mode 100755 index 0000000000000000000000000000000000000000..e42b048b4ace25fa58c3b93d8f0bacccfd06568a --- /dev/null +++ b/img/fa-icons/solid/brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bug.svg b/img/fa-icons/solid/bug.svg new file mode 100755 index 0000000000000000000000000000000000000000..b9185530aa96a0ef3e045a4096fb69fac600ff54 --- /dev/null +++ b/img/fa-icons/solid/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/building.svg b/img/fa-icons/solid/building.svg new file mode 100755 index 0000000000000000000000000000000000000000..a109377bcf5d056a712d146ce2b2924864a12b2b --- /dev/null +++ b/img/fa-icons/solid/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bullhorn.svg b/img/fa-icons/solid/bullhorn.svg new file mode 100755 index 0000000000000000000000000000000000000000..9c8637095b323006c5219a9724b94f47571ff5cd --- /dev/null +++ b/img/fa-icons/solid/bullhorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bullseye.svg b/img/fa-icons/solid/bullseye.svg new file mode 100755 index 0000000000000000000000000000000000000000..ec402e64471376a2b6eae40542222f94d07e5bda --- /dev/null +++ b/img/fa-icons/solid/bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/burn.svg b/img/fa-icons/solid/burn.svg new file mode 100755 index 0000000000000000000000000000000000000000..44183cf17b847c04ff16bdce8567e59558eca11b --- /dev/null +++ b/img/fa-icons/solid/burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bus-alt.svg b/img/fa-icons/solid/bus-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..bfaad721585a62bb0aa99e085d278f4c9c37dc3e --- /dev/null +++ b/img/fa-icons/solid/bus-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/bus.svg b/img/fa-icons/solid/bus.svg new file mode 100755 index 0000000000000000000000000000000000000000..040c4a6b20b2c4b002498de9d1197b121b4a5ddb --- /dev/null +++ b/img/fa-icons/solid/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/business-time.svg b/img/fa-icons/solid/business-time.svg new file mode 100755 index 0000000000000000000000000000000000000000..74b5a1df4d9f3298eab44e5dba6a8e75dd5313ae --- /dev/null +++ b/img/fa-icons/solid/business-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calculator.svg b/img/fa-icons/solid/calculator.svg new file mode 100755 index 0000000000000000000000000000000000000000..9b367dfae5df1c54766e27f994910a22627e01b3 --- /dev/null +++ b/img/fa-icons/solid/calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calendar-alt.svg b/img/fa-icons/solid/calendar-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..35d6c716602c38bf1c3db7d021820162dd9ed6de --- /dev/null +++ b/img/fa-icons/solid/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calendar-check.svg b/img/fa-icons/solid/calendar-check.svg new file mode 100755 index 0000000000000000000000000000000000000000..35b590d024c6aa7197e7ed7375160eccf64b5317 --- /dev/null +++ b/img/fa-icons/solid/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calendar-minus.svg b/img/fa-icons/solid/calendar-minus.svg new file mode 100755 index 0000000000000000000000000000000000000000..78b8a3c07b4c31539deadc27708068b5bb3b5471 --- /dev/null +++ b/img/fa-icons/solid/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calendar-plus.svg b/img/fa-icons/solid/calendar-plus.svg new file mode 100755 index 0000000000000000000000000000000000000000..5e1b33825316cd62ee1bd90340bf4c9e7b24ac4a --- /dev/null +++ b/img/fa-icons/solid/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calendar-times.svg b/img/fa-icons/solid/calendar-times.svg new file mode 100755 index 0000000000000000000000000000000000000000..4db39b2d886a1d0c813bbb1e8c4ef77be7fa2c9a --- /dev/null +++ b/img/fa-icons/solid/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/calendar.svg b/img/fa-icons/solid/calendar.svg new file mode 100755 index 0000000000000000000000000000000000000000..2d3eefe8d65e8e8eb05e4f19988ec12ef738958d --- /dev/null +++ b/img/fa-icons/solid/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/camera-retro.svg b/img/fa-icons/solid/camera-retro.svg new file mode 100755 index 0000000000000000000000000000000000000000..67b7cfd54b6f286d49d56ef976e284747cfac3bc --- /dev/null +++ b/img/fa-icons/solid/camera-retro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/camera.svg b/img/fa-icons/solid/camera.svg new file mode 100755 index 0000000000000000000000000000000000000000..dc9f6081364f40e644018cdce11bdca9b36b3c2f --- /dev/null +++ b/img/fa-icons/solid/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/campground.svg b/img/fa-icons/solid/campground.svg new file mode 100755 index 0000000000000000000000000000000000000000..39719580fde3efcd2342fc7a5e794e1f85c1aef7 --- /dev/null +++ b/img/fa-icons/solid/campground.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cannabis.svg b/img/fa-icons/solid/cannabis.svg new file mode 100755 index 0000000000000000000000000000000000000000..20ff4cd331374328ff10fc0cfe287afec18db4e9 --- /dev/null +++ b/img/fa-icons/solid/cannabis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/capsules.svg b/img/fa-icons/solid/capsules.svg new file mode 100755 index 0000000000000000000000000000000000000000..20d8ceea23968a70a8893a35498ad58ecb30fa90 --- /dev/null +++ b/img/fa-icons/solid/capsules.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/car-alt.svg b/img/fa-icons/solid/car-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..88111cfae660a6da78d0a304fec247db475f82b0 --- /dev/null +++ b/img/fa-icons/solid/car-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/car-battery.svg b/img/fa-icons/solid/car-battery.svg new file mode 100755 index 0000000000000000000000000000000000000000..537e7d2989f9e86ba0c2284647a23af2539f574c --- /dev/null +++ b/img/fa-icons/solid/car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/car-crash.svg b/img/fa-icons/solid/car-crash.svg new file mode 100755 index 0000000000000000000000000000000000000000..bd9c65c8cd527ad984efe61fc28d98301ca85789 --- /dev/null +++ b/img/fa-icons/solid/car-crash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/car-side.svg b/img/fa-icons/solid/car-side.svg new file mode 100755 index 0000000000000000000000000000000000000000..9d5ac6c48952779fadb2058ad87684092deab712 --- /dev/null +++ b/img/fa-icons/solid/car-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/car.svg b/img/fa-icons/solid/car.svg new file mode 100755 index 0000000000000000000000000000000000000000..9b23899005b05845128e9f12a06817bef4c7b8ce --- /dev/null +++ b/img/fa-icons/solid/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-down.svg b/img/fa-icons/solid/caret-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..b3ee2ea95198c93b3e3d49c9e26a59ecc254fd7e --- /dev/null +++ b/img/fa-icons/solid/caret-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-left.svg b/img/fa-icons/solid/caret-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..36d7191ad3d438f3090b4ee3fc840601b19f9b45 --- /dev/null +++ b/img/fa-icons/solid/caret-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-right.svg b/img/fa-icons/solid/caret-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..bcd4cd106e4d14e06d9b772b3ee3e68129745624 --- /dev/null +++ b/img/fa-icons/solid/caret-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-square-down.svg b/img/fa-icons/solid/caret-square-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..87a4f7a055110243aa8f4dcf7238895b5a3c50dc --- /dev/null +++ b/img/fa-icons/solid/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-square-left.svg b/img/fa-icons/solid/caret-square-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..856dcac95f312e45811d776f570f15d12d9b28f1 --- /dev/null +++ b/img/fa-icons/solid/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-square-right.svg b/img/fa-icons/solid/caret-square-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..d69ec9fd4e83d7de80b792d7ec3c08de83709169 --- /dev/null +++ b/img/fa-icons/solid/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-square-up.svg b/img/fa-icons/solid/caret-square-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..005ea2c0651337c3e8361321139829e44c47f347 --- /dev/null +++ b/img/fa-icons/solid/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/caret-up.svg b/img/fa-icons/solid/caret-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..b4c7e5485a249e85a93cd521a46284945a5984c3 --- /dev/null +++ b/img/fa-icons/solid/caret-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cart-arrow-down.svg b/img/fa-icons/solid/cart-arrow-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..69e39712a7a68feb92ec7d1c3559587598f982d7 --- /dev/null +++ b/img/fa-icons/solid/cart-arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cart-plus.svg b/img/fa-icons/solid/cart-plus.svg new file mode 100755 index 0000000000000000000000000000000000000000..7f5ab7f52e2339f5fc4727ce77d9764e29bd2c13 --- /dev/null +++ b/img/fa-icons/solid/cart-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cat.svg b/img/fa-icons/solid/cat.svg new file mode 100755 index 0000000000000000000000000000000000000000..486bbcc4d56b633f434936597ec4deb82c925245 --- /dev/null +++ b/img/fa-icons/solid/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/certificate.svg b/img/fa-icons/solid/certificate.svg new file mode 100755 index 0000000000000000000000000000000000000000..c57ab137ac0d74d0fbed5704a4961272705603fb --- /dev/null +++ b/img/fa-icons/solid/certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chair.svg b/img/fa-icons/solid/chair.svg new file mode 100755 index 0000000000000000000000000000000000000000..759162414a191e6a3dd66c8cc5f97b4752af4b33 --- /dev/null +++ b/img/fa-icons/solid/chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chalkboard-teacher.svg b/img/fa-icons/solid/chalkboard-teacher.svg new file mode 100755 index 0000000000000000000000000000000000000000..ce1d9dc53e0d997d7655936060e398f1a3631db3 --- /dev/null +++ b/img/fa-icons/solid/chalkboard-teacher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chalkboard.svg b/img/fa-icons/solid/chalkboard.svg new file mode 100755 index 0000000000000000000000000000000000000000..6ec7e00d02f47b8eed6dca9408adfdf702832854 --- /dev/null +++ b/img/fa-icons/solid/chalkboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/charging-station.svg b/img/fa-icons/solid/charging-station.svg new file mode 100755 index 0000000000000000000000000000000000000000..2b0997f1c5314f624c273f82aff59686d5974cbc --- /dev/null +++ b/img/fa-icons/solid/charging-station.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chart-area.svg b/img/fa-icons/solid/chart-area.svg new file mode 100755 index 0000000000000000000000000000000000000000..47c8862909930050e9c8b85a4993156f306b1957 --- /dev/null +++ b/img/fa-icons/solid/chart-area.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chart-bar.svg b/img/fa-icons/solid/chart-bar.svg new file mode 100755 index 0000000000000000000000000000000000000000..e08c6f7cb6c4639480cc0bfd43568a3734deae3e --- /dev/null +++ b/img/fa-icons/solid/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chart-line.svg b/img/fa-icons/solid/chart-line.svg new file mode 100755 index 0000000000000000000000000000000000000000..5a0e06fec37799f79a4848ba4e99ccf14f35d298 --- /dev/null +++ b/img/fa-icons/solid/chart-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chart-pie.svg b/img/fa-icons/solid/chart-pie.svg new file mode 100755 index 0000000000000000000000000000000000000000..e1b476bd33b101e8c5697be2f7e12a72a1d6a46b --- /dev/null +++ b/img/fa-icons/solid/chart-pie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/check-circle.svg b/img/fa-icons/solid/check-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..bdda551efc352f7fda491483e1b308813c678bd0 --- /dev/null +++ b/img/fa-icons/solid/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/check-double.svg b/img/fa-icons/solid/check-double.svg new file mode 100755 index 0000000000000000000000000000000000000000..607531371d578f80c88c0e503ec02b750a1707be --- /dev/null +++ b/img/fa-icons/solid/check-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/check-square.svg b/img/fa-icons/solid/check-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..4ea6964af0c8d7d767af6c80bfc3cc8d64401484 --- /dev/null +++ b/img/fa-icons/solid/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/check.svg b/img/fa-icons/solid/check.svg new file mode 100755 index 0000000000000000000000000000000000000000..2ec27cf84a64d61b1396f5f924abecfbaa8c48a2 --- /dev/null +++ b/img/fa-icons/solid/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-bishop.svg b/img/fa-icons/solid/chess-bishop.svg new file mode 100755 index 0000000000000000000000000000000000000000..6fda98adbb75b2ff2a51e6f1e557606638ecbbc7 --- /dev/null +++ b/img/fa-icons/solid/chess-bishop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-board.svg b/img/fa-icons/solid/chess-board.svg new file mode 100755 index 0000000000000000000000000000000000000000..abf68b0ee87d613592960476583d2e7abf8710c6 --- /dev/null +++ b/img/fa-icons/solid/chess-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-king.svg b/img/fa-icons/solid/chess-king.svg new file mode 100755 index 0000000000000000000000000000000000000000..5a12d164597ab0284f664d24a863a9734faf1ffb --- /dev/null +++ b/img/fa-icons/solid/chess-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-knight.svg b/img/fa-icons/solid/chess-knight.svg new file mode 100755 index 0000000000000000000000000000000000000000..a0998855331572b214bc2f3948cf6046175342f9 --- /dev/null +++ b/img/fa-icons/solid/chess-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-pawn.svg b/img/fa-icons/solid/chess-pawn.svg new file mode 100755 index 0000000000000000000000000000000000000000..4b339fc43e962f5c2538d67b7a56e22b0838528c --- /dev/null +++ b/img/fa-icons/solid/chess-pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-queen.svg b/img/fa-icons/solid/chess-queen.svg new file mode 100755 index 0000000000000000000000000000000000000000..e8c96216f1fd16d34964114b79607310864c81ce --- /dev/null +++ b/img/fa-icons/solid/chess-queen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess-rook.svg b/img/fa-icons/solid/chess-rook.svg new file mode 100755 index 0000000000000000000000000000000000000000..abe46cd32a374c6ceffbed3d44188ba2377667f0 --- /dev/null +++ b/img/fa-icons/solid/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chess.svg b/img/fa-icons/solid/chess.svg new file mode 100755 index 0000000000000000000000000000000000000000..2bfd2dc715e32ea56f1a885a4f69e3d2e59da610 --- /dev/null +++ b/img/fa-icons/solid/chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-circle-down.svg b/img/fa-icons/solid/chevron-circle-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..4be7cea6fdfa79b24c538e2bf5bfe05327cdf235 --- /dev/null +++ b/img/fa-icons/solid/chevron-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-circle-left.svg b/img/fa-icons/solid/chevron-circle-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..60b5ac6ec0c7e4997408e0b06745bb34a837c7f7 --- /dev/null +++ b/img/fa-icons/solid/chevron-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-circle-right.svg b/img/fa-icons/solid/chevron-circle-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..93350ee73a4bc49cdbff9bc4243818b18cedd263 --- /dev/null +++ b/img/fa-icons/solid/chevron-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-circle-up.svg b/img/fa-icons/solid/chevron-circle-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..d973a5dfa97ffe58e455f1907dcbe2915923fe6d --- /dev/null +++ b/img/fa-icons/solid/chevron-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-down.svg b/img/fa-icons/solid/chevron-down.svg new file mode 100755 index 0000000000000000000000000000000000000000..5962e8933ae93318d46466b3910b35780d9af81c --- /dev/null +++ b/img/fa-icons/solid/chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-left.svg b/img/fa-icons/solid/chevron-left.svg new file mode 100755 index 0000000000000000000000000000000000000000..c2dcbcca906ff274fa8e6463ef50b90023530852 --- /dev/null +++ b/img/fa-icons/solid/chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-right.svg b/img/fa-icons/solid/chevron-right.svg new file mode 100755 index 0000000000000000000000000000000000000000..6d3e119b86965292ec53232df3cdec53ee5aa006 --- /dev/null +++ b/img/fa-icons/solid/chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/chevron-up.svg b/img/fa-icons/solid/chevron-up.svg new file mode 100755 index 0000000000000000000000000000000000000000..a38c372ad643f9f4389234525c9d50a7f21f13f4 --- /dev/null +++ b/img/fa-icons/solid/chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/child.svg b/img/fa-icons/solid/child.svg new file mode 100755 index 0000000000000000000000000000000000000000..8bbc718b9055ff9d5509bbfbc2a620996f755dc9 --- /dev/null +++ b/img/fa-icons/solid/child.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/church.svg b/img/fa-icons/solid/church.svg new file mode 100755 index 0000000000000000000000000000000000000000..ffe29d9ae8795464cb2862e02226aa66dfc6df5e --- /dev/null +++ b/img/fa-icons/solid/church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/circle-notch.svg b/img/fa-icons/solid/circle-notch.svg new file mode 100755 index 0000000000000000000000000000000000000000..3cc8c0b5d4d7c4173c607ad527715f26e13d1f60 --- /dev/null +++ b/img/fa-icons/solid/circle-notch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/circle.svg b/img/fa-icons/solid/circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..c2db0b25c9d4701c418a7633543714cd603ba8ad --- /dev/null +++ b/img/fa-icons/solid/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/city.svg b/img/fa-icons/solid/city.svg new file mode 100755 index 0000000000000000000000000000000000000000..a27d3116e0f5c1144477cced3bf6540799e47621 --- /dev/null +++ b/img/fa-icons/solid/city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/clipboard-check.svg b/img/fa-icons/solid/clipboard-check.svg new file mode 100755 index 0000000000000000000000000000000000000000..3cdd41e99d592c42e7b894a96a3c1bcb28339875 --- /dev/null +++ b/img/fa-icons/solid/clipboard-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/clipboard-list.svg b/img/fa-icons/solid/clipboard-list.svg new file mode 100755 index 0000000000000000000000000000000000000000..f8421f08bc9e31c8ad45b85a2fb22dc4b9d6b92f --- /dev/null +++ b/img/fa-icons/solid/clipboard-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/clipboard.svg b/img/fa-icons/solid/clipboard.svg new file mode 100755 index 0000000000000000000000000000000000000000..1980a2bf1e65f98f52975f4ba20dec0b21bcb009 --- /dev/null +++ b/img/fa-icons/solid/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/clock.svg b/img/fa-icons/solid/clock.svg new file mode 100755 index 0000000000000000000000000000000000000000..6444d5b9b6ebc846d4deeb21542de64cedc4d549 --- /dev/null +++ b/img/fa-icons/solid/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/clone.svg b/img/fa-icons/solid/clone.svg new file mode 100755 index 0000000000000000000000000000000000000000..0f40db0744c46be2253dd2de26c3fc86a5885a04 --- /dev/null +++ b/img/fa-icons/solid/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/closed-captioning.svg b/img/fa-icons/solid/closed-captioning.svg new file mode 100755 index 0000000000000000000000000000000000000000..f0c68d043541cabb4490fbfe98a1eb37a752bb0b --- /dev/null +++ b/img/fa-icons/solid/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-download-alt.svg b/img/fa-icons/solid/cloud-download-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..3cd62ac2450ff380405ade5d864431f1bfdc5221 --- /dev/null +++ b/img/fa-icons/solid/cloud-download-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-meatball.svg b/img/fa-icons/solid/cloud-meatball.svg new file mode 100755 index 0000000000000000000000000000000000000000..fe0a3a9807a952dc71be3e55a9ddd25293872d65 --- /dev/null +++ b/img/fa-icons/solid/cloud-meatball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-moon-rain.svg b/img/fa-icons/solid/cloud-moon-rain.svg new file mode 100755 index 0000000000000000000000000000000000000000..dc164ec4199712d0805663638b143d9c39ca02ee --- /dev/null +++ b/img/fa-icons/solid/cloud-moon-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-moon.svg b/img/fa-icons/solid/cloud-moon.svg new file mode 100755 index 0000000000000000000000000000000000000000..2caccfb1b38cc746f7ee9b7a934e3c1c5e17b2ae --- /dev/null +++ b/img/fa-icons/solid/cloud-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-rain.svg b/img/fa-icons/solid/cloud-rain.svg new file mode 100755 index 0000000000000000000000000000000000000000..766e9ae92776a8b846b2faa457904de95c9c8cb7 --- /dev/null +++ b/img/fa-icons/solid/cloud-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-showers-heavy.svg b/img/fa-icons/solid/cloud-showers-heavy.svg new file mode 100755 index 0000000000000000000000000000000000000000..9b6d5b6a8b00845f82341e79dcae43d89550c421 --- /dev/null +++ b/img/fa-icons/solid/cloud-showers-heavy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-sun-rain.svg b/img/fa-icons/solid/cloud-sun-rain.svg new file mode 100755 index 0000000000000000000000000000000000000000..eedd183b7baa0c261c4532ad0857003068a7c9ad --- /dev/null +++ b/img/fa-icons/solid/cloud-sun-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-sun.svg b/img/fa-icons/solid/cloud-sun.svg new file mode 100755 index 0000000000000000000000000000000000000000..e4afd9ff109ce2776f72bdb0faba6a4732f6d7c5 --- /dev/null +++ b/img/fa-icons/solid/cloud-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud-upload-alt.svg b/img/fa-icons/solid/cloud-upload-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..8cf98e907b3f5ecdb3e075d0dac6b251c8b85cec --- /dev/null +++ b/img/fa-icons/solid/cloud-upload-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cloud.svg b/img/fa-icons/solid/cloud.svg new file mode 100755 index 0000000000000000000000000000000000000000..38d2dc5306b486a0606a171c57560694f311919c --- /dev/null +++ b/img/fa-icons/solid/cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cocktail.svg b/img/fa-icons/solid/cocktail.svg new file mode 100755 index 0000000000000000000000000000000000000000..b630000ba09d570a7fa76500024c53926025551c --- /dev/null +++ b/img/fa-icons/solid/cocktail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/code-branch.svg b/img/fa-icons/solid/code-branch.svg new file mode 100755 index 0000000000000000000000000000000000000000..0f33c5c50915ad7c52dcde37018fc17bfe1216a5 --- /dev/null +++ b/img/fa-icons/solid/code-branch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/code.svg b/img/fa-icons/solid/code.svg new file mode 100755 index 0000000000000000000000000000000000000000..ea8da707c30033f4b5beaa5453e52c0e775d4c67 --- /dev/null +++ b/img/fa-icons/solid/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/coffee.svg b/img/fa-icons/solid/coffee.svg new file mode 100755 index 0000000000000000000000000000000000000000..af4c0247730a937db529c3d14d184641bf1c77cc --- /dev/null +++ b/img/fa-icons/solid/coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cog.svg b/img/fa-icons/solid/cog.svg new file mode 100755 index 0000000000000000000000000000000000000000..cc178ceb5f4d7fb875bfb387537de83327893c5f --- /dev/null +++ b/img/fa-icons/solid/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cogs.svg b/img/fa-icons/solid/cogs.svg new file mode 100755 index 0000000000000000000000000000000000000000..c016886e00b32d1b7ac7e7cbb6a4da68c4c9db18 --- /dev/null +++ b/img/fa-icons/solid/cogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/coins.svg b/img/fa-icons/solid/coins.svg new file mode 100755 index 0000000000000000000000000000000000000000..511b03316ea607858ee639172272527213adf858 --- /dev/null +++ b/img/fa-icons/solid/coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/columns.svg b/img/fa-icons/solid/columns.svg new file mode 100755 index 0000000000000000000000000000000000000000..84ec2a09e32a49541eb3cf37042f437c49d9e59e --- /dev/null +++ b/img/fa-icons/solid/columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comment-alt.svg b/img/fa-icons/solid/comment-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..5d81f790e0728f9013c44bc94479435fc4aa7b4b --- /dev/null +++ b/img/fa-icons/solid/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comment-dollar.svg b/img/fa-icons/solid/comment-dollar.svg new file mode 100755 index 0000000000000000000000000000000000000000..c77a6f0684f1002c6ab7b2e68bba76c60ec13d95 --- /dev/null +++ b/img/fa-icons/solid/comment-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comment-dots.svg b/img/fa-icons/solid/comment-dots.svg new file mode 100755 index 0000000000000000000000000000000000000000..5866e4194e53c4b1f3eb76bceb65396bbc166e79 --- /dev/null +++ b/img/fa-icons/solid/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comment-slash.svg b/img/fa-icons/solid/comment-slash.svg new file mode 100755 index 0000000000000000000000000000000000000000..b4b826fbc4506f2cb3b4cc79f83f9c03ac3611a9 --- /dev/null +++ b/img/fa-icons/solid/comment-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comment.svg b/img/fa-icons/solid/comment.svg new file mode 100755 index 0000000000000000000000000000000000000000..f63328368b52ac4667463355fe2872e1a7f726ac --- /dev/null +++ b/img/fa-icons/solid/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comments-dollar.svg b/img/fa-icons/solid/comments-dollar.svg new file mode 100755 index 0000000000000000000000000000000000000000..aacfa1930d1d250dda180eacf61abb9aa43769a8 --- /dev/null +++ b/img/fa-icons/solid/comments-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/comments.svg b/img/fa-icons/solid/comments.svg new file mode 100755 index 0000000000000000000000000000000000000000..2ea7897c85cbbcf293d7b7a0ba5c65f6938df2a2 --- /dev/null +++ b/img/fa-icons/solid/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/compact-disc.svg b/img/fa-icons/solid/compact-disc.svg new file mode 100755 index 0000000000000000000000000000000000000000..7a583fce9c9e74b992ae3ba6bbea4e5662867cc0 --- /dev/null +++ b/img/fa-icons/solid/compact-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/compass.svg b/img/fa-icons/solid/compass.svg new file mode 100755 index 0000000000000000000000000000000000000000..e7f9cb9acace560de6df77f5060c32195754c6ba --- /dev/null +++ b/img/fa-icons/solid/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/compress.svg b/img/fa-icons/solid/compress.svg new file mode 100755 index 0000000000000000000000000000000000000000..f2faafbfd393897042a2682263e1e2f33cbcce70 --- /dev/null +++ b/img/fa-icons/solid/compress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/concierge-bell.svg b/img/fa-icons/solid/concierge-bell.svg new file mode 100755 index 0000000000000000000000000000000000000000..91d12a638d9629001a064f9eeef33a0e4e19ac75 --- /dev/null +++ b/img/fa-icons/solid/concierge-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cookie-bite.svg b/img/fa-icons/solid/cookie-bite.svg new file mode 100755 index 0000000000000000000000000000000000000000..42d566154dcefd0121d1d24a216ae07789616d68 --- /dev/null +++ b/img/fa-icons/solid/cookie-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cookie.svg b/img/fa-icons/solid/cookie.svg new file mode 100755 index 0000000000000000000000000000000000000000..06ab745247747f9c7f8bdbdce01fbc0f375d95a7 --- /dev/null +++ b/img/fa-icons/solid/cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/copy.svg b/img/fa-icons/solid/copy.svg new file mode 100755 index 0000000000000000000000000000000000000000..02534e7caa1d84791510ac17ae17eedfcd5ddda4 --- /dev/null +++ b/img/fa-icons/solid/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/copyright.svg b/img/fa-icons/solid/copyright.svg new file mode 100755 index 0000000000000000000000000000000000000000..eb5d4c61b144a9e65d8d2695858bcb0e1a847bd7 --- /dev/null +++ b/img/fa-icons/solid/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/couch.svg b/img/fa-icons/solid/couch.svg new file mode 100755 index 0000000000000000000000000000000000000000..ba8c3ffb4e83c348a304c2e6f741c994bd289b01 --- /dev/null +++ b/img/fa-icons/solid/couch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/credit-card.svg b/img/fa-icons/solid/credit-card.svg new file mode 100755 index 0000000000000000000000000000000000000000..676d35868096edbcf600ef4900e234a7288393fd --- /dev/null +++ b/img/fa-icons/solid/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/crop-alt.svg b/img/fa-icons/solid/crop-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..aa7438ebfc3a1188c95b7924c464525f522b8210 --- /dev/null +++ b/img/fa-icons/solid/crop-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/crop.svg b/img/fa-icons/solid/crop.svg new file mode 100755 index 0000000000000000000000000000000000000000..5bd06a9214c020730da9e78fc82ccf24002b0ef8 --- /dev/null +++ b/img/fa-icons/solid/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cross.svg b/img/fa-icons/solid/cross.svg new file mode 100755 index 0000000000000000000000000000000000000000..86113de50537e5028bc235cffede6367f296c4d7 --- /dev/null +++ b/img/fa-icons/solid/cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/crosshairs.svg b/img/fa-icons/solid/crosshairs.svg new file mode 100755 index 0000000000000000000000000000000000000000..60acd3e28bfdb469db4e821290e647d340d5c184 --- /dev/null +++ b/img/fa-icons/solid/crosshairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/crow.svg b/img/fa-icons/solid/crow.svg new file mode 100755 index 0000000000000000000000000000000000000000..de91410af5b7c397bc9e9649354125ca99a85679 --- /dev/null +++ b/img/fa-icons/solid/crow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/crown.svg b/img/fa-icons/solid/crown.svg new file mode 100755 index 0000000000000000000000000000000000000000..03b1f191806bbc696eab40f8ab394a141f8c7abd --- /dev/null +++ b/img/fa-icons/solid/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cube.svg b/img/fa-icons/solid/cube.svg new file mode 100755 index 0000000000000000000000000000000000000000..a627fd549b3220d875d84e89ee552d9091ae0933 --- /dev/null +++ b/img/fa-icons/solid/cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cubes.svg b/img/fa-icons/solid/cubes.svg new file mode 100755 index 0000000000000000000000000000000000000000..208f688a3eea3fae010a8d8010f71b69e4a32686 --- /dev/null +++ b/img/fa-icons/solid/cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/cut.svg b/img/fa-icons/solid/cut.svg new file mode 100755 index 0000000000000000000000000000000000000000..4f626aa098bd4e150eda892b7106cdae7def796b --- /dev/null +++ b/img/fa-icons/solid/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/database.svg b/img/fa-icons/solid/database.svg new file mode 100755 index 0000000000000000000000000000000000000000..a6e4982bc32f6e3291effd8d5edbadee3c6bbd78 --- /dev/null +++ b/img/fa-icons/solid/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/deaf.svg b/img/fa-icons/solid/deaf.svg new file mode 100755 index 0000000000000000000000000000000000000000..25a7a86ece5a74fe66bbe290d1035ae02b707dff --- /dev/null +++ b/img/fa-icons/solid/deaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/democrat.svg b/img/fa-icons/solid/democrat.svg new file mode 100755 index 0000000000000000000000000000000000000000..5cde060ff087cc7ec184e67c2005a3efc7e80532 --- /dev/null +++ b/img/fa-icons/solid/democrat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/desktop.svg b/img/fa-icons/solid/desktop.svg new file mode 100755 index 0000000000000000000000000000000000000000..bba157e808452d00c88729679bd1fc3b8199ba0a --- /dev/null +++ b/img/fa-icons/solid/desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dharmachakra.svg b/img/fa-icons/solid/dharmachakra.svg new file mode 100755 index 0000000000000000000000000000000000000000..6838379bec6b3d4808e7fce1e44e5701a15a333b --- /dev/null +++ b/img/fa-icons/solid/dharmachakra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/diagnoses.svg b/img/fa-icons/solid/diagnoses.svg new file mode 100755 index 0000000000000000000000000000000000000000..8f56e24c2f9d52d0646a5647a54fdce7f37e957a --- /dev/null +++ b/img/fa-icons/solid/diagnoses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-d20.svg b/img/fa-icons/solid/dice-d20.svg new file mode 100755 index 0000000000000000000000000000000000000000..085e3f0d9c0b363aa3a1a501cd80ab1945d56cbf --- /dev/null +++ b/img/fa-icons/solid/dice-d20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-d6.svg b/img/fa-icons/solid/dice-d6.svg new file mode 100755 index 0000000000000000000000000000000000000000..b1d270a0f6bce9fa298caec62fc27cc35ccfe9a0 --- /dev/null +++ b/img/fa-icons/solid/dice-d6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-five.svg b/img/fa-icons/solid/dice-five.svg new file mode 100755 index 0000000000000000000000000000000000000000..7fd8c1d234f184eb3b68be6e9aa78a6c3a487b35 --- /dev/null +++ b/img/fa-icons/solid/dice-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-four.svg b/img/fa-icons/solid/dice-four.svg new file mode 100755 index 0000000000000000000000000000000000000000..9cd681bd31b86eb8f32c6448cfd332e489325bd7 --- /dev/null +++ b/img/fa-icons/solid/dice-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-one.svg b/img/fa-icons/solid/dice-one.svg new file mode 100755 index 0000000000000000000000000000000000000000..e5d3b5e14edc5c24cd6c138fc5e102637ed160d3 --- /dev/null +++ b/img/fa-icons/solid/dice-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-six.svg b/img/fa-icons/solid/dice-six.svg new file mode 100755 index 0000000000000000000000000000000000000000..c1ed7cfc4266173acce019359ca23cd5cc389e3d --- /dev/null +++ b/img/fa-icons/solid/dice-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-three.svg b/img/fa-icons/solid/dice-three.svg new file mode 100755 index 0000000000000000000000000000000000000000..c035c8043fa2104403dedffb9d64355e62f377b8 --- /dev/null +++ b/img/fa-icons/solid/dice-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice-two.svg b/img/fa-icons/solid/dice-two.svg new file mode 100755 index 0000000000000000000000000000000000000000..d6528d79e80bb3498b5bc282b42839e39b9d5d11 --- /dev/null +++ b/img/fa-icons/solid/dice-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dice.svg b/img/fa-icons/solid/dice.svg new file mode 100755 index 0000000000000000000000000000000000000000..da8a81230ae6ddcba3d8929e297384513f563d0a --- /dev/null +++ b/img/fa-icons/solid/dice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/digital-tachograph.svg b/img/fa-icons/solid/digital-tachograph.svg new file mode 100755 index 0000000000000000000000000000000000000000..65f4a028c1956a8c873372938b64626a27e9717e --- /dev/null +++ b/img/fa-icons/solid/digital-tachograph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/directions.svg b/img/fa-icons/solid/directions.svg new file mode 100755 index 0000000000000000000000000000000000000000..aa23106ed0bb12fb5f58ab7f22f3a6caf79b7bfd --- /dev/null +++ b/img/fa-icons/solid/directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/divide.svg b/img/fa-icons/solid/divide.svg new file mode 100755 index 0000000000000000000000000000000000000000..cb6d8b6f90cb7394af388be01ba0f7ada2ae51f1 --- /dev/null +++ b/img/fa-icons/solid/divide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dizzy.svg b/img/fa-icons/solid/dizzy.svg new file mode 100755 index 0000000000000000000000000000000000000000..d1b52469260eeafe15d85bc70031c7e630c21896 --- /dev/null +++ b/img/fa-icons/solid/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dna.svg b/img/fa-icons/solid/dna.svg new file mode 100755 index 0000000000000000000000000000000000000000..81cddb6a672c2a63d523e4f396a64c889c9556bc --- /dev/null +++ b/img/fa-icons/solid/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dog.svg b/img/fa-icons/solid/dog.svg new file mode 100755 index 0000000000000000000000000000000000000000..ac7c62681e88717ca7f4f8d4a2871989d0a38b59 --- /dev/null +++ b/img/fa-icons/solid/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dollar-sign.svg b/img/fa-icons/solid/dollar-sign.svg new file mode 100755 index 0000000000000000000000000000000000000000..23cf69108ef449dbca395d0981a5e289fad74d73 --- /dev/null +++ b/img/fa-icons/solid/dollar-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dolly-flatbed.svg b/img/fa-icons/solid/dolly-flatbed.svg new file mode 100755 index 0000000000000000000000000000000000000000..bb20bdebceba4a83663fba57b95dd969137c22fb --- /dev/null +++ b/img/fa-icons/solid/dolly-flatbed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dolly.svg b/img/fa-icons/solid/dolly.svg new file mode 100755 index 0000000000000000000000000000000000000000..0fe3a517fb27c8fd54ede89b4951535010522a25 --- /dev/null +++ b/img/fa-icons/solid/dolly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/donate.svg b/img/fa-icons/solid/donate.svg new file mode 100755 index 0000000000000000000000000000000000000000..bacf83e672a3e78cd493e70fb3b6a5b1b74721b5 --- /dev/null +++ b/img/fa-icons/solid/donate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/door-closed.svg b/img/fa-icons/solid/door-closed.svg new file mode 100755 index 0000000000000000000000000000000000000000..00add341873a65adebe2fad00f50f104e3ef9cac --- /dev/null +++ b/img/fa-icons/solid/door-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/door-open.svg b/img/fa-icons/solid/door-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..e246f1fbc7249c3b59e1a14bbf97ef2dddd04f26 --- /dev/null +++ b/img/fa-icons/solid/door-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dot-circle.svg b/img/fa-icons/solid/dot-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..5cb222ddd7bfd2ff3f4268dac839e5a67c66d460 --- /dev/null +++ b/img/fa-icons/solid/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dove.svg b/img/fa-icons/solid/dove.svg new file mode 100755 index 0000000000000000000000000000000000000000..86139028ffb82548403e89072bf6013731a9b542 --- /dev/null +++ b/img/fa-icons/solid/dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/download.svg b/img/fa-icons/solid/download.svg new file mode 100755 index 0000000000000000000000000000000000000000..da5eec408ed905805e645e40122898bc9f81ef8a --- /dev/null +++ b/img/fa-icons/solid/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/drafting-compass.svg b/img/fa-icons/solid/drafting-compass.svg new file mode 100755 index 0000000000000000000000000000000000000000..c2834adb2facd7645635d5a4add123dbd569d848 --- /dev/null +++ b/img/fa-icons/solid/drafting-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dragon.svg b/img/fa-icons/solid/dragon.svg new file mode 100755 index 0000000000000000000000000000000000000000..c8ed5ebeb103133968bb801bdbbc15fec6ad92ce --- /dev/null +++ b/img/fa-icons/solid/dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/draw-polygon.svg b/img/fa-icons/solid/draw-polygon.svg new file mode 100755 index 0000000000000000000000000000000000000000..99cd9994a5e476e83ce5b7829aa3b84737ddbcfe --- /dev/null +++ b/img/fa-icons/solid/draw-polygon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/drum-steelpan.svg b/img/fa-icons/solid/drum-steelpan.svg new file mode 100755 index 0000000000000000000000000000000000000000..c4b12b485d07d90086c3cdd76198d1f771487b41 --- /dev/null +++ b/img/fa-icons/solid/drum-steelpan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/drum.svg b/img/fa-icons/solid/drum.svg new file mode 100755 index 0000000000000000000000000000000000000000..71abe5bb2fae65d67c889ca3633ac0f969e6be1c --- /dev/null +++ b/img/fa-icons/solid/drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/drumstick-bite.svg b/img/fa-icons/solid/drumstick-bite.svg new file mode 100755 index 0000000000000000000000000000000000000000..a184ab0a6ed8efe1c83804b91c14aa0fb68598e7 --- /dev/null +++ b/img/fa-icons/solid/drumstick-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dumbbell.svg b/img/fa-icons/solid/dumbbell.svg new file mode 100755 index 0000000000000000000000000000000000000000..2fe16673cad507f89caa0995ed2823dce8fd7ca1 --- /dev/null +++ b/img/fa-icons/solid/dumbbell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/dungeon.svg b/img/fa-icons/solid/dungeon.svg new file mode 100755 index 0000000000000000000000000000000000000000..a367bf4ce2816e6ffe1c42d9f3710439b0915d8b --- /dev/null +++ b/img/fa-icons/solid/dungeon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/edit.svg b/img/fa-icons/solid/edit.svg new file mode 100755 index 0000000000000000000000000000000000000000..2313feb192cdb2279a7e1c5acdae0b81910e04bd --- /dev/null +++ b/img/fa-icons/solid/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/eject.svg b/img/fa-icons/solid/eject.svg new file mode 100755 index 0000000000000000000000000000000000000000..d240b0d1b6c99bf1a8d91dd0680b8c403da409ad --- /dev/null +++ b/img/fa-icons/solid/eject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/ellipsis-h.svg b/img/fa-icons/solid/ellipsis-h.svg new file mode 100755 index 0000000000000000000000000000000000000000..70748ad957d0bcb3559f4a8b5529343b19bf3632 --- /dev/null +++ b/img/fa-icons/solid/ellipsis-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/ellipsis-v.svg b/img/fa-icons/solid/ellipsis-v.svg new file mode 100755 index 0000000000000000000000000000000000000000..e8e713ad4efc26a49680d1028251a062fde69452 --- /dev/null +++ b/img/fa-icons/solid/ellipsis-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/envelope-open-text.svg b/img/fa-icons/solid/envelope-open-text.svg new file mode 100755 index 0000000000000000000000000000000000000000..821168c0a08a6d8b2aed0bda0ef708fcb6bd6259 --- /dev/null +++ b/img/fa-icons/solid/envelope-open-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/envelope-open.svg b/img/fa-icons/solid/envelope-open.svg new file mode 100755 index 0000000000000000000000000000000000000000..947ae25a5ed5cc0303d9631d786ee39d272e9f74 --- /dev/null +++ b/img/fa-icons/solid/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/envelope-square.svg b/img/fa-icons/solid/envelope-square.svg new file mode 100755 index 0000000000000000000000000000000000000000..c35055f9c51b5df04f95f66787da1d95537c4118 --- /dev/null +++ b/img/fa-icons/solid/envelope-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/envelope.svg b/img/fa-icons/solid/envelope.svg new file mode 100755 index 0000000000000000000000000000000000000000..edbcad3de466178a4e3e62ff6cdba80389cf8159 --- /dev/null +++ b/img/fa-icons/solid/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/equals.svg b/img/fa-icons/solid/equals.svg new file mode 100755 index 0000000000000000000000000000000000000000..9dcbfdb5aab5e0e90d19a7d162a15fd4604ec092 --- /dev/null +++ b/img/fa-icons/solid/equals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/eraser.svg b/img/fa-icons/solid/eraser.svg new file mode 100755 index 0000000000000000000000000000000000000000..1ba581e7cf1847e407d0cebb503dc35f4c2b2b67 --- /dev/null +++ b/img/fa-icons/solid/eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/euro-sign.svg b/img/fa-icons/solid/euro-sign.svg new file mode 100755 index 0000000000000000000000000000000000000000..fd18c90dedbb66ad32450eed78ec088ddc6146f6 --- /dev/null +++ b/img/fa-icons/solid/euro-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/exchange-alt.svg b/img/fa-icons/solid/exchange-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..b22538a9e8b19cd4c3c9e602d4d539bf4d649d47 --- /dev/null +++ b/img/fa-icons/solid/exchange-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/exclamation-circle.svg b/img/fa-icons/solid/exclamation-circle.svg new file mode 100755 index 0000000000000000000000000000000000000000..165930398126e3e5375454b867bfbaf7764d804f --- /dev/null +++ b/img/fa-icons/solid/exclamation-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/exclamation-triangle.svg b/img/fa-icons/solid/exclamation-triangle.svg new file mode 100755 index 0000000000000000000000000000000000000000..2ab53271b42a7439f8a1c36145021f2f6f10d2aa --- /dev/null +++ b/img/fa-icons/solid/exclamation-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/exclamation.svg b/img/fa-icons/solid/exclamation.svg new file mode 100755 index 0000000000000000000000000000000000000000..89ef11a7ad4b170e44a3b00fabbf3ec05ef7b6c9 --- /dev/null +++ b/img/fa-icons/solid/exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/expand-arrows-alt.svg b/img/fa-icons/solid/expand-arrows-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..365df17cb6a240f44683b8dcffabcf2fa52385a9 --- /dev/null +++ b/img/fa-icons/solid/expand-arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/expand.svg b/img/fa-icons/solid/expand.svg new file mode 100755 index 0000000000000000000000000000000000000000..e8f812d47c83041d9fd19c67a9dd72bc58b55990 --- /dev/null +++ b/img/fa-icons/solid/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/external-link-alt.svg b/img/fa-icons/solid/external-link-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..cf8f0b6caccd275e2be0555d54cacf6cadc5e505 --- /dev/null +++ b/img/fa-icons/solid/external-link-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/external-link-square-alt.svg b/img/fa-icons/solid/external-link-square-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..099977be47a6dbd0c8f9169c533453fdd001ecec --- /dev/null +++ b/img/fa-icons/solid/external-link-square-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/eye-dropper.svg b/img/fa-icons/solid/eye-dropper.svg new file mode 100755 index 0000000000000000000000000000000000000000..51c3453a61a5e9b46b35cdeea249d9c27f483bdb --- /dev/null +++ b/img/fa-icons/solid/eye-dropper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/eye-slash.svg b/img/fa-icons/solid/eye-slash.svg new file mode 100755 index 0000000000000000000000000000000000000000..d6de57e236ef866ce430e284aa200a50f62d79ea --- /dev/null +++ b/img/fa-icons/solid/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/eye.svg b/img/fa-icons/solid/eye.svg new file mode 100755 index 0000000000000000000000000000000000000000..6a0a503af1bcb075b2f8a97e1690fa4990b0fc17 --- /dev/null +++ b/img/fa-icons/solid/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/fast-backward.svg b/img/fa-icons/solid/fast-backward.svg new file mode 100755 index 0000000000000000000000000000000000000000..dfe10e5c53ee0c3cf270f4ea0356d200b1b6251b --- /dev/null +++ b/img/fa-icons/solid/fast-backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/fast-forward.svg b/img/fa-icons/solid/fast-forward.svg new file mode 100755 index 0000000000000000000000000000000000000000..57c072ae12be0724a357d369e966e871fbd4817b --- /dev/null +++ b/img/fa-icons/solid/fast-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/fax.svg b/img/fa-icons/solid/fax.svg new file mode 100755 index 0000000000000000000000000000000000000000..12386de93da4de71232b1e2378228c777c80242b --- /dev/null +++ b/img/fa-icons/solid/fax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/fa-icons/solid/feather-alt.svg b/img/fa-icons/solid/feather-alt.svg new file mode 100755 index 0000000000000000000000000000000000000000..a04ebbd1f42fdb411707a2540143cb1e1e743d7d --- /dev/null +++ b/img/fa-icons/solid/feathe