├── .babelrc ├── LICENSE ├── README.md ├── assets ├── bootstrap │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ └── bootstrap.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ └── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ └── npm.js ├── css │ ├── animate.min.css │ └── main.css ├── img │ ├── hi-tech-toys-2.jpg │ ├── hi-tech-toys.jpg │ ├── ios.jpg │ ├── ipad.jpg │ ├── logo.png │ ├── mobile-2.jpg │ ├── mobile.jpg │ └── share.png ├── ionicons │ ├── .gitignore │ ├── css │ │ ├── ionicons.css │ │ └── ionicons.min.css │ ├── fonts │ │ ├── ionicons.eot │ │ ├── ionicons.svg │ │ ├── ionicons.ttf │ │ └── ionicons.woff │ └── src │ │ ├── alert-circled.svg │ │ ├── alert.svg │ │ ├── android-add-circle.svg │ │ ├── android-add.svg │ │ ├── android-alarm-clock.svg │ │ ├── android-alert.svg │ │ ├── android-apps.svg │ │ ├── android-archive.svg │ │ ├── android-arrow-back.svg │ │ ├── android-arrow-down.svg │ │ ├── android-arrow-dropdown-circle.svg │ │ ├── android-arrow-dropdown.svg │ │ ├── android-arrow-dropleft-circle.svg │ │ ├── android-arrow-dropleft.svg │ │ ├── android-arrow-dropright-circle.svg │ │ ├── android-arrow-dropright.svg │ │ ├── android-arrow-dropup-circle.svg │ │ ├── android-arrow-dropup.svg │ │ ├── android-arrow-forward.svg │ │ ├── android-arrow-up.svg │ │ ├── android-attach.svg │ │ ├── android-bar.svg │ │ ├── android-bicycle.svg │ │ ├── android-boat.svg │ │ ├── android-bookmark.svg │ │ ├── android-bulb.svg │ │ ├── android-bus.svg │ │ ├── android-calendar.svg │ │ ├── android-call.svg │ │ ├── android-camera.svg │ │ ├── android-cancel.svg │ │ ├── android-car.svg │ │ ├── android-cart.svg │ │ ├── android-chat.svg │ │ ├── android-checkbox-blank.svg │ │ ├── android-checkbox-outline-blank.svg │ │ ├── android-checkbox-outline.svg │ │ ├── android-checkbox.svg │ │ ├── android-checkmark-circle.svg │ │ ├── android-clipboard.svg │ │ ├── android-close.svg │ │ ├── android-cloud-circle.svg │ │ ├── android-cloud-done.svg │ │ ├── android-cloud-outline.svg │ │ ├── android-cloud.svg │ │ ├── android-color-palette.svg │ │ ├── android-compass.svg │ │ ├── android-contact.svg │ │ ├── android-contacts.svg │ │ ├── android-contract.svg │ │ ├── android-create.svg │ │ ├── android-delete.svg │ │ ├── android-desktop.svg │ │ ├── android-document.svg │ │ ├── android-done-all.svg │ │ ├── android-done.svg │ │ ├── android-download.svg │ │ ├── android-drafts.svg │ │ ├── android-exit.svg │ │ ├── android-expand.svg │ │ ├── android-favorite-outline.svg │ │ ├── android-favorite.svg │ │ ├── android-film.svg │ │ ├── android-folder-open.svg │ │ ├── android-folder.svg │ │ ├── android-funnel.svg │ │ ├── android-globe.svg │ │ ├── android-hand.svg │ │ ├── android-hangout.svg │ │ ├── android-happy.svg │ │ ├── android-home.svg │ │ ├── android-image.svg │ │ ├── android-laptop.svg │ │ ├── android-list.svg │ │ ├── android-locate.svg │ │ ├── android-lock.svg │ │ ├── android-mail.svg │ │ ├── android-map.svg │ │ ├── android-menu.svg │ │ ├── android-microphone-off.svg │ │ ├── android-microphone.svg │ │ ├── android-more-horizontal.svg │ │ ├── android-more-vertical.svg │ │ ├── android-navigate.svg │ │ ├── android-notifications-none.svg │ │ ├── android-notifications-off.svg │ │ ├── android-notifications.svg │ │ ├── android-open.svg │ │ ├── android-options.svg │ │ ├── android-people.svg │ │ ├── android-person-add.svg │ │ ├── android-person.svg │ │ ├── android-phone-landscape.svg │ │ ├── android-phone-portrait.svg │ │ ├── android-pin.svg │ │ ├── android-plane.svg │ │ ├── android-playstore.svg │ │ ├── android-print.svg │ │ ├── android-radio-button-off.svg │ │ ├── android-radio-button-on.svg │ │ ├── android-refresh.svg │ │ ├── android-remove-circle.svg │ │ ├── android-remove.svg │ │ ├── android-restaurant.svg │ │ ├── android-sad.svg │ │ ├── android-search.svg │ │ ├── android-send.svg │ │ ├── android-settings.svg │ │ ├── android-share-alt.svg │ │ ├── android-share.svg │ │ ├── android-star-half.svg │ │ ├── android-star-outline.svg │ │ ├── android-star.svg │ │ ├── android-stopwatch.svg │ │ ├── android-subway.svg │ │ ├── android-sunny.svg │ │ ├── android-sync.svg │ │ ├── android-textsms.svg │ │ ├── android-time.svg │ │ ├── android-train.svg │ │ ├── android-unlock.svg │ │ ├── android-upload.svg │ │ ├── android-volume-down.svg │ │ ├── android-volume-mute.svg │ │ ├── android-volume-off.svg │ │ ├── android-volume-up.svg │ │ ├── android-walk.svg │ │ ├── android-warning.svg │ │ ├── android-watch.svg │ │ ├── android-wifi.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-a.svg │ │ ├── arrow-down-b.svg │ │ ├── arrow-down-c.svg │ │ ├── arrow-expand.svg │ │ ├── arrow-graph-down-left.svg │ │ ├── arrow-graph-down-right.svg │ │ ├── arrow-graph-up-left.svg │ │ ├── arrow-graph-up-right.svg │ │ ├── arrow-left-a.svg │ │ ├── arrow-left-b.svg │ │ ├── arrow-left-c.svg │ │ ├── arrow-move.svg │ │ ├── arrow-resize.svg │ │ ├── arrow-return-left.svg │ │ ├── arrow-return-right.svg │ │ ├── arrow-right-a.svg │ │ ├── arrow-right-b.svg │ │ ├── arrow-right-c.svg │ │ ├── arrow-shrink.svg │ │ ├── arrow-swap.svg │ │ ├── arrow-up-a.svg │ │ ├── arrow-up-b.svg │ │ ├── arrow-up-c.svg │ │ ├── asterisk.svg │ │ ├── at.svg │ │ ├── backspace-outline.svg │ │ ├── backspace.svg │ │ ├── bag.svg │ │ ├── battery-charging.svg │ │ ├── battery-empty.svg │ │ ├── battery-full.svg │ │ ├── battery-half.svg │ │ ├── battery-low.svg │ │ ├── beaker.svg │ │ ├── beer.svg │ │ ├── bluetooth.svg │ │ ├── bonfire.svg │ │ ├── bookmark.svg │ │ ├── bowtie.svg │ │ ├── briefcase.svg │ │ ├── bug.svg │ │ ├── calculator.svg │ │ ├── calendar.svg │ │ ├── camera.svg │ │ ├── card.svg │ │ ├── cash.svg │ │ ├── chatbox-working.svg │ │ ├── chatbox.svg │ │ ├── chatboxes.svg │ │ ├── chatbubble-working.svg │ │ ├── chatbubble.svg │ │ ├── chatbubbles.svg │ │ ├── checkmark-circled.svg │ │ ├── checkmark-round.svg │ │ ├── checkmark.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── close-circled.svg │ │ ├── close-round.svg │ │ ├── close.svg │ │ ├── closed-captioning.svg │ │ ├── cloud.svg │ │ ├── code-download.svg │ │ ├── code-working.svg │ │ ├── code.svg │ │ ├── coffee.svg │ │ ├── compass.svg │ │ ├── compose.svg │ │ ├── connection-bars.svg │ │ ├── contrast.svg │ │ ├── crop.svg │ │ ├── cube.svg │ │ ├── disc.svg │ │ ├── document-text.svg │ │ ├── document.svg │ │ ├── drag.svg │ │ ├── earth.svg │ │ ├── easel.svg │ │ ├── edit.svg │ │ ├── egg.svg │ │ ├── eject.svg │ │ ├── email-unread.svg │ │ ├── email.svg │ │ ├── erlenmeyer-flask-bubbles.svg │ │ ├── erlenmeyer-flask.svg │ │ ├── eye-disabled.svg │ │ ├── eye.svg │ │ ├── female.svg │ │ ├── filing.svg │ │ ├── film-marker.svg │ │ ├── fireball.svg │ │ ├── flag.svg │ │ ├── flame.svg │ │ ├── flash-off.svg │ │ ├── flash.svg │ │ ├── folder.svg │ │ ├── fork-repo.svg │ │ ├── fork.svg │ │ ├── forward.svg │ │ ├── funnel.svg │ │ ├── gear-a.svg │ │ ├── gear-b.svg │ │ ├── grid.svg │ │ ├── hammer.svg │ │ ├── happy-outline.svg │ │ ├── happy.svg │ │ ├── headphone.svg │ │ ├── heart-broken.svg │ │ ├── heart.svg │ │ ├── help-buoy.svg │ │ ├── help-circled.svg │ │ ├── help.svg │ │ ├── home.svg │ │ ├── icecream.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── information-circled.svg │ │ ├── information.svg │ │ ├── ionic.svg │ │ ├── ios-alarm-outline.svg │ │ ├── ios-alarm.svg │ │ ├── ios-albums-outline.svg │ │ ├── ios-albums.svg │ │ ├── ios-americanfootball-outline.svg │ │ ├── ios-americanfootball.svg │ │ ├── ios-analytics-outline.svg │ │ ├── ios-analytics.svg │ │ ├── ios-arrow-back.svg │ │ ├── ios-arrow-down.svg │ │ ├── ios-arrow-forward.svg │ │ ├── ios-arrow-left.svg │ │ ├── ios-arrow-right.svg │ │ ├── ios-arrow-thin-down.svg │ │ ├── ios-arrow-thin-left.svg │ │ ├── ios-arrow-thin-right.svg │ │ ├── ios-arrow-thin-up.svg │ │ ├── ios-arrow-up.svg │ │ ├── ios-at-outline.svg │ │ ├── ios-at.svg │ │ ├── ios-barcode-outline.svg │ │ ├── ios-barcode.svg │ │ ├── ios-baseball-outline.svg │ │ ├── ios-baseball.svg │ │ ├── ios-basketball-outline.svg │ │ ├── ios-basketball.svg │ │ ├── ios-bell-outline.svg │ │ ├── ios-bell.svg │ │ ├── ios-body-outline.svg │ │ ├── ios-body.svg │ │ ├── ios-bolt-outline.svg │ │ ├── ios-bolt.svg │ │ ├── ios-book-outline.svg │ │ ├── ios-book.svg │ │ ├── ios-bookmarks-outline.svg │ │ ├── ios-bookmarks.svg │ │ ├── ios-box-outline.svg │ │ ├── ios-box.svg │ │ ├── ios-briefcase-outline.svg │ │ ├── ios-briefcase.svg │ │ ├── ios-browsers-outline.svg │ │ ├── ios-browsers.svg │ │ ├── ios-calculator-outline.svg │ │ ├── ios-calculator.svg │ │ ├── ios-calendar-outline.svg │ │ ├── ios-calendar.svg │ │ ├── ios-camera-outline.svg │ │ ├── ios-camera.svg │ │ ├── ios-cart-outline.svg │ │ ├── ios-cart.svg │ │ ├── ios-chatboxes-outline.svg │ │ ├── ios-chatboxes.svg │ │ ├── ios-chatbubble-outline.svg │ │ ├── ios-chatbubble.svg │ │ ├── ios-checkmark-empty.svg │ │ ├── ios-checkmark-outline.svg │ │ ├── ios-checkmark.svg │ │ ├── ios-circle-filled.svg │ │ ├── ios-circle-outline.svg │ │ ├── ios-clock-outline.svg │ │ ├── ios-clock.svg │ │ ├── ios-close-empty.svg │ │ ├── ios-close-outline.svg │ │ ├── ios-close.svg │ │ ├── ios-cloud-download-outline.svg │ │ ├── ios-cloud-download.svg │ │ ├── ios-cloud-outline.svg │ │ ├── ios-cloud-upload-outline.svg │ │ ├── ios-cloud-upload.svg │ │ ├── ios-cloud.svg │ │ ├── ios-cloudy-night-outline.svg │ │ ├── ios-cloudy-night.svg │ │ ├── ios-cloudy-outline.svg │ │ ├── ios-cloudy.svg │ │ ├── ios-cog-outline.svg │ │ ├── ios-cog.svg │ │ ├── ios-color-filter-outline.svg │ │ ├── ios-color-filter.svg │ │ ├── ios-color-wand-outline.svg │ │ ├── ios-color-wand.svg │ │ ├── ios-compose-outline.svg │ │ ├── ios-compose.svg │ │ ├── ios-contact-outline.svg │ │ ├── ios-contact.svg │ │ ├── ios-copy-outline.svg │ │ ├── ios-copy.svg │ │ ├── ios-crop-strong.svg │ │ ├── ios-crop.svg │ │ ├── ios-download-outline.svg │ │ ├── ios-download.svg │ │ ├── ios-drag.svg │ │ ├── ios-email-outline.svg │ │ ├── ios-email.svg │ │ ├── ios-eye-outline.svg │ │ ├── ios-eye.svg │ │ ├── ios-fastforward-outline.svg │ │ ├── ios-fastforward.svg │ │ ├── ios-filing-outline.svg │ │ ├── ios-filing.svg │ │ ├── ios-film-outline.svg │ │ ├── ios-film.svg │ │ ├── ios-flag-outline.svg │ │ ├── ios-flag.svg │ │ ├── ios-flame-outline.svg │ │ ├── ios-flame.svg │ │ ├── ios-flask-outline.svg │ │ ├── ios-flask.svg │ │ ├── ios-flower-outline.svg │ │ ├── ios-flower.svg │ │ ├── ios-folder-outline.svg │ │ ├── ios-folder.svg │ │ ├── ios-football-outline.svg │ │ ├── ios-football.svg │ │ ├── ios-game-controller-a-outline.svg │ │ ├── ios-game-controller-a.svg │ │ ├── ios-game-controller-b-outline.svg │ │ ├── ios-game-controller-b.svg │ │ ├── ios-gear-outline.svg │ │ ├── ios-gear.svg │ │ ├── ios-glasses-outline.svg │ │ ├── ios-glasses.svg │ │ ├── ios-grid-view-outline.svg │ │ ├── ios-grid-view.svg │ │ ├── ios-heart-outline.svg │ │ ├── ios-heart.svg │ │ ├── ios-help-empty.svg │ │ ├── ios-help-outline.svg │ │ ├── ios-help.svg │ │ ├── ios-home-outline.svg │ │ ├── ios-home.svg │ │ ├── ios-infinite-outline.svg │ │ ├── ios-infinite.svg │ │ ├── ios-information-empty.svg │ │ ├── ios-information-outline.svg │ │ ├── ios-information.svg │ │ ├── ios-ionic-outline.svg │ │ ├── ios-keypad-outline.svg │ │ ├── ios-keypad.svg │ │ ├── ios-lightbulb-outline.svg │ │ ├── ios-lightbulb.svg │ │ ├── ios-list-outline.svg │ │ ├── ios-list.svg │ │ ├── ios-location-outline.svg │ │ ├── ios-location.svg │ │ ├── ios-locked-outline.svg │ │ ├── ios-locked.svg │ │ ├── ios-loop-strong.svg │ │ ├── ios-loop.svg │ │ ├── ios-medical-outline.svg │ │ ├── ios-medical.svg │ │ ├── ios-medkit-outline.svg │ │ ├── ios-medkit.svg │ │ ├── ios-mic-off.svg │ │ ├── ios-mic-outline.svg │ │ ├── ios-mic.svg │ │ ├── ios-minus-empty.svg │ │ ├── ios-minus-outline.svg │ │ ├── ios-minus.svg │ │ ├── ios-monitor-outline.svg │ │ ├── ios-monitor.svg │ │ ├── ios-moon-outline.svg │ │ ├── ios-moon.svg │ │ ├── ios-more-outline.svg │ │ ├── ios-more.svg │ │ ├── ios-musical-note.svg │ │ ├── ios-musical-notes.svg │ │ ├── ios-navigate-outline.svg │ │ ├── ios-navigate.svg │ │ ├── ios-nutrition-outline.svg │ │ ├── ios-nutrition.svg │ │ ├── ios-paper-outline.svg │ │ ├── ios-paper.svg │ │ ├── ios-paperplane-outline.svg │ │ ├── ios-paperplane.svg │ │ ├── ios-partlysunny-outline.svg │ │ ├── ios-partlysunny.svg │ │ ├── ios-pause-outline.svg │ │ ├── ios-pause.svg │ │ ├── ios-paw-outline.svg │ │ ├── ios-paw.svg │ │ ├── ios-people-outline.svg │ │ ├── ios-people.svg │ │ ├── ios-person-outline.svg │ │ ├── ios-person.svg │ │ ├── ios-personadd-outline.svg │ │ ├── ios-personadd.svg │ │ ├── ios-photos-outline.svg │ │ ├── ios-photos.svg │ │ ├── ios-pie-outline.svg │ │ ├── ios-pie.svg │ │ ├── ios-pint-outline.svg │ │ ├── ios-pint.svg │ │ ├── ios-play-outline.svg │ │ ├── ios-play.svg │ │ ├── ios-plus-empty.svg │ │ ├── ios-plus-outline.svg │ │ ├── ios-plus.svg │ │ ├── ios-pricetag-outline.svg │ │ ├── ios-pricetag.svg │ │ ├── ios-pricetags-outline.svg │ │ ├── ios-pricetags.svg │ │ ├── ios-printer-outline.svg │ │ ├── ios-printer.svg │ │ ├── ios-pulse-strong.svg │ │ ├── ios-pulse.svg │ │ ├── ios-rainy-outline.svg │ │ ├── ios-rainy.svg │ │ ├── ios-recording-outline.svg │ │ ├── ios-recording.svg │ │ ├── ios-redo-outline.svg │ │ ├── ios-redo.svg │ │ ├── ios-refresh-empty.svg │ │ ├── ios-refresh-outline.svg │ │ ├── ios-refresh.svg │ │ ├── ios-reload.svg │ │ ├── ios-reverse-camera-outline.svg │ │ ├── ios-reverse-camera.svg │ │ ├── ios-rewind-outline.svg │ │ ├── ios-rewind.svg │ │ ├── ios-rose-outline.svg │ │ ├── ios-rose.svg │ │ ├── ios-search-strong.svg │ │ ├── ios-search.svg │ │ ├── ios-settings-strong.svg │ │ ├── ios-settings.svg │ │ ├── ios-shuffle-strong.svg │ │ ├── ios-shuffle.svg │ │ ├── ios-skipbackward-outline.svg │ │ ├── ios-skipbackward.svg │ │ ├── ios-skipforward-outline.svg │ │ ├── ios-skipforward.svg │ │ ├── ios-snowy.svg │ │ ├── ios-speedometer-outline.svg │ │ ├── ios-speedometer.svg │ │ ├── ios-star-half.svg │ │ ├── ios-star-outline.svg │ │ ├── ios-star.svg │ │ ├── ios-stopwatch-outline.svg │ │ ├── ios-stopwatch.svg │ │ ├── ios-sunny-outline.svg │ │ ├── ios-sunny.svg │ │ ├── ios-telephone-outline.svg │ │ ├── ios-telephone.svg │ │ ├── ios-tennisball-outline.svg │ │ ├── ios-tennisball.svg │ │ ├── ios-thunderstorm-outline.svg │ │ ├── ios-thunderstorm.svg │ │ ├── ios-time-outline.svg │ │ ├── ios-time.svg │ │ ├── ios-timer-outline.svg │ │ ├── ios-timer.svg │ │ ├── ios-toggle-outline.svg │ │ ├── ios-toggle.svg │ │ ├── ios-trash-outline.svg │ │ ├── ios-trash.svg │ │ ├── ios-undo-outline.svg │ │ ├── ios-undo.svg │ │ ├── ios-unlocked-outline.svg │ │ ├── ios-unlocked.svg │ │ ├── ios-upload-outline.svg │ │ ├── ios-upload.svg │ │ ├── ios-videocam-outline.svg │ │ ├── ios-videocam.svg │ │ ├── ios-volume-high.svg │ │ ├── ios-volume-low.svg │ │ ├── ios-wineglass-outline.svg │ │ ├── ios-wineglass.svg │ │ ├── ios-world-outline.svg │ │ ├── ios-world.svg │ │ ├── ipad.svg │ │ ├── iphone.svg │ │ ├── ipod.svg │ │ ├── jet.svg │ │ ├── key.svg │ │ ├── knife.svg │ │ ├── laptop.svg │ │ ├── leaf.svg │ │ ├── levels.svg │ │ ├── lightbulb.svg │ │ ├── link.svg │ │ ├── load-a.svg │ │ ├── load-b.svg │ │ ├── load-c.svg │ │ ├── load-d.svg │ │ ├── location.svg │ │ ├── lock-combination.svg │ │ ├── locked.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── loop.svg │ │ ├── magnet.svg │ │ ├── male.svg │ │ ├── man.svg │ │ ├── map.svg │ │ ├── medkit.svg │ │ ├── merge.svg │ │ ├── mic-a.svg │ │ ├── mic-b.svg │ │ ├── mic-c.svg │ │ ├── minus-circled.svg │ │ ├── minus-round.svg │ │ ├── minus.svg │ │ ├── model-s.svg │ │ ├── monitor.svg │ │ ├── more.svg │ │ ├── mouse.svg │ │ ├── music-note.svg │ │ ├── navicon-round.svg │ │ ├── navicon.svg │ │ ├── navigate.svg │ │ ├── network.svg │ │ ├── no-smoking.svg │ │ ├── nuclear.svg │ │ ├── outlet.svg │ │ ├── paintbrush.svg │ │ ├── paintbucket.svg │ │ ├── paper-airplane.svg │ │ ├── paperclip.svg │ │ ├── pause.svg │ │ ├── person-add.svg │ │ ├── person-stalker.svg │ │ ├── person.svg │ │ ├── pie-graph.svg │ │ ├── pin.svg │ │ ├── pinpoint.svg │ │ ├── pizza.svg │ │ ├── plane.svg │ │ ├── planet.svg │ │ ├── play.svg │ │ ├── playstation.svg │ │ ├── plus-circled.svg │ │ ├── plus-round.svg │ │ ├── plus.svg │ │ ├── podium.svg │ │ ├── pound.svg │ │ ├── power.svg │ │ ├── pricetag.svg │ │ ├── pricetags.svg │ │ ├── printer.svg │ │ ├── pull-request.svg │ │ ├── qr-scanner.svg │ │ ├── quote.svg │ │ ├── radio-waves.svg │ │ ├── record.svg │ │ ├── refresh.svg │ │ ├── reply-all.svg │ │ ├── reply.svg │ │ ├── ribbon-a.svg │ │ ├── ribbon-b.svg │ │ ├── sad-outline.svg │ │ ├── sad.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── settings.svg │ │ ├── share.svg │ │ ├── shuffle.svg │ │ ├── skip-backward.svg │ │ ├── skip-forward.svg │ │ ├── social-android-outline.svg │ │ ├── social-android.svg │ │ ├── social-angular-outline.svg │ │ ├── social-angular.svg │ │ ├── social-apple-outline.svg │ │ ├── social-apple.svg │ │ ├── social-bitcoin-outline.svg │ │ ├── social-bitcoin.svg │ │ ├── social-buffer-outline.svg │ │ ├── social-buffer.svg │ │ ├── social-chrome-outline.svg │ │ ├── social-chrome.svg │ │ ├── social-codepen-outline.svg │ │ ├── social-codepen.svg │ │ ├── social-css3-outline.svg │ │ ├── social-css3.svg │ │ ├── social-designernews-outline.svg │ │ ├── social-designernews.svg │ │ ├── social-dribbble-outline.svg │ │ ├── social-dribbble.svg │ │ ├── social-dropbox-outline.svg │ │ ├── social-dropbox.svg │ │ ├── social-euro-outline.svg │ │ ├── social-euro.svg │ │ ├── social-facebook-outline.svg │ │ ├── social-facebook.svg │ │ ├── social-foursquare-outline.svg │ │ ├── social-foursquare.svg │ │ ├── social-freebsd-devil.svg │ │ ├── social-github-outline.svg │ │ ├── social-github.svg │ │ ├── social-google-outline.svg │ │ ├── social-google.svg │ │ ├── social-googleplus-outline.svg │ │ ├── social-googleplus.svg │ │ ├── social-hackernews-outline.svg │ │ ├── social-hackernews.svg │ │ ├── social-html5-outline.svg │ │ ├── social-html5.svg │ │ ├── social-instagram-outline.svg │ │ ├── social-instagram.svg │ │ ├── social-javascript-outline.svg │ │ ├── social-javascript.svg │ │ ├── social-linkedin-outline.svg │ │ ├── social-linkedin.svg │ │ ├── social-markdown.svg │ │ ├── social-nodejs.svg │ │ ├── social-octocat.svg │ │ ├── social-pinterest-outline.svg │ │ ├── social-pinterest.svg │ │ ├── social-python.svg │ │ ├── social-reddit-outline.svg │ │ ├── social-reddit.svg │ │ ├── social-rss-outline.svg │ │ ├── social-rss.svg │ │ ├── social-sass.svg │ │ ├── social-skype-outline.svg │ │ ├── social-skype.svg │ │ ├── social-snapchat-outline.svg │ │ ├── social-snapchat.svg │ │ ├── social-tumblr-outline.svg │ │ ├── social-tumblr.svg │ │ ├── social-tux.svg │ │ ├── social-twitch-outline.svg │ │ ├── social-twitch.svg │ │ ├── social-twitter-outline.svg │ │ ├── social-twitter.svg │ │ ├── social-usd-outline.svg │ │ ├── social-usd.svg │ │ ├── social-vimeo-outline.svg │ │ ├── social-vimeo.svg │ │ ├── social-whatsapp-outline.svg │ │ ├── social-whatsapp.svg │ │ ├── social-windows-outline.svg │ │ ├── social-windows.svg │ │ ├── social-wordpress-outline.svg │ │ ├── social-wordpress.svg │ │ ├── social-yahoo-outline.svg │ │ ├── social-yahoo.svg │ │ ├── social-yen-outline.svg │ │ ├── social-yen.svg │ │ ├── social-youtube-outline.svg │ │ ├── social-youtube.svg │ │ ├── soup-can-outline.svg │ │ ├── soup-can.svg │ │ ├── speakerphone.svg │ │ ├── speedometer.svg │ │ ├── spoon.svg │ │ ├── star.svg │ │ ├── stats-bars.svg │ │ ├── steam.svg │ │ ├── stop.svg │ │ ├── thermometer.svg │ │ ├── thumbsdown.svg │ │ ├── thumbsup.svg │ │ ├── toggle-filled.svg │ │ ├── toggle.svg │ │ ├── transgender.svg │ │ ├── trash-a.svg │ │ ├── trash-b.svg │ │ ├── trophy.svg │ │ ├── tshirt-outline.svg │ │ ├── tshirt.svg │ │ ├── umbrella.svg │ │ ├── university.svg │ │ ├── unlocked.svg │ │ ├── upload.svg │ │ ├── usb.svg │ │ ├── videocamera.svg │ │ ├── volume-high.svg │ │ ├── volume-low.svg │ │ ├── volume-medium.svg │ │ ├── volume-mute.svg │ │ ├── wand.svg │ │ ├── waterdrop.svg │ │ ├── wifi.svg │ │ ├── wineglass.svg │ │ ├── woman.svg │ │ ├── wrench.svg │ │ └── xbox.svg ├── js │ ├── build │ │ ├── build.js │ │ └── build.min.js │ ├── components │ │ ├── app.vue │ │ ├── nav │ │ │ ├── categories.vue │ │ │ ├── navigation.vue │ │ │ └── search.vue │ │ ├── other │ │ │ ├── grid.vue │ │ │ └── vue-loading-bar.vue │ │ ├── pages │ │ │ ├── cart.vue │ │ │ ├── category.vue │ │ │ ├── detil.vue │ │ │ ├── home.vue │ │ │ └── search.vue │ │ └── product │ │ │ ├── actions.vue │ │ │ ├── colors.vue │ │ │ ├── comment-editor.vue │ │ │ ├── comment.vue │ │ │ └── product.vue │ ├── libs │ │ ├── vue-click-outside.js │ │ ├── vue-readable-number.js │ │ ├── vue-router.min.js │ │ └── vue-simple-store.js │ ├── main.js │ ├── router │ │ ├── conf.js │ │ └── map.js │ └── stores │ │ ├── cart.js │ │ ├── conf.js │ │ ├── product.js │ │ └── services.js └── stylus │ ├── button.styl │ ├── cart.styl │ ├── categories.styl │ ├── copyright.styl │ ├── default.styl │ ├── header.styl │ ├── helper.styl │ ├── main-wrapper.styl │ ├── main.styl │ ├── nav.styl │ ├── product.styl │ ├── responsive.styl │ ├── search-bar.styl │ └── variables.styl ├── gulpfile.js ├── index.html └── package.json /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["es2015"] 3 | } 4 | -------------------------------------------------------------------------------- /assets/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /assets/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /assets/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /assets/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /assets/bootstrap/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /assets/img/hi-tech-toys-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/hi-tech-toys-2.jpg -------------------------------------------------------------------------------- /assets/img/hi-tech-toys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/hi-tech-toys.jpg -------------------------------------------------------------------------------- /assets/img/ios.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/ios.jpg -------------------------------------------------------------------------------- /assets/img/ipad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/ipad.jpg -------------------------------------------------------------------------------- /assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/logo.png -------------------------------------------------------------------------------- /assets/img/mobile-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/mobile-2.jpg -------------------------------------------------------------------------------- /assets/img/mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/mobile.jpg -------------------------------------------------------------------------------- /assets/img/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/img/share.png -------------------------------------------------------------------------------- /assets/ionicons/.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | *.scssc 4 | *.swp -------------------------------------------------------------------------------- /assets/ionicons/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/ionicons/fonts/ionicons.eot -------------------------------------------------------------------------------- /assets/ionicons/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/ionicons/fonts/ionicons.ttf -------------------------------------------------------------------------------- /assets/ionicons/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BosNaufal/vue-mini-shop/d20db16e010e48bf939540df052f876d117b78c8/assets/ionicons/fonts/ionicons.woff -------------------------------------------------------------------------------- /assets/ionicons/src/alert-circled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-add-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-apps.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-back.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropdown-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropleft-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropleft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropright-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropup-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-dropup.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-checkbox-blank.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-checkbox-outline-blank.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-compass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-contract.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-create.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-document.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-done-all.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-done.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-favorite.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-film.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-funnel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-hangout.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-list.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-mail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-menu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-more-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-more-vertical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-navigate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-person.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-phone-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-phone-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-pin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-plane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-playstore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-print.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-radio-button-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-remove-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-remove.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-send.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-share.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-star-half.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-textsms.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-volume-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-volume-mute.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-volume-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/android-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-down-a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-down-b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-down-c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-graph-down-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-graph-down-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-graph-up-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-graph-up-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-left-a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-left-b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-left-c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-move.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-return-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-return-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-right-a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-right-b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-right-c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-swap.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-up-a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-up-b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/arrow-up-c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/asterisk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/battery-charging.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/battery-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/battery-full.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/battery-half.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/battery-low.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/chatbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/checkmark-round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/chevron-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/chevron-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/chevron-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/chevron-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/connection-bars.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/contrast.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/crop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/drag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/egg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/female.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/flame.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/flash.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/heart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/information-circled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-albums-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-albums.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-back.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-thin-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-thin-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-thin-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-thin-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-barcode.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-bolt-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-bolt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-box.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-browsers-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-browsers.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-calendar-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-chatboxes-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-chatboxes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-checkmark-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-checkmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-circle-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-close-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 11 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-copy-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-crop-strong.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-crop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-download-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-drag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-email-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-email.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-fastforward-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-fastforward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-filing-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-filing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-film.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-flame.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-grid-view-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-grid-view.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-home-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-information-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-location.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-medical.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-minus-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-monitor-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-monitor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-musical-note.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-musical-notes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-navigate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-paper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-paperplane-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-paperplane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-pause-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-photos-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-photos.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-pie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-play-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-plus-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-pricetag-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-pricetag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-redo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-refresh-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-rewind-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-rewind.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-skipbackward-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-skipbackward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-skipforward-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-skipforward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-star-half.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-star-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-undo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-upload-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-videocam.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/ios-volume-low.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/knife.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/laptop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/location.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/mic-c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/minus-circled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/minus-round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/navicon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/navigate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/paper-airplane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 11 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/pie-graph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/plus-circled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /assets/ionicons/src/plus-round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/podium.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/pound.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/record.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/reply-all.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/reply.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/share.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-angular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-hackernews-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-hackernews.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-html5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-twitch-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-twitch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-yahoo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-yen-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/social-yen.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/star.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/ionicons/src/stats-bars.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/ionicons/src/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/thermometer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/tshirt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /assets/ionicons/src/university.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/ionicons/src/upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /assets/ionicons/src/volume-low.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/js/components/pages/detil.vue: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 28 | -------------------------------------------------------------------------------- /assets/js/components/pages/home.vue: -------------------------------------------------------------------------------- 1 | 9 | 10 | 19 | -------------------------------------------------------------------------------- /assets/js/components/product/colors.vue: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 39 | -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- 1 | 2 | // Bind The Configurations 3 | import './stores/conf.js' 4 | import './router/conf.js' 5 | -------------------------------------------------------------------------------- /assets/js/router/map.js: -------------------------------------------------------------------------------- 1 | 2 | export default { 3 | '/': { 4 | component: require('../components/pages/home.vue'), 5 | }, 6 | 7 | '/product/:productName': { 8 | component: require('../components/pages/detil.vue'), 9 | }, 10 | 11 | '/category/:category': { 12 | component: require('../components/pages/category.vue'), 13 | }, 14 | 15 | '/search': { 16 | component: require('../components/pages/search.vue'), 17 | }, 18 | 19 | '/cart/': { 20 | component: require('../components/pages/cart.vue'), 21 | }, 22 | 23 | } 24 | -------------------------------------------------------------------------------- /assets/js/stores/conf.js: -------------------------------------------------------------------------------- 1 | 2 | // Import the library 3 | import Vue from 'vue' 4 | import VueSimpleStore from '../libs/vue-simple-store.js' 5 | 6 | // Import All Store Once 7 | import services from './services.js'; 8 | import productStore from './product.js'; 9 | import cartStore from './cart.js'; 10 | 11 | (function () { 12 | // Install Vue Simple Store 13 | Vue.use( VueSimpleStore,{ stores: [ services, productStore, cartStore ], debug: true } ) 14 | })() 15 | -------------------------------------------------------------------------------- /assets/stylus/button.styl: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/stylus/cart.styl: -------------------------------------------------------------------------------- 1 | 2 | 3 | .cart 4 | padding 15px 20px 5 | background white 6 | margin-top 35px 7 | box-shadow 0px 0 3px rgba(0,0,0,.3) 8 | 9 | h2 10 | color #C8c8c8 11 | margin-bottom 25px 12 | 13 | button 14 | @extend .transition 15 | width 100% 16 | padding 10px 0 17 | font-size 17px 18 | border 1px solid primary 19 | background primary 20 | color white 21 | 22 | &:hover 23 | background white 24 | color primary 25 | -------------------------------------------------------------------------------- /assets/stylus/categories.styl: -------------------------------------------------------------------------------- 1 | 2 | .categories 3 | position absolute 4 | width 100% 5 | top 139% 6 | background #eaeaea 7 | padding 10px 8 | border 1px solid transparent 9 | box-shadow 0 5px 5px 0 rgba(0,0,0,0.3) 10 | 11 | h3 12 | font-size 17px 13 | margin-top 0 14 | 15 | a 16 | border 1px solid primary 17 | display inline-block 18 | padding 3px 7px 19 | background primary 20 | color white 21 | margin-right 7px 22 | text-decoration none 23 | 24 | &:hover 25 | color primary 26 | background t 27 | -------------------------------------------------------------------------------- /assets/stylus/copyright.styl: -------------------------------------------------------------------------------- 1 | 2 | section#copyright 3 | background blacky 4 | color #DDD 5 | font-size 17px 6 | padding 15px 0 7 | 8 | p 9 | margin-bottom 0 10 | -------------------------------------------------------------------------------- /assets/stylus/default.styl: -------------------------------------------------------------------------------- 1 | 2 | .transition 3 | transition all 0.3s ease-out 4 | -moz-transition all 0.3s ease-out 5 | -webkit-transition all 0.3s ease-out 6 | -o-transition all 0.3s ease-out 7 | 8 | * 9 | -webkit-font-smoothing antialiased !important 10 | 11 | a,select:focus, input:focus, textarea:focus, button 12 | outline none !important 13 | 14 | a 15 | cursor pointer 16 | 17 | textarea 18 | resize none 19 | 20 | input 21 | width 100% 22 | 23 | body 24 | background #f9f9f9 25 | font-family 'Source Sans Pro', serif 26 | font-size 15px 27 | line-height 1.7 28 | 29 | img 30 | width 100% 31 | 32 | .btn 33 | border-radius 0 34 | 35 | a 36 | text-decoration underline 37 | color secondary 38 | 39 | .container-mini 40 | position relative 41 | max-width 530px 42 | margin-left auto 43 | margin-right auto 44 | -------------------------------------------------------------------------------- /assets/stylus/header.styl: -------------------------------------------------------------------------------- 1 | 2 | header 3 | padding-top 135px 4 | background #e5f2ff 5 | min-height 600px 6 | padding-bottom 85px 7 | -------------------------------------------------------------------------------- /assets/stylus/helper.styl: -------------------------------------------------------------------------------- 1 | 2 | .dib 3 | display inline-block 4 | 5 | .psr 6 | position relative 7 | 8 | .pl-0 9 | padding-left 0 10 | .pr-0 11 | padding-right 0 12 | 13 | .pl-small 14 | padding-left 5px 15 | 16 | 17 | .ml-smaller 18 | margin-left 5px 19 | .ml-small 20 | margin-left 7px 21 | .ml-15 22 | margin-left 15px 23 | 24 | 25 | .mb-small 26 | margin-bottom 7px 27 | .mb-15 28 | margin-bottom 15px 29 | 30 | .cw 31 | color white 32 | .color-red 33 | color red 34 | 35 | .primary-bg 36 | background primary 37 | -------------------------------------------------------------------------------- /assets/stylus/main-wrapper.styl: -------------------------------------------------------------------------------- 1 | 2 | .main-wrapper 3 | padding-top 60px 4 | -------------------------------------------------------------------------------- /assets/stylus/main.styl: -------------------------------------------------------------------------------- 1 | 2 | @import 'variables' 3 | 4 | @import 'helper' 5 | 6 | @import 'default' 7 | 8 | @import 'header' 9 | 10 | @import 'nav' 11 | @import 'search-bar' 12 | @import 'categories' 13 | 14 | @import 'main-wrapper' 15 | 16 | @import 'product' 17 | @import 'cart' 18 | 19 | @import 'responsive' 20 | 21 | footer 22 | margin-top 50px 23 | background #000 24 | color white 25 | 26 | p 27 | text-align center 28 | padding 10px 29 | margin-bottom 0 30 | 31 | a 32 | color white 33 | 34 | &:hover 35 | color yellow 36 | -------------------------------------------------------------------------------- /assets/stylus/search-bar.styl: -------------------------------------------------------------------------------- 1 | 2 | form.search-bar 3 | position absolute 4 | width 100% 5 | top 137% 6 | background white 7 | padding 0 5px 8 | border 1px solid t 9 | box-shadow 0 5px 5px 0px rgba(0,0,0,0.3) 10 | 11 | 12 | &.focus 13 | border 1px solid primary 14 | 15 | input 16 | color #545454 17 | border n 18 | padding 9px 15px 19 | background t 20 | 21 | button 22 | background n 23 | border 0 24 | color primary 25 | padding 9px 26 | line-height 0 27 | font-size 25px 28 | -------------------------------------------------------------------------------- /assets/stylus/variables.styl: -------------------------------------------------------------------------------- 1 | 2 | n = none 3 | t = transparent 4 | 5 | red = #FF1F1F 6 | pink = #FF9C9C 7 | green = #01AB54 8 | grey = #DDD 9 | blacky = #2b2b2b 10 | primary = #094CA5 11 | secondary = #7794BB 12 | --------------------------------------------------------------------------------