+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/calingacion-chester-garett/survey-form/vendors/css/grid.css b/calingacion-chester-garett/survey-form/vendors/css/grid.css
new file mode 100644
index 0000000..7b721e6
--- /dev/null
+++ b/calingacion-chester-garett/survey-form/vendors/css/grid.css
@@ -0,0 +1,689 @@
+
+/* SECTIONS ============================================================================= */
+
+.section {
+ clear: both;
+ padding: 0px;
+ margin: 0px;
+}
+
+/* GROUPING ============================================================================= */
+
+.row {
+ zoom: 1; /* For IE 6/7 (trigger hasLayout) */
+}
+
+.row:before,
+.row:after {
+ content:"";
+ display:table;
+}
+.row:after {
+ clear:both;
+}
+
+/* GRID COLUMN SETUP ==================================================================== */
+
+.col {
+ display: block;
+ float:left;
+ margin: 1% 0 1% 1.6%;
+}
+
+.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
+
+
+/* REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .col {
+ /*margin: 1% 0 1% 0%;*/
+ margin: 0;
+ }
+}
+
+
+/* GRID OF TWO ============================================================================= */
+
+
+.span-2-of-2 {
+ width: 100%;
+}
+
+.span-1-of-2 {
+ width: 49.2%;
+}
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-2-of-2 {
+ width: 100%;
+ }
+ .span-1-of-2 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF THREE ============================================================================= */
+
+
+.span-3-of-3 {
+ width: 100%;
+}
+
+.span-2-of-3 {
+ width: 66.13%;
+}
+
+.span-1-of-3 {
+ width: 32.26%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-3-of-3 {
+ width: 100%;
+ }
+ .span-2-of-3 {
+ width: 100%;
+ }
+ .span-1-of-3 {
+ width: 100%;
+ }
+}
+
+/* GRID OF FOUR ============================================================================= */
+
+
+.span-4-of-4 {
+ width: 100%;
+}
+
+.span-3-of-4 {
+ width: 74.6%;
+}
+
+.span-2-of-4 {
+ width: 49.2%;
+}
+
+.span-1-of-4 {
+ width: 23.8%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-4-of-4 {
+ width: 100%;
+ }
+ .span-3-of-4 {
+ width: 100%;
+ }
+ .span-2-of-4 {
+ width: 100%;
+ }
+ .span-1-of-4 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF FIVE ============================================================================= */
+
+
+.span-5-of-5 {
+ width: 100%;
+}
+
+.span-4-of-5 {
+ width: 79.68%;
+}
+
+.span-3-of-5 {
+ width: 59.36%;
+}
+
+.span-2-of-5 {
+ width: 39.04%;
+}
+
+.span-1-of-5 {
+ width: 18.72%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-5-of-5 {
+ width: 100%;
+ }
+ .span-4-of-5 {
+ width: 100%;
+ }
+ .span-3-of-5 {
+ width: 100%;
+ }
+ .span-2-of-5 {
+ width: 100%;
+ }
+ .span-1-of-5 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF SIX ============================================================================= */
+
+
+.span-6-of-6 {
+ width: 100%;
+}
+
+.span-5-of-6 {
+ width: 83.06%;
+}
+
+.span-4-of-6 {
+ width: 66.13%;
+}
+
+.span-3-of-6 {
+ width: 49.2%;
+}
+
+.span-2-of-6 {
+ width: 32.26%;
+}
+
+.span-1-of-6 {
+ width: 15.33%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-6-of-6 {
+ width: 100%;
+ }
+ .span-5-of-6 {
+ width: 100%;
+ }
+ .span-4-of-6 {
+ width: 100%;
+ }
+ .span-3-of-6 {
+ width: 100%;
+ }
+ .span-2-of-6 {
+ width: 100%;
+ }
+ .span-1-of-6 {
+ width: 100%;
+ }
+}
+
+
+
+/* GRID OF SEVEN ============================================================================= */
+
+
+.span-7-of-7 {
+ width: 100%;
+}
+
+.span-6-of-7 {
+ width: 85.48%;
+}
+
+.span-5-of-7 {
+ width: 70.97%;
+}
+
+.span-4-of-7 {
+ width: 56.45%;
+}
+
+.span-3-of-7 {
+ width: 41.94%;
+}
+
+.span-2-of-7 {
+ width: 27.42%;
+}
+
+.span-1-of-7 {
+ width: 12.91%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-7-of-7 {
+ width: 100%;
+ }
+ .span-6-of-7 {
+ width: 100%;
+ }
+ .span-5-of-7 {
+ width: 100%;
+ }
+ .span-4-of-7 {
+ width: 100%;
+ }
+ .span-3-of-7 {
+ width: 100%;
+ }
+ .span-2-of-7 {
+ width: 100%;
+ }
+ .span-1-of-7 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF EIGHT ============================================================================= */
+
+
+.span-8-of-8 {
+ width: 100%;
+}
+
+.span-7-of-8 {
+ width: 87.3%;
+}
+
+.span-6-of-8 {
+ width: 74.6%;
+}
+
+.span-5-of-8 {
+ width: 61.9%;
+}
+
+.span-4-of-8 {
+ width: 49.2%;
+}
+
+.span-3-of-8 {
+ width: 36.5%;
+}
+
+.span-2-of-8 {
+ width: 23.8%;
+}
+
+.span-1-of-8 {
+ width: 11.1%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-8-of-8 {
+ width: 100%;
+ }
+ .span-7-of-8 {
+ width: 100%;
+ }
+ .span-6-of-8 {
+ width: 100%;
+ }
+ .span-5-of-8 {
+ width: 100%;
+ }
+ .span-4-of-8 {
+ width: 100%;
+ }
+ .span-3-of-8 {
+ width: 100%;
+ }
+ .span-2-of-8 {
+ width: 100%;
+ }
+ .span-1-of-8 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF NINE ============================================================================= */
+
+
+.span-9-of-9 {
+ width: 100%;
+}
+
+.span-8-of-9 {
+ width: 88.71%;
+}
+
+.span-7-of-9 {
+ width: 77.42%;
+}
+
+.span-6-of-9 {
+ width: 66.13%;
+}
+
+.span-5-of-9 {
+ width: 54.84%;
+}
+
+.span-4-of-9 {
+ width: 43.55%;
+}
+
+.span-3-of-9 {
+ width: 32.26%;
+}
+
+.span-2-of-9 {
+ width: 20.97%;
+}
+
+.span-1-of-9 {
+ width: 9.68%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-9-of-9 {
+ width: 100%;
+ }
+ .span-8-of-9 {
+ width: 100%;
+ }
+ .span-7-of-9 {
+ width: 100%;
+ }
+ .span-6-of-9 {
+ width: 100%;
+ }
+ .span-5-of-9 {
+ width: 100%;
+ }
+ .span-4-of-9 {
+ width: 100%;
+ }
+ .span-3-of-9 {
+ width: 100%;
+ }
+ .span-2-of-9 {
+ width: 100%;
+ }
+ .span-1-of-9 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF TEN ============================================================================= */
+
+
+.span-10-of-10 {
+ width: 100%;
+}
+
+.span-9-of-10 {
+ width: 89.84%;
+}
+
+.span-8-of-10 {
+ width: 79.68%;
+}
+
+.span-7-of-10 {
+ width: 69.52%;
+}
+
+.span-6-of-10 {
+ width: 59.36%;
+}
+
+.span-5-of-10 {
+ width: 49.2%;
+}
+
+.span-4-of-10 {
+ width: 39.04%;
+}
+
+.span-3-of-10 {
+ width: 28.88%;
+}
+
+.span-2-of-10 {
+ width: 18.72%;
+}
+
+.span-1-of-10 {
+ width: 8.56%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-10-of-10 {
+ width: 100%;
+ }
+ .span-9-of-10 {
+ width: 100%;
+ }
+ .span-8-of-10 {
+ width: 100%;
+ }
+ .span-7-of-10 {
+ width: 100%;
+ }
+ .span-6-of-10 {
+ width: 100%;
+ }
+ .span-5-of-10 {
+ width: 100%;
+ }
+ .span-4-of-10 {
+ width: 100%;
+ }
+ .span-3-of-10 {
+ width: 100%;
+ }
+ .span-2-of-10 {
+ width: 100%;
+ }
+ .span-1-of-10 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF ELEVEN ============================================================================= */
+
+.span-11-of-11 {
+ width: 100%;
+}
+
+.span-10-of-11 {
+ width: 90.76%;
+}
+
+.span-9-of-11 {
+ width: 81.52%;
+}
+
+.span-8-of-11 {
+ width: 72.29%;
+}
+
+.span-7-of-11 {
+ width: 63.05%;
+}
+
+.span-6-of-11 {
+ width: 53.81%;
+}
+
+.span-5-of-11 {
+ width: 44.58%;
+}
+
+.span-4-of-11 {
+ width: 35.34%;
+}
+
+.span-3-of-11 {
+ width: 26.1%;
+}
+
+.span-2-of-11 {
+ width: 16.87%;
+}
+
+.span-1-of-11 {
+ width: 7.63%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-11-of-11 {
+ width: 100%;
+ }
+ .span-10-of-11 {
+ width: 100%;
+ }
+ .span-9-of-11 {
+ width: 100%;
+ }
+ .span-8-of-11 {
+ width: 100%;
+ }
+ .span-7-of-11 {
+ width: 100%;
+ }
+ .span-6-of-11 {
+ width: 100%;
+ }
+ .span-5-of-11 {
+ width: 100%;
+ }
+ .span-4-of-11 {
+ width: 100%;
+ }
+ .span-3-of-11 {
+ width: 100%;
+ }
+ .span-2-of-11 {
+ width: 100%;
+ }
+ .span-1-of-11 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF TWELVE ============================================================================= */
+
+.span-12-of-12 {
+ width: 100%;
+}
+
+.span-11-of-12 {
+ width: 91.53%;
+}
+
+.span-10-of-12 {
+ width: 83.06%;
+}
+
+.span-9-of-12 {
+ width: 74.6%;
+}
+
+.span-8-of-12 {
+ width: 66.13%;
+}
+
+.span-7-of-12 {
+ width: 57.66%;
+}
+
+.span-6-of-12 {
+ width: 49.2%;
+}
+
+.span-5-of-12 {
+ width: 40.73%;
+}
+
+.span-4-of-12 {
+ width: 32.26%;
+}
+
+.span-3-of-12 {
+ width: 23.8%;
+}
+
+.span-2-of-12 {
+ width: 15.33%;
+}
+
+.span-1-of-12 {
+ width: 6.86%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-12-of-12 {
+ width: 100%;
+ }
+ .span-11-of-12 {
+ width: 100%;
+ }
+ .span-10-of-12 {
+ width: 100%;
+ }
+ .span-9-of-12 {
+ width: 100%;
+ }
+ .span-8-of-12 {
+ width: 100%;
+ }
+ .span-7-of-12 {
+ width: 100%;
+ }
+ .span-6-of-12 {
+ width: 100%;
+ }
+ .span-5-of-12 {
+ width: 100%;
+ }
+ .span-4-of-12 {
+ width: 100%;
+ }
+ .span-3-of-12 {
+ width: 100%;
+ }
+ .span-2-of-12 {
+ width: 100%;
+ }
+ .span-1-of-12 {
+ width: 100%;
+ }
+}
\ No newline at end of file
diff --git a/calingacion-chester-garett/survey-form/vendors/css/ionicons.min.css b/calingacion-chester-garett/survey-form/vendors/css/ionicons.min.css
new file mode 100644
index 0000000..baba9e9
--- /dev/null
+++ b/calingacion-chester-garett/survey-form/vendors/css/ionicons.min.css
@@ -0,0 +1,11 @@
+@charset "UTF-8";/*!
+ Ionicons, v2.0.0
+ Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
+ https://twitter.com/benjsperry https://twitter.com/ionicframework
+ MIT License: https://github.com/driftyco/ionicons
+
+ Android-style icons originally built by Google’s
+ Material Design Icons: https://github.com/google/material-design-icons
+ used under CC BY http://creativecommons.org/licenses/by/4.0/
+ Modified icons to fit ionicon’s grid from original.
+*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
diff --git a/calingacion-chester-garett/survey-form/vendors/css/normalize.css b/calingacion-chester-garett/survey-form/vendors/css/normalize.css
new file mode 100644
index 0000000..192eb9c
--- /dev/null
+++ b/calingacion-chester-garett/survey-form/vendors/css/normalize.css
@@ -0,0 +1,349 @@
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+
+/* Document
+ ========================================================================== */
+
+/**
+ * 1. Correct the line height in all browsers.
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
+ */
+
+html {
+ line-height: 1.15; /* 1 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/* Sections
+ ========================================================================== */
+
+/**
+ * Remove the margin in all browsers.
+ */
+
+body {
+ margin: 0;
+}
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+
+main {
+ display: block;
+}
+
+/**
+ * Correct the font size and margin on `h1` elements within `section` and
+ * `article` contexts in Chrome, Firefox, and Safari.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * 1. Add the correct box sizing in Firefox.
+ * 2. Show the overflow in Edge and IE.
+ */
+
+hr {
+ box-sizing: content-box; /* 1 */
+ height: 0; /* 1 */
+ overflow: visible; /* 2 */
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+pre {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Remove the gray background on active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * 1. Remove the bottom border in Chrome 57-
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
+ */
+
+abbr[title] {
+ border-bottom: none; /* 1 */
+ text-decoration: underline; /* 2 */
+ text-decoration: underline dotted; /* 2 */
+}
+
+/**
+ * Add the correct font weight in Chrome, Edge, and Safari.
+ */
+
+b,
+strong {
+ font-weight: bolder;
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+code,
+kbd,
+samp {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+}
+
+/**
+ * Add the correct font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` elements from affecting the line height in
+ * all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove the border on images inside links in IE 10.
+ */
+
+img {
+ border-style: none;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * 1. Change the font styles in all browsers.
+ * 2. Remove the margin in Firefox and Safari.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ font-family: inherit; /* 1 */
+ font-size: 100%; /* 1 */
+ line-height: 1.15; /* 1 */
+ margin: 0; /* 2 */
+}
+
+/**
+ * Show the overflow in IE.
+ * 1. Show the overflow in Edge.
+ */
+
+button,
+input { /* 1 */
+ overflow: visible;
+}
+
+/**
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
+ * 1. Remove the inheritance of text transform in Firefox.
+ */
+
+button,
+select { /* 1 */
+ text-transform: none;
+}
+
+/**
+ * Correct the inability to style clickable types in iOS and Safari.
+ */
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button;
+}
+
+/**
+ * Remove the inner border and padding in Firefox.
+ */
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+/**
+ * Restore the focus styles unset by the previous rule.
+ */
+
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+/**
+ * Correct the padding in Firefox.
+ */
+
+fieldset {
+ padding: 0.35em 0.75em 0.625em;
+}
+
+/**
+ * 1. Correct the text wrapping in Edge and IE.
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
+ * 3. Remove the padding so developers are not caught out when they zero out
+ * `fieldset` elements in all browsers.
+ */
+
+legend {
+ box-sizing: border-box; /* 1 */
+ color: inherit; /* 2 */
+ display: table; /* 1 */
+ max-width: 100%; /* 1 */
+ padding: 0; /* 3 */
+ white-space: normal; /* 1 */
+}
+
+/**
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
+ */
+
+progress {
+ vertical-align: baseline;
+}
+
+/**
+ * Remove the default vertical scrollbar in IE 10+.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * 1. Add the correct box sizing in IE 10.
+ * 2. Remove the padding in IE 10.
+ */
+
+[type="checkbox"],
+[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Correct the cursor style of increment and decrement buttons in Chrome.
+ */
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Correct the odd appearance in Chrome and Safari.
+ * 2. Correct the outline style in Safari.
+ */
+
+[type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ outline-offset: -2px; /* 2 */
+}
+
+/**
+ * Remove the inner padding in Chrome and Safari on macOS.
+ */
+
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * 1. Correct the inability to style clickable types in iOS and Safari.
+ * 2. Change font properties to `inherit` in Safari.
+ */
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button; /* 1 */
+ font: inherit; /* 2 */
+}
+
+/* Interactive
+ ========================================================================== */
+
+/*
+ * Add the correct display in Edge, IE 10+, and Firefox.
+ */
+
+details {
+ display: block;
+}
+
+/*
+ * Add the correct display in all browsers.
+ */
+
+summary {
+ display: list-item;
+}
+
+/* Misc
+ ========================================================================== */
+
+/**
+ * Add the correct display in IE 10+.
+ */
+
+template {
+ display: none;
+}
+
+/**
+ * Add the correct display in IE 10.
+ */
+
+[hidden] {
+ display: none;
+}
diff --git a/calingacion-chester-garett/tribute/README.md b/calingacion-chester-garett/tribute/README.md
new file mode 100644
index 0000000..e69de29
diff --git a/calingacion-chester-garett/tribute/assets/css/images/header-2.png b/calingacion-chester-garett/tribute/assets/css/images/header-2.png
new file mode 100644
index 0000000..748a298
Binary files /dev/null and b/calingacion-chester-garett/tribute/assets/css/images/header-2.png differ
diff --git a/calingacion-chester-garett/tribute/assets/css/images/header-3.jpg b/calingacion-chester-garett/tribute/assets/css/images/header-3.jpg
new file mode 100644
index 0000000..2499341
Binary files /dev/null and b/calingacion-chester-garett/tribute/assets/css/images/header-3.jpg differ
diff --git a/calingacion-chester-garett/tribute/assets/css/main.css b/calingacion-chester-garett/tribute/assets/css/main.css
new file mode 100644
index 0000000..ea7e963
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/css/main.css
@@ -0,0 +1,415 @@
+/*------------------- */
+/* BASIC SETUP */
+/*------------------- */
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+html {
+ color: #555;
+ font-family: 'Lato', 'Arial', sans-serif;
+ font-size: 20px;
+ font-weight: 300;
+ text-rendering: optimizeLegibility;
+ scroll-behavior: smooth;
+}
+
+.clearfix {zoom: 1}
+.clearfix:after {
+ content: '.';
+ clear: both;
+ display: block;
+ height: 0;
+ visibility: hidden;
+}
+
+/*------------------ */
+/* COMPONENTS */
+/*------------------- */
+
+.row {
+ max-width: 1140px;
+ margin: 0 auto; /*top bottom left right */
+}
+
+section {
+ padding: 40px 0;
+}
+
+.box {
+ padding: 1%;
+}
+
+blockquote {
+ font-style: italic;
+ line-height: 145%;
+ position: relative;
+ text-align: justify;
+}
+
+/*--------HEADINGS-----*/
+h1, h2{
+ font-weight: 300;
+ /*text-transform: uppercase;*/
+ letter-spacing: 1px;
+}
+
+h1{
+ margin-top: 0;
+ margin-bottom: 20px;
+ color: #fff;
+ font-size: 240%;
+ word-spacing: 4px;
+}
+
+h4{
+ text-transform: uppercase;
+ text-align: center;
+ margin-bottom: 20px;
+ word-spacing: 4px;
+ font-size: 120%
+}
+
+h3{
+ font-size: 180%;
+ margin-bottom: 100px;
+}
+/*--------HEADERS-----*/
+header{
+ background-image: linear-gradient( rgba(0, 0, 0, 0.801), rgba(0,0,0,0.801)), url(images/header-2.png);
+ background-size: cover;
+ background-position: center;
+ height: 100vh;
+ background-attachment: fixed;
+}
+
+.hero-text-box{
+ position: absolute;
+ width: 1140px;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ color: rgb(226, 226, 226);
+}
+
+.main-nav {
+ float: right;
+ list-style: none;
+ margin-top: 50px;
+}
+
+.main-nav li{
+ display: inline-block;
+ margin-left: 20px;
+}
+
+.main-nav li a:link,
+.main-nav li a:visited{
+ padding: 8px 0px;
+ color: #fff;
+ text-decoration: none;
+ text-transform: uppercase;
+ font-size: 90%;
+ border-bottom: 2px solid transparent;
+ transition: border-bottom 0.2s;
+}
+
+.main-nav li a:hover,
+.main-nav li a:active{
+ border-bottom: 2px solid #22e684;
+ transition: border-bottom 0.2s;
+}
+
+/*--------BUTTON-----*/
+
+.btn:link,
+.btn:visited {
+ margin-top: 10px;
+ display: inline-block;
+ padding: 10px 30px;
+ font-weight: 200;
+ text-decoration: none;
+ border-radius: 200px;
+ transition: background-color 0.2s, border 0.2s, color 0.2s;
+}
+
+.btn-full:link,
+.btn-full:visited {
+ background-color: #22e6845e;
+ border: 1px solid #22e684c7;
+ color: #fff;
+ margin-right: 15px;
+}
+
+.btn-ghost:link,
+.btn-ghost:visited{
+ border: 1px solid #22e684c7;
+ color: #b0f7d3c7;
+}
+
+.btn-full:hover,
+.btn-full:active {
+ border: 1px solid #22e684c7;
+}
+
+.btn-ghost:hover,
+.btn-ghost:active{
+ border: 1px solid #22e684c7;
+ color: #fff;
+}
+
+/*----SECTION FEATURES ---*/
+.section-origin{
+ background-color: rgba(255, 255, 255, 0.596);
+}
+
+.eren-section{
+ margin: auto;
+ width: 50%;
+ padding: 5px;
+}
+
+.eren-section h3{
+ text-align: center;
+ margin-bottom: 10px;
+ color: green;
+}
+
+.eren-section img{
+ height: auto;
+ width: 50%;
+ margin-right: auto;
+ margin-left: auto;
+ display: block;
+ margin-bottom: 10px;
+ margin-top: 20px;
+}
+
+.eren-section blockquote{
+ line-height: 145%;
+ word-spacing: 2px;
+}
+
+#tribute-info{
+ text-align: justify;
+}
+
+#tribute-info .box{
+ line-height: 145%;
+}
+
+#tribute-info h4{
+ color: green;
+}
+
+#tribute-info i{
+ font-size: 150%;
+}
+
+/*--------SECTION TESTIMONIALS-----*/
+
+.section-testimonials{
+ background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url(images/header-3.jpg);
+ background-size: cover;
+}
+
+.section-testimonials h2{
+ color: white;
+ text-transform: uppercase;
+ text-align: center;
+ padding: 20px;
+ border-bottom: 2px solid green;
+}
+
+.section-testimonials blockquote {
+ padding: 2%;
+ font-style: italic;
+ line-height: 145%;
+ position: relative;
+ margin-top: 40px;
+ color: white;
+}
+
+.section-testimonials cite {
+ font-size: 90%;
+ margin-top: 25px;
+ display: block;
+ color: rgb(177, 241, 177);
+}
+
+.section-testimonials blockquote:before {
+ content: '\201C';
+ font-size: 500%;
+ display: block;
+ position: absolute;
+ top: -5px;
+ left: -5px;
+}
+
+.section-testimonials cite img{
+ height: 120px;
+ width: 110px;
+ border-radius: 50%;
+ margin-right: 10px;
+ vertical-align: middle;
+ border: 2px solid white;
+}
+
+.testimonial-quote {
+ height: 200px;
+}
+
+/*--------SECTION TITANS-----*/
+
+.section-titans h2{
+ text-align: center;
+ margin-bottom: 20px;
+ padding: 10px;
+ border-bottom: 2px solid green;
+}
+.section-titans img{
+ width: 800px;
+ height: 700px;
+}
+
+.slider-holder
+{
+ width: 800px;
+ height: 700px;
+ background-color: green;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 0px;
+ text-align: center;
+ overflow: hidden;
+}
+
+.image-holder
+{
+ width: 2400px;
+ background-color: green;
+ height: 700px;
+ clear: both;
+ position: relative;
+
+ -webkit-transition: left 2s;
+ -moz-transition: left 2s;
+ -o-transition: left 2s;
+ transition: left 2s;
+}
+
+.slider-image
+{
+ float: left;
+ margin: 0px;
+ padding: 0px;
+ position: relative;
+}
+
+#slider-image-1:target ~ .image-holder
+{
+ left: 0px;
+}
+
+#slider-image-2:target ~ .image-holder
+{
+ left: -800px;
+}
+
+#slider-image-3:target ~ .image-holder
+{
+ left: -1600px;
+}
+
+.button-holder
+{
+ position: relative;
+ top: -20px;
+}
+
+.slider-change
+{
+ display: inline-block;
+ height: 10px;
+ width: 10px;
+ border-radius: 5px;
+ background-color: green;
+}
+
+
+/*-------FOOTER--------------- */
+
+footer{
+ background-color: #333;
+ height: 80px;
+ font-size: 80%;
+}
+
+.footer-nav{
+ list-style: none;
+ float: left;
+}
+
+.social-links{
+ list-style: none;
+ float: right;
+}
+
+.footer-nav li,
+.social-links li{
+ display: inline-block;
+ margin-right: 20px;
+}
+
+.footer-nav li:last-child,
+.social-links li:last-child{
+ margin-right: 0px;
+}
+
+.footer-nav li a:link,
+.footer-nav li a:visited,
+.social-links li a:visited,
+.social-links li a:visited{
+ text-decoration: none;
+ border: 0;
+ color: #888;
+ transition: color 0.2s;
+}
+
+.footer-nav li a:hover,
+.footer-nav li a:active {
+ color: #ddd
+}
+
+footer p{
+ color: #888;
+ text-align: center;
+ margin-top: -5px;
+}
+
+.social-links li a:link,
+.social-links li a:visited{
+ font-size: 160%;
+ color: inherit;
+}
+
+.ion-social-facebook,
+.ion-social-linkedin,
+.ion-social-instagram{
+ transition: color 0.2s;
+}
+
+.ion-social-facebook:hover{
+ color: #3b5998;
+}
+
+.ion-social-linkedin:hover{
+ color: #00aced;
+}
+
+.ion-social-instagram:hover{
+ color: #517fa4;
+}
+
diff --git a/calingacion-chester-garett/tribute/assets/vendors/css/grid.css b/calingacion-chester-garett/tribute/assets/vendors/css/grid.css
new file mode 100644
index 0000000..7b721e6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/css/grid.css
@@ -0,0 +1,689 @@
+
+/* SECTIONS ============================================================================= */
+
+.section {
+ clear: both;
+ padding: 0px;
+ margin: 0px;
+}
+
+/* GROUPING ============================================================================= */
+
+.row {
+ zoom: 1; /* For IE 6/7 (trigger hasLayout) */
+}
+
+.row:before,
+.row:after {
+ content:"";
+ display:table;
+}
+.row:after {
+ clear:both;
+}
+
+/* GRID COLUMN SETUP ==================================================================== */
+
+.col {
+ display: block;
+ float:left;
+ margin: 1% 0 1% 1.6%;
+}
+
+.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
+
+
+/* REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .col {
+ /*margin: 1% 0 1% 0%;*/
+ margin: 0;
+ }
+}
+
+
+/* GRID OF TWO ============================================================================= */
+
+
+.span-2-of-2 {
+ width: 100%;
+}
+
+.span-1-of-2 {
+ width: 49.2%;
+}
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-2-of-2 {
+ width: 100%;
+ }
+ .span-1-of-2 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF THREE ============================================================================= */
+
+
+.span-3-of-3 {
+ width: 100%;
+}
+
+.span-2-of-3 {
+ width: 66.13%;
+}
+
+.span-1-of-3 {
+ width: 32.26%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-3-of-3 {
+ width: 100%;
+ }
+ .span-2-of-3 {
+ width: 100%;
+ }
+ .span-1-of-3 {
+ width: 100%;
+ }
+}
+
+/* GRID OF FOUR ============================================================================= */
+
+
+.span-4-of-4 {
+ width: 100%;
+}
+
+.span-3-of-4 {
+ width: 74.6%;
+}
+
+.span-2-of-4 {
+ width: 49.2%;
+}
+
+.span-1-of-4 {
+ width: 23.8%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-4-of-4 {
+ width: 100%;
+ }
+ .span-3-of-4 {
+ width: 100%;
+ }
+ .span-2-of-4 {
+ width: 100%;
+ }
+ .span-1-of-4 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF FIVE ============================================================================= */
+
+
+.span-5-of-5 {
+ width: 100%;
+}
+
+.span-4-of-5 {
+ width: 79.68%;
+}
+
+.span-3-of-5 {
+ width: 59.36%;
+}
+
+.span-2-of-5 {
+ width: 39.04%;
+}
+
+.span-1-of-5 {
+ width: 18.72%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-5-of-5 {
+ width: 100%;
+ }
+ .span-4-of-5 {
+ width: 100%;
+ }
+ .span-3-of-5 {
+ width: 100%;
+ }
+ .span-2-of-5 {
+ width: 100%;
+ }
+ .span-1-of-5 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF SIX ============================================================================= */
+
+
+.span-6-of-6 {
+ width: 100%;
+}
+
+.span-5-of-6 {
+ width: 83.06%;
+}
+
+.span-4-of-6 {
+ width: 66.13%;
+}
+
+.span-3-of-6 {
+ width: 49.2%;
+}
+
+.span-2-of-6 {
+ width: 32.26%;
+}
+
+.span-1-of-6 {
+ width: 15.33%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-6-of-6 {
+ width: 100%;
+ }
+ .span-5-of-6 {
+ width: 100%;
+ }
+ .span-4-of-6 {
+ width: 100%;
+ }
+ .span-3-of-6 {
+ width: 100%;
+ }
+ .span-2-of-6 {
+ width: 100%;
+ }
+ .span-1-of-6 {
+ width: 100%;
+ }
+}
+
+
+
+/* GRID OF SEVEN ============================================================================= */
+
+
+.span-7-of-7 {
+ width: 100%;
+}
+
+.span-6-of-7 {
+ width: 85.48%;
+}
+
+.span-5-of-7 {
+ width: 70.97%;
+}
+
+.span-4-of-7 {
+ width: 56.45%;
+}
+
+.span-3-of-7 {
+ width: 41.94%;
+}
+
+.span-2-of-7 {
+ width: 27.42%;
+}
+
+.span-1-of-7 {
+ width: 12.91%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-7-of-7 {
+ width: 100%;
+ }
+ .span-6-of-7 {
+ width: 100%;
+ }
+ .span-5-of-7 {
+ width: 100%;
+ }
+ .span-4-of-7 {
+ width: 100%;
+ }
+ .span-3-of-7 {
+ width: 100%;
+ }
+ .span-2-of-7 {
+ width: 100%;
+ }
+ .span-1-of-7 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF EIGHT ============================================================================= */
+
+
+.span-8-of-8 {
+ width: 100%;
+}
+
+.span-7-of-8 {
+ width: 87.3%;
+}
+
+.span-6-of-8 {
+ width: 74.6%;
+}
+
+.span-5-of-8 {
+ width: 61.9%;
+}
+
+.span-4-of-8 {
+ width: 49.2%;
+}
+
+.span-3-of-8 {
+ width: 36.5%;
+}
+
+.span-2-of-8 {
+ width: 23.8%;
+}
+
+.span-1-of-8 {
+ width: 11.1%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-8-of-8 {
+ width: 100%;
+ }
+ .span-7-of-8 {
+ width: 100%;
+ }
+ .span-6-of-8 {
+ width: 100%;
+ }
+ .span-5-of-8 {
+ width: 100%;
+ }
+ .span-4-of-8 {
+ width: 100%;
+ }
+ .span-3-of-8 {
+ width: 100%;
+ }
+ .span-2-of-8 {
+ width: 100%;
+ }
+ .span-1-of-8 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF NINE ============================================================================= */
+
+
+.span-9-of-9 {
+ width: 100%;
+}
+
+.span-8-of-9 {
+ width: 88.71%;
+}
+
+.span-7-of-9 {
+ width: 77.42%;
+}
+
+.span-6-of-9 {
+ width: 66.13%;
+}
+
+.span-5-of-9 {
+ width: 54.84%;
+}
+
+.span-4-of-9 {
+ width: 43.55%;
+}
+
+.span-3-of-9 {
+ width: 32.26%;
+}
+
+.span-2-of-9 {
+ width: 20.97%;
+}
+
+.span-1-of-9 {
+ width: 9.68%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-9-of-9 {
+ width: 100%;
+ }
+ .span-8-of-9 {
+ width: 100%;
+ }
+ .span-7-of-9 {
+ width: 100%;
+ }
+ .span-6-of-9 {
+ width: 100%;
+ }
+ .span-5-of-9 {
+ width: 100%;
+ }
+ .span-4-of-9 {
+ width: 100%;
+ }
+ .span-3-of-9 {
+ width: 100%;
+ }
+ .span-2-of-9 {
+ width: 100%;
+ }
+ .span-1-of-9 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF TEN ============================================================================= */
+
+
+.span-10-of-10 {
+ width: 100%;
+}
+
+.span-9-of-10 {
+ width: 89.84%;
+}
+
+.span-8-of-10 {
+ width: 79.68%;
+}
+
+.span-7-of-10 {
+ width: 69.52%;
+}
+
+.span-6-of-10 {
+ width: 59.36%;
+}
+
+.span-5-of-10 {
+ width: 49.2%;
+}
+
+.span-4-of-10 {
+ width: 39.04%;
+}
+
+.span-3-of-10 {
+ width: 28.88%;
+}
+
+.span-2-of-10 {
+ width: 18.72%;
+}
+
+.span-1-of-10 {
+ width: 8.56%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-10-of-10 {
+ width: 100%;
+ }
+ .span-9-of-10 {
+ width: 100%;
+ }
+ .span-8-of-10 {
+ width: 100%;
+ }
+ .span-7-of-10 {
+ width: 100%;
+ }
+ .span-6-of-10 {
+ width: 100%;
+ }
+ .span-5-of-10 {
+ width: 100%;
+ }
+ .span-4-of-10 {
+ width: 100%;
+ }
+ .span-3-of-10 {
+ width: 100%;
+ }
+ .span-2-of-10 {
+ width: 100%;
+ }
+ .span-1-of-10 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF ELEVEN ============================================================================= */
+
+.span-11-of-11 {
+ width: 100%;
+}
+
+.span-10-of-11 {
+ width: 90.76%;
+}
+
+.span-9-of-11 {
+ width: 81.52%;
+}
+
+.span-8-of-11 {
+ width: 72.29%;
+}
+
+.span-7-of-11 {
+ width: 63.05%;
+}
+
+.span-6-of-11 {
+ width: 53.81%;
+}
+
+.span-5-of-11 {
+ width: 44.58%;
+}
+
+.span-4-of-11 {
+ width: 35.34%;
+}
+
+.span-3-of-11 {
+ width: 26.1%;
+}
+
+.span-2-of-11 {
+ width: 16.87%;
+}
+
+.span-1-of-11 {
+ width: 7.63%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-11-of-11 {
+ width: 100%;
+ }
+ .span-10-of-11 {
+ width: 100%;
+ }
+ .span-9-of-11 {
+ width: 100%;
+ }
+ .span-8-of-11 {
+ width: 100%;
+ }
+ .span-7-of-11 {
+ width: 100%;
+ }
+ .span-6-of-11 {
+ width: 100%;
+ }
+ .span-5-of-11 {
+ width: 100%;
+ }
+ .span-4-of-11 {
+ width: 100%;
+ }
+ .span-3-of-11 {
+ width: 100%;
+ }
+ .span-2-of-11 {
+ width: 100%;
+ }
+ .span-1-of-11 {
+ width: 100%;
+ }
+}
+
+
+/* GRID OF TWELVE ============================================================================= */
+
+.span-12-of-12 {
+ width: 100%;
+}
+
+.span-11-of-12 {
+ width: 91.53%;
+}
+
+.span-10-of-12 {
+ width: 83.06%;
+}
+
+.span-9-of-12 {
+ width: 74.6%;
+}
+
+.span-8-of-12 {
+ width: 66.13%;
+}
+
+.span-7-of-12 {
+ width: 57.66%;
+}
+
+.span-6-of-12 {
+ width: 49.2%;
+}
+
+.span-5-of-12 {
+ width: 40.73%;
+}
+
+.span-4-of-12 {
+ width: 32.26%;
+}
+
+.span-3-of-12 {
+ width: 23.8%;
+}
+
+.span-2-of-12 {
+ width: 15.33%;
+}
+
+.span-1-of-12 {
+ width: 6.86%;
+}
+
+
+/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
+
+@media only screen and (max-width: 480px) {
+ .span-12-of-12 {
+ width: 100%;
+ }
+ .span-11-of-12 {
+ width: 100%;
+ }
+ .span-10-of-12 {
+ width: 100%;
+ }
+ .span-9-of-12 {
+ width: 100%;
+ }
+ .span-8-of-12 {
+ width: 100%;
+ }
+ .span-7-of-12 {
+ width: 100%;
+ }
+ .span-6-of-12 {
+ width: 100%;
+ }
+ .span-5-of-12 {
+ width: 100%;
+ }
+ .span-4-of-12 {
+ width: 100%;
+ }
+ .span-3-of-12 {
+ width: 100%;
+ }
+ .span-2-of-12 {
+ width: 100%;
+ }
+ .span-1-of-12 {
+ width: 100%;
+ }
+}
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/css/ionicons.min.css b/calingacion-chester-garett/tribute/assets/vendors/css/ionicons.min.css
new file mode 100644
index 0000000..baba9e9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/css/ionicons.min.css
@@ -0,0 +1,11 @@
+@charset "UTF-8";/*!
+ Ionicons, v2.0.0
+ Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
+ https://twitter.com/benjsperry https://twitter.com/ionicframework
+ MIT License: https://github.com/driftyco/ionicons
+
+ Android-style icons originally built by Google’s
+ Material Design Icons: https://github.com/google/material-design-icons
+ used under CC BY http://creativecommons.org/licenses/by/4.0/
+ Modified icons to fit ionicon’s grid from original.
+*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
diff --git a/calingacion-chester-garett/tribute/assets/vendors/css/normalize.css b/calingacion-chester-garett/tribute/assets/vendors/css/normalize.css
new file mode 100644
index 0000000..192eb9c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/css/normalize.css
@@ -0,0 +1,349 @@
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+
+/* Document
+ ========================================================================== */
+
+/**
+ * 1. Correct the line height in all browsers.
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
+ */
+
+html {
+ line-height: 1.15; /* 1 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/* Sections
+ ========================================================================== */
+
+/**
+ * Remove the margin in all browsers.
+ */
+
+body {
+ margin: 0;
+}
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+
+main {
+ display: block;
+}
+
+/**
+ * Correct the font size and margin on `h1` elements within `section` and
+ * `article` contexts in Chrome, Firefox, and Safari.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * 1. Add the correct box sizing in Firefox.
+ * 2. Show the overflow in Edge and IE.
+ */
+
+hr {
+ box-sizing: content-box; /* 1 */
+ height: 0; /* 1 */
+ overflow: visible; /* 2 */
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+pre {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Remove the gray background on active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * 1. Remove the bottom border in Chrome 57-
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
+ */
+
+abbr[title] {
+ border-bottom: none; /* 1 */
+ text-decoration: underline; /* 2 */
+ text-decoration: underline dotted; /* 2 */
+}
+
+/**
+ * Add the correct font weight in Chrome, Edge, and Safari.
+ */
+
+b,
+strong {
+ font-weight: bolder;
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+code,
+kbd,
+samp {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+}
+
+/**
+ * Add the correct font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` elements from affecting the line height in
+ * all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove the border on images inside links in IE 10.
+ */
+
+img {
+ border-style: none;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * 1. Change the font styles in all browsers.
+ * 2. Remove the margin in Firefox and Safari.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ font-family: inherit; /* 1 */
+ font-size: 100%; /* 1 */
+ line-height: 1.15; /* 1 */
+ margin: 0; /* 2 */
+}
+
+/**
+ * Show the overflow in IE.
+ * 1. Show the overflow in Edge.
+ */
+
+button,
+input { /* 1 */
+ overflow: visible;
+}
+
+/**
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
+ * 1. Remove the inheritance of text transform in Firefox.
+ */
+
+button,
+select { /* 1 */
+ text-transform: none;
+}
+
+/**
+ * Correct the inability to style clickable types in iOS and Safari.
+ */
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button;
+}
+
+/**
+ * Remove the inner border and padding in Firefox.
+ */
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+/**
+ * Restore the focus styles unset by the previous rule.
+ */
+
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+/**
+ * Correct the padding in Firefox.
+ */
+
+fieldset {
+ padding: 0.35em 0.75em 0.625em;
+}
+
+/**
+ * 1. Correct the text wrapping in Edge and IE.
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
+ * 3. Remove the padding so developers are not caught out when they zero out
+ * `fieldset` elements in all browsers.
+ */
+
+legend {
+ box-sizing: border-box; /* 1 */
+ color: inherit; /* 2 */
+ display: table; /* 1 */
+ max-width: 100%; /* 1 */
+ padding: 0; /* 3 */
+ white-space: normal; /* 1 */
+}
+
+/**
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
+ */
+
+progress {
+ vertical-align: baseline;
+}
+
+/**
+ * Remove the default vertical scrollbar in IE 10+.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * 1. Add the correct box sizing in IE 10.
+ * 2. Remove the padding in IE 10.
+ */
+
+[type="checkbox"],
+[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Correct the cursor style of increment and decrement buttons in Chrome.
+ */
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Correct the odd appearance in Chrome and Safari.
+ * 2. Correct the outline style in Safari.
+ */
+
+[type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ outline-offset: -2px; /* 2 */
+}
+
+/**
+ * Remove the inner padding in Chrome and Safari on macOS.
+ */
+
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * 1. Correct the inability to style clickable types in iOS and Safari.
+ * 2. Change font properties to `inherit` in Safari.
+ */
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button; /* 1 */
+ font: inherit; /* 2 */
+}
+
+/* Interactive
+ ========================================================================== */
+
+/*
+ * Add the correct display in Edge, IE 10+, and Firefox.
+ */
+
+details {
+ display: block;
+}
+
+/*
+ * Add the correct display in all browsers.
+ */
+
+summary {
+ display: list-item;
+}
+
+/* Misc
+ ========================================================================== */
+
+/**
+ * Add the correct display in IE 10+.
+ */
+
+template {
+ display: none;
+}
+
+/**
+ * Add the correct display in IE 10.
+ */
+
+[hidden] {
+ display: none;
+}
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility-outline.svg
new file mode 100644
index 0000000..869ae8d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility-sharp.svg
new file mode 100644
index 0000000..fd43ebc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility.svg
new file mode 100644
index 0000000..1303ea2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/accessibility.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle-outline.svg
new file mode 100644
index 0000000..a627142
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle-sharp.svg
new file mode 100644
index 0000000..0bc3d64
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle.svg
new file mode 100644
index 0000000..ff7e06e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/add-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-outline.svg
new file mode 100644
index 0000000..ba8d276
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/add-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-sharp.svg
new file mode 100644
index 0000000..ee81f0b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/add-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/add.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/add.svg
new file mode 100644
index 0000000..ba8d276
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/add.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane-outline.svg
new file mode 100644
index 0000000..6cc6fe0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane-sharp.svg
new file mode 100644
index 0000000..da2373b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane.svg
new file mode 100644
index 0000000..b434917
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/airplane.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm-outline.svg
new file mode 100644
index 0000000..ea217f3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm-sharp.svg
new file mode 100644
index 0000000..abc238c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm.svg
new file mode 100644
index 0000000..b740d4c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alarm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/albums-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/albums-outline.svg
new file mode 100644
index 0000000..8c832c3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/albums-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/albums-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/albums-sharp.svg
new file mode 100644
index 0000000..e7586c9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/albums-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/albums.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/albums.svg
new file mode 100644
index 0000000..7663ea0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/albums.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle-outline.svg
new file mode 100644
index 0000000..58b7306
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle-sharp.svg
new file mode 100644
index 0000000..f21ef35
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle.svg
new file mode 100644
index 0000000..7c01d8f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-outline.svg
new file mode 100644
index 0000000..a113a4d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-sharp.svg
new file mode 100644
index 0000000..d6f1bff
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/alert.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert.svg
new file mode 100644
index 0000000..a113a4d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/alert.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football-outline.svg
new file mode 100644
index 0000000..115e609
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football-sharp.svg
new file mode 100644
index 0000000..e418f48
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football.svg
new file mode 100644
index 0000000..cd796b4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/american-football.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics-outline.svg
new file mode 100644
index 0000000..3740267
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics-sharp.svg
new file mode 100644
index 0000000..1679a02
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics.svg
new file mode 100644
index 0000000..89d6650
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/analytics.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture-outline.svg
new file mode 100644
index 0000000..eba59a2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture-sharp.svg
new file mode 100644
index 0000000..32a2165
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture.svg
new file mode 100644
index 0000000..0dbed83
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/aperture.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/apps-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/apps-outline.svg
new file mode 100644
index 0000000..3834bd9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/apps-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/apps-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/apps-sharp.svg
new file mode 100644
index 0000000..5285652
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/apps-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/apps.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/apps.svg
new file mode 100644
index 0000000..e440802
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/apps.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/archive-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/archive-outline.svg
new file mode 100644
index 0000000..1e8eebf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/archive-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/archive-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/archive-sharp.svg
new file mode 100644
index 0000000..e04398f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/archive-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/archive.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/archive.svg
new file mode 100644
index 0000000..7c8119d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/archive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle-outline.svg
new file mode 100644
index 0000000..f676351
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle-sharp.svg
new file mode 100644
index 0000000..5ac3194
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle.svg
new file mode 100644
index 0000000..98f526b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-outline.svg
new file mode 100644
index 0000000..827a745
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-sharp.svg
new file mode 100644
index 0000000..2edf4f2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back.svg
new file mode 100644
index 0000000..827a745
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle-outline.svg
new file mode 100644
index 0000000..6d3eeb7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle-sharp.svg
new file mode 100644
index 0000000..70c8abe
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle.svg
new file mode 100644
index 0000000..6b926b1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-outline.svg
new file mode 100644
index 0000000..987eab0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-sharp.svg
new file mode 100644
index 0000000..13bdd1c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down.svg
new file mode 100644
index 0000000..987eab0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle-outline.svg
new file mode 100644
index 0000000..090d6e0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle-sharp.svg
new file mode 100644
index 0000000..09dd6ad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle.svg
new file mode 100644
index 0000000..9c68160
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-outline.svg
new file mode 100644
index 0000000..6e78a5d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-sharp.svg
new file mode 100644
index 0000000..d622ca0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward.svg
new file mode 100644
index 0000000..6e78a5d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle-outline.svg
new file mode 100644
index 0000000..530c9ad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle-sharp.svg
new file mode 100644
index 0000000..44d4171
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle.svg
new file mode 100644
index 0000000..0e722ba
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-outline.svg
new file mode 100644
index 0000000..7aabd95
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-sharp.svg
new file mode 100644
index 0000000..fd84c21
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo.svg
new file mode 100644
index 0000000..e6e7a8e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-redo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle-outline.svg
new file mode 100644
index 0000000..ef1a4a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle-sharp.svg
new file mode 100644
index 0000000..25f151e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle.svg
new file mode 100644
index 0000000..4b3c3df
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-outline.svg
new file mode 100644
index 0000000..73b6f69
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-sharp.svg
new file mode 100644
index 0000000..63a6e61
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo.svg
new file mode 100644
index 0000000..f3aac7c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-undo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle-outline.svg
new file mode 100644
index 0000000..479fac5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle-sharp.svg
new file mode 100644
index 0000000..116f53c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle.svg
new file mode 100644
index 0000000..13215fa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-outline.svg
new file mode 100644
index 0000000..58809de
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-sharp.svg
new file mode 100644
index 0000000..e124957
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up.svg
new file mode 100644
index 0000000..58809de
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/arrow-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle-outline.svg
new file mode 100644
index 0000000..2e97c90
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle-sharp.svg
new file mode 100644
index 0000000..77fdcc2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle.svg
new file mode 100644
index 0000000..bc292d0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/at-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-outline.svg
new file mode 100644
index 0000000..19aaa44
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/at-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-sharp.svg
new file mode 100644
index 0000000..cc7901e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/at-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/at.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/at.svg
new file mode 100644
index 0000000..19aaa44
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/at.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/attach-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/attach-outline.svg
new file mode 100644
index 0000000..b9bdaee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/attach-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/attach-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/attach-sharp.svg
new file mode 100644
index 0000000..6a5087d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/attach-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/attach.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/attach.svg
new file mode 100644
index 0000000..b9bdaee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/attach.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace-outline.svg
new file mode 100644
index 0000000..7e3d5aa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace-sharp.svg
new file mode 100644
index 0000000..5e3df1b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace.svg
new file mode 100644
index 0000000..5ad2c52
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/backspace.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add-outline.svg
new file mode 100644
index 0000000..f7db1b0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add-sharp.svg
new file mode 100644
index 0000000..c653d37
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add.svg
new file mode 100644
index 0000000..fe6ea86
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-add.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check-outline.svg
new file mode 100644
index 0000000..6b4a38e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check-sharp.svg
new file mode 100644
index 0000000..e0696f4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check.svg
new file mode 100644
index 0000000..4c7beb4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-check.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle-outline.svg
new file mode 100644
index 0000000..3738958
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle-sharp.svg
new file mode 100644
index 0000000..8c062ab
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle.svg
new file mode 100644
index 0000000..f57a6a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-handle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-outline.svg
new file mode 100644
index 0000000..031672b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove-outline.svg
new file mode 100644
index 0000000..c8a77a3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove-sharp.svg
new file mode 100644
index 0000000..7e504b0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove.svg
new file mode 100644
index 0000000..b5d1bb8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-remove.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-sharp.svg
new file mode 100644
index 0000000..a8290d0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bag.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag.svg
new file mode 100644
index 0000000..1f2483f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon-outline.svg
new file mode 100644
index 0000000..1f3b74a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon-sharp.svg
new file mode 100644
index 0000000..e58afa2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon.svg
new file mode 100644
index 0000000..1e5c558
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/balloon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ban-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ban-outline.svg
new file mode 100644
index 0000000..ee2de82
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ban-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ban-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ban-sharp.svg
new file mode 100644
index 0000000..cb4313e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ban-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ban.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ban.svg
new file mode 100644
index 0000000..f4c20cc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ban.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage-outline.svg
new file mode 100644
index 0000000..78ba07f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage-sharp.svg
new file mode 100644
index 0000000..87d98b0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage.svg
new file mode 100644
index 0000000..a19a2cb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bandage.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart-outline.svg
new file mode 100644
index 0000000..d17a659
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart-sharp.svg
new file mode 100644
index 0000000..042d606
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart.svg
new file mode 100644
index 0000000..7a070f1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bar-chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell-outline.svg
new file mode 100644
index 0000000..cd1b8a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell-sharp.svg
new file mode 100644
index 0000000..73c93ea
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell.svg
new file mode 100644
index 0000000..9624557
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/barbell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode-outline.svg
new file mode 100644
index 0000000..317cd7f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode-sharp.svg
new file mode 100644
index 0000000..1fecc39
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode.svg
new file mode 100644
index 0000000..9aa6b96
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/barcode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball-outline.svg
new file mode 100644
index 0000000..61032fd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball-sharp.svg
new file mode 100644
index 0000000..830037a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball.svg
new file mode 100644
index 0000000..a092114
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/baseball.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/basket-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/basket-outline.svg
new file mode 100644
index 0000000..2179c68
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/basket-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/basket-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/basket-sharp.svg
new file mode 100644
index 0000000..6addd4e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/basket-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/basket.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/basket.svg
new file mode 100644
index 0000000..338ae13
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/basket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball-outline.svg
new file mode 100644
index 0000000..678a436
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball-sharp.svg
new file mode 100644
index 0000000..7318491
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball.svg
new file mode 100644
index 0000000..7318491
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/basketball.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging-outline.svg
new file mode 100644
index 0000000..3ca882f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging-sharp.svg
new file mode 100644
index 0000000..e0e3bf5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging.svg
new file mode 100644
index 0000000..3ca882f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-charging.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead-outline.svg
new file mode 100644
index 0000000..ec1a06d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead-sharp.svg
new file mode 100644
index 0000000..e018b71
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead.svg
new file mode 100644
index 0000000..ec1a06d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-dead.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full-outline.svg
new file mode 100644
index 0000000..a9d9919
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full-sharp.svg
new file mode 100644
index 0000000..a2dfa15
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full.svg
new file mode 100644
index 0000000..a9d9919
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half-outline.svg
new file mode 100644
index 0000000..a50723e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half-sharp.svg
new file mode 100644
index 0000000..e4518ba
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half.svg
new file mode 100644
index 0000000..a50723e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/battery-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker-outline.svg
new file mode 100644
index 0000000..cd0dde7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker-sharp.svg
new file mode 100644
index 0000000..b98ba87
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker.svg
new file mode 100644
index 0000000..3e4e405
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/beaker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bed-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bed-outline.svg
new file mode 100644
index 0000000..b66f981
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bed-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bed-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bed-sharp.svg
new file mode 100644
index 0000000..cad3efc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bed-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bed.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bed.svg
new file mode 100644
index 0000000..e38c046
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/beer-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/beer-outline.svg
new file mode 100644
index 0000000..6896541
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/beer-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/beer-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/beer-sharp.svg
new file mode 100644
index 0000000..8169da7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/beer-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/beer.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/beer.svg
new file mode 100644
index 0000000..aa3af9c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/beer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle-outline.svg
new file mode 100644
index 0000000..4c0d853
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle-sharp.svg
new file mode 100644
index 0000000..9a721cb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle.svg
new file mode 100644
index 0000000..fc55caf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bicycle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth-outline.svg
new file mode 100644
index 0000000..9f53ffa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth-sharp.svg
new file mode 100644
index 0000000..ec7eca2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth.svg
new file mode 100644
index 0000000..bcc1bf0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bluetooth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/boat-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/boat-outline.svg
new file mode 100644
index 0000000..a4f3de6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/boat-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/boat-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/boat-sharp.svg
new file mode 100644
index 0000000..afeac1d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/boat-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/boat.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/boat.svg
new file mode 100644
index 0000000..ee582e4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/boat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/body-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/body-outline.svg
new file mode 100644
index 0000000..1f2ad09
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/body-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/body-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/body-sharp.svg
new file mode 100644
index 0000000..8c4eb48
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/body-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/body.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/body.svg
new file mode 100644
index 0000000..3b6e0f2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/body.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire-outline.svg
new file mode 100644
index 0000000..0c777b3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire-sharp.svg
new file mode 100644
index 0000000..5bac021
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire.svg
new file mode 100644
index 0000000..3ee9778
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bonfire.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/book-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/book-outline.svg
new file mode 100644
index 0000000..9f6133c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/book-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/book-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/book-sharp.svg
new file mode 100644
index 0000000..ba7b8b1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/book-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/book.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/book.svg
new file mode 100644
index 0000000..affb693
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark-outline.svg
new file mode 100644
index 0000000..c6cdee7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark-sharp.svg
new file mode 100644
index 0000000..c790371
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark.svg
new file mode 100644
index 0000000..eacd18b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks-outline.svg
new file mode 100644
index 0000000..ea72d24
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks-sharp.svg
new file mode 100644
index 0000000..169fa52
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks.svg
new file mode 100644
index 0000000..887b947
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bookmarks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball-outline.svg
new file mode 100644
index 0000000..3ed487a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball-sharp.svg
new file mode 100644
index 0000000..8a6c08d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball.svg
new file mode 100644
index 0000000..244258e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bowling-ball.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase-outline.svg
new file mode 100644
index 0000000..2f54880
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase-sharp.svg
new file mode 100644
index 0000000..11b861e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase.svg
new file mode 100644
index 0000000..ca47b12
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/briefcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers-outline.svg
new file mode 100644
index 0000000..d04407b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers-sharp.svg
new file mode 100644
index 0000000..485430c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers.svg
new file mode 100644
index 0000000..88fa81c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/browsers.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/brush-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/brush-outline.svg
new file mode 100644
index 0000000..000818e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/brush-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/brush-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/brush-sharp.svg
new file mode 100644
index 0000000..a17114e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/brush-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/brush.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/brush.svg
new file mode 100644
index 0000000..837157a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/brush.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bug-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bug-outline.svg
new file mode 100644
index 0000000..cb7f85e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bug-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bug-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bug-sharp.svg
new file mode 100644
index 0000000..8e905f2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bug-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bug.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bug.svg
new file mode 100644
index 0000000..43b483d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bug.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/build-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/build-outline.svg
new file mode 100644
index 0000000..34e6997
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/build-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/build-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/build-sharp.svg
new file mode 100644
index 0000000..9078c67
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/build-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/build.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/build.svg
new file mode 100644
index 0000000..35fb22e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/build.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb-outline.svg
new file mode 100644
index 0000000..2d98ca3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb-sharp.svg
new file mode 100644
index 0000000..3b5fd3d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb.svg
new file mode 100644
index 0000000..3839332
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bulb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bus-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bus-outline.svg
new file mode 100644
index 0000000..b8c2cb0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bus-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bus-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bus-sharp.svg
new file mode 100644
index 0000000..836245a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bus-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/bus.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/bus.svg
new file mode 100644
index 0000000..a3a79c3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/bus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/business-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/business-outline.svg
new file mode 100644
index 0000000..d7609ce
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/business-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/business-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/business-sharp.svg
new file mode 100644
index 0000000..ddf3420
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/business-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/business.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/business.svg
new file mode 100644
index 0000000..700994d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/business.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe-outline.svg
new file mode 100644
index 0000000..c2e3290
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe-sharp.svg
new file mode 100644
index 0000000..eade1af
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe.svg
new file mode 100644
index 0000000..6853b03
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cafe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator-outline.svg
new file mode 100644
index 0000000..58f446c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator-sharp.svg
new file mode 100644
index 0000000..6376148
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator.svg
new file mode 100644
index 0000000..e377583
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calculator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear-outline.svg
new file mode 100644
index 0000000..766685c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear-sharp.svg
new file mode 100644
index 0000000..682aa2d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear.svg
new file mode 100644
index 0000000..9842851
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-clear.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number-outline.svg
new file mode 100644
index 0000000..c12d9e6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number-sharp.svg
new file mode 100644
index 0000000..d99c690
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number.svg
new file mode 100644
index 0000000..bd4310a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-number.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-outline.svg
new file mode 100644
index 0000000..8c5b9f6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-sharp.svg
new file mode 100644
index 0000000..fcf2f78
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar.svg
new file mode 100644
index 0000000..76c7cc8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/calendar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/call-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/call-outline.svg
new file mode 100644
index 0000000..cac6700
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/call-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/call-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/call-sharp.svg
new file mode 100644
index 0000000..703b960
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/call-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/call.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/call.svg
new file mode 100644
index 0000000..1c2b5bd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/call.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-outline.svg
new file mode 100644
index 0000000..34dd22f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse-outline.svg
new file mode 100644
index 0000000..22f084a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse-sharp.svg
new file mode 100644
index 0000000..1ae32f4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse.svg
new file mode 100644
index 0000000..aa83464
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-reverse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-sharp.svg
new file mode 100644
index 0000000..028c0f8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/camera.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera.svg
new file mode 100644
index 0000000..9f41ef0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/camera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/car-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-outline.svg
new file mode 100644
index 0000000..da6cac8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sharp.svg
new file mode 100644
index 0000000..e90c1c2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport-outline.svg
new file mode 100644
index 0000000..d91d8ae
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport-sharp.svg
new file mode 100644
index 0000000..32c1ff7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport.svg
new file mode 100644
index 0000000..517b9ae
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/car-sport.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/car.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/car.svg
new file mode 100644
index 0000000..bc609bc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/car.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/card-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/card-outline.svg
new file mode 100644
index 0000000..5569742
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/card-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/card-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/card-sharp.svg
new file mode 100644
index 0000000..7fa5894
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/card-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/card.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/card.svg
new file mode 100644
index 0000000..7b41a01
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle-outline.svg
new file mode 100644
index 0000000..1e84bf6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle-sharp.svg
new file mode 100644
index 0000000..80989f0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle.svg
new file mode 100644
index 0000000..a328544
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-outline.svg
new file mode 100644
index 0000000..7643a25
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-sharp.svg
new file mode 100644
index 0000000..336179a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back.svg
new file mode 100644
index 0000000..7643a25
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle-outline.svg
new file mode 100644
index 0000000..9b6c2cc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle-sharp.svg
new file mode 100644
index 0000000..0083c25
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle.svg
new file mode 100644
index 0000000..c26b020
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-outline.svg
new file mode 100644
index 0000000..bfd5aec
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-sharp.svg
new file mode 100644
index 0000000..893af93
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down.svg
new file mode 100644
index 0000000..bfd5aec
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle-outline.svg
new file mode 100644
index 0000000..14bb0a5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle-sharp.svg
new file mode 100644
index 0000000..03ca190
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle.svg
new file mode 100644
index 0000000..e2bf87b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-outline.svg
new file mode 100644
index 0000000..61bd003
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-sharp.svg
new file mode 100644
index 0000000..0b695be
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward.svg
new file mode 100644
index 0000000..61bd003
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle-outline.svg
new file mode 100644
index 0000000..7e027b9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle-sharp.svg
new file mode 100644
index 0000000..8143883
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle.svg
new file mode 100644
index 0000000..5558194
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-outline.svg
new file mode 100644
index 0000000..c472834
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-sharp.svg
new file mode 100644
index 0000000..1c8dca9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up.svg
new file mode 100644
index 0000000..c472834
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/caret-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cart-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cart-outline.svg
new file mode 100644
index 0000000..3b5b137
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cart-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cart-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cart-sharp.svg
new file mode 100644
index 0000000..7aff599
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cart-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cart.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cart.svg
new file mode 100644
index 0000000..aec26b2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cash-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cash-outline.svg
new file mode 100644
index 0000000..e3f737c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cash-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cash-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cash-sharp.svg
new file mode 100644
index 0000000..4690696
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cash-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cash.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cash.svg
new file mode 100644
index 0000000..1a6a19b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular-outline.svg
new file mode 100644
index 0000000..d5ff1dd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular-sharp.svg
new file mode 100644
index 0000000..18a45a5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular.svg
new file mode 100644
index 0000000..7386d0d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cellular.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses-outline.svg
new file mode 100644
index 0000000..4056d96
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses-sharp.svg
new file mode 100644
index 0000000..0665f69
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses.svg
new file mode 100644
index 0000000..6ed661c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-ellipses.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-outline.svg
new file mode 100644
index 0000000..cc46368
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-sharp.svg
new file mode 100644
index 0000000..e38c6c2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox.svg
new file mode 100644
index 0000000..07b93fb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses-outline.svg
new file mode 100644
index 0000000..bc250ba
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses-sharp.svg
new file mode 100644
index 0000000..cc049b3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses.svg
new file mode 100644
index 0000000..8d3077f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-ellipses.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-outline.svg
new file mode 100644
index 0000000..dcfd7d9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-sharp.svg
new file mode 100644
index 0000000..20a69db
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble.svg
new file mode 100644
index 0000000..18edece
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles-outline.svg
new file mode 100644
index 0000000..51ba323
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles-sharp.svg
new file mode 100644
index 0000000..e080f5c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles.svg
new file mode 100644
index 0000000..5f4b0cd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chatbubbles.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox-outline.svg
new file mode 100644
index 0000000..9835a55
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox-sharp.svg
new file mode 100644
index 0000000..e06077c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox.svg
new file mode 100644
index 0000000..de24e49
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle-outline.svg
new file mode 100644
index 0000000..18ffea3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle-sharp.svg
new file mode 100644
index 0000000..8f2a94e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle.svg
new file mode 100644
index 0000000..42d13ec
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle-outline.svg
new file mode 100644
index 0000000..5b1269e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle-sharp.svg
new file mode 100644
index 0000000..cd1663f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle.svg
new file mode 100644
index 0000000..4b32145
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-outline.svg
new file mode 100644
index 0000000..1827802
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-sharp.svg
new file mode 100644
index 0000000..4ea5f88
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done.svg
new file mode 100644
index 0000000..1827802
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-done.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-outline.svg
new file mode 100644
index 0000000..d1de526
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-sharp.svg
new file mode 100644
index 0000000..c8bfecc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark.svg
new file mode 100644
index 0000000..d1de526
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/checkmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle-outline.svg
new file mode 100644
index 0000000..b714661
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle-sharp.svg
new file mode 100644
index 0000000..391e514
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle.svg
new file mode 100644
index 0000000..9cc9a33
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-outline.svg
new file mode 100644
index 0000000..ef35551
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-sharp.svg
new file mode 100644
index 0000000..73a441f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back.svg
new file mode 100644
index 0000000..ef35551
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle-outline.svg
new file mode 100644
index 0000000..616aa48
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle-sharp.svg
new file mode 100644
index 0000000..4f91430
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle.svg
new file mode 100644
index 0000000..b63e796
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-outline.svg
new file mode 100644
index 0000000..e4991bb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-sharp.svg
new file mode 100644
index 0000000..dead7fe
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down.svg
new file mode 100644
index 0000000..e4991bb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle-outline.svg
new file mode 100644
index 0000000..b37c46a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle-sharp.svg
new file mode 100644
index 0000000..affb50e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle.svg
new file mode 100644
index 0000000..3383ca2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-outline.svg
new file mode 100644
index 0000000..931da0c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-sharp.svg
new file mode 100644
index 0000000..91e8863
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward.svg
new file mode 100644
index 0000000..931da0c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle-outline.svg
new file mode 100644
index 0000000..7008a9a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle-sharp.svg
new file mode 100644
index 0000000..46d8a90
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle.svg
new file mode 100644
index 0000000..6e7c782
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-outline.svg
new file mode 100644
index 0000000..407ebb8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-sharp.svg
new file mode 100644
index 0000000..dce0e43
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up.svg
new file mode 100644
index 0000000..407ebb8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/chevron-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard-outline.svg
new file mode 100644
index 0000000..005e5a8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard-sharp.svg
new file mode 100644
index 0000000..7424da1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard.svg
new file mode 100644
index 0000000..886a8e1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/clipboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle-outline.svg
new file mode 100644
index 0000000..5b0112c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle-sharp.svg
new file mode 100644
index 0000000..a3c9cd6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle.svg
new file mode 100644
index 0000000..db84a60
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/close-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-outline.svg
new file mode 100644
index 0000000..7ff3157
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/close-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-sharp.svg
new file mode 100644
index 0000000..e4850bf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/close-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/close.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/close.svg
new file mode 100644
index 0000000..5e58865
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/close.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle-outline.svg
new file mode 100644
index 0000000..d7f90af
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle-sharp.svg
new file mode 100644
index 0000000..e5698ee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle.svg
new file mode 100644
index 0000000..a0c718b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done-outline.svg
new file mode 100644
index 0000000..1020f0b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done-sharp.svg
new file mode 100644
index 0000000..1ffdcb7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done.svg
new file mode 100644
index 0000000..4813514
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-done.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download-outline.svg
new file mode 100644
index 0000000..f59fccb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download-sharp.svg
new file mode 100644
index 0000000..7b33853
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download.svg
new file mode 100644
index 0000000..de2ef22
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline-outline.svg
new file mode 100644
index 0000000..f72eb64
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline-sharp.svg
new file mode 100644
index 0000000..17e631c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline.svg
new file mode 100644
index 0000000..e1231f3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-offline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-outline.svg
new file mode 100644
index 0000000..8b2bd50
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-sharp.svg
new file mode 100644
index 0000000..3514620
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload-outline.svg
new file mode 100644
index 0000000..aa3f8bf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload-sharp.svg
new file mode 100644
index 0000000..a9865ad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload.svg
new file mode 100644
index 0000000..de03f6f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud-upload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud.svg
new file mode 100644
index 0000000..3d0d4ad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night-outline.svg
new file mode 100644
index 0000000..a1fc161
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night-sharp.svg
new file mode 100644
index 0000000..d09a7d5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night.svg
new file mode 100644
index 0000000..d3509da
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-night.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-outline.svg
new file mode 100644
index 0000000..851cd2e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-sharp.svg
new file mode 100644
index 0000000..ec46b89
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy.svg
new file mode 100644
index 0000000..2a0ec63
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cloudy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download-outline.svg
new file mode 100644
index 0000000..997e49a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download-sharp.svg
new file mode 100644
index 0000000..cf50369
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download.svg
new file mode 100644
index 0000000..791b438
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-outline.svg
new file mode 100644
index 0000000..d6b59ea
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-sharp.svg
new file mode 100644
index 0000000..319aae7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash-outline.svg
new file mode 100644
index 0000000..fdefc3e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash-sharp.svg
new file mode 100644
index 0000000..9173680
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash.svg
new file mode 100644
index 0000000..8b25b64
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working-outline.svg
new file mode 100644
index 0000000..3374f8f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working-sharp.svg
new file mode 100644
index 0000000..dd9a36d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working.svg
new file mode 100644
index 0000000..2a6557e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code-working.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/code.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/code.svg
new file mode 100644
index 0000000..a21ee1b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cog-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cog-outline.svg
new file mode 100644
index 0000000..6844f0b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cog-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cog-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cog-sharp.svg
new file mode 100644
index 0000000..36ab773
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cog-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cog.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cog.svg
new file mode 100644
index 0000000..10c3c4f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill-outline.svg
new file mode 100644
index 0000000..9ab34a0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill-sharp.svg
new file mode 100644
index 0000000..c414052
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill.svg
new file mode 100644
index 0000000..2fb46b4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-fill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter-outline.svg
new file mode 100644
index 0000000..4905573
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter-sharp.svg
new file mode 100644
index 0000000..a6c1871
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter.svg
new file mode 100644
index 0000000..a55f0df
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-filter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette-outline.svg
new file mode 100644
index 0000000..a80f05a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette-sharp.svg
new file mode 100644
index 0000000..324b80f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette.svg
new file mode 100644
index 0000000..02e0137
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-palette.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand-outline.svg
new file mode 100644
index 0000000..ebc10c5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand-sharp.svg
new file mode 100644
index 0000000..12cb4c3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand.svg
new file mode 100644
index 0000000..e6c3fe8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/color-wand.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/compass-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/compass-outline.svg
new file mode 100644
index 0000000..a735afd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/compass-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/compass-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/compass-sharp.svg
new file mode 100644
index 0000000..d039130
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/compass-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/compass.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/compass.svg
new file mode 100644
index 0000000..f389b79
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/compass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/construct-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/construct-outline.svg
new file mode 100644
index 0000000..fb311af
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/construct-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/construct-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/construct-sharp.svg
new file mode 100644
index 0000000..c95c70f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/construct-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/construct.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/construct.svg
new file mode 100644
index 0000000..4b52b67
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/construct.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/contract-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/contract-outline.svg
new file mode 100644
index 0000000..941818e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/contract-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/contract-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/contract-sharp.svg
new file mode 100644
index 0000000..c96277e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/contract-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/contract.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/contract.svg
new file mode 100644
index 0000000..941818e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/contract.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast-outline.svg
new file mode 100644
index 0000000..8e48145
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast-sharp.svg
new file mode 100644
index 0000000..e9eb77c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast.svg
new file mode 100644
index 0000000..2af01d9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/contrast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/copy-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/copy-outline.svg
new file mode 100644
index 0000000..91c4430
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/copy-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/copy-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/copy-sharp.svg
new file mode 100644
index 0000000..d409544
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/copy-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/copy.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/copy.svg
new file mode 100644
index 0000000..4f8ff95
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/copy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/create-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/create-outline.svg
new file mode 100644
index 0000000..d23c6ac
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/create-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/create-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/create-sharp.svg
new file mode 100644
index 0000000..89940aa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/create-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/create.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/create.svg
new file mode 100644
index 0000000..b723993
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/create.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/crop-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/crop-outline.svg
new file mode 100644
index 0000000..b4565b0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/crop-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/crop-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/crop-sharp.svg
new file mode 100644
index 0000000..68f5508
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/crop-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/crop.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/crop.svg
new file mode 100644
index 0000000..32cb327
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/crop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cube-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cube-outline.svg
new file mode 100644
index 0000000..f477a61
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cube-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cube-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cube-sharp.svg
new file mode 100644
index 0000000..e5b3cdb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cube-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cube.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cube.svg
new file mode 100644
index 0000000..84a8568
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cut-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cut-outline.svg
new file mode 100644
index 0000000..461efe8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cut-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cut-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cut-sharp.svg
new file mode 100644
index 0000000..94a8a0d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cut-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/cut.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/cut.svg
new file mode 100644
index 0000000..89e3001
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/cut.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop-outline.svg
new file mode 100644
index 0000000..2674ffd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop-sharp.svg
new file mode 100644
index 0000000..420049d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop.svg
new file mode 100644
index 0000000..6c5ade5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/desktop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond-outline.svg
new file mode 100644
index 0000000..6f7e088
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond-sharp.svg
new file mode 100644
index 0000000..cc00d51
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond.svg
new file mode 100644
index 0000000..095b782
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/diamond.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/dice-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/dice-outline.svg
new file mode 100644
index 0000000..673d6e6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/dice-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/dice-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/dice-sharp.svg
new file mode 100644
index 0000000..0b6f93a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/dice-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/dice.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/dice.svg
new file mode 100644
index 0000000..1b8e359
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/dice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/disc-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/disc-outline.svg
new file mode 100644
index 0000000..f5d9af0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/disc-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/disc-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/disc-sharp.svg
new file mode 100644
index 0000000..077b42f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/disc-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/disc.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/disc.svg
new file mode 100644
index 0000000..14adf19
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/disc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach-outline.svg
new file mode 100644
index 0000000..309cb0d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach-sharp.svg
new file mode 100644
index 0000000..24d2046
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach.svg
new file mode 100644
index 0000000..40ec7aa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-attach.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock-outline.svg
new file mode 100644
index 0000000..5def7d8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock-sharp.svg
new file mode 100644
index 0000000..9036c9b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock.svg
new file mode 100644
index 0000000..35ce873
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-outline.svg
new file mode 100644
index 0000000..ca88c79
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-sharp.svg
new file mode 100644
index 0000000..9c83a50
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text-outline.svg
new file mode 100644
index 0000000..68c0679
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text-sharp.svg
new file mode 100644
index 0000000..d369134
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text.svg
new file mode 100644
index 0000000..4b8b5a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document-text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/document.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/document.svg
new file mode 100644
index 0000000..fc4aca9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/document.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/documents-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/documents-outline.svg
new file mode 100644
index 0000000..bfded0c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/documents-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/documents-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/documents-sharp.svg
new file mode 100644
index 0000000..2bff9e1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/documents-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/documents.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/documents.svg
new file mode 100644
index 0000000..8362c69
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/documents.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/download-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/download-outline.svg
new file mode 100644
index 0000000..3c6d104
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/download-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/download-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/download-sharp.svg
new file mode 100644
index 0000000..6305e54
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/download-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/download.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/download.svg
new file mode 100644
index 0000000..da8f71b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate-outline.svg
new file mode 100644
index 0000000..3677b88
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate-sharp.svg
new file mode 100644
index 0000000..decea13
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate.svg
new file mode 100644
index 0000000..9224281
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/duplicate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ear-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ear-outline.svg
new file mode 100644
index 0000000..becb63d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ear-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ear-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ear-sharp.svg
new file mode 100644
index 0000000..cab723c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ear-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ear.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ear.svg
new file mode 100644
index 0000000..5327dfa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ear.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/earth-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/earth-outline.svg
new file mode 100644
index 0000000..bef1379
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/earth-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/earth-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/earth-sharp.svg
new file mode 100644
index 0000000..77306e3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/earth-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/earth.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/earth.svg
new file mode 100644
index 0000000..84057a2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/earth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/easel-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/easel-outline.svg
new file mode 100644
index 0000000..cc0ce17
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/easel-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/easel-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/easel-sharp.svg
new file mode 100644
index 0000000..ea6e1fb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/easel-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/easel.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/easel.svg
new file mode 100644
index 0000000..729911f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/easel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/egg-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/egg-outline.svg
new file mode 100644
index 0000000..3a40418
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/egg-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/egg-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/egg-sharp.svg
new file mode 100644
index 0000000..41f5e55
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/egg-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/egg.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/egg.svg
new file mode 100644
index 0000000..34b4995
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/egg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse-outline.svg
new file mode 100644
index 0000000..5392cc8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse-sharp.svg
new file mode 100644
index 0000000..093441a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse.svg
new file mode 100644
index 0000000..093441a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle-outline.svg
new file mode 100644
index 0000000..e2d619c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle-sharp.svg
new file mode 100644
index 0000000..f7a636a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle.svg
new file mode 100644
index 0000000..e2d619c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-outline.svg
new file mode 100644
index 0000000..e9ebdd1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-sharp.svg
new file mode 100644
index 0000000..dc879be
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal.svg
new file mode 100644
index 0000000..dc879be
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-horizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle-outline.svg
new file mode 100644
index 0000000..981fb7a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle-sharp.svg
new file mode 100644
index 0000000..83de879
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle.svg
new file mode 100644
index 0000000..981fb7a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-outline.svg
new file mode 100644
index 0000000..ede562b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-sharp.svg
new file mode 100644
index 0000000..2142fee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical.svg
new file mode 100644
index 0000000..2142fee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ellipsis-vertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/enter-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/enter-outline.svg
new file mode 100644
index 0000000..79bed0b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/enter-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/enter-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/enter-sharp.svg
new file mode 100644
index 0000000..4de34fb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/enter-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/enter.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/enter.svg
new file mode 100644
index 0000000..e3ff585
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/enter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/exit-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/exit-outline.svg
new file mode 100644
index 0000000..e0712b6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/exit-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/exit-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/exit-sharp.svg
new file mode 100644
index 0000000..78c8b05
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/exit-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/exit.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/exit.svg
new file mode 100644
index 0000000..fa07084
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/exit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/expand-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/expand-outline.svg
new file mode 100644
index 0000000..4b0a6c4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/expand-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/expand-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/expand-sharp.svg
new file mode 100644
index 0000000..847ee29
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/expand-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/expand.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/expand.svg
new file mode 100644
index 0000000..4b0a6c4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/expand.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle-outline.svg
new file mode 100644
index 0000000..e46baad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle-sharp.svg
new file mode 100644
index 0000000..1385459
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle.svg
new file mode 100644
index 0000000..6a1c23c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/extension-puzzle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off-outline.svg
new file mode 100644
index 0000000..9972250
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off-sharp.svg
new file mode 100644
index 0000000..04e2f78
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off.svg
new file mode 100644
index 0000000..b41a760
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-outline.svg
new file mode 100644
index 0000000..e823055
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-sharp.svg
new file mode 100644
index 0000000..3013bda
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eye.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye.svg
new file mode 100644
index 0000000..bf01194
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop-outline.svg
new file mode 100644
index 0000000..8b3f868
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop-sharp.svg
new file mode 100644
index 0000000..26547a4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop.svg
new file mode 100644
index 0000000..a80893c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/eyedrop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food-outline.svg
new file mode 100644
index 0000000..7c1bb0f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food-sharp.svg
new file mode 100644
index 0000000..19af29e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food.svg
new file mode 100644
index 0000000..91d22c4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fast-food.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/female-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/female-outline.svg
new file mode 100644
index 0000000..9138bcb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/female-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/female-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/female-sharp.svg
new file mode 100644
index 0000000..c9fc174
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/female-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/female.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/female.svg
new file mode 100644
index 0000000..e9aae7b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/female.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full-outline.svg
new file mode 100644
index 0000000..21eaad7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full-sharp.svg
new file mode 100644
index 0000000..aefde2c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full.svg
new file mode 100644
index 0000000..3ebeaf0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-outline.svg
new file mode 100644
index 0000000..1994750
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-sharp.svg
new file mode 100644
index 0000000..c1f1cd0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked-outline.svg
new file mode 100644
index 0000000..b295903
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked-sharp.svg
new file mode 100644
index 0000000..c2194bc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked.svg
new file mode 100644
index 0000000..b1f7b6e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray-stacked.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray.svg
new file mode 100644
index 0000000..326cc7b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/file-tray.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/film-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/film-outline.svg
new file mode 100644
index 0000000..c7c0cae
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/film-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/film-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/film-sharp.svg
new file mode 100644
index 0000000..8064e4e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/film-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/film.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/film.svg
new file mode 100644
index 0000000..9f7f042
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/film.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle-outline.svg
new file mode 100644
index 0000000..0487f46
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle-sharp.svg
new file mode 100644
index 0000000..2403de9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle.svg
new file mode 100644
index 0000000..06eede4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-outline.svg
new file mode 100644
index 0000000..a1fac2d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-sharp.svg
new file mode 100644
index 0000000..4cc7e53
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/filter.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter.svg
new file mode 100644
index 0000000..e959ece
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/filter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print-outline.svg
new file mode 100644
index 0000000..6981f8c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print-sharp.svg
new file mode 100644
index 0000000..e7f20bb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print.svg
new file mode 100644
index 0000000..2ad3c77
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/finger-print.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fish-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fish-outline.svg
new file mode 100644
index 0000000..eda5ace
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fish-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fish-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fish-sharp.svg
new file mode 100644
index 0000000..4b8aadc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fish-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fish.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fish.svg
new file mode 100644
index 0000000..58ed4db
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fish.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness-outline.svg
new file mode 100644
index 0000000..eb9c838
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness-sharp.svg
new file mode 100644
index 0000000..8f715a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness.svg
new file mode 100644
index 0000000..e74c5e7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/fitness.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flag-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flag-outline.svg
new file mode 100644
index 0000000..94af5dc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flag-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flag-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flag-sharp.svg
new file mode 100644
index 0000000..fe16bb8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flag-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flag.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flag.svg
new file mode 100644
index 0000000..3ab17b5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flame-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flame-outline.svg
new file mode 100644
index 0000000..0fa0e61
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flame-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flame-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flame-sharp.svg
new file mode 100644
index 0000000..ec89bd5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flame-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flame.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flame.svg
new file mode 100644
index 0000000..9da49ee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flame.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off-outline.svg
new file mode 100644
index 0000000..c375ffd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off-sharp.svg
new file mode 100644
index 0000000..c8e2d91
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off.svg
new file mode 100644
index 0000000..878ad39
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-outline.svg
new file mode 100644
index 0000000..63e32a7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-sharp.svg
new file mode 100644
index 0000000..adb8b3d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flash.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash.svg
new file mode 100644
index 0000000..9d4d973
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight-outline.svg
new file mode 100644
index 0000000..2e9ada1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight-sharp.svg
new file mode 100644
index 0000000..bdd4587
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight.svg
new file mode 100644
index 0000000..21bf654
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flashlight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flask-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flask-outline.svg
new file mode 100644
index 0000000..9c4c478
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flask-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flask-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flask-sharp.svg
new file mode 100644
index 0000000..ab758eb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flask-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flask.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flask.svg
new file mode 100644
index 0000000..7f8593a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flask.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flower-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flower-outline.svg
new file mode 100644
index 0000000..c37eebc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flower-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flower-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flower-sharp.svg
new file mode 100644
index 0000000..99abae8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flower-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/flower.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/flower.svg
new file mode 100644
index 0000000..b3f8fbe
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/flower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open-outline.svg
new file mode 100644
index 0000000..bb657bd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open-sharp.svg
new file mode 100644
index 0000000..b6a7c9c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open.svg
new file mode 100644
index 0000000..cb12148
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-outline.svg
new file mode 100644
index 0000000..68e1781
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-sharp.svg
new file mode 100644
index 0000000..67c03f9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/folder.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder.svg
new file mode 100644
index 0000000..19a5aeb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/folder.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/football-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/football-outline.svg
new file mode 100644
index 0000000..d298ace
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/football-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/football-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/football-sharp.svg
new file mode 100644
index 0000000..9861c41
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/football-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/football.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/football.svg
new file mode 100644
index 0000000..0749098
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/football.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps-outline.svg
new file mode 100644
index 0000000..94f13e9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps-sharp.svg
new file mode 100644
index 0000000..7262984
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps.svg
new file mode 100644
index 0000000..1e95c5f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/footsteps.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel-outline.svg
new file mode 100644
index 0000000..1b8693b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel-sharp.svg
new file mode 100644
index 0000000..bd9d6a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel.svg
new file mode 100644
index 0000000..5c482c1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/funnel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller-outline.svg
new file mode 100644
index 0000000..67d03d8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller-sharp.svg
new file mode 100644
index 0000000..35b662c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller.svg
new file mode 100644
index 0000000..cb3a0cc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/game-controller.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/gift-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/gift-outline.svg
new file mode 100644
index 0000000..4505b9b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/gift-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/gift-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/gift-sharp.svg
new file mode 100644
index 0000000..03e613f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/gift-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/gift.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/gift.svg
new file mode 100644
index 0000000..5344c44
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/gift.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch-outline.svg
new file mode 100644
index 0000000..7f60035
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch-sharp.svg
new file mode 100644
index 0000000..c242c1b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch.svg
new file mode 100644
index 0000000..f137081
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-branch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit-outline.svg
new file mode 100644
index 0000000..dee4a86
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit-sharp.svg
new file mode 100644
index 0000000..ec0edfa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit.svg
new file mode 100644
index 0000000..8b8881e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-commit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare-outline.svg
new file mode 100644
index 0000000..bf2054f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare-sharp.svg
new file mode 100644
index 0000000..264ddf6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare.svg
new file mode 100644
index 0000000..6a6d7df
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-compare.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge-outline.svg
new file mode 100644
index 0000000..e158432
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge-sharp.svg
new file mode 100644
index 0000000..bf548eb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge.svg
new file mode 100644
index 0000000..75a1fab
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-merge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network-outline.svg
new file mode 100644
index 0000000..f781d44
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network-sharp.svg
new file mode 100644
index 0000000..87a47d1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network.svg
new file mode 100644
index 0000000..1e8d71a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-network.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request-outline.svg
new file mode 100644
index 0000000..1b2fb44
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request-sharp.svg
new file mode 100644
index 0000000..8ef5fe1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request.svg
new file mode 100644
index 0000000..b247493
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/git-pull-request.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses-outline.svg
new file mode 100644
index 0000000..a790be3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses-sharp.svg
new file mode 100644
index 0000000..059931f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses.svg
new file mode 100644
index 0000000..e23006c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/glasses.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/globe-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/globe-outline.svg
new file mode 100644
index 0000000..d727824
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/globe-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/globe-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/globe-sharp.svg
new file mode 100644
index 0000000..4d6ae05
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/globe-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/globe.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/globe.svg
new file mode 100644
index 0000000..cea3492
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/globe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/golf-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/golf-outline.svg
new file mode 100644
index 0000000..523baf0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/golf-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/golf-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/golf-sharp.svg
new file mode 100644
index 0000000..d8df8e8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/golf-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/golf.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/golf.svg
new file mode 100644
index 0000000..9c297cf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/golf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/grid-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/grid-outline.svg
new file mode 100644
index 0000000..8806749
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/grid-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/grid-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/grid-sharp.svg
new file mode 100644
index 0000000..56a5e1c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/grid-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/grid.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/grid.svg
new file mode 100644
index 0000000..5913c4d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/grid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer-outline.svg
new file mode 100644
index 0000000..f38ff00
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer-sharp.svg
new file mode 100644
index 0000000..9cde710
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer.svg
new file mode 100644
index 0000000..3f19e1f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hammer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left-outline.svg
new file mode 100644
index 0000000..7f15117
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left-sharp.svg
new file mode 100644
index 0000000..548a229
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left.svg
new file mode 100644
index 0000000..2fdbeb1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right-outline.svg
new file mode 100644
index 0000000..cc9ebd3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right-sharp.svg
new file mode 100644
index 0000000..98372b3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right.svg
new file mode 100644
index 0000000..459f74c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hand-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/happy-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/happy-outline.svg
new file mode 100644
index 0000000..f2979af
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/happy-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/happy-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/happy-sharp.svg
new file mode 100644
index 0000000..e59726f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/happy-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/happy.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/happy.svg
new file mode 100644
index 0000000..8c55e9b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/happy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip-outline.svg
new file mode 100644
index 0000000..8cb55ef
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip-sharp.svg
new file mode 100644
index 0000000..59875eb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip.svg
new file mode 100644
index 0000000..55f912e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hardware-chip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/headset-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/headset-outline.svg
new file mode 100644
index 0000000..1cd4802
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/headset-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/headset-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/headset-sharp.svg
new file mode 100644
index 0000000..331ae08
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/headset-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/headset.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/headset.svg
new file mode 100644
index 0000000..ab7b30b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/headset.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle-outline.svg
new file mode 100644
index 0000000..09973ea
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle-sharp.svg
new file mode 100644
index 0000000..f40b601
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle.svg
new file mode 100644
index 0000000..75aee04
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle-outline.svg
new file mode 100644
index 0000000..b3b4786
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle-sharp.svg
new file mode 100644
index 0000000..447f1ef
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle.svg
new file mode 100644
index 0000000..ecfa878
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-outline.svg
new file mode 100644
index 0000000..8fae0af
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-sharp.svg
new file mode 100644
index 0000000..f6350df
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike.svg
new file mode 100644
index 0000000..323eebc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-dislike.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half-outline.svg
new file mode 100644
index 0000000..a45d92c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half-sharp.svg
new file mode 100644
index 0000000..e654348
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half.svg
new file mode 100644
index 0000000..a45d92c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-outline.svg
new file mode 100644
index 0000000..100f0d7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-sharp.svg
new file mode 100644
index 0000000..e55117c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/heart.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart.svg
new file mode 100644
index 0000000..7591614
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/heart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy-outline.svg
new file mode 100644
index 0000000..ea94a4c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy-sharp.svg
new file mode 100644
index 0000000..e6732f8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy.svg
new file mode 100644
index 0000000..cf82eb4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-buoy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle-outline.svg
new file mode 100644
index 0000000..596567c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle-sharp.svg
new file mode 100644
index 0000000..73a78a6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle.svg
new file mode 100644
index 0000000..620dd90
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-outline.svg
new file mode 100644
index 0000000..0fa9791
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-sharp.svg
new file mode 100644
index 0000000..54961c3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/help.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/help.svg
new file mode 100644
index 0000000..0fa9791
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/help.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/home-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/home-outline.svg
new file mode 100644
index 0000000..5e2a0ec
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/home-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/home-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/home-sharp.svg
new file mode 100644
index 0000000..2075328
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/home-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/home.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/home.svg
new file mode 100644
index 0000000..4229b0e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/home.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass-outline.svg
new file mode 100644
index 0000000..7ad1cd7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass-sharp.svg
new file mode 100644
index 0000000..8163b5f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass.svg
new file mode 100644
index 0000000..1c62427
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/hourglass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream-outline.svg
new file mode 100644
index 0000000..287291b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream-sharp.svg
new file mode 100644
index 0000000..f09350b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream.svg
new file mode 100644
index 0000000..cfddd38
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ice-cream.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card-outline.svg
new file mode 100644
index 0000000..f32adc9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card-sharp.svg
new file mode 100644
index 0000000..2fe9509
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card.svg
new file mode 100644
index 0000000..3a3124e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/id-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/image-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/image-outline.svg
new file mode 100644
index 0000000..55cbd4e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/image-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/image-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/image-sharp.svg
new file mode 100644
index 0000000..96e1960
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/image-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/image.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/image.svg
new file mode 100644
index 0000000..de2694a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/image.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/images-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/images-outline.svg
new file mode 100644
index 0000000..57e16ee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/images-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/images-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/images-sharp.svg
new file mode 100644
index 0000000..92dd0d5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/images-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/images.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/images.svg
new file mode 100644
index 0000000..179a4f8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/images.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite-outline.svg
new file mode 100644
index 0000000..f6c933f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite-sharp.svg
new file mode 100644
index 0000000..07bcf50
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite.svg
new file mode 100644
index 0000000..8a339c5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/infinite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle-outline.svg
new file mode 100644
index 0000000..15d7547
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle-sharp.svg
new file mode 100644
index 0000000..a2b11b8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle.svg
new file mode 100644
index 0000000..f338832
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/information-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-outline.svg
new file mode 100644
index 0000000..4f81496
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/information-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-sharp.svg
new file mode 100644
index 0000000..17ac005
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/information-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/information.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/information.svg
new file mode 100644
index 0000000..4f81496
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/information.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode-outline.svg
new file mode 100644
index 0000000..70e7db8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode-sharp.svg
new file mode 100644
index 0000000..4c84ecf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode.svg
new file mode 100644
index 0000000..890b36e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/invert-mode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.eot b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.eot
new file mode 100644
index 0000000..92a3f20
Binary files /dev/null and b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.eot differ
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.svg
new file mode 100644
index 0000000..49fc8f3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.svg
@@ -0,0 +1,2230 @@
+
+
+
+
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.ttf b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.ttf
new file mode 100644
index 0000000..c4e4632
Binary files /dev/null and b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.ttf differ
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.woff b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.woff
new file mode 100644
index 0000000..5f3a14e
Binary files /dev/null and b/calingacion-chester-garett/tribute/assets/vendors/fonts/ionicons.woff differ
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/journal-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/journal-outline.svg
new file mode 100644
index 0000000..321e330
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/journal-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/journal-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/journal-sharp.svg
new file mode 100644
index 0000000..8e9698e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/journal-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/journal.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/journal.svg
new file mode 100644
index 0000000..aed6fc3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/journal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/key-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/key-outline.svg
new file mode 100644
index 0000000..dc428ee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/key-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/key-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/key-sharp.svg
new file mode 100644
index 0000000..3488e33
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/key-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/key.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/key.svg
new file mode 100644
index 0000000..df986a4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/key.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad-outline.svg
new file mode 100644
index 0000000..b109220
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad-sharp.svg
new file mode 100644
index 0000000..c0ca542
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad.svg
new file mode 100644
index 0000000..6efcfb9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/keypad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/language-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/language-outline.svg
new file mode 100644
index 0000000..a1a8cea
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/language-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/language-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/language-sharp.svg
new file mode 100644
index 0000000..c6452ba
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/language-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/language.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/language.svg
new file mode 100644
index 0000000..91e94e4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/language.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop-outline.svg
new file mode 100644
index 0000000..ec43421
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop-sharp.svg
new file mode 100644
index 0000000..0de0992
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop.svg
new file mode 100644
index 0000000..33b89d1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/laptop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/layers-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/layers-outline.svg
new file mode 100644
index 0000000..33d5da1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/layers-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/layers-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/layers-sharp.svg
new file mode 100644
index 0000000..b3a4563
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/layers-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/layers.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/layers.svg
new file mode 100644
index 0000000..02d3485
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/layers.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf-outline.svg
new file mode 100644
index 0000000..7ec5e8b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf-sharp.svg
new file mode 100644
index 0000000..e44b0ae
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf.svg
new file mode 100644
index 0000000..729369a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/leaf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/library-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/library-outline.svg
new file mode 100644
index 0000000..757ffd5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/library-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/library-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/library-sharp.svg
new file mode 100644
index 0000000..83c567c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/library-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/library.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/library.svg
new file mode 100644
index 0000000..0be88b0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/library.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/link-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/link-outline.svg
new file mode 100644
index 0000000..587cb70
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/link-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/link-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/link-sharp.svg
new file mode 100644
index 0000000..8a81c92
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/link-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/link.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/link.svg
new file mode 100644
index 0000000..7ae3e6c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle-outline.svg
new file mode 100644
index 0000000..6f9b4e5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle-sharp.svg
new file mode 100644
index 0000000..5c20fad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle.svg
new file mode 100644
index 0000000..e05fb1d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/list-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-outline.svg
new file mode 100644
index 0000000..6b67877
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/list-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-sharp.svg
new file mode 100644
index 0000000..9e842d7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/list-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/list.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/list.svg
new file mode 100644
index 0000000..3765708
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/list.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/locate-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/locate-outline.svg
new file mode 100644
index 0000000..2ec8d6d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/locate-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/locate-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/locate-sharp.svg
new file mode 100644
index 0000000..47a4d10
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/locate-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/locate.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/locate.svg
new file mode 100644
index 0000000..26d8542
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/locate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/location-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/location-outline.svg
new file mode 100644
index 0000000..5c0683c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/location-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/location-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/location-sharp.svg
new file mode 100644
index 0000000..e2d2a72
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/location-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/location.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/location.svg
new file mode 100644
index 0000000..890e4c0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/location.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed-outline.svg
new file mode 100644
index 0000000..b7b2d70
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed-sharp.svg
new file mode 100644
index 0000000..29d4f2b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed.svg
new file mode 100644
index 0000000..7ca4a37
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-closed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open-outline.svg
new file mode 100644
index 0000000..0e99458
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open-sharp.svg
new file mode 100644
index 0000000..77eea16
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open.svg
new file mode 100644
index 0000000..2527bfd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/lock-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in-outline.svg
new file mode 100644
index 0000000..3f535ff
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in-sharp.svg
new file mode 100644
index 0000000..04a230f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in.svg
new file mode 100644
index 0000000..bf57113
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-in.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out-outline.svg
new file mode 100644
index 0000000..ae9a14a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out-sharp.svg
new file mode 100644
index 0000000..efcfda6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out.svg
new file mode 100644
index 0000000..e49b4cf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/log-out.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-alipay.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-alipay.svg
new file mode 100644
index 0000000..76e9340
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-alipay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-amazon.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-amazon.svg
new file mode 100644
index 0000000..14fc263
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-amazon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-amplify.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-amplify.svg
new file mode 100644
index 0000000..c62b0df
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-amplify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-android.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-android.svg
new file mode 100644
index 0000000..f5baad0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-android.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-angular.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-angular.svg
new file mode 100644
index 0000000..3a0f994
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-angular.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple-appstore.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple-appstore.svg
new file mode 100644
index 0000000..4fd2187
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple-appstore.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple-ar.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple-ar.svg
new file mode 100644
index 0000000..a0ac8d1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple-ar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple.svg
new file mode 100644
index 0000000..0bf0bf1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-apple.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-behance.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-behance.svg
new file mode 100644
index 0000000..9898b87
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-behance.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-bitbucket.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-bitbucket.svg
new file mode 100644
index 0000000..73aa8ef
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-bitbucket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-bitcoin.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-bitcoin.svg
new file mode 100644
index 0000000..ba4aa44
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-bitcoin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-buffer.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-buffer.svg
new file mode 100644
index 0000000..f96b364
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-buffer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-capacitor.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-capacitor.svg
new file mode 100644
index 0000000..7fbc5c9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-capacitor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-chrome.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-chrome.svg
new file mode 100644
index 0000000..504f65a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-chrome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-closed-captioning.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-closed-captioning.svg
new file mode 100644
index 0000000..dc73cbc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-closed-captioning.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-codepen.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-codepen.svg
new file mode 100644
index 0000000..703a2bc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-codepen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-css3.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-css3.svg
new file mode 100644
index 0000000..02ae415
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-css3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-designernews.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-designernews.svg
new file mode 100644
index 0000000..a84b0b7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-designernews.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-deviantart.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-deviantart.svg
new file mode 100644
index 0000000..d9bca80
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-deviantart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-discord.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-discord.svg
new file mode 100644
index 0000000..c240575
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-discord.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-docker.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-docker.svg
new file mode 100644
index 0000000..8b294bd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-docker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-dribbble.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-dribbble.svg
new file mode 100644
index 0000000..1734d1a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-dribbble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-dropbox.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-dropbox.svg
new file mode 100644
index 0000000..87097a8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-dropbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-edge.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-edge.svg
new file mode 100644
index 0000000..22b9821
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-edge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-electron.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-electron.svg
new file mode 100644
index 0000000..6b2aad8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-electron.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-euro.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-euro.svg
new file mode 100644
index 0000000..fdbc6bc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-euro.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-facebook.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-facebook.svg
new file mode 100644
index 0000000..5f03ae8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-figma.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-figma.svg
new file mode 100644
index 0000000..2f74fb3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-figma.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-firebase.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-firebase.svg
new file mode 100644
index 0000000..46aa644
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-firebase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-firefox.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-firefox.svg
new file mode 100644
index 0000000..6ec90bd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-firefox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-flickr.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-flickr.svg
new file mode 100644
index 0000000..256039f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-flickr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-foursquare.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-foursquare.svg
new file mode 100644
index 0000000..0b7f44c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-foursquare.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-github.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-github.svg
new file mode 100644
index 0000000..6676102
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-gitlab.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-gitlab.svg
new file mode 100644
index 0000000..6a2f0c7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-gitlab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-google-playstore.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-google-playstore.svg
new file mode 100644
index 0000000..20798ac
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-google-playstore.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-google.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-google.svg
new file mode 100644
index 0000000..30959f9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-google.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-hackernews.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-hackernews.svg
new file mode 100644
index 0000000..4e913da
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-hackernews.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-html5.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-html5.svg
new file mode 100644
index 0000000..2d4859c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-html5.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-instagram.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-instagram.svg
new file mode 100644
index 0000000..dada6d9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-instagram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-ionic.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-ionic.svg
new file mode 100644
index 0000000..d9513aa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-ionic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-ionitron.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-ionitron.svg
new file mode 100644
index 0000000..c9f815f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-ionitron.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-javascript.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-javascript.svg
new file mode 100644
index 0000000..81ccfbc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-javascript.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-laravel.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-laravel.svg
new file mode 100644
index 0000000..72e4b04
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-laravel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-linkedin.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-linkedin.svg
new file mode 100644
index 0000000..7cab471
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-linkedin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-markdown.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-markdown.svg
new file mode 100644
index 0000000..d5a5f74
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-markdown.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-mastodon.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-mastodon.svg
new file mode 100644
index 0000000..2fbfef2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-mastodon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-medium.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-medium.svg
new file mode 100644
index 0000000..899eacb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-medium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-microsoft.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-microsoft.svg
new file mode 100644
index 0000000..6ec2a16
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-microsoft.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-no-smoking.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-no-smoking.svg
new file mode 100644
index 0000000..6b4ea48
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-no-smoking.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-nodejs.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-nodejs.svg
new file mode 100644
index 0000000..04c82d1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-nodejs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-npm.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-npm.svg
new file mode 100644
index 0000000..d93e231
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-npm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-octocat.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-octocat.svg
new file mode 100644
index 0000000..871aa7f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-octocat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-paypal.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-paypal.svg
new file mode 100644
index 0000000..1a363b7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-paypal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-pinterest.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-pinterest.svg
new file mode 100644
index 0000000..912fb72
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-pinterest.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-playstation.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-playstation.svg
new file mode 100644
index 0000000..79c36f5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-playstation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-pwa.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-pwa.svg
new file mode 100644
index 0000000..5b3bfb6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-pwa.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-python.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-python.svg
new file mode 100644
index 0000000..c10100c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-python.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-react.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-react.svg
new file mode 100644
index 0000000..8fc39c4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-react.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-reddit.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-reddit.svg
new file mode 100644
index 0000000..42bcef0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-reddit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-rss.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-rss.svg
new file mode 100644
index 0000000..acb34a2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-rss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-sass.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-sass.svg
new file mode 100644
index 0000000..9ab2b53
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-sass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-skype.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-skype.svg
new file mode 100644
index 0000000..76788ca
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-skype.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-slack.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-slack.svg
new file mode 100644
index 0000000..0491f79
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-slack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-snapchat.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-snapchat.svg
new file mode 100644
index 0000000..389cf07
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-snapchat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-soundcloud.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-soundcloud.svg
new file mode 100644
index 0000000..696805c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-soundcloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-stackoverflow.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-stackoverflow.svg
new file mode 100644
index 0000000..4236e28
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-stackoverflow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-steam.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-steam.svg
new file mode 100644
index 0000000..25a8e8e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-steam.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-stencil.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-stencil.svg
new file mode 100644
index 0000000..615d66e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-stencil.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tableau.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tableau.svg
new file mode 100644
index 0000000..47a5cec
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tableau.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tiktok.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tiktok.svg
new file mode 100644
index 0000000..a4995f3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tiktok.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tumblr.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tumblr.svg
new file mode 100644
index 0000000..9bb39d9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tumblr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tux.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tux.svg
new file mode 100644
index 0000000..3299f27
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-tux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-twitch.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-twitch.svg
new file mode 100644
index 0000000..7f4f3c3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-twitch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-twitter.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-twitter.svg
new file mode 100644
index 0000000..9b068f8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-usd.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-usd.svg
new file mode 100644
index 0000000..77b003e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-usd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-venmo.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-venmo.svg
new file mode 100644
index 0000000..546b6be
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-venmo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vercel.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vercel.svg
new file mode 100644
index 0000000..57976b6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vercel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vimeo.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vimeo.svg
new file mode 100644
index 0000000..ba12c2b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vimeo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vk.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vk.svg
new file mode 100644
index 0000000..0db6c7d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vue.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vue.svg
new file mode 100644
index 0000000..b23ab2a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-vue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-web-component.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-web-component.svg
new file mode 100644
index 0000000..a65f826
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-web-component.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-wechat.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-wechat.svg
new file mode 100644
index 0000000..2c7191d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-wechat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-whatsapp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-whatsapp.svg
new file mode 100644
index 0000000..c1b8ac0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-whatsapp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-windows.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-windows.svg
new file mode 100644
index 0000000..d271861
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-windows.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-wordpress.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-wordpress.svg
new file mode 100644
index 0000000..f569916
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-wordpress.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-xbox.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-xbox.svg
new file mode 100644
index 0000000..12ebed7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-xbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-xing.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-xing.svg
new file mode 100644
index 0000000..21f80eb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-xing.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-yahoo.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-yahoo.svg
new file mode 100644
index 0000000..f6f1e56
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-yahoo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-yen.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-yen.svg
new file mode 100644
index 0000000..fa22d95
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-yen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-youtube.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-youtube.svg
new file mode 100644
index 0000000..3ea6896
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/logo-youtube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet-outline.svg
new file mode 100644
index 0000000..2b8f085
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet-sharp.svg
new file mode 100644
index 0000000..cf99adb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet.svg
new file mode 100644
index 0000000..1e979b2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/magnet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open-outline.svg
new file mode 100644
index 0000000..4142190
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open-sharp.svg
new file mode 100644
index 0000000..d304842
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open.svg
new file mode 100644
index 0000000..c50a0e0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-outline.svg
new file mode 100644
index 0000000..4d8450f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-sharp.svg
new file mode 100644
index 0000000..db5d684
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread-outline.svg
new file mode 100644
index 0000000..0b1590e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread-sharp.svg
new file mode 100644
index 0000000..c600b4c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread.svg
new file mode 100644
index 0000000..829bf2f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail-unread.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mail.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail.svg
new file mode 100644
index 0000000..ed02c3d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female-outline.svg
new file mode 100644
index 0000000..f0b26c9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female-sharp.svg
new file mode 100644
index 0000000..ed43238
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female.svg
new file mode 100644
index 0000000..c193eb9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-female.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/male-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-outline.svg
new file mode 100644
index 0000000..45e649f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/male-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-sharp.svg
new file mode 100644
index 0000000..16c1f76
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/male-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/male.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/male.svg
new file mode 100644
index 0000000..0e560df
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/male.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/man-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/man-outline.svg
new file mode 100644
index 0000000..b115502
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/man-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/man-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/man-sharp.svg
new file mode 100644
index 0000000..74d09cf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/man-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/man.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/man.svg
new file mode 100644
index 0000000..73c5cae
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/man.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/map-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/map-outline.svg
new file mode 100644
index 0000000..3e6cca9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/map-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/map-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/map-sharp.svg
new file mode 100644
index 0000000..9db5561
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/map-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/map.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/map.svg
new file mode 100644
index 0000000..21a9731
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/map.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medal-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medal-outline.svg
new file mode 100644
index 0000000..7e3ea6f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medal-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medal-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medal-sharp.svg
new file mode 100644
index 0000000..1157e9e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medal-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medal.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medal.svg
new file mode 100644
index 0000000..dd8156f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medical-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medical-outline.svg
new file mode 100644
index 0000000..5de870d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medical-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medical-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medical-sharp.svg
new file mode 100644
index 0000000..8c463b1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medical-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medical.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medical.svg
new file mode 100644
index 0000000..6ae3397
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit-outline.svg
new file mode 100644
index 0000000..67b6dfc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit-sharp.svg
new file mode 100644
index 0000000..eaacb8a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit.svg
new file mode 100644
index 0000000..6c9ed10
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/medkit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone-outline.svg
new file mode 100644
index 0000000..b4e8697
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone-sharp.svg
new file mode 100644
index 0000000..28ecca5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone.svg
new file mode 100644
index 0000000..5330459
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/megaphone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/menu-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/menu-outline.svg
new file mode 100644
index 0000000..2664553
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/menu-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/menu-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/menu-sharp.svg
new file mode 100644
index 0000000..805e19b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/menu-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/menu.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/menu.svg
new file mode 100644
index 0000000..aa245bc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/menu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle-outline.svg
new file mode 100644
index 0000000..cec2298
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle-sharp.svg
new file mode 100644
index 0000000..456b591
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle.svg
new file mode 100644
index 0000000..972ace9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle-outline.svg
new file mode 100644
index 0000000..1b3dc80
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle-sharp.svg
new file mode 100644
index 0000000..0559e99
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle.svg
new file mode 100644
index 0000000..22fc1bd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-outline.svg
new file mode 100644
index 0000000..1f37cc3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-sharp.svg
new file mode 100644
index 0000000..93b753b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off.svg
new file mode 100644
index 0000000..a3cb5f8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-outline.svg
new file mode 100644
index 0000000..8c6ffba
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-sharp.svg
new file mode 100644
index 0000000..9276a35
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/mic.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic.svg
new file mode 100644
index 0000000..418186b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/mic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/moon-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/moon-outline.svg
new file mode 100644
index 0000000..c85150b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/moon-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/moon-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/moon-sharp.svg
new file mode 100644
index 0000000..a050471
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/moon-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/moon.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/moon.svg
new file mode 100644
index 0000000..4292577
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/moon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/move-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/move-outline.svg
new file mode 100644
index 0000000..3ebcc56
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/move-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/move-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/move-sharp.svg
new file mode 100644
index 0000000..1d71e1d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/move-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/move.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/move.svg
new file mode 100644
index 0000000..3ebcc56
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/move.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note-outline.svg
new file mode 100644
index 0000000..7a64a1b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note-sharp.svg
new file mode 100644
index 0000000..de73028
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note.svg
new file mode 100644
index 0000000..f369a4b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-note.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes-outline.svg
new file mode 100644
index 0000000..71597f1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes-sharp.svg
new file mode 100644
index 0000000..9a5f839
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes.svg
new file mode 100644
index 0000000..3589967
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/musical-notes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle-outline.svg
new file mode 100644
index 0000000..b825b7d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle-sharp.svg
new file mode 100644
index 0000000..56c049c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle.svg
new file mode 100644
index 0000000..5157481
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-outline.svg
new file mode 100644
index 0000000..69a25a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-sharp.svg
new file mode 100644
index 0000000..81c4fb2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate.svg
new file mode 100644
index 0000000..f0fd758
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/navigate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper-outline.svg
new file mode 100644
index 0000000..7cab677
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper-sharp.svg
new file mode 100644
index 0000000..d19aa8a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper.svg
new file mode 100644
index 0000000..f02f56d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/newspaper.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle-outline.svg
new file mode 100644
index 0000000..86b930a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle-sharp.svg
new file mode 100644
index 0000000..05b715f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle.svg
new file mode 100644
index 0000000..070e5ff
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle-outline.svg
new file mode 100644
index 0000000..e292607
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle-sharp.svg
new file mode 100644
index 0000000..f7476a0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle.svg
new file mode 100644
index 0000000..c07bac6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-outline.svg
new file mode 100644
index 0000000..9f197cf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-sharp.svg
new file mode 100644
index 0000000..fba9d91
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off.svg
new file mode 100644
index 0000000..33b62a1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-outline.svg
new file mode 100644
index 0000000..8b668ad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-sharp.svg
new file mode 100644
index 0000000..96a4b82
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications.svg
new file mode 100644
index 0000000..4f21feb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/notifications.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear-outline.svg
new file mode 100644
index 0000000..9771391
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear-sharp.svg
new file mode 100644
index 0000000..cdd2256
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear.svg
new file mode 100644
index 0000000..79dea3b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/nuclear.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition-outline.svg
new file mode 100644
index 0000000..d6e8e1b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition-sharp.svg
new file mode 100644
index 0000000..ad87c50
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition.svg
new file mode 100644
index 0000000..f73b090
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/nutrition.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/open-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/open-outline.svg
new file mode 100644
index 0000000..431366f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/open-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/open-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/open-sharp.svg
new file mode 100644
index 0000000..9ff7880
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/open-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/open.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/open.svg
new file mode 100644
index 0000000..766753e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/options-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/options-outline.svg
new file mode 100644
index 0000000..f0bcbcf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/options-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/options-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/options-sharp.svg
new file mode 100644
index 0000000..4240dc1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/options-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/options.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/options.svg
new file mode 100644
index 0000000..4e0e851
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/options.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane-outline.svg
new file mode 100644
index 0000000..4156bc0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane-sharp.svg
new file mode 100644
index 0000000..8a3eb79
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane.svg
new file mode 100644
index 0000000..7ab4185
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/paper-plane.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny-outline.svg
new file mode 100644
index 0000000..af6bc82
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny-sharp.svg
new file mode 100644
index 0000000..113c14e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny.svg
new file mode 100644
index 0000000..bb0a61e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/partly-sunny.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle-outline.svg
new file mode 100644
index 0000000..1b54c7a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle-sharp.svg
new file mode 100644
index 0000000..9b8b1bd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle.svg
new file mode 100644
index 0000000..b45f47d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-outline.svg
new file mode 100644
index 0000000..136aa29
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-sharp.svg
new file mode 100644
index 0000000..e99b59c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pause.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause.svg
new file mode 100644
index 0000000..108fcc6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pause.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/paw-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/paw-outline.svg
new file mode 100644
index 0000000..25dfa5f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/paw-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/paw-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/paw-sharp.svg
new file mode 100644
index 0000000..b1016d5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/paw-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/paw.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/paw.svg
new file mode 100644
index 0000000..3906fcd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/paw.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil-outline.svg
new file mode 100644
index 0000000..5fe48ce
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil-sharp.svg
new file mode 100644
index 0000000..3be7840
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil.svg
new file mode 100644
index 0000000..14e2682
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pencil.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle-outline.svg
new file mode 100644
index 0000000..0e11a1f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle-sharp.svg
new file mode 100644
index 0000000..a3f9f38
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle.svg
new file mode 100644
index 0000000..6303564
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/people-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-outline.svg
new file mode 100644
index 0000000..4dafac1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/people-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-sharp.svg
new file mode 100644
index 0000000..05325e6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/people-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/people.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/people.svg
new file mode 100644
index 0000000..e17655e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/people.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add-outline.svg
new file mode 100644
index 0000000..503864e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add-sharp.svg
new file mode 100644
index 0000000..f15196f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add.svg
new file mode 100644
index 0000000..52009c5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-add.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle-outline.svg
new file mode 100644
index 0000000..285e7f4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle-sharp.svg
new file mode 100644
index 0000000..35aa519
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle.svg
new file mode 100644
index 0000000..4199c4f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-outline.svg
new file mode 100644
index 0000000..9f6d940
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove-outline.svg
new file mode 100644
index 0000000..b9d2917
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove-sharp.svg
new file mode 100644
index 0000000..b16eac4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove.svg
new file mode 100644
index 0000000..c4317f7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-remove.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-sharp.svg
new file mode 100644
index 0000000..1f27174
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/person.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/person.svg
new file mode 100644
index 0000000..55e3516
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/person.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape-outline.svg
new file mode 100644
index 0000000..f936a13
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape-sharp.svg
new file mode 100644
index 0000000..9956a6d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape.svg
new file mode 100644
index 0000000..b2edef2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-landscape.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait-outline.svg
new file mode 100644
index 0000000..eeb07c3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait-sharp.svg
new file mode 100644
index 0000000..c6f99c5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait.svg
new file mode 100644
index 0000000..56c5701
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/phone-portrait.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart-outline.svg
new file mode 100644
index 0000000..0903785
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart-sharp.svg
new file mode 100644
index 0000000..330ab25
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart.svg
new file mode 100644
index 0000000..3f98a42
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pie-chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pin-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pin-outline.svg
new file mode 100644
index 0000000..dd72215
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pin-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pin-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pin-sharp.svg
new file mode 100644
index 0000000..010e2ca
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pin-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pin.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pin.svg
new file mode 100644
index 0000000..7b4e15f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pint-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pint-outline.svg
new file mode 100644
index 0000000..c1adf71
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pint-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pint-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pint-sharp.svg
new file mode 100644
index 0000000..26ab797
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pint-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pint.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pint.svg
new file mode 100644
index 0000000..1210f65
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza-outline.svg
new file mode 100644
index 0000000..66773e4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza-sharp.svg
new file mode 100644
index 0000000..c98e064
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza.svg
new file mode 100644
index 0000000..bdfa6aa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pizza.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/planet-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/planet-outline.svg
new file mode 100644
index 0000000..550d5a4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/planet-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/planet-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/planet-sharp.svg
new file mode 100644
index 0000000..8156b0b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/planet-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/planet.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/planet.svg
new file mode 100644
index 0000000..efb5239
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/planet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle-outline.svg
new file mode 100644
index 0000000..ec1087b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle-sharp.svg
new file mode 100644
index 0000000..d50133e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle.svg
new file mode 100644
index 0000000..2566d59
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-outline.svg
new file mode 100644
index 0000000..6c19113
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-sharp.svg
new file mode 100644
index 0000000..bddf00b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back.svg
new file mode 100644
index 0000000..d6d79e2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle-outline.svg
new file mode 100644
index 0000000..46ddf64
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle-sharp.svg
new file mode 100644
index 0000000..1228a2b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle.svg
new file mode 100644
index 0000000..fdd0e6d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle-outline.svg
new file mode 100644
index 0000000..005f463
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle-sharp.svg
new file mode 100644
index 0000000..e1d2bf5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle.svg
new file mode 100644
index 0000000..e5df51e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-outline.svg
new file mode 100644
index 0000000..eaf10ee
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-sharp.svg
new file mode 100644
index 0000000..4aa7796
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward.svg
new file mode 100644
index 0000000..bc0ba31
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-outline.svg
new file mode 100644
index 0000000..ec5afe9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-sharp.svg
new file mode 100644
index 0000000..72978d4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle-outline.svg
new file mode 100644
index 0000000..acf32ab
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle-sharp.svg
new file mode 100644
index 0000000..57a878a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle.svg
new file mode 100644
index 0000000..d75f431
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-outline.svg
new file mode 100644
index 0000000..6787801
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-sharp.svg
new file mode 100644
index 0000000..d353379
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back.svg
new file mode 100644
index 0000000..752f7b3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle-outline.svg
new file mode 100644
index 0000000..f1ccf62
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle-sharp.svg
new file mode 100644
index 0000000..575ec62
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle.svg
new file mode 100644
index 0000000..2afe78d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-outline.svg
new file mode 100644
index 0000000..caaed93
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-sharp.svg
new file mode 100644
index 0000000..ebcc9e4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward.svg
new file mode 100644
index 0000000..f1a8365
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play-skip-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/play.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/play.svg
new file mode 100644
index 0000000..7fbf908
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/play.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/podium-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/podium-outline.svg
new file mode 100644
index 0000000..d48a80a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/podium-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/podium-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/podium-sharp.svg
new file mode 100644
index 0000000..d6c108e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/podium-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/podium.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/podium.svg
new file mode 100644
index 0000000..2132f5f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/podium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/power-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/power-outline.svg
new file mode 100644
index 0000000..a8da449
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/power-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/power-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/power-sharp.svg
new file mode 100644
index 0000000..58fdf1b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/power-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/power.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/power.svg
new file mode 100644
index 0000000..e6680a2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/power.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag-outline.svg
new file mode 100644
index 0000000..36d9991
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag-sharp.svg
new file mode 100644
index 0000000..be1d6e2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag.svg
new file mode 100644
index 0000000..2462547
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags-outline.svg
new file mode 100644
index 0000000..1595fa9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags-sharp.svg
new file mode 100644
index 0000000..6404ca1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags.svg
new file mode 100644
index 0000000..e4044ea
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pricetags.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/print-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/print-outline.svg
new file mode 100644
index 0000000..7af06c4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/print-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/print-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/print-sharp.svg
new file mode 100644
index 0000000..479d159
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/print-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/print.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/print.svg
new file mode 100644
index 0000000..d25878c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/print.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/prism-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/prism-outline.svg
new file mode 100644
index 0000000..b4c35b2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/prism-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/prism-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/prism-sharp.svg
new file mode 100644
index 0000000..f12bb98
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/prism-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/prism.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/prism.svg
new file mode 100644
index 0000000..82d573f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/prism.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse-outline.svg
new file mode 100644
index 0000000..af900a6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse-sharp.svg
new file mode 100644
index 0000000..151d736
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse.svg
new file mode 100644
index 0000000..2323170
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/pulse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/push-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/push-outline.svg
new file mode 100644
index 0000000..d44df62
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/push-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/push-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/push-sharp.svg
new file mode 100644
index 0000000..5fe6ada
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/push-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/push.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/push.svg
new file mode 100644
index 0000000..81d4dd9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/push.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code-outline.svg
new file mode 100644
index 0000000..0808c55
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code-sharp.svg
new file mode 100644
index 0000000..ef109e6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code.svg
new file mode 100644
index 0000000..b6e1c68
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/qr-code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off-outline.svg
new file mode 100644
index 0000000..a9268f6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off-sharp.svg
new file mode 100644
index 0000000..a9268f6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off.svg
new file mode 100644
index 0000000..a9268f6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on-outline.svg
new file mode 100644
index 0000000..1c34686
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on-sharp.svg
new file mode 100644
index 0000000..1c34686
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on.svg
new file mode 100644
index 0000000..1c34686
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-button-on.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-outline.svg
new file mode 100644
index 0000000..f65b6f2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-sharp.svg
new file mode 100644
index 0000000..a3ac4c8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/radio.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio.svg
new file mode 100644
index 0000000..f5faf61
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/radio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy-outline.svg
new file mode 100644
index 0000000..8b4b20d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy-sharp.svg
new file mode 100644
index 0000000..2819f17
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy.svg
new file mode 100644
index 0000000..ec2d7a8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rainy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reader-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reader-outline.svg
new file mode 100644
index 0000000..66d015d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reader-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reader-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reader-sharp.svg
new file mode 100644
index 0000000..8f09c2f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reader-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reader.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reader.svg
new file mode 100644
index 0000000..f0a1f33
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt-outline.svg
new file mode 100644
index 0000000..b53da26
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt-sharp.svg
new file mode 100644
index 0000000..c6a89a6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt.svg
new file mode 100644
index 0000000..cfd6438
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/receipt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/recording-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/recording-outline.svg
new file mode 100644
index 0000000..c3522b3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/recording-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/recording-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/recording-sharp.svg
new file mode 100644
index 0000000..0c626cc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/recording-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/recording.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/recording.svg
new file mode 100644
index 0000000..7a128e4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/recording.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle-outline.svg
new file mode 100644
index 0000000..e6cd541
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle-sharp.svg
new file mode 100644
index 0000000..f211643
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle.svg
new file mode 100644
index 0000000..1bf1483
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-outline.svg
new file mode 100644
index 0000000..823d92f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-sharp.svg
new file mode 100644
index 0000000..506fbe0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh.svg
new file mode 100644
index 0000000..823d92f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/refresh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle-outline.svg
new file mode 100644
index 0000000..da71e77
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle-sharp.svg
new file mode 100644
index 0000000..8dce325
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle.svg
new file mode 100644
index 0000000..6da4f1f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-outline.svg
new file mode 100644
index 0000000..b0df525
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-sharp.svg
new file mode 100644
index 0000000..e7f80c1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reload.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload.svg
new file mode 100644
index 0000000..b0df525
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle-outline.svg
new file mode 100644
index 0000000..f71453b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle-sharp.svg
new file mode 100644
index 0000000..c9a5520
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle.svg
new file mode 100644
index 0000000..a0bddc6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-outline.svg
new file mode 100644
index 0000000..8c00ac6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-sharp.svg
new file mode 100644
index 0000000..2a16d76
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/remove.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove.svg
new file mode 100644
index 0000000..8c00ac6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/remove.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four-outline.svg
new file mode 100644
index 0000000..3559b76
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four-sharp.svg
new file mode 100644
index 0000000..a417eaa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four.svg
new file mode 100644
index 0000000..983d2ed
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-four.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three-outline.svg
new file mode 100644
index 0000000..59f099b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three-sharp.svg
new file mode 100644
index 0000000..03de1a9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three.svg
new file mode 100644
index 0000000..e33d34e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-three.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two-outline.svg
new file mode 100644
index 0000000..c59c42f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two-sharp.svg
new file mode 100644
index 0000000..ecfe5cc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two.svg
new file mode 100644
index 0000000..641dac6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/reorder-two.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat-outline.svg
new file mode 100644
index 0000000..2529675
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat-sharp.svg
new file mode 100644
index 0000000..9759fd5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat.svg
new file mode 100644
index 0000000..2529675
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/repeat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/resize-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/resize-outline.svg
new file mode 100644
index 0000000..cb8e856
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/resize-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/resize-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/resize-sharp.svg
new file mode 100644
index 0000000..bce6e19
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/resize-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/resize.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/resize.svg
new file mode 100644
index 0000000..cb8e856
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/resize.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant-outline.svg
new file mode 100644
index 0000000..5bd597c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant-sharp.svg
new file mode 100644
index 0000000..0180dde
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant.svg
new file mode 100644
index 0000000..253e57c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/restaurant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back-outline.svg
new file mode 100644
index 0000000..3c6451e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back-sharp.svg
new file mode 100644
index 0000000..c18d44a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back.svg
new file mode 100644
index 0000000..3c6451e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward-outline.svg
new file mode 100644
index 0000000..54b5529
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward-sharp.svg
new file mode 100644
index 0000000..c45712f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward.svg
new file mode 100644
index 0000000..54b5529
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-down-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back-outline.svg
new file mode 100644
index 0000000..07e840b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back-sharp.svg
new file mode 100644
index 0000000..df8260d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back.svg
new file mode 100644
index 0000000..07e840b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward-outline.svg
new file mode 100644
index 0000000..70d26ce
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward-sharp.svg
new file mode 100644
index 0000000..70fd234
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward.svg
new file mode 100644
index 0000000..70d26ce
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/return-up-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon-outline.svg
new file mode 100644
index 0000000..bcb04e4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon-sharp.svg
new file mode 100644
index 0000000..1f64efd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon.svg
new file mode 100644
index 0000000..7ebc87a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ribbon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket-outline.svg
new file mode 100644
index 0000000..9dd1776
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket-sharp.svg
new file mode 100644
index 0000000..145ffa9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket.svg
new file mode 100644
index 0000000..382dcce
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rocket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rose-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rose-outline.svg
new file mode 100644
index 0000000..19a3f16
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rose-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rose-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rose-sharp.svg
new file mode 100644
index 0000000..eabdbad
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rose-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/rose.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/rose.svg
new file mode 100644
index 0000000..99512e6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/rose.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sad-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sad-outline.svg
new file mode 100644
index 0000000..d15696a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sad-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sad-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sad-sharp.svg
new file mode 100644
index 0000000..f6e8d77
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sad-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sad.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sad.svg
new file mode 100644
index 0000000..65346f7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/save-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/save-outline.svg
new file mode 100644
index 0000000..4e02389
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/save-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/save-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/save-sharp.svg
new file mode 100644
index 0000000..40d58f3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/save-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/save.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/save.svg
new file mode 100644
index 0000000..5f84022
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/save.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scale-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scale-outline.svg
new file mode 100644
index 0000000..c970248
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scale-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scale-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scale-sharp.svg
new file mode 100644
index 0000000..a30ab34
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scale-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scale.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scale.svg
new file mode 100644
index 0000000..20af74d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle-outline.svg
new file mode 100644
index 0000000..1097647
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle-sharp.svg
new file mode 100644
index 0000000..ae2ebca
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle.svg
new file mode 100644
index 0000000..0c73574
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-outline.svg
new file mode 100644
index 0000000..449e2d6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-sharp.svg
new file mode 100644
index 0000000..d1da78a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/scan.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan.svg
new file mode 100644
index 0000000..c2368cb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/scan.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/school-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/school-outline.svg
new file mode 100644
index 0000000..01f6c21
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/school-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/school-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/school-sharp.svg
new file mode 100644
index 0000000..aff7566
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/school-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/school.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/school.svg
new file mode 100644
index 0000000..0ba87a6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/school.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle-outline.svg
new file mode 100644
index 0000000..4bbea9d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle-sharp.svg
new file mode 100644
index 0000000..abb414f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle.svg
new file mode 100644
index 0000000..a6ffbe7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/search-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-outline.svg
new file mode 100644
index 0000000..103efe8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/search-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-sharp.svg
new file mode 100644
index 0000000..c415d0b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/search-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/search.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/search.svg
new file mode 100644
index 0000000..bc560b8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/send-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/send-outline.svg
new file mode 100644
index 0000000..e1b71bf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/send-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/send-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/send-sharp.svg
new file mode 100644
index 0000000..7b7a870
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/send-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/send.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/send.svg
new file mode 100644
index 0000000..f7b9fb4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/send.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/server-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/server-outline.svg
new file mode 100644
index 0000000..a1f029f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/server-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/server-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/server-sharp.svg
new file mode 100644
index 0000000..19daa4b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/server-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/server.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/server.svg
new file mode 100644
index 0000000..cb6d866
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/settings-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/settings-outline.svg
new file mode 100644
index 0000000..8b53a9c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/settings-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/settings-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/settings-sharp.svg
new file mode 100644
index 0000000..31fd4fc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/settings-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/settings.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/settings.svg
new file mode 100644
index 0000000..8314070
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/settings.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes-outline.svg
new file mode 100644
index 0000000..eedb592
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes-sharp.svg
new file mode 100644
index 0000000..8772545
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes.svg
new file mode 100644
index 0000000..00627d4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shapes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/share-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-outline.svg
new file mode 100644
index 0000000..18dd5cf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/share-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-sharp.svg
new file mode 100644
index 0000000..912660e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social-outline.svg
new file mode 100644
index 0000000..d3d33f9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social-sharp.svg
new file mode 100644
index 0000000..a773728
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social.svg
new file mode 100644
index 0000000..102b976
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/share-social.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/share.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/share.svg
new file mode 100644
index 0000000..975bfb1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/share.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark-outline.svg
new file mode 100644
index 0000000..8efdab2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark-sharp.svg
new file mode 100644
index 0000000..42ad381
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark.svg
new file mode 100644
index 0000000..5f0bfbf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-checkmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half-outline.svg
new file mode 100644
index 0000000..af3e27f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half-sharp.svg
new file mode 100644
index 0000000..209853b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half.svg
new file mode 100644
index 0000000..19d6346
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-outline.svg
new file mode 100644
index 0000000..4d8eec0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-sharp.svg
new file mode 100644
index 0000000..ebb9764
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shield.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield.svg
new file mode 100644
index 0000000..3102a45
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shield.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt-outline.svg
new file mode 100644
index 0000000..019afc2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt-sharp.svg
new file mode 100644
index 0000000..ba20d56
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt.svg
new file mode 100644
index 0000000..b230948
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shirt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle-outline.svg
new file mode 100644
index 0000000..3e490f7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle-sharp.svg
new file mode 100644
index 0000000..ab58a38
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle.svg
new file mode 100644
index 0000000..3e490f7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/shuffle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/skull-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/skull-outline.svg
new file mode 100644
index 0000000..4709a57
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/skull-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/skull-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/skull-sharp.svg
new file mode 100644
index 0000000..590d465
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/skull-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/skull.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/skull.svg
new file mode 100644
index 0000000..5bec4a4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/skull.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/snow-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/snow-outline.svg
new file mode 100644
index 0000000..8278e82
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/snow-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/snow-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/snow-sharp.svg
new file mode 100644
index 0000000..49f89e2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/snow-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/snow.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/snow.svg
new file mode 100644
index 0000000..6214bd4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/snow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles-outline.svg
new file mode 100644
index 0000000..cd584e7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles-sharp.svg
new file mode 100644
index 0000000..27f97aa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles.svg
new file mode 100644
index 0000000..358a32c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sparkles.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer-outline.svg
new file mode 100644
index 0000000..1375eb2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer-sharp.svg
new file mode 100644
index 0000000..c0dd893
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer.svg
new file mode 100644
index 0000000..955fadf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/speedometer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/square-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/square-outline.svg
new file mode 100644
index 0000000..4ad6ce8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/square-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/square-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/square-sharp.svg
new file mode 100644
index 0000000..5875442
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/square-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/square.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/square.svg
new file mode 100644
index 0000000..958c04a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half-outline.svg
new file mode 100644
index 0000000..a9cb564
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half-sharp.svg
new file mode 100644
index 0000000..8968a0a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half.svg
new file mode 100644
index 0000000..a9cb564
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/star-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-outline.svg
new file mode 100644
index 0000000..ece64ab
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/star-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-sharp.svg
new file mode 100644
index 0000000..08e6631
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/star-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/star.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/star.svg
new file mode 100644
index 0000000..8a1b834
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/star.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart-outline.svg
new file mode 100644
index 0000000..214098a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart-sharp.svg
new file mode 100644
index 0000000..41c5137
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart.svg
new file mode 100644
index 0000000..40f227e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stats-chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle-outline.svg
new file mode 100644
index 0000000..bdaf876
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle-sharp.svg
new file mode 100644
index 0000000..d3b4480
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle.svg
new file mode 100644
index 0000000..37d7dc6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-outline.svg
new file mode 100644
index 0000000..cb6371b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-sharp.svg
new file mode 100644
index 0000000..045d338
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stop.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop.svg
new file mode 100644
index 0000000..08645ff
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch-outline.svg
new file mode 100644
index 0000000..3c23bf2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch-sharp.svg
new file mode 100644
index 0000000..c8a6d05
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch.svg
new file mode 100644
index 0000000..624503e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/stopwatch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront-outline.svg
new file mode 100644
index 0000000..8663b72
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront-sharp.svg
new file mode 100644
index 0000000..5658be2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront.svg
new file mode 100644
index 0000000..8ff2f90
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/storefront.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/subway-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/subway-outline.svg
new file mode 100644
index 0000000..0ee811d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/subway-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/subway-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/subway-sharp.svg
new file mode 100644
index 0000000..0876f7a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/subway-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/subway.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/subway.svg
new file mode 100644
index 0000000..a8884cb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/subway.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny-outline.svg
new file mode 100644
index 0000000..5f3f21a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny-sharp.svg
new file mode 100644
index 0000000..b00a104
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny.svg
new file mode 100644
index 0000000..2b8b16b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sunny.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal-outline.svg
new file mode 100644
index 0000000..5df55ef
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal-sharp.svg
new file mode 100644
index 0000000..a96a5dc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal.svg
new file mode 100644
index 0000000..5df55ef
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-horizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical-outline.svg
new file mode 100644
index 0000000..e222ba5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical-sharp.svg
new file mode 100644
index 0000000..e24ce78
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical.svg
new file mode 100644
index 0000000..e222ba5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/swap-vertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle-outline.svg
new file mode 100644
index 0000000..0fb6892
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle-sharp.svg
new file mode 100644
index 0000000..37659ce
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle.svg
new file mode 100644
index 0000000..e043782
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-outline.svg
new file mode 100644
index 0000000..4f9c9a4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-sharp.svg
new file mode 100644
index 0000000..57a67a3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/sync.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync.svg
new file mode 100644
index 0000000..4f9c9a4
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/sync.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape-outline.svg
new file mode 100644
index 0000000..49c9f87
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape-sharp.svg
new file mode 100644
index 0000000..526e1b9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape.svg
new file mode 100644
index 0000000..f98df63
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-landscape.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait-outline.svg
new file mode 100644
index 0000000..4cce689
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait-sharp.svg
new file mode 100644
index 0000000..0289d63
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait.svg
new file mode 100644
index 0000000..03e91a7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tablet-portrait.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope-outline.svg
new file mode 100644
index 0000000..d6471e2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope-sharp.svg
new file mode 100644
index 0000000..b3c30e3
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope.svg
new file mode 100644
index 0000000..64f6bc5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/telescope.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball-outline.svg
new file mode 100644
index 0000000..9c1b65e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball-sharp.svg
new file mode 100644
index 0000000..79d8408
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball.svg
new file mode 100644
index 0000000..727ccc9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tennisball.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal-outline.svg
new file mode 100644
index 0000000..5a94a88
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal-sharp.svg
new file mode 100644
index 0000000..ee5bd4f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal.svg
new file mode 100644
index 0000000..d5840da
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/terminal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/text-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/text-outline.svg
new file mode 100644
index 0000000..adec09a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/text-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/text-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/text-sharp.svg
new file mode 100644
index 0000000..a1e7d9f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/text-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/text.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/text.svg
new file mode 100644
index 0000000..0a96ad2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer-outline.svg
new file mode 100644
index 0000000..6b2c626
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer-sharp.svg
new file mode 100644
index 0000000..b50637f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer.svg
new file mode 100644
index 0000000..17a07a2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thermometer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down-outline.svg
new file mode 100644
index 0000000..9152973
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down-sharp.svg
new file mode 100644
index 0000000..8ec8299
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down.svg
new file mode 100644
index 0000000..bf64fca
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up-outline.svg
new file mode 100644
index 0000000..6d9dc7e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up-sharp.svg
new file mode 100644
index 0000000..dbaa650
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up.svg
new file mode 100644
index 0000000..8f1582c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thumbs-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm-outline.svg
new file mode 100644
index 0000000..6754042
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm-sharp.svg
new file mode 100644
index 0000000..d8a18a0
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm.svg
new file mode 100644
index 0000000..5211337
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/thunderstorm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket-outline.svg
new file mode 100644
index 0000000..91b561f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket-sharp.svg
new file mode 100644
index 0000000..8daa571
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket.svg
new file mode 100644
index 0000000..65a7a8a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/ticket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/time-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/time-outline.svg
new file mode 100644
index 0000000..4e1a7f6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/time-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/time-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/time-sharp.svg
new file mode 100644
index 0000000..ec0fbeb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/time-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/time.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/time.svg
new file mode 100644
index 0000000..7c15eac
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/time.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/timer-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/timer-outline.svg
new file mode 100644
index 0000000..2231fb9
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/timer-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/timer-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/timer-sharp.svg
new file mode 100644
index 0000000..1b30ffe
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/timer-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/timer.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/timer.svg
new file mode 100644
index 0000000..abf8aaf
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/timer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/today-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/today-outline.svg
new file mode 100644
index 0000000..14bc5fc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/today-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/today-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/today-sharp.svg
new file mode 100644
index 0000000..32a045b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/today-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/today.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/today.svg
new file mode 100644
index 0000000..42752fd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/today.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle-outline.svg
new file mode 100644
index 0000000..0088977
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle-sharp.svg
new file mode 100644
index 0000000..ca73f24
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle.svg
new file mode 100644
index 0000000..3db43e8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/toggle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign-outline.svg
new file mode 100644
index 0000000..2342bd6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign-sharp.svg
new file mode 100644
index 0000000..30063de
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign.svg
new file mode 100644
index 0000000..adbc929
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trail-sign.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/train-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/train-outline.svg
new file mode 100644
index 0000000..e1c3363
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/train-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/train-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/train-sharp.svg
new file mode 100644
index 0000000..2ee0936
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/train-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/train.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/train.svg
new file mode 100644
index 0000000..c1424c6
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/train.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender-outline.svg
new file mode 100644
index 0000000..36a0a31
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender-sharp.svg
new file mode 100644
index 0000000..735bba1
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender.svg
new file mode 100644
index 0000000..c41d40f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/transgender.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin-outline.svg
new file mode 100644
index 0000000..0c93412
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin-sharp.svg
new file mode 100644
index 0000000..a539faa
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin.svg
new file mode 100644
index 0000000..ec21586
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-bin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-outline.svg
new file mode 100644
index 0000000..c31d78d
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-sharp.svg
new file mode 100644
index 0000000..e6a7feb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trash.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash.svg
new file mode 100644
index 0000000..8736acb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down-outline.svg
new file mode 100644
index 0000000..07fd46b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down-sharp.svg
new file mode 100644
index 0000000..273eaab
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down.svg
new file mode 100644
index 0000000..07fd46b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up-outline.svg
new file mode 100644
index 0000000..76fbe3f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up-sharp.svg
new file mode 100644
index 0000000..bfb80fd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up.svg
new file mode 100644
index 0000000..76fbe3f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trending-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle-outline.svg
new file mode 100644
index 0000000..9373cb2
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle-sharp.svg
new file mode 100644
index 0000000..dbd706c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle.svg
new file mode 100644
index 0000000..83ed4a5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/triangle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy-outline.svg
new file mode 100644
index 0000000..6223094
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy-sharp.svg
new file mode 100644
index 0000000..d28a553
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy.svg
new file mode 100644
index 0000000..3a16171
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/trophy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tv-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tv-outline.svg
new file mode 100644
index 0000000..da6c740
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tv-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tv-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tv-sharp.svg
new file mode 100644
index 0000000..466a4d7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tv-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/tv.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/tv.svg
new file mode 100644
index 0000000..95e42a8
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/tv.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella-outline.svg
new file mode 100644
index 0000000..a2cc44e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella-sharp.svg
new file mode 100644
index 0000000..6b03d04
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella.svg
new file mode 100644
index 0000000..18fc530
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/umbrella.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink-outline.svg
new file mode 100644
index 0000000..6198736
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink-sharp.svg
new file mode 100644
index 0000000..7095995
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink.svg
new file mode 100644
index 0000000..2a7e89e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/unlink.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off-outline.svg
new file mode 100644
index 0000000..b5842cc
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off-sharp.svg
new file mode 100644
index 0000000..9c8b9c5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off.svg
new file mode 100644
index 0000000..d673a20
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-outline.svg
new file mode 100644
index 0000000..c314e29
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-sharp.svg
new file mode 100644
index 0000000..42fe6f7
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam.svg
new file mode 100644
index 0000000..09f7507
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/videocam.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high-outline.svg
new file mode 100644
index 0000000..c2f840e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high-sharp.svg
new file mode 100644
index 0000000..7039bea
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high.svg
new file mode 100644
index 0000000..4b843c5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-high.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low-outline.svg
new file mode 100644
index 0000000..db7124e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low-sharp.svg
new file mode 100644
index 0000000..62cea58
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low.svg
new file mode 100644
index 0000000..40cd39a
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-low.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium-outline.svg
new file mode 100644
index 0000000..3a8866c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium-sharp.svg
new file mode 100644
index 0000000..7a43422
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium.svg
new file mode 100644
index 0000000..3457022
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-medium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute-outline.svg
new file mode 100644
index 0000000..613e474
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute-sharp.svg
new file mode 100644
index 0000000..8e2f333
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute.svg
new file mode 100644
index 0000000..cd1467e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-mute.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off-outline.svg
new file mode 100644
index 0000000..50047d5
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off-sharp.svg
new file mode 100644
index 0000000..7e0f194
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off.svg
new file mode 100644
index 0000000..ce21e22
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/volume-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/walk-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/walk-outline.svg
new file mode 100644
index 0000000..613ce86
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/walk-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/walk-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/walk-sharp.svg
new file mode 100644
index 0000000..62e3f6e
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/walk-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/walk.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/walk.svg
new file mode 100644
index 0000000..ddac65f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/walk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet-outline.svg
new file mode 100644
index 0000000..74f1300
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet-sharp.svg
new file mode 100644
index 0000000..25d6688
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet.svg
new file mode 100644
index 0000000..434b08c
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wallet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/warning-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/warning-outline.svg
new file mode 100644
index 0000000..c1a0354
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/warning-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/warning-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/warning-sharp.svg
new file mode 100644
index 0000000..4376c6f
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/warning-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/warning.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/warning.svg
new file mode 100644
index 0000000..c770445
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/warning.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/watch-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/watch-outline.svg
new file mode 100644
index 0000000..f8eee4b
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/watch-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/watch-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/watch-sharp.svg
new file mode 100644
index 0000000..05e9b21
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/watch-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/watch.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/watch.svg
new file mode 100644
index 0000000..f7ad227
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/watch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/water-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/water-outline.svg
new file mode 100644
index 0000000..78b0e30
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/water-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/water-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/water-sharp.svg
new file mode 100644
index 0000000..6b99072
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/water-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/water.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/water.svg
new file mode 100644
index 0000000..2aa9d82
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/water.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi-outline.svg
new file mode 100644
index 0000000..ad06ebd
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi-sharp.svg
new file mode 100644
index 0000000..94d79ab
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi.svg
new file mode 100644
index 0000000..635b188
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wifi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wine-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wine-outline.svg
new file mode 100644
index 0000000..cebc993
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wine-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wine-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wine-sharp.svg
new file mode 100644
index 0000000..c022248
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wine-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/wine.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/wine.svg
new file mode 100644
index 0000000..0b5fe14
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/wine.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/woman-outline.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/woman-outline.svg
new file mode 100644
index 0000000..7a0accb
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/woman-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/woman-sharp.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/woman-sharp.svg
new file mode 100644
index 0000000..42a7f89
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/woman-sharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/assets/vendors/fonts/woman.svg b/calingacion-chester-garett/tribute/assets/vendors/fonts/woman.svg
new file mode 100644
index 0000000..cc3ec61
--- /dev/null
+++ b/calingacion-chester-garett/tribute/assets/vendors/fonts/woman.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/calingacion-chester-garett/tribute/images/Eren_Yeager_character_image.png b/calingacion-chester-garett/tribute/images/Eren_Yeager_character_image.png
new file mode 100644
index 0000000..92bc924
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/Eren_Yeager_character_image.png differ
diff --git a/calingacion-chester-garett/tribute/images/Mikasa.png b/calingacion-chester-garett/tribute/images/Mikasa.png
new file mode 100644
index 0000000..1ad53b8
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/Mikasa.png differ
diff --git a/calingacion-chester-garett/tribute/images/armin-last2.jpg b/calingacion-chester-garett/tribute/images/armin-last2.jpg
new file mode 100644
index 0000000..691dbbd
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/armin-last2.jpg differ
diff --git a/calingacion-chester-garett/tribute/images/attack_titan.png b/calingacion-chester-garett/tribute/images/attack_titan.png
new file mode 100644
index 0000000..9e9d33c
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/attack_titan.png differ
diff --git a/calingacion-chester-garett/tribute/images/dribbbler.jpg b/calingacion-chester-garett/tribute/images/dribbbler.jpg
new file mode 100644
index 0000000..15bdae7
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/dribbbler.jpg differ
diff --git a/calingacion-chester-garett/tribute/images/founding_titan.png b/calingacion-chester-garett/tribute/images/founding_titan.png
new file mode 100644
index 0000000..220fe0f
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/founding_titan.png differ
diff --git a/calingacion-chester-garett/tribute/images/levi.jpg b/calingacion-chester-garett/tribute/images/levi.jpg
new file mode 100644
index 0000000..8374c0b
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/levi.jpg differ
diff --git a/calingacion-chester-garett/tribute/images/war_hammer_titan.png b/calingacion-chester-garett/tribute/images/war_hammer_titan.png
new file mode 100644
index 0000000..42bd873
Binary files /dev/null and b/calingacion-chester-garett/tribute/images/war_hammer_titan.png differ
diff --git a/calingacion-chester-garett/tribute/index.html b/calingacion-chester-garett/tribute/index.html
new file mode 100644
index 0000000..a105a55
--- /dev/null
+++ b/calingacion-chester-garett/tribute/index.html
@@ -0,0 +1,148 @@
+
+
+
+ Attack on Titan Tribute Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A tribute to the Suicidal Blockhead. 21 solo titan kills. 3 titan forms.
+ "If people knew it would come to this, nobody would go to war.
+ But most people are pushed by something, forced to march into hell. That 'something' wasn't their choice.
+ Their situation or others made them do it. But people who push their own backs see a different kind of hell.
+ They can see something beyond the hell. It might be hope. It may even be another hell. Only those who keep moving forward will ever know."
+
+
+
+
+
+
History
+
+ Eren was born in Shiganshina District on March 30th, 835, in the southern region of Wall Maria
+ to Carla Jaeger and Grisha Jaeger. He had a few friends, although his best friend was Armin Arlert,
+ whom he often defended from the neighborhood bullies. Armin inspired his passion to leave the Walls and
+ travel by showing him a hidden book about the outside world. He dreamed of joining the Survey Corps
+ as soon as he reached the enlistment age, in order to see the outside world.
+
+
+
+
Appearance
+
+ Eren was a young man of average height and muscular build. His facial features strongly resembled his mother's; he had a reasonably long, rounded face and sizable, expressive, gray eyes. His hair was short and black, and his bangs fell in a natural, middle-parted, curtain-type style. After his training and during his time as a soldier, he became very physically fit and muscular, although this was often unseen due to his relatively baggy clothing. After the four-year time skip, Eren grew his hair down to his neck.
+
+
+
+
Personality
+
+ Eren was best described as hardheaded, strong-willed, passionate, and impulsive, which are attributes of both his strong determination to protect mankind and, eventually, his equally strong determination to escape the Walls. Even as a young child, he was so intent on joining the Survey Corps that he argued with and shouted at his mother, referring to the people in the village as "silly" and comparing them to complacent livestock.
+
+
+
+
+
+
+
What people say about Eren
+
+
+
+
+
+ There are only so many lives I can value. And I decided who those people were six years ago. So you shouldn't try to ask for my pity. Because right now, I don't have time to spare or room in my heart.
+
+ Mikasa Ackerman
+
+
+
+
+
+
+ I don't know which option you should choose. I could never advise you on that... No matter what kind of wisdom dictates you the option you pick, no one will be able to tell if it's right or wrong until you arrive to some sort of outcome from your choice.
+
+ Levi Ackerman
+
+
+
+
+
+
+ I'm leaving it all with Eren. My dream. My life. Everything. I have nothing else left to lose. I'm sure Eren will be able to reach the ocean. He'll have to see it for both of us. Because there are times people have to die.
+