├── .gitignore ├── Dockerfile ├── README.md ├── config.py ├── core ├── checkDown │ ├── check1.py │ └── web_example.py ├── flag │ ├── calculateTheScore.py │ ├── createFlag.py │ └── saveFlag.py ├── team │ ├── createTeam.py │ ├── editTeam.py │ └── showTeamMsg.py ├── unit │ ├── db_manage.py │ └── decorators.py └── vulHub │ ├── checkStand.py │ └── vulManage.py ├── docker-compose.yml ├── docs ├── TODO.md └── 凡渡_AWD攻防对抗平台.pptx ├── exts.py ├── index.py ├── init.py ├── manage.py ├── models.py ├── mysql ├── Dockerfile └── init │ └── init.sql ├── requirements.txt ├── static ├── assets │ ├── css │ │ ├── bootstrap-clearmin.min.css │ │ ├── c3.min.css │ │ ├── font-awesome.min.css │ │ ├── material-design.css │ │ ├── roboto.css │ │ ├── small-n-flat.css │ │ └── summernote.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ ├── glyphicons-halflings-regular.woff2 │ │ ├── roboto-italic.woff │ │ ├── roboto-italic.woff2 │ │ ├── roboto-light.woff │ │ ├── roboto-light.woff2 │ │ ├── roboto-medium.woff │ │ ├── roboto-medium.woff2 │ │ ├── roboto-mediumitalic.woff │ │ ├── roboto-mediumitalic.woff2 │ │ ├── roboto-regular.woff │ │ └── roboto-regular.woff2 │ ├── img │ │ ├── components.png │ │ ├── devices.png │ │ ├── logo-big.svg │ │ ├── logo.svg │ │ ├── md │ │ │ ├── dark │ │ │ │ ├── 3d-rotation.svg │ │ │ │ ├── access-alarm.svg │ │ │ │ ├── access-alarms.svg │ │ │ │ ├── access-time.svg │ │ │ │ ├── accessibility.svg │ │ │ │ ├── account-balance-wallet.svg │ │ │ │ ├── account-balance.svg │ │ │ │ ├── account-box.svg │ │ │ │ ├── account-child.svg │ │ │ │ ├── account-circle.svg │ │ │ │ ├── adb.svg │ │ │ │ ├── add-alarm.svg │ │ │ │ ├── add-box.svg │ │ │ │ ├── add-circle-outline.svg │ │ │ │ ├── add-circle.svg │ │ │ │ ├── add-shopping-cart.svg │ │ │ │ ├── add-to-photos.svg │ │ │ │ ├── add.svg │ │ │ │ ├── adjust.svg │ │ │ │ ├── airplanemode-off.svg │ │ │ │ ├── airplanemode-on.svg │ │ │ │ ├── alarm-add.svg │ │ │ │ ├── alarm-off.svg │ │ │ │ ├── alarm-on.svg │ │ │ │ ├── alarm.svg │ │ │ │ ├── album.svg │ │ │ │ ├── android.svg │ │ │ │ ├── announcement.svg │ │ │ │ ├── apps.svg │ │ │ │ ├── archive.svg │ │ │ │ ├── arrow-back.svg │ │ │ │ ├── arrow-drop-down-circle.svg │ │ │ │ ├── arrow-drop-down.svg │ │ │ │ ├── arrow-drop-up.svg │ │ │ │ ├── arrow-forward.svg │ │ │ │ ├── aspect-ratio.svg │ │ │ │ ├── assessment.svg │ │ │ │ ├── assignment-ind.svg │ │ │ │ ├── assignment-late.svg │ │ │ │ ├── assignment-return.svg │ │ │ │ ├── assignment-returned.svg │ │ │ │ ├── assignment-turned-in.svg │ │ │ │ ├── assignment.svg │ │ │ │ ├── assistant-photo.svg │ │ │ │ ├── attach-file.svg │ │ │ │ ├── attach-money.svg │ │ │ │ ├── attachment.svg │ │ │ │ ├── audiotrack.svg │ │ │ │ ├── autorenew.svg │ │ │ │ ├── av-timer.svg │ │ │ │ ├── backspace.svg │ │ │ │ ├── backup.svg │ │ │ │ ├── battery-20.svg │ │ │ │ ├── battery-30.svg │ │ │ │ ├── battery-50.svg │ │ │ │ ├── battery-60.svg │ │ │ │ ├── battery-80.svg │ │ │ │ ├── battery-90.svg │ │ │ │ ├── battery-alert.svg │ │ │ │ ├── battery-charging-20.svg │ │ │ │ ├── battery-charging-30.svg │ │ │ │ ├── battery-charging-50.svg │ │ │ │ ├── battery-charging-60.svg │ │ │ │ ├── battery-charging-80.svg │ │ │ │ ├── battery-charging-90.svg │ │ │ │ ├── battery-charging-full.svg │ │ │ │ ├── battery-full.svg │ │ │ │ ├── battery-std.svg │ │ │ │ ├── battery-unknown.svg │ │ │ │ ├── beenhere.svg │ │ │ │ ├── block.svg │ │ │ │ ├── bluetooth-audio.svg │ │ │ │ ├── bluetooth-connected.svg │ │ │ │ ├── bluetooth-disabled.svg │ │ │ │ ├── bluetooth-searching.svg │ │ │ │ ├── bluetooth.svg │ │ │ │ ├── blur-circular.svg │ │ │ │ ├── blur-linear.svg │ │ │ │ ├── blur-off.svg │ │ │ │ ├── blur-on.svg │ │ │ │ ├── book.svg │ │ │ │ ├── bookmark-outline.svg │ │ │ │ ├── bookmark.svg │ │ │ │ ├── border-all.svg │ │ │ │ ├── border-bottom.svg │ │ │ │ ├── border-clear.svg │ │ │ │ ├── border-color.svg │ │ │ │ ├── border-horizontal.svg │ │ │ │ ├── border-inner.svg │ │ │ │ ├── border-left.svg │ │ │ │ ├── border-outer.svg │ │ │ │ ├── border-right.svg │ │ │ │ ├── border-style.svg │ │ │ │ ├── border-top.svg │ │ │ │ ├── border-vertical.svg │ │ │ │ ├── brightness-1.svg │ │ │ │ ├── brightness-2.svg │ │ │ │ ├── brightness-3.svg │ │ │ │ ├── brightness-4.svg │ │ │ │ ├── brightness-5.svg │ │ │ │ ├── brightness-6.svg │ │ │ │ ├── brightness-7.svg │ │ │ │ ├── brightness-auto.svg │ │ │ │ ├── brightness-high.svg │ │ │ │ ├── brightness-low.svg │ │ │ │ ├── brightness-medium.svg │ │ │ │ ├── brush.svg │ │ │ │ ├── bug-report.svg │ │ │ │ ├── business.svg │ │ │ │ ├── cached.svg │ │ │ │ ├── cake.svg │ │ │ │ ├── call-end.svg │ │ │ │ ├── call-made.svg │ │ │ │ ├── call-merge.svg │ │ │ │ ├── call-missed.svg │ │ │ │ ├── call-received.svg │ │ │ │ ├── call-split.svg │ │ │ │ ├── call.svg │ │ │ │ ├── camera-alt.svg │ │ │ │ ├── camera-front.svg │ │ │ │ ├── camera-rear.svg │ │ │ │ ├── camera-roll.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── cancel.svg │ │ │ │ ├── cast-connected.svg │ │ │ │ ├── cast.svg │ │ │ │ ├── center-focus-strong.svg │ │ │ │ ├── center-focus-weak.svg │ │ │ │ ├── chat.svg │ │ │ │ ├── check-box-outline-blank.svg │ │ │ │ ├── check-box.svg │ │ │ │ ├── check-circle.svg │ │ │ │ ├── check.svg │ │ │ │ ├── chevron-left.svg │ │ │ │ ├── chevron-right.svg │ │ │ │ ├── class.svg │ │ │ │ ├── clear-all.svg │ │ │ │ ├── clear.svg │ │ │ │ ├── close.svg │ │ │ │ ├── closed-caption.svg │ │ │ │ ├── cloud-circle.svg │ │ │ │ ├── cloud-done.svg │ │ │ │ ├── cloud-download.svg │ │ │ │ ├── cloud-off.svg │ │ │ │ ├── cloud-queue.svg │ │ │ │ ├── cloud-upload.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── collections.svg │ │ │ │ ├── color-lens.svg │ │ │ │ ├── colorize.svg │ │ │ │ ├── comment.svg │ │ │ │ ├── compare.svg │ │ │ │ ├── computer.svg │ │ │ │ ├── contacts.svg │ │ │ │ ├── content-copy.svg │ │ │ │ ├── content-cut.svg │ │ │ │ ├── content-paste.svg │ │ │ │ ├── control-point-duplicate.svg │ │ │ │ ├── control-point.svg │ │ │ │ ├── create.svg │ │ │ │ ├── credit-card.svg │ │ │ │ ├── crop-16-9.svg │ │ │ │ ├── crop-3-2.svg │ │ │ │ ├── crop-5-4.svg │ │ │ │ ├── crop-7-5.svg │ │ │ │ ├── crop-din.svg │ │ │ │ ├── crop-free.svg │ │ │ │ ├── crop-landscape.svg │ │ │ │ ├── crop-original.svg │ │ │ │ ├── crop-portrait.svg │ │ │ │ ├── crop-square.svg │ │ │ │ ├── crop.svg │ │ │ │ ├── dashboard.svg │ │ │ │ ├── data-usage.svg │ │ │ │ ├── dehaze.svg │ │ │ │ ├── delete.svg │ │ │ │ ├── description.svg │ │ │ │ ├── desktop-mac.svg │ │ │ │ ├── desktop-windows.svg │ │ │ │ ├── details.svg │ │ │ │ ├── developer-mode.svg │ │ │ │ ├── devices.svg │ │ │ │ ├── dialer-sip.svg │ │ │ │ ├── dialpad.svg │ │ │ │ ├── directions-bike.svg │ │ │ │ ├── directions-bus.svg │ │ │ │ ├── directions-car.svg │ │ │ │ ├── directions-ferry.svg │ │ │ │ ├── directions-subway.svg │ │ │ │ ├── directions-train.svg │ │ │ │ ├── directions-transit.svg │ │ │ │ ├── directions-walk.svg │ │ │ │ ├── directions.svg │ │ │ │ ├── disc-full.svg │ │ │ │ ├── dnd-forwardslash.svg │ │ │ │ ├── dnd-on.svg │ │ │ │ ├── dns.svg │ │ │ │ ├── do-not-disturb.svg │ │ │ │ ├── dock.svg │ │ │ │ ├── domain.svg │ │ │ │ ├── done-all.svg │ │ │ │ ├── done.svg │ │ │ │ ├── drafts.svg │ │ │ │ ├── drive-eta.svg │ │ │ │ ├── dvr.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── email.svg │ │ │ │ ├── equalizer.svg │ │ │ │ ├── error.svg │ │ │ │ ├── event-available.svg │ │ │ │ ├── event-busy.svg │ │ │ │ ├── event-note.svg │ │ │ │ ├── event.svg │ │ │ │ ├── exit-to-app.svg │ │ │ │ ├── expand-less.svg │ │ │ │ ├── expand-more.svg │ │ │ │ ├── explicit.svg │ │ │ │ ├── explore.svg │ │ │ │ ├── exposure-minus-1.svg │ │ │ │ ├── exposure-minus-2.svg │ │ │ │ ├── exposure-plus-1.svg │ │ │ │ ├── exposure-plus-2.svg │ │ │ │ ├── exposure-zero.svg │ │ │ │ ├── exposure.svg │ │ │ │ ├── extension.svg │ │ │ │ ├── face.svg │ │ │ │ ├── fast-forward.svg │ │ │ │ ├── fast-rewind.svg │ │ │ │ ├── favorite-outline.svg │ │ │ │ ├── favorite.svg │ │ │ │ ├── file-download.svg │ │ │ │ ├── file-upload.svg │ │ │ │ ├── filter-1.svg │ │ │ │ ├── filter-2.svg │ │ │ │ ├── filter-3.svg │ │ │ │ ├── filter-4.svg │ │ │ │ ├── filter-5.svg │ │ │ │ ├── filter-6.svg │ │ │ │ ├── filter-7.svg │ │ │ │ ├── filter-8.svg │ │ │ │ ├── filter-9-plus.svg │ │ │ │ ├── filter-9.svg │ │ │ │ ├── filter-b-and-w.svg │ │ │ │ ├── filter-center-focus.svg │ │ │ │ ├── filter-drama.svg │ │ │ │ ├── filter-frames.svg │ │ │ │ ├── filter-hdr.svg │ │ │ │ ├── filter-list.svg │ │ │ │ ├── filter-none.svg │ │ │ │ ├── filter-tilt-shift.svg │ │ │ │ ├── filter-vintage.svg │ │ │ │ ├── filter.svg │ │ │ │ ├── find-in-page.svg │ │ │ │ ├── find-replace.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flare.svg │ │ │ │ ├── flash-auto.svg │ │ │ │ ├── flash-off.svg │ │ │ │ ├── flash-on.svg │ │ │ │ ├── flight.svg │ │ │ │ ├── flip-to-back.svg │ │ │ │ ├── flip-to-front.svg │ │ │ │ ├── flip.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-shared.svg │ │ │ │ ├── folder-special.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── format-align-center.svg │ │ │ │ ├── format-align-justify.svg │ │ │ │ ├── format-align-left.svg │ │ │ │ ├── format-align-right.svg │ │ │ │ ├── format-bold.svg │ │ │ │ ├── format-clear.svg │ │ │ │ ├── format-color-fill.svg │ │ │ │ ├── format-color-reset.svg │ │ │ │ ├── format-color-text.svg │ │ │ │ ├── format-indent-decrease.svg │ │ │ │ ├── format-indent-increase.svg │ │ │ │ ├── format-italic.svg │ │ │ │ ├── format-line-spacing.svg │ │ │ │ ├── format-list-bulleted.svg │ │ │ │ ├── format-list-numbered.svg │ │ │ │ ├── format-paint.svg │ │ │ │ ├── format-quote.svg │ │ │ │ ├── format-size.svg │ │ │ │ ├── format-strikethrough.svg │ │ │ │ ├── format-textdirection-l-to-r.svg │ │ │ │ ├── format-textdirection-r-to-l.svg │ │ │ │ ├── format-underline.svg │ │ │ │ ├── forum.svg │ │ │ │ ├── forward.svg │ │ │ │ ├── fullscreen-exit.svg │ │ │ │ ├── fullscreen.svg │ │ │ │ ├── functions.svg │ │ │ │ ├── gamepad.svg │ │ │ │ ├── games.svg │ │ │ │ ├── gesture.svg │ │ │ │ ├── get-app.svg │ │ │ │ ├── gps-fixed.svg │ │ │ │ ├── gps-not-fixed.svg │ │ │ │ ├── gps-off.svg │ │ │ │ ├── grade.svg │ │ │ │ ├── gradient.svg │ │ │ │ ├── grain.svg │ │ │ │ ├── grid-off.svg │ │ │ │ ├── grid-on.svg │ │ │ │ ├── group-add.svg │ │ │ │ ├── group-work.svg │ │ │ │ ├── group.svg │ │ │ │ ├── hdr-off.svg │ │ │ │ ├── hdr-on.svg │ │ │ │ ├── hdr-strong.svg │ │ │ │ ├── hdr-weak.svg │ │ │ │ ├── headset-mic.svg │ │ │ │ ├── headset.svg │ │ │ │ ├── healing.svg │ │ │ │ ├── hearing.svg │ │ │ │ ├── help.svg │ │ │ │ ├── high-quality.svg │ │ │ │ ├── highlight-remove.svg │ │ │ │ ├── history.svg │ │ │ │ ├── home.svg │ │ │ │ ├── hotel.svg │ │ │ │ ├── https.svg │ │ │ │ ├── image-aspect-ratio.svg │ │ │ │ ├── image.svg │ │ │ │ ├── import-export.svg │ │ │ │ ├── inbox.svg │ │ │ │ ├── info-outline.svg │ │ │ │ ├── info.svg │ │ │ │ ├── input.svg │ │ │ │ ├── insert-chart.svg │ │ │ │ ├── insert-comment.svg │ │ │ │ ├── insert-drive-file.svg │ │ │ │ ├── insert-emoticon.svg │ │ │ │ ├── insert-invitation.svg │ │ │ │ ├── insert-link.svg │ │ │ │ ├── insert-photo.svg │ │ │ │ ├── invert-colors-off.svg │ │ │ │ ├── invert-colors-on.svg │ │ │ │ ├── invert-colors.svg │ │ │ │ ├── iso.svg │ │ │ │ ├── keyboard-alt.svg │ │ │ │ ├── keyboard-arrow-down.svg │ │ │ │ ├── keyboard-arrow-left.svg │ │ │ │ ├── keyboard-arrow-right.svg │ │ │ │ ├── keyboard-arrow-up.svg │ │ │ │ ├── keyboard-backspace.svg │ │ │ │ ├── keyboard-capslock.svg │ │ │ │ ├── keyboard-control.svg │ │ │ │ ├── keyboard-hide.svg │ │ │ │ ├── keyboard-return.svg │ │ │ │ ├── keyboard-tab.svg │ │ │ │ ├── keyboard-voice.svg │ │ │ │ ├── keyboard.svg │ │ │ │ ├── label-outline.svg │ │ │ │ ├── label.svg │ │ │ │ ├── landscape.svg │ │ │ │ ├── language.svg │ │ │ │ ├── laptop-chromebook.svg │ │ │ │ ├── laptop-mac.svg │ │ │ │ ├── laptop-windows.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── launch.svg │ │ │ │ ├── layers-clear.svg │ │ │ │ ├── layers.svg │ │ │ │ ├── leak-add.svg │ │ │ │ ├── leak-remove.svg │ │ │ │ ├── lens.svg │ │ │ │ ├── link.svg │ │ │ │ ├── list.svg │ │ │ │ ├── live-help.svg │ │ │ │ ├── local-airport.svg │ │ │ │ ├── local-atm.svg │ │ │ │ ├── local-attraction.svg │ │ │ │ ├── local-bar.svg │ │ │ │ ├── local-cafe.svg │ │ │ │ ├── local-car-wash.svg │ │ │ │ ├── local-convenience-store.svg │ │ │ │ ├── local-drink.svg │ │ │ │ ├── local-florist.svg │ │ │ │ ├── local-gas-station.svg │ │ │ │ ├── local-grocery-store.svg │ │ │ │ ├── local-hospital.svg │ │ │ │ ├── local-hotel.svg │ │ │ │ ├── local-laundry-service.svg │ │ │ │ ├── local-library.svg │ │ │ │ ├── local-mall.svg │ │ │ │ ├── local-movies.svg │ │ │ │ ├── local-offer.svg │ │ │ │ ├── local-parking.svg │ │ │ │ ├── local-pharmacy.svg │ │ │ │ ├── local-phone.svg │ │ │ │ ├── local-pizza.svg │ │ │ │ ├── local-play.svg │ │ │ │ ├── local-post-office.svg │ │ │ │ ├── local-print-shop.svg │ │ │ │ ├── local-restaurant.svg │ │ │ │ ├── local-see.svg │ │ │ │ ├── local-shipping.svg │ │ │ │ ├── local-taxi.svg │ │ │ │ ├── location-city.svg │ │ │ │ ├── location-disabled.svg │ │ │ │ ├── location-history.svg │ │ │ │ ├── location-off.svg │ │ │ │ ├── location-on.svg │ │ │ │ ├── location-searching.svg │ │ │ │ ├── lock-open.svg │ │ │ │ ├── lock-outline.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── looks-3.svg │ │ │ │ ├── looks-4.svg │ │ │ │ ├── looks-5.svg │ │ │ │ ├── looks-6.svg │ │ │ │ ├── looks-one.svg │ │ │ │ ├── looks-two.svg │ │ │ │ ├── looks.svg │ │ │ │ ├── loop.svg │ │ │ │ ├── loupe.svg │ │ │ │ ├── loyalty.svg │ │ │ │ ├── mail.svg │ │ │ │ ├── map.svg │ │ │ │ ├── markunread-mailbox.svg │ │ │ │ ├── markunread.svg │ │ │ │ ├── memory.svg │ │ │ │ ├── menu.svg │ │ │ │ ├── merge-type.svg │ │ │ │ ├── message.svg │ │ │ │ ├── messenger.svg │ │ │ │ ├── mic-none.svg │ │ │ │ ├── mic-off.svg │ │ │ │ ├── mic.svg │ │ │ │ ├── mms.svg │ │ │ │ ├── mode-comment.svg │ │ │ │ ├── mode-edit.svg │ │ │ │ ├── mood.svg │ │ │ │ ├── more-horiz.svg │ │ │ │ ├── more-vert.svg │ │ │ │ ├── more.svg │ │ │ │ ├── mouse.svg │ │ │ │ ├── movie-creation.svg │ │ │ │ ├── movie.svg │ │ │ │ ├── multitrack-audio.svg │ │ │ │ ├── my-library-add.svg │ │ │ │ ├── my-library-books.svg │ │ │ │ ├── my-library-music.svg │ │ │ │ ├── my-location.svg │ │ │ │ ├── nature-people.svg │ │ │ │ ├── nature.svg │ │ │ │ ├── navigate-before.svg │ │ │ │ ├── navigate-next.svg │ │ │ │ ├── navigation.svg │ │ │ │ ├── network-cell.svg │ │ │ │ ├── network-locked.svg │ │ │ │ ├── network-wifi.svg │ │ │ │ ├── new-releases.svg │ │ │ │ ├── nfc.svg │ │ │ │ ├── no-sim.svg │ │ │ │ ├── not-interested.svg │ │ │ │ ├── note-add.svg │ │ │ │ ├── notifications-none.svg │ │ │ │ ├── notifications-off.svg │ │ │ │ ├── notifications-on.svg │ │ │ │ ├── notifications-paused.svg │ │ │ │ ├── notifications.svg │ │ │ │ ├── now-wallpaper.svg │ │ │ │ ├── now-widgets.svg │ │ │ │ ├── open-in-browser.svg │ │ │ │ ├── open-in-new.svg │ │ │ │ ├── open-with.svg │ │ │ │ ├── pages.svg │ │ │ │ ├── pageview.svg │ │ │ │ ├── palette.svg │ │ │ │ ├── panorama-fisheye.svg │ │ │ │ ├── panorama-horizontal.svg │ │ │ │ ├── panorama-vertical.svg │ │ │ │ ├── panorama-wide-angle.svg │ │ │ │ ├── panorama.svg │ │ │ │ ├── party-mode.svg │ │ │ │ ├── pause-circle-fill.svg │ │ │ │ ├── pause-circle-outline.svg │ │ │ │ ├── pause.svg │ │ │ │ ├── payment.svg │ │ │ │ ├── people-outline.svg │ │ │ │ ├── people.svg │ │ │ │ ├── perm-camera-mic.svg │ │ │ │ ├── perm-contact-cal.svg │ │ │ │ ├── perm-data-setting.svg │ │ │ │ ├── perm-device-info.svg │ │ │ │ ├── perm-identity.svg │ │ │ │ ├── perm-media.svg │ │ │ │ ├── perm-phone-msg.svg │ │ │ │ ├── perm-scan-wifi.svg │ │ │ │ ├── person-add.svg │ │ │ │ ├── person-outline.svg │ │ │ │ ├── person.svg │ │ │ │ ├── phone-android.svg │ │ │ │ ├── phone-bluetooth-speaker.svg │ │ │ │ ├── phone-forwarded.svg │ │ │ │ ├── phone-in-talk.svg │ │ │ │ ├── phone-iphone.svg │ │ │ │ ├── phone-locked.svg │ │ │ │ ├── phone-missed.svg │ │ │ │ ├── phone-paused.svg │ │ │ │ ├── phone.svg │ │ │ │ ├── phonelink-off.svg │ │ │ │ ├── phonelink.svg │ │ │ │ ├── photo-album.svg │ │ │ │ ├── photo-camera.svg │ │ │ │ ├── photo-library.svg │ │ │ │ ├── photo.svg │ │ │ │ ├── picture-in-picture.svg │ │ │ │ ├── pin-drop.svg │ │ │ │ ├── place.svg │ │ │ │ ├── play-arrow.svg │ │ │ │ ├── play-circle-fill.svg │ │ │ │ ├── play-circle-outline.svg │ │ │ │ ├── play-download.svg │ │ │ │ ├── play-install.svg │ │ │ │ ├── play-shopping-bag.svg │ │ │ │ ├── playlist-add.svg │ │ │ │ ├── plus-one.svg │ │ │ │ ├── poll.svg │ │ │ │ ├── polymer.svg │ │ │ │ ├── portable-wifi-off.svg │ │ │ │ ├── portrait.svg │ │ │ │ ├── print.svg │ │ │ │ ├── public.svg │ │ │ │ ├── publish.svg │ │ │ │ ├── query-builder.svg │ │ │ │ ├── question-answer.svg │ │ │ │ ├── queue-music.svg │ │ │ │ ├── queue.svg │ │ │ │ ├── quick-contacts-dialer.svg │ │ │ │ ├── quick-contacts-mail.svg │ │ │ │ ├── radio-button-off.svg │ │ │ │ ├── radio-button-on.svg │ │ │ │ ├── radio.svg │ │ │ │ ├── rate-review.svg │ │ │ │ ├── receipt.svg │ │ │ │ ├── recent-actors.svg │ │ │ │ ├── redeem.svg │ │ │ │ ├── redo.svg │ │ │ │ ├── refresh.svg │ │ │ │ ├── remove-circle-outline.svg │ │ │ │ ├── remove-circle.svg │ │ │ │ ├── remove-red-eye.svg │ │ │ │ ├── remove.svg │ │ │ │ ├── reorder.svg │ │ │ │ ├── repeat-one.svg │ │ │ │ ├── repeat.svg │ │ │ │ ├── replay.svg │ │ │ │ ├── reply-all.svg │ │ │ │ ├── reply.svg │ │ │ │ ├── report-problem.svg │ │ │ │ ├── report.svg │ │ │ │ ├── restaurant-menu.svg │ │ │ │ ├── restore.svg │ │ │ │ ├── ring-volume.svg │ │ │ │ ├── room.svg │ │ │ │ ├── rotate-left.svg │ │ │ │ ├── rotate-right.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── save.svg │ │ │ │ ├── schedule.svg │ │ │ │ ├── school.svg │ │ │ │ ├── screen-lock-landscape.svg │ │ │ │ ├── screen-lock-portrait.svg │ │ │ │ ├── screen-lock-rotation.svg │ │ │ │ ├── screen-rotation.svg │ │ │ │ ├── sd-card.svg │ │ │ │ ├── sd-storage.svg │ │ │ │ ├── search.svg │ │ │ │ ├── security.svg │ │ │ │ ├── select-all.svg │ │ │ │ ├── send.svg │ │ │ │ ├── settings-applications.svg │ │ │ │ ├── settings-backup-restore.svg │ │ │ │ ├── settings-bluetooth.svg │ │ │ │ ├── settings-cell.svg │ │ │ │ ├── settings-display.svg │ │ │ │ ├── settings-ethernet.svg │ │ │ │ ├── settings-input-antenna.svg │ │ │ │ ├── settings-input-component.svg │ │ │ │ ├── settings-input-composite.svg │ │ │ │ ├── settings-input-hdmi.svg │ │ │ │ ├── settings-input-svideo.svg │ │ │ │ ├── settings-overscan.svg │ │ │ │ ├── settings-phone.svg │ │ │ │ ├── settings-power.svg │ │ │ │ ├── settings-remote.svg │ │ │ │ ├── settings-system-daydream.svg │ │ │ │ ├── settings-voice.svg │ │ │ │ ├── settings.svg │ │ │ │ ├── share.svg │ │ │ │ ├── shop-two.svg │ │ │ │ ├── shop.svg │ │ │ │ ├── shopping-basket.svg │ │ │ │ ├── shopping-cart.svg │ │ │ │ ├── shuffle.svg │ │ │ │ ├── signal-cellular-0-bar.svg │ │ │ │ ├── signal-cellular-1-bar.svg │ │ │ │ ├── signal-cellular-2-bar.svg │ │ │ │ ├── signal-cellular-3-bar.svg │ │ │ │ ├── signal-cellular-4-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-0-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-1-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-2-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-3-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-4-bar.svg │ │ │ │ ├── signal-cellular-no-sim.svg │ │ │ │ ├── signal-cellular-null.svg │ │ │ │ ├── signal-cellular-off.svg │ │ │ │ ├── signal-wifi-0-bar.svg │ │ │ │ ├── signal-wifi-1-bar.svg │ │ │ │ ├── signal-wifi-2-bar.svg │ │ │ │ ├── signal-wifi-3-bar.svg │ │ │ │ ├── signal-wifi-4-bar.svg │ │ │ │ ├── signal-wifi-off.svg │ │ │ │ ├── sim-card-alert.svg │ │ │ │ ├── sim-card.svg │ │ │ │ ├── skip-next.svg │ │ │ │ ├── skip-previous.svg │ │ │ │ ├── slideshow.svg │ │ │ │ ├── smartphone.svg │ │ │ │ ├── sms-failed.svg │ │ │ │ ├── sms.svg │ │ │ │ ├── snooze.svg │ │ │ │ ├── sort.svg │ │ │ │ ├── speaker-notes.svg │ │ │ │ ├── speaker.svg │ │ │ │ ├── spellcheck.svg │ │ │ │ ├── star-half.svg │ │ │ │ ├── star-outline.svg │ │ │ │ ├── star-rate.svg │ │ │ │ ├── star.svg │ │ │ │ ├── stars.svg │ │ │ │ ├── stay-current-landscape.svg │ │ │ │ ├── stay-current-portrait.svg │ │ │ │ ├── stay-primary-landscape.svg │ │ │ │ ├── stay-primary-portrait.svg │ │ │ │ ├── stop.svg │ │ │ │ ├── storage.svg │ │ │ │ ├── store-mall-directory.svg │ │ │ │ ├── store.svg │ │ │ │ ├── straighten.svg │ │ │ │ ├── style.svg │ │ │ │ ├── subject.svg │ │ │ │ ├── subtitles.svg │ │ │ │ ├── supervisor-account.svg │ │ │ │ ├── surround-sound.svg │ │ │ │ ├── swap-calls.svg │ │ │ │ ├── swap-horiz.svg │ │ │ │ ├── swap-vert-circle.svg │ │ │ │ ├── swap-vert.svg │ │ │ │ ├── switch-camera.svg │ │ │ │ ├── switch-video.svg │ │ │ │ ├── sync-disabled.svg │ │ │ │ ├── sync-problem.svg │ │ │ │ ├── sync.svg │ │ │ │ ├── system-update-tv.svg │ │ │ │ ├── system-update.svg │ │ │ │ ├── tab-unselected.svg │ │ │ │ ├── tab.svg │ │ │ │ ├── tablet-android.svg │ │ │ │ ├── tablet-mac.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── tag-faces.svg │ │ │ │ ├── tap-and-play.svg │ │ │ │ ├── terrain.svg │ │ │ │ ├── text-format.svg │ │ │ │ ├── textsms.svg │ │ │ │ ├── texture.svg │ │ │ │ ├── theaters.svg │ │ │ │ ├── thumb-down.svg │ │ │ │ ├── thumb-up.svg │ │ │ │ ├── thumbs-up-down.svg │ │ │ │ ├── time-to-leave.svg │ │ │ │ ├── timelapse.svg │ │ │ │ ├── timer-10.svg │ │ │ │ ├── timer-3.svg │ │ │ │ ├── timer-auto.svg │ │ │ │ ├── timer-off.svg │ │ │ │ ├── timer.svg │ │ │ │ ├── toc.svg │ │ │ │ ├── today.svg │ │ │ │ ├── tonality.svg │ │ │ │ ├── track-changes.svg │ │ │ │ ├── traffic.svg │ │ │ │ ├── transform.svg │ │ │ │ ├── translate.svg │ │ │ │ ├── trending-down.svg │ │ │ │ ├── trending-neutral.svg │ │ │ │ ├── trending-up.svg │ │ │ │ ├── tune.svg │ │ │ │ ├── turned-in-not.svg │ │ │ │ ├── turned-in.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── undo.svg │ │ │ │ ├── unfold-less.svg │ │ │ │ ├── unfold-more.svg │ │ │ │ ├── usb.svg │ │ │ │ ├── verified-user.svg │ │ │ │ ├── vertical-align-bottom.svg │ │ │ │ ├── vertical-align-center.svg │ │ │ │ ├── vertical-align-top.svg │ │ │ │ ├── vibration.svg │ │ │ │ ├── video-collection.svg │ │ │ │ ├── videocam-off.svg │ │ │ │ ├── videocam.svg │ │ │ │ ├── view-agenda.svg │ │ │ │ ├── view-array.svg │ │ │ │ ├── view-carousel.svg │ │ │ │ ├── view-column.svg │ │ │ │ ├── view-day.svg │ │ │ │ ├── view-headline.svg │ │ │ │ ├── view-list.svg │ │ │ │ ├── view-module.svg │ │ │ │ ├── view-quilt.svg │ │ │ │ ├── view-stream.svg │ │ │ │ ├── view-week.svg │ │ │ │ ├── visibility-off.svg │ │ │ │ ├── visibility.svg │ │ │ │ ├── voice-chat.svg │ │ │ │ ├── voicemail.svg │ │ │ │ ├── volume-down.svg │ │ │ │ ├── volume-mute.svg │ │ │ │ ├── volume-off.svg │ │ │ │ ├── volume-up.svg │ │ │ │ ├── vpn-key.svg │ │ │ │ ├── vpn-lock.svg │ │ │ │ ├── wallet-giftcard.svg │ │ │ │ ├── wallet-membership.svg │ │ │ │ ├── wallet-travel.svg │ │ │ │ ├── warning.svg │ │ │ │ ├── watch.svg │ │ │ │ ├── wb-auto.svg │ │ │ │ ├── wb-cloudy.svg │ │ │ │ ├── wb-incandescent.svg │ │ │ │ ├── wb-irradescent.svg │ │ │ │ ├── wb-sunny.svg │ │ │ │ ├── web.svg │ │ │ │ ├── whatshot.svg │ │ │ │ ├── wifi-lock.svg │ │ │ │ ├── wifi-tethering.svg │ │ │ │ ├── work.svg │ │ │ │ └── wrap-text.svg │ │ │ └── light │ │ │ │ ├── 3d-rotation.svg │ │ │ │ ├── access-alarm.svg │ │ │ │ ├── access-alarms.svg │ │ │ │ ├── access-time.svg │ │ │ │ ├── accessibility.svg │ │ │ │ ├── account-balance-wallet.svg │ │ │ │ ├── account-balance.svg │ │ │ │ ├── account-box.svg │ │ │ │ ├── account-child.svg │ │ │ │ ├── account-circle.svg │ │ │ │ ├── adb.svg │ │ │ │ ├── add-alarm.svg │ │ │ │ ├── add-box.svg │ │ │ │ ├── add-circle-outline.svg │ │ │ │ ├── add-circle.svg │ │ │ │ ├── add-shopping-cart.svg │ │ │ │ ├── add-to-photos.svg │ │ │ │ ├── add.svg │ │ │ │ ├── adjust.svg │ │ │ │ ├── airplanemode-off.svg │ │ │ │ ├── airplanemode-on.svg │ │ │ │ ├── alarm-add.svg │ │ │ │ ├── alarm-off.svg │ │ │ │ ├── alarm-on.svg │ │ │ │ ├── alarm.svg │ │ │ │ ├── album.svg │ │ │ │ ├── android.svg │ │ │ │ ├── announcement.svg │ │ │ │ ├── apps.svg │ │ │ │ ├── archive.svg │ │ │ │ ├── arrow-back.svg │ │ │ │ ├── arrow-drop-down-circle.svg │ │ │ │ ├── arrow-drop-down.svg │ │ │ │ ├── arrow-drop-up.svg │ │ │ │ ├── arrow-forward.svg │ │ │ │ ├── aspect-ratio.svg │ │ │ │ ├── assessment.svg │ │ │ │ ├── assignment-ind.svg │ │ │ │ ├── assignment-late.svg │ │ │ │ ├── assignment-return.svg │ │ │ │ ├── assignment-returned.svg │ │ │ │ ├── assignment-turned-in.svg │ │ │ │ ├── assignment.svg │ │ │ │ ├── assistant-photo.svg │ │ │ │ ├── attach-file.svg │ │ │ │ ├── attach-money.svg │ │ │ │ ├── attachment.svg │ │ │ │ ├── audiotrack.svg │ │ │ │ ├── autorenew.svg │ │ │ │ ├── av-timer.svg │ │ │ │ ├── backspace.svg │ │ │ │ ├── backup.svg │ │ │ │ ├── battery-20.svg │ │ │ │ ├── battery-30.svg │ │ │ │ ├── battery-50.svg │ │ │ │ ├── battery-60.svg │ │ │ │ ├── battery-80.svg │ │ │ │ ├── battery-90.svg │ │ │ │ ├── battery-alert.svg │ │ │ │ ├── battery-charging-20.svg │ │ │ │ ├── battery-charging-30.svg │ │ │ │ ├── battery-charging-50.svg │ │ │ │ ├── battery-charging-60.svg │ │ │ │ ├── battery-charging-80.svg │ │ │ │ ├── battery-charging-90.svg │ │ │ │ ├── battery-charging-full.svg │ │ │ │ ├── battery-full.svg │ │ │ │ ├── battery-std.svg │ │ │ │ ├── battery-unknown.svg │ │ │ │ ├── beenhere.svg │ │ │ │ ├── block.svg │ │ │ │ ├── bluetooth-audio.svg │ │ │ │ ├── bluetooth-connected.svg │ │ │ │ ├── bluetooth-disabled.svg │ │ │ │ ├── bluetooth-searching.svg │ │ │ │ ├── bluetooth.svg │ │ │ │ ├── blur-circular.svg │ │ │ │ ├── blur-linear.svg │ │ │ │ ├── blur-off.svg │ │ │ │ ├── blur-on.svg │ │ │ │ ├── book.svg │ │ │ │ ├── bookmark-outline.svg │ │ │ │ ├── bookmark.svg │ │ │ │ ├── border-all.svg │ │ │ │ ├── border-bottom.svg │ │ │ │ ├── border-clear.svg │ │ │ │ ├── border-color.svg │ │ │ │ ├── border-horizontal.svg │ │ │ │ ├── border-inner.svg │ │ │ │ ├── border-left.svg │ │ │ │ ├── border-outer.svg │ │ │ │ ├── border-right.svg │ │ │ │ ├── border-style.svg │ │ │ │ ├── border-top.svg │ │ │ │ ├── border-vertical.svg │ │ │ │ ├── brightness-1.svg │ │ │ │ ├── brightness-2.svg │ │ │ │ ├── brightness-3.svg │ │ │ │ ├── brightness-4.svg │ │ │ │ ├── brightness-5.svg │ │ │ │ ├── brightness-6.svg │ │ │ │ ├── brightness-7.svg │ │ │ │ ├── brightness-auto.svg │ │ │ │ ├── brightness-high.svg │ │ │ │ ├── brightness-low.svg │ │ │ │ ├── brightness-medium.svg │ │ │ │ ├── brush.svg │ │ │ │ ├── bug-report.svg │ │ │ │ ├── business.svg │ │ │ │ ├── cached.svg │ │ │ │ ├── cake.svg │ │ │ │ ├── call-end.svg │ │ │ │ ├── call-made.svg │ │ │ │ ├── call-merge.svg │ │ │ │ ├── call-missed.svg │ │ │ │ ├── call-received.svg │ │ │ │ ├── call-split.svg │ │ │ │ ├── call.svg │ │ │ │ ├── camera-alt.svg │ │ │ │ ├── camera-front.svg │ │ │ │ ├── camera-rear.svg │ │ │ │ ├── camera-roll.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── cancel.svg │ │ │ │ ├── cast-connected.svg │ │ │ │ ├── cast.svg │ │ │ │ ├── center-focus-strong.svg │ │ │ │ ├── center-focus-weak.svg │ │ │ │ ├── chat.svg │ │ │ │ ├── check-box-outline-blank.svg │ │ │ │ ├── check-box.svg │ │ │ │ ├── check-circle.svg │ │ │ │ ├── check.svg │ │ │ │ ├── chevron-left.svg │ │ │ │ ├── chevron-right.svg │ │ │ │ ├── class.svg │ │ │ │ ├── clear-all.svg │ │ │ │ ├── clear.svg │ │ │ │ ├── close.svg │ │ │ │ ├── closed-caption.svg │ │ │ │ ├── cloud-circle.svg │ │ │ │ ├── cloud-done.svg │ │ │ │ ├── cloud-download.svg │ │ │ │ ├── cloud-off.svg │ │ │ │ ├── cloud-queue.svg │ │ │ │ ├── cloud-upload.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── collections.svg │ │ │ │ ├── color-lens.svg │ │ │ │ ├── colorize.svg │ │ │ │ ├── comment.svg │ │ │ │ ├── compare.svg │ │ │ │ ├── computer.svg │ │ │ │ ├── contacts.svg │ │ │ │ ├── content-copy.svg │ │ │ │ ├── content-cut.svg │ │ │ │ ├── content-paste.svg │ │ │ │ ├── control-point-duplicate.svg │ │ │ │ ├── control-point.svg │ │ │ │ ├── create.svg │ │ │ │ ├── credit-card.svg │ │ │ │ ├── crop-16-9.svg │ │ │ │ ├── crop-3-2.svg │ │ │ │ ├── crop-5-4.svg │ │ │ │ ├── crop-7-5.svg │ │ │ │ ├── crop-din.svg │ │ │ │ ├── crop-free.svg │ │ │ │ ├── crop-landscape.svg │ │ │ │ ├── crop-original.svg │ │ │ │ ├── crop-portrait.svg │ │ │ │ ├── crop-square.svg │ │ │ │ ├── crop.svg │ │ │ │ ├── dashboard.svg │ │ │ │ ├── data-usage.svg │ │ │ │ ├── dehaze.svg │ │ │ │ ├── delete.svg │ │ │ │ ├── description.svg │ │ │ │ ├── desktop-mac.svg │ │ │ │ ├── desktop-windows.svg │ │ │ │ ├── details.svg │ │ │ │ ├── developer-mode.svg │ │ │ │ ├── devices.svg │ │ │ │ ├── dialer-sip.svg │ │ │ │ ├── dialpad.svg │ │ │ │ ├── directions-bike.svg │ │ │ │ ├── directions-bus.svg │ │ │ │ ├── directions-car.svg │ │ │ │ ├── directions-ferry.svg │ │ │ │ ├── directions-subway.svg │ │ │ │ ├── directions-train.svg │ │ │ │ ├── directions-transit.svg │ │ │ │ ├── directions-walk.svg │ │ │ │ ├── directions.svg │ │ │ │ ├── disc-full.svg │ │ │ │ ├── dnd-forwardslash.svg │ │ │ │ ├── dnd-on.svg │ │ │ │ ├── dns.svg │ │ │ │ ├── do-not-disturb.svg │ │ │ │ ├── dock.svg │ │ │ │ ├── domain.svg │ │ │ │ ├── done-all.svg │ │ │ │ ├── done.svg │ │ │ │ ├── drafts.svg │ │ │ │ ├── drive-eta.svg │ │ │ │ ├── dvr.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── email.svg │ │ │ │ ├── equalizer.svg │ │ │ │ ├── error.svg │ │ │ │ ├── event-available.svg │ │ │ │ ├── event-busy.svg │ │ │ │ ├── event-note.svg │ │ │ │ ├── event.svg │ │ │ │ ├── exit-to-app.svg │ │ │ │ ├── expand-less.svg │ │ │ │ ├── expand-more.svg │ │ │ │ ├── explicit.svg │ │ │ │ ├── explore.svg │ │ │ │ ├── exposure-minus-1.svg │ │ │ │ ├── exposure-minus-2.svg │ │ │ │ ├── exposure-plus-1.svg │ │ │ │ ├── exposure-plus-2.svg │ │ │ │ ├── exposure-zero.svg │ │ │ │ ├── exposure.svg │ │ │ │ ├── extension.svg │ │ │ │ ├── face.svg │ │ │ │ ├── fast-forward.svg │ │ │ │ ├── fast-rewind.svg │ │ │ │ ├── favorite-outline.svg │ │ │ │ ├── favorite.svg │ │ │ │ ├── file-download.svg │ │ │ │ ├── file-upload.svg │ │ │ │ ├── filter-1.svg │ │ │ │ ├── filter-2.svg │ │ │ │ ├── filter-3.svg │ │ │ │ ├── filter-4.svg │ │ │ │ ├── filter-5.svg │ │ │ │ ├── filter-6.svg │ │ │ │ ├── filter-7.svg │ │ │ │ ├── filter-8.svg │ │ │ │ ├── filter-9-plus.svg │ │ │ │ ├── filter-9.svg │ │ │ │ ├── filter-b-and-w.svg │ │ │ │ ├── filter-center-focus.svg │ │ │ │ ├── filter-drama.svg │ │ │ │ ├── filter-frames.svg │ │ │ │ ├── filter-hdr.svg │ │ │ │ ├── filter-list.svg │ │ │ │ ├── filter-none.svg │ │ │ │ ├── filter-tilt-shift.svg │ │ │ │ ├── filter-vintage.svg │ │ │ │ ├── filter.svg │ │ │ │ ├── find-in-page.svg │ │ │ │ ├── find-replace.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flare.svg │ │ │ │ ├── flash-auto.svg │ │ │ │ ├── flash-off.svg │ │ │ │ ├── flash-on.svg │ │ │ │ ├── flight.svg │ │ │ │ ├── flip-to-back.svg │ │ │ │ ├── flip-to-front.svg │ │ │ │ ├── flip.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-shared.svg │ │ │ │ ├── folder-special.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── format-align-center.svg │ │ │ │ ├── format-align-justify.svg │ │ │ │ ├── format-align-left.svg │ │ │ │ ├── format-align-right.svg │ │ │ │ ├── format-bold.svg │ │ │ │ ├── format-clear.svg │ │ │ │ ├── format-color-fill.svg │ │ │ │ ├── format-color-reset.svg │ │ │ │ ├── format-color-text.svg │ │ │ │ ├── format-indent-decrease.svg │ │ │ │ ├── format-indent-increase.svg │ │ │ │ ├── format-italic.svg │ │ │ │ ├── format-line-spacing.svg │ │ │ │ ├── format-list-bulleted.svg │ │ │ │ ├── format-list-numbered.svg │ │ │ │ ├── format-paint.svg │ │ │ │ ├── format-quote.svg │ │ │ │ ├── format-size.svg │ │ │ │ ├── format-strikethrough.svg │ │ │ │ ├── format-textdirection-l-to-r.svg │ │ │ │ ├── format-textdirection-r-to-l.svg │ │ │ │ ├── format-underline.svg │ │ │ │ ├── forum.svg │ │ │ │ ├── forward.svg │ │ │ │ ├── fullscreen-exit.svg │ │ │ │ ├── fullscreen.svg │ │ │ │ ├── functions.svg │ │ │ │ ├── gamepad.svg │ │ │ │ ├── games.svg │ │ │ │ ├── gesture.svg │ │ │ │ ├── get-app.svg │ │ │ │ ├── gps-fixed.svg │ │ │ │ ├── gps-not-fixed.svg │ │ │ │ ├── gps-off.svg │ │ │ │ ├── grade.svg │ │ │ │ ├── gradient.svg │ │ │ │ ├── grain.svg │ │ │ │ ├── grid-off.svg │ │ │ │ ├── grid-on.svg │ │ │ │ ├── group-add.svg │ │ │ │ ├── group-work.svg │ │ │ │ ├── group.svg │ │ │ │ ├── hdr-off.svg │ │ │ │ ├── hdr-on.svg │ │ │ │ ├── hdr-strong.svg │ │ │ │ ├── hdr-weak.svg │ │ │ │ ├── headset-mic.svg │ │ │ │ ├── headset.svg │ │ │ │ ├── healing.svg │ │ │ │ ├── hearing.svg │ │ │ │ ├── help.svg │ │ │ │ ├── high-quality.svg │ │ │ │ ├── highlight-remove.svg │ │ │ │ ├── history.svg │ │ │ │ ├── home.svg │ │ │ │ ├── hotel.svg │ │ │ │ ├── https.svg │ │ │ │ ├── image-aspect-ratio.svg │ │ │ │ ├── image.svg │ │ │ │ ├── import-export.svg │ │ │ │ ├── inbox.svg │ │ │ │ ├── info-outline.svg │ │ │ │ ├── info.svg │ │ │ │ ├── input.svg │ │ │ │ ├── insert-chart.svg │ │ │ │ ├── insert-comment.svg │ │ │ │ ├── insert-drive-file.svg │ │ │ │ ├── insert-emoticon.svg │ │ │ │ ├── insert-invitation.svg │ │ │ │ ├── insert-link.svg │ │ │ │ ├── insert-photo.svg │ │ │ │ ├── invert-colors-off.svg │ │ │ │ ├── invert-colors-on.svg │ │ │ │ ├── invert-colors.svg │ │ │ │ ├── iso.svg │ │ │ │ ├── keyboard-alt.svg │ │ │ │ ├── keyboard-arrow-down.svg │ │ │ │ ├── keyboard-arrow-left.svg │ │ │ │ ├── keyboard-arrow-right.svg │ │ │ │ ├── keyboard-arrow-up.svg │ │ │ │ ├── keyboard-backspace.svg │ │ │ │ ├── keyboard-capslock.svg │ │ │ │ ├── keyboard-control.svg │ │ │ │ ├── keyboard-hide.svg │ │ │ │ ├── keyboard-return.svg │ │ │ │ ├── keyboard-tab.svg │ │ │ │ ├── keyboard-voice.svg │ │ │ │ ├── keyboard.svg │ │ │ │ ├── label-outline.svg │ │ │ │ ├── label.svg │ │ │ │ ├── landscape.svg │ │ │ │ ├── language.svg │ │ │ │ ├── laptop-chromebook.svg │ │ │ │ ├── laptop-mac.svg │ │ │ │ ├── laptop-windows.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── launch.svg │ │ │ │ ├── layers-clear.svg │ │ │ │ ├── layers.svg │ │ │ │ ├── leak-add.svg │ │ │ │ ├── leak-remove.svg │ │ │ │ ├── lens.svg │ │ │ │ ├── link.svg │ │ │ │ ├── list.svg │ │ │ │ ├── live-help.svg │ │ │ │ ├── local-airport.svg │ │ │ │ ├── local-atm.svg │ │ │ │ ├── local-attraction.svg │ │ │ │ ├── local-bar.svg │ │ │ │ ├── local-cafe.svg │ │ │ │ ├── local-car-wash.svg │ │ │ │ ├── local-convenience-store.svg │ │ │ │ ├── local-drink.svg │ │ │ │ ├── local-florist.svg │ │ │ │ ├── local-gas-station.svg │ │ │ │ ├── local-grocery-store.svg │ │ │ │ ├── local-hospital.svg │ │ │ │ ├── local-hotel.svg │ │ │ │ ├── local-laundry-service.svg │ │ │ │ ├── local-library.svg │ │ │ │ ├── local-mall.svg │ │ │ │ ├── local-movies.svg │ │ │ │ ├── local-offer.svg │ │ │ │ ├── local-parking.svg │ │ │ │ ├── local-pharmacy.svg │ │ │ │ ├── local-phone.svg │ │ │ │ ├── local-pizza.svg │ │ │ │ ├── local-play.svg │ │ │ │ ├── local-post-office.svg │ │ │ │ ├── local-print-shop.svg │ │ │ │ ├── local-restaurant.svg │ │ │ │ ├── local-see.svg │ │ │ │ ├── local-shipping.svg │ │ │ │ ├── local-taxi.svg │ │ │ │ ├── location-city.svg │ │ │ │ ├── location-disabled.svg │ │ │ │ ├── location-history.svg │ │ │ │ ├── location-off.svg │ │ │ │ ├── location-on.svg │ │ │ │ ├── location-searching.svg │ │ │ │ ├── lock-open.svg │ │ │ │ ├── lock-outline.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── looks-3.svg │ │ │ │ ├── looks-4.svg │ │ │ │ ├── looks-5.svg │ │ │ │ ├── looks-6.svg │ │ │ │ ├── looks-one.svg │ │ │ │ ├── looks-two.svg │ │ │ │ ├── looks.svg │ │ │ │ ├── loop.svg │ │ │ │ ├── loupe.svg │ │ │ │ ├── loyalty.svg │ │ │ │ ├── mail.svg │ │ │ │ ├── map.svg │ │ │ │ ├── markunread-mailbox.svg │ │ │ │ ├── markunread.svg │ │ │ │ ├── memory.svg │ │ │ │ ├── menu.svg │ │ │ │ ├── merge-type.svg │ │ │ │ ├── message.svg │ │ │ │ ├── messenger.svg │ │ │ │ ├── mic-none.svg │ │ │ │ ├── mic-off.svg │ │ │ │ ├── mic.svg │ │ │ │ ├── mms.svg │ │ │ │ ├── mode-comment.svg │ │ │ │ ├── mode-edit.svg │ │ │ │ ├── mood.svg │ │ │ │ ├── more-horiz.svg │ │ │ │ ├── more-vert.svg │ │ │ │ ├── more.svg │ │ │ │ ├── mouse.svg │ │ │ │ ├── movie-creation.svg │ │ │ │ ├── movie.svg │ │ │ │ ├── multitrack-audio.svg │ │ │ │ ├── my-library-add.svg │ │ │ │ ├── my-library-books.svg │ │ │ │ ├── my-library-music.svg │ │ │ │ ├── my-location.svg │ │ │ │ ├── nature-people.svg │ │ │ │ ├── nature.svg │ │ │ │ ├── navigate-before.svg │ │ │ │ ├── navigate-next.svg │ │ │ │ ├── navigation.svg │ │ │ │ ├── network-cell.svg │ │ │ │ ├── network-locked.svg │ │ │ │ ├── network-wifi.svg │ │ │ │ ├── new-releases.svg │ │ │ │ ├── nfc.svg │ │ │ │ ├── no-sim.svg │ │ │ │ ├── not-interested.svg │ │ │ │ ├── note-add.svg │ │ │ │ ├── notifications-none.svg │ │ │ │ ├── notifications-off.svg │ │ │ │ ├── notifications-on.svg │ │ │ │ ├── notifications-paused.svg │ │ │ │ ├── notifications.svg │ │ │ │ ├── now-wallpaper.svg │ │ │ │ ├── now-widgets.svg │ │ │ │ ├── open-in-browser.svg │ │ │ │ ├── open-in-new.svg │ │ │ │ ├── open-with.svg │ │ │ │ ├── pages.svg │ │ │ │ ├── pageview.svg │ │ │ │ ├── palette.svg │ │ │ │ ├── panorama-fisheye.svg │ │ │ │ ├── panorama-horizontal.svg │ │ │ │ ├── panorama-vertical.svg │ │ │ │ ├── panorama-wide-angle.svg │ │ │ │ ├── panorama.svg │ │ │ │ ├── party-mode.svg │ │ │ │ ├── pause-circle-fill.svg │ │ │ │ ├── pause-circle-outline.svg │ │ │ │ ├── pause.svg │ │ │ │ ├── payment.svg │ │ │ │ ├── people-outline.svg │ │ │ │ ├── people.svg │ │ │ │ ├── perm-camera-mic.svg │ │ │ │ ├── perm-contact-cal.svg │ │ │ │ ├── perm-data-setting.svg │ │ │ │ ├── perm-device-info.svg │ │ │ │ ├── perm-identity.svg │ │ │ │ ├── perm-media.svg │ │ │ │ ├── perm-phone-msg.svg │ │ │ │ ├── perm-scan-wifi.svg │ │ │ │ ├── person-add.svg │ │ │ │ ├── person-outline.svg │ │ │ │ ├── person.svg │ │ │ │ ├── phone-android.svg │ │ │ │ ├── phone-bluetooth-speaker.svg │ │ │ │ ├── phone-forwarded.svg │ │ │ │ ├── phone-in-talk.svg │ │ │ │ ├── phone-iphone.svg │ │ │ │ ├── phone-locked.svg │ │ │ │ ├── phone-missed.svg │ │ │ │ ├── phone-paused.svg │ │ │ │ ├── phone.svg │ │ │ │ ├── phonelink-off.svg │ │ │ │ ├── phonelink.svg │ │ │ │ ├── photo-album.svg │ │ │ │ ├── photo-camera.svg │ │ │ │ ├── photo-library.svg │ │ │ │ ├── photo.svg │ │ │ │ ├── picture-in-picture.svg │ │ │ │ ├── pin-drop.svg │ │ │ │ ├── place.svg │ │ │ │ ├── play-arrow.svg │ │ │ │ ├── play-circle-fill.svg │ │ │ │ ├── play-circle-outline.svg │ │ │ │ ├── play-download.svg │ │ │ │ ├── play-install.svg │ │ │ │ ├── play-shopping-bag.svg │ │ │ │ ├── playlist-add.svg │ │ │ │ ├── plus-one.svg │ │ │ │ ├── poll.svg │ │ │ │ ├── polymer.svg │ │ │ │ ├── portable-wifi-off.svg │ │ │ │ ├── portrait.svg │ │ │ │ ├── print.svg │ │ │ │ ├── public.svg │ │ │ │ ├── publish.svg │ │ │ │ ├── query-builder.svg │ │ │ │ ├── question-answer.svg │ │ │ │ ├── queue-music.svg │ │ │ │ ├── queue.svg │ │ │ │ ├── quick-contacts-dialer.svg │ │ │ │ ├── quick-contacts-mail.svg │ │ │ │ ├── radio-button-off.svg │ │ │ │ ├── radio-button-on.svg │ │ │ │ ├── radio.svg │ │ │ │ ├── rate-review.svg │ │ │ │ ├── receipt.svg │ │ │ │ ├── recent-actors.svg │ │ │ │ ├── redeem.svg │ │ │ │ ├── redo.svg │ │ │ │ ├── refresh.svg │ │ │ │ ├── remove-circle-outline.svg │ │ │ │ ├── remove-circle.svg │ │ │ │ ├── remove-red-eye.svg │ │ │ │ ├── remove.svg │ │ │ │ ├── reorder.svg │ │ │ │ ├── repeat-one.svg │ │ │ │ ├── repeat.svg │ │ │ │ ├── replay.svg │ │ │ │ ├── reply-all.svg │ │ │ │ ├── reply.svg │ │ │ │ ├── report-problem.svg │ │ │ │ ├── report.svg │ │ │ │ ├── restaurant-menu.svg │ │ │ │ ├── restore.svg │ │ │ │ ├── ring-volume.svg │ │ │ │ ├── room.svg │ │ │ │ ├── rotate-left.svg │ │ │ │ ├── rotate-right.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── save.svg │ │ │ │ ├── schedule.svg │ │ │ │ ├── school.svg │ │ │ │ ├── screen-lock-landscape.svg │ │ │ │ ├── screen-lock-portrait.svg │ │ │ │ ├── screen-lock-rotation.svg │ │ │ │ ├── screen-rotation.svg │ │ │ │ ├── sd-card.svg │ │ │ │ ├── sd-storage.svg │ │ │ │ ├── search.svg │ │ │ │ ├── security.svg │ │ │ │ ├── select-all.svg │ │ │ │ ├── send.svg │ │ │ │ ├── settings-applications.svg │ │ │ │ ├── settings-backup-restore.svg │ │ │ │ ├── settings-bluetooth.svg │ │ │ │ ├── settings-cell.svg │ │ │ │ ├── settings-display.svg │ │ │ │ ├── settings-ethernet.svg │ │ │ │ ├── settings-input-antenna.svg │ │ │ │ ├── settings-input-component.svg │ │ │ │ ├── settings-input-composite.svg │ │ │ │ ├── settings-input-hdmi.svg │ │ │ │ ├── settings-input-svideo.svg │ │ │ │ ├── settings-overscan.svg │ │ │ │ ├── settings-phone.svg │ │ │ │ ├── settings-power.svg │ │ │ │ ├── settings-remote.svg │ │ │ │ ├── settings-system-daydream.svg │ │ │ │ ├── settings-voice.svg │ │ │ │ ├── settings.svg │ │ │ │ ├── share.svg │ │ │ │ ├── shop-two.svg │ │ │ │ ├── shop.svg │ │ │ │ ├── shopping-basket.svg │ │ │ │ ├── shopping-cart.svg │ │ │ │ ├── shuffle.svg │ │ │ │ ├── signal-cellular-0-bar.svg │ │ │ │ ├── signal-cellular-1-bar.svg │ │ │ │ ├── signal-cellular-2-bar.svg │ │ │ │ ├── signal-cellular-3-bar.svg │ │ │ │ ├── signal-cellular-4-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-0-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-1-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-2-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-3-bar.svg │ │ │ │ ├── signal-cellular-connected-no-internet-4-bar.svg │ │ │ │ ├── signal-cellular-no-sim.svg │ │ │ │ ├── signal-cellular-null.svg │ │ │ │ ├── signal-cellular-off.svg │ │ │ │ ├── signal-wifi-0-bar.svg │ │ │ │ ├── signal-wifi-1-bar.svg │ │ │ │ ├── signal-wifi-2-bar.svg │ │ │ │ ├── signal-wifi-3-bar.svg │ │ │ │ ├── signal-wifi-4-bar.svg │ │ │ │ ├── signal-wifi-off.svg │ │ │ │ ├── sim-card-alert.svg │ │ │ │ ├── sim-card.svg │ │ │ │ ├── skip-next.svg │ │ │ │ ├── skip-previous.svg │ │ │ │ ├── slideshow.svg │ │ │ │ ├── smartphone.svg │ │ │ │ ├── sms-failed.svg │ │ │ │ ├── sms.svg │ │ │ │ ├── snooze.svg │ │ │ │ ├── sort.svg │ │ │ │ ├── speaker-notes.svg │ │ │ │ ├── speaker.svg │ │ │ │ ├── spellcheck.svg │ │ │ │ ├── star-half.svg │ │ │ │ ├── star-outline.svg │ │ │ │ ├── star-rate.svg │ │ │ │ ├── star.svg │ │ │ │ ├── stars.svg │ │ │ │ ├── stay-current-landscape.svg │ │ │ │ ├── stay-current-portrait.svg │ │ │ │ ├── stay-primary-landscape.svg │ │ │ │ ├── stay-primary-portrait.svg │ │ │ │ ├── stop.svg │ │ │ │ ├── storage.svg │ │ │ │ ├── store-mall-directory.svg │ │ │ │ ├── store.svg │ │ │ │ ├── straighten.svg │ │ │ │ ├── style.svg │ │ │ │ ├── subject.svg │ │ │ │ ├── subtitles.svg │ │ │ │ ├── supervisor-account.svg │ │ │ │ ├── surround-sound.svg │ │ │ │ ├── swap-calls.svg │ │ │ │ ├── swap-horiz.svg │ │ │ │ ├── swap-vert-circle.svg │ │ │ │ ├── swap-vert.svg │ │ │ │ ├── switch-camera.svg │ │ │ │ ├── switch-video.svg │ │ │ │ ├── sync-disabled.svg │ │ │ │ ├── sync-problem.svg │ │ │ │ ├── sync.svg │ │ │ │ ├── system-update-tv.svg │ │ │ │ ├── system-update.svg │ │ │ │ ├── tab-unselected.svg │ │ │ │ ├── tab.svg │ │ │ │ ├── tablet-android.svg │ │ │ │ ├── tablet-mac.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── tag-faces.svg │ │ │ │ ├── tap-and-play.svg │ │ │ │ ├── terrain.svg │ │ │ │ ├── text-format.svg │ │ │ │ ├── textsms.svg │ │ │ │ ├── texture.svg │ │ │ │ ├── theaters.svg │ │ │ │ ├── thumb-down.svg │ │ │ │ ├── thumb-up.svg │ │ │ │ ├── thumbs-up-down.svg │ │ │ │ ├── time-to-leave.svg │ │ │ │ ├── timelapse.svg │ │ │ │ ├── timer-10.svg │ │ │ │ ├── timer-3.svg │ │ │ │ ├── timer-auto.svg │ │ │ │ ├── timer-off.svg │ │ │ │ ├── timer.svg │ │ │ │ ├── toc.svg │ │ │ │ ├── today.svg │ │ │ │ ├── tonality.svg │ │ │ │ ├── track-changes.svg │ │ │ │ ├── traffic.svg │ │ │ │ ├── transform.svg │ │ │ │ ├── translate.svg │ │ │ │ ├── trending-down.svg │ │ │ │ ├── trending-neutral.svg │ │ │ │ ├── trending-up.svg │ │ │ │ ├── tune.svg │ │ │ │ ├── turned-in-not.svg │ │ │ │ ├── turned-in.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── undo.svg │ │ │ │ ├── unfold-less.svg │ │ │ │ ├── unfold-more.svg │ │ │ │ ├── usb.svg │ │ │ │ ├── verified-user.svg │ │ │ │ ├── vertical-align-bottom.svg │ │ │ │ ├── vertical-align-center.svg │ │ │ │ ├── vertical-align-top.svg │ │ │ │ ├── vibration.svg │ │ │ │ ├── video-collection.svg │ │ │ │ ├── videocam-off.svg │ │ │ │ ├── videocam.svg │ │ │ │ ├── view-agenda.svg │ │ │ │ ├── view-array.svg │ │ │ │ ├── view-carousel.svg │ │ │ │ ├── view-column.svg │ │ │ │ ├── view-day.svg │ │ │ │ ├── view-headline.svg │ │ │ │ ├── view-list.svg │ │ │ │ ├── view-module.svg │ │ │ │ ├── view-quilt.svg │ │ │ │ ├── view-stream.svg │ │ │ │ ├── view-week.svg │ │ │ │ ├── visibility-off.svg │ │ │ │ ├── visibility.svg │ │ │ │ ├── voice-chat.svg │ │ │ │ ├── voicemail.svg │ │ │ │ ├── volume-down.svg │ │ │ │ ├── volume-mute.svg │ │ │ │ ├── volume-off.svg │ │ │ │ ├── volume-up.svg │ │ │ │ ├── vpn-key.svg │ │ │ │ ├── vpn-lock.svg │ │ │ │ ├── wallet-giftcard.svg │ │ │ │ ├── wallet-membership.svg │ │ │ │ ├── wallet-travel.svg │ │ │ │ ├── warning.svg │ │ │ │ ├── watch.svg │ │ │ │ ├── wb-auto.svg │ │ │ │ ├── wb-cloudy.svg │ │ │ │ ├── wb-incandescent.svg │ │ │ │ ├── wb-irradescent.svg │ │ │ │ ├── wb-sunny.svg │ │ │ │ ├── web.svg │ │ │ │ ├── whatshot.svg │ │ │ │ ├── wifi-lock.svg │ │ │ │ ├── wifi-tethering.svg │ │ │ │ ├── work.svg │ │ │ │ └── wrap-text.svg │ │ ├── sass-less.png │ │ └── sf │ │ │ ├── address-book-alt.svg │ │ │ ├── address-book.svg │ │ │ ├── bag.svg │ │ │ ├── basket.svg │ │ │ ├── beer.svg │ │ │ ├── bell.svg │ │ │ ├── bitcoin.svg │ │ │ ├── book-bookmark.svg │ │ │ ├── book.svg │ │ │ ├── box-full.svg │ │ │ ├── box-in.svg │ │ │ ├── box-out.svg │ │ │ ├── box.svg │ │ │ ├── brick-alt.svg │ │ │ ├── brick.svg │ │ │ ├── bubble.svg │ │ │ ├── bubbles-alt.svg │ │ │ ├── bubbles.svg │ │ │ ├── building.svg │ │ │ ├── bullhorn.svg │ │ │ ├── calculator.svg │ │ │ ├── calendar-clock.svg │ │ │ ├── calendar.svg │ │ │ ├── carton.svg │ │ │ ├── cat.svg │ │ │ ├── clock.svg │ │ │ ├── cloud-down.svg │ │ │ ├── cloud-sync.svg │ │ │ ├── cloud-up.svg │ │ │ ├── cloud.svg │ │ │ ├── cog.svg │ │ │ ├── cogs.svg │ │ │ ├── compass.svg │ │ │ ├── cone.svg │ │ │ ├── dashboard-alt.svg │ │ │ ├── dashboard.svg │ │ │ ├── database.svg │ │ │ ├── device-camera.svg │ │ │ ├── device-computer.svg │ │ │ ├── device-drive.svg │ │ │ ├── device-laptop.svg │ │ │ ├── device-mobile-phone.svg │ │ │ ├── device-tablet.svg │ │ │ ├── device-tv.svg │ │ │ ├── disc-vinyl.svg │ │ │ ├── disc.svg │ │ │ ├── drop.svg │ │ │ ├── envelope-letter.svg │ │ │ ├── envelope.svg │ │ │ ├── file-bookmark.svg │ │ │ ├── file-code.svg │ │ │ ├── file-empty.svg │ │ │ ├── file-excel.svg │ │ │ ├── file-exe.svg │ │ │ ├── file-font.svg │ │ │ ├── file-illustrator.svg │ │ │ ├── file-indesign.svg │ │ │ ├── file-link.svg │ │ │ ├── file-note.svg │ │ │ ├── file-pdf.svg │ │ │ ├── file-photoshop.svg │ │ │ ├── file-picture.svg │ │ │ ├── file-powerpoint.svg │ │ │ ├── file-premiere.svg │ │ │ ├── file-sound.svg │ │ │ ├── file-text.svg │ │ │ ├── file-video.svg │ │ │ ├── file-word.svg │ │ │ ├── file-zip.svg │ │ │ ├── flag-alt.svg │ │ │ ├── flag.svg │ │ │ ├── flask.svg │ │ │ ├── floppy.svg │ │ │ ├── flower.svg │ │ │ ├── folder-document.svg │ │ │ ├── folder-house.svg │ │ │ ├── folder-music.svg │ │ │ ├── folder-picture.svg │ │ │ ├── folder-video.svg │ │ │ ├── folder.svg │ │ │ ├── funnel.svg │ │ │ ├── gamepad.svg │ │ │ ├── gift.svg │ │ │ ├── globe.svg │ │ │ ├── handshake.svg │ │ │ ├── headphone.svg │ │ │ ├── heart.svg │ │ │ ├── house.svg │ │ │ ├── institution.svg │ │ │ ├── key.svg │ │ │ ├── keyring.svg │ │ │ ├── layers.svg │ │ │ ├── life-buoy.svg │ │ │ ├── light-bulb.svg │ │ │ ├── lightning.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── magnify-less.svg │ │ │ ├── magnify.svg │ │ │ ├── map-map-marker.svg │ │ │ ├── map-marker.svg │ │ │ ├── map.svg │ │ │ ├── microphone.svg │ │ │ ├── mixer.svg │ │ │ ├── money.svg │ │ │ ├── monitor.svg │ │ │ ├── news.svg │ │ │ ├── notepad.svg │ │ │ ├── paper-plane.svg │ │ │ ├── paperclip.svg │ │ │ ├── pencil.svg │ │ │ ├── phone.svg │ │ │ ├── pin.svg │ │ │ ├── post-it.svg │ │ │ ├── profile-group.svg │ │ │ ├── profile.svg │ │ │ ├── puzzle.svg │ │ │ ├── radio.svg │ │ │ ├── rss.svg │ │ │ ├── safe.svg │ │ │ ├── search.svg │ │ │ ├── shield-error.svg │ │ │ ├── shield-ok.svg │ │ │ ├── shield-warning.svg │ │ │ ├── shield.svg │ │ │ ├── shop.svg │ │ │ ├── sign-add.svg │ │ │ ├── sign-ban.svg │ │ │ ├── sign-check.svg │ │ │ ├── sign-delete.svg │ │ │ ├── sign-down.svg │ │ │ ├── sign-error.svg │ │ │ ├── sign-info.svg │ │ │ ├── sign-left.svg │ │ │ ├── sign-question.svg │ │ │ ├── sign-right.svg │ │ │ ├── sign-sync.svg │ │ │ ├── sign-up.svg │ │ │ ├── sign-warning.svg │ │ │ ├── skull.svg │ │ │ ├── snow-flake.svg │ │ │ ├── social-facebook.svg │ │ │ ├── social-google-plus.svg │ │ │ ├── social-twitter.svg │ │ │ ├── social-youtube.svg │ │ │ ├── stamp.svg │ │ │ ├── star-alt.svg │ │ │ ├── star.svg │ │ │ ├── sun.svg │ │ │ ├── switch-off.svg │ │ │ ├── switch-on.svg │ │ │ ├── tag-alt.svg │ │ │ ├── tag.svg │ │ │ ├── terminal.svg │ │ │ ├── thumb-up.svg │ │ │ ├── trashcan-full.svg │ │ │ ├── trashcan.svg │ │ │ ├── user-female-alt.svg │ │ │ ├── user-female.svg │ │ │ ├── user-id.svg │ │ │ ├── user-male-alt.svg │ │ │ ├── user-male.svg │ │ │ ├── webcam.svg │ │ │ ├── window-layout.svg │ │ │ ├── window-system.svg │ │ │ ├── window.svg │ │ │ ├── wine.svg │ │ │ ├── wrench-screwdriver.svg │ │ │ └── wrench.svg │ └── js │ │ ├── bootstrap.min.js │ │ ├── clearmin.min.js │ │ ├── demo │ │ ├── dashboard.js │ │ ├── home.js │ │ ├── notepad.js │ │ └── popovers-tooltips.js │ │ ├── fastclick.min.js │ │ ├── jquery.cookie.min.js │ │ ├── jquery.mousewheel.min.js │ │ ├── lib │ │ ├── c3.min.js │ │ ├── d3.min.js │ │ ├── jquery-2.1.3.min.js │ │ └── jquery.min.js │ │ └── summernote.min.js ├── css │ ├── animate.min.css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ ├── bootstrap-theme.min.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap.min.css.map │ ├── font-awesome.min.css │ ├── login.min.css │ ├── login_manager.css │ ├── reset.css │ ├── reset_css.css │ ├── style.css │ ├── style.min.css │ └── style2.css ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ ├── glyphicons-halflings-regular.woff2 │ ├── glyphicons │ │ ├── flat-ui-pro-icons-regular.eot │ │ ├── flat-ui-pro-icons-regular.svg │ │ ├── flat-ui-pro-icons-regular.ttf │ │ ├── flat-ui-pro-icons-regular.woff │ │ └── selection.json │ ├── lato │ │ ├── lato-black.eot │ │ ├── lato-black.svg │ │ ├── lato-black.ttf │ │ ├── lato-black.woff │ │ ├── lato-bold.eot │ │ ├── lato-bold.svg │ │ ├── lato-bold.ttf │ │ ├── lato-bold.woff │ │ ├── lato-bolditalic.eot │ │ ├── lato-bolditalic.svg │ │ ├── lato-bolditalic.ttf │ │ ├── lato-bolditalic.woff │ │ ├── lato-italic.eot │ │ ├── lato-italic.svg │ │ ├── lato-italic.ttf │ │ ├── lato-italic.woff │ │ ├── lato-light.eot │ │ ├── lato-light.svg │ │ ├── lato-light.ttf │ │ ├── lato-light.woff │ │ ├── lato-regular.eot │ │ ├── lato-regular.svg │ │ ├── lato-regular.ttf │ │ └── lato-regular.woff │ └── themify.woff ├── images │ ├── bg11.png │ ├── bg4.jpg │ ├── big2.jpg │ ├── border.png │ ├── btn.png │ ├── circle.png │ ├── dots.png │ ├── down.png │ ├── end.png │ ├── gold.png │ ├── head01.png │ ├── head02.png │ ├── head03.png │ ├── icon01.png │ ├── icons │ │ ├── cancel.png │ │ ├── edit_add.png │ │ ├── edit_remove.png │ │ ├── ok.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ └── pencil.png │ ├── input.png │ ├── jfb.png │ ├── jp.png │ ├── lborder.png │ ├── line.png │ ├── list.png │ ├── login1.jpg │ ├── login2.jpg │ ├── login_manager │ │ ├── 980.jpg │ │ ├── login_mana.jpg │ │ ├── name.png │ │ └── password.png │ ├── logo.jpg │ ├── logo.png │ ├── logo_bak.png │ ├── mainborder.png │ ├── mainborder2.png │ ├── nav_1.png │ ├── nav_11.png │ ├── nav_2-1.png │ ├── nav_2.png │ ├── nav_22.png │ ├── nav_3-1.png │ ├── nav_3.png │ ├── nav_33.png │ ├── nav_4-1.png │ ├── nav_4.png │ ├── nav_44.png │ ├── nav_5-1.png │ ├── nav_5.png │ ├── nav_55.png │ ├── nav_6-1.png │ ├── nav_6.png │ ├── nav_66.png │ ├── process.jpg │ ├── pwd.png │ ├── rborder.png │ ├── sborder.png │ ├── search.png │ ├── searchicon.png │ ├── sline.png │ ├── sszk.png │ ├── team.png │ ├── topbag.png │ ├── topbg.png │ ├── topbgg.png │ ├── up.png │ ├── user.png │ ├── zhand.png │ └── znanborder.png └── js │ ├── app.js │ ├── app_show.js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── jquery.min.js │ └── npm.js ├── tasks.py ├── templates ├── 404.html ├── 500.html ├── K_index.html ├── T_Login_log.html ├── T_Operation_log.html ├── T_SysConfig.html ├── T_add_Team.html ├── T_add_game.html ├── T_add_notice.html ├── T_add_vulhub.html ├── T_admin_base.html ├── T_admin_index.html ├── T_edit_flag.html ├── T_edit_notice.html ├── T_edit_team.html ├── T_edit_vulhub.html ├── T_flag_manage.html ├── T_game_manager.html ├── T_notice_manage.html ├── T_show_team.html ├── T_team_manage.html ├── T_vulhub_manage.html ├── index_show.html ├── login.html └── login_manager.html └── test.py /docs/凡渡_AWD攻防对抗平台.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/docs/凡渡_AWD攻防对抗平台.pptx -------------------------------------------------------------------------------- /exts.py: -------------------------------------------------------------------------------- 1 | from flask_sqlalchemy import SQLAlchemy 2 | 3 | # 专门存放db,防止循环引用问题的出现 4 | 5 | db = SQLAlchemy() -------------------------------------------------------------------------------- /mysql/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM mysql:5.7 2 | COPY ./init/init.sql /docker-entrypoint-initdb.d -------------------------------------------------------------------------------- /static/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /static/assets/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/assets/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/assets/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/assets/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/assets/fonts/roboto-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-italic.woff -------------------------------------------------------------------------------- /static/assets/fonts/roboto-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-italic.woff2 -------------------------------------------------------------------------------- /static/assets/fonts/roboto-light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-light.woff -------------------------------------------------------------------------------- /static/assets/fonts/roboto-light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-light.woff2 -------------------------------------------------------------------------------- /static/assets/fonts/roboto-medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-medium.woff -------------------------------------------------------------------------------- /static/assets/fonts/roboto-medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-medium.woff2 -------------------------------------------------------------------------------- /static/assets/fonts/roboto-mediumitalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-mediumitalic.woff -------------------------------------------------------------------------------- /static/assets/fonts/roboto-mediumitalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-mediumitalic.woff2 -------------------------------------------------------------------------------- /static/assets/fonts/roboto-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-regular.woff -------------------------------------------------------------------------------- /static/assets/fonts/roboto-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/fonts/roboto-regular.woff2 -------------------------------------------------------------------------------- /static/assets/img/components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/img/components.png -------------------------------------------------------------------------------- /static/assets/img/devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/img/devices.png -------------------------------------------------------------------------------- /static/assets/img/md/dark/accessibility.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/account-balance.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/add-box.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/add-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/add.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/announcement.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/arrow-back.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/arrow-drop-down-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/arrow-drop-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/arrow-drop-up.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/arrow-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/assessment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/assistant-photo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/audiotrack.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/book.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/bookmark-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/border-all.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/border-outer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/brightness-1.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/call-made.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/call-merge.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/call-missed.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/call-received.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/call-split.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/chat.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/check-box-outline-blank.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/check-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/check.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/chevron-left.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/chevron-right.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/class.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/clear-all.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/clear.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/close.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/comment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/compare.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/computer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/credit-card.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-16-9.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-3-2.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-5-4.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-7-5.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-din.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop-square.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/crop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/dashboard.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/dehaze.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/delete.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/desktop-mac.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/desktop-windows.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/details.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/dock.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/done.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/email.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/equalizer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/error.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/expand-less.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/expand-more.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/explicit.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/exposure-minus-1.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/exposure-plus-1.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/fast-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/fast-rewind.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/file-download.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/file-upload.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/filter-b-and-w.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/filter-hdr.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/filter-list.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/flag.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/flash-auto.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/flash-off.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/flash-on.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/folder-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-align-center.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-align-justify.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-align-left.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-align-right.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-indent-decrease.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-indent-increase.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-italic.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-line-spacing.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-quote.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-size.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-strikethrough.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-textdirection-l-to-r.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-textdirection-r-to-l.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/format-underline.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/forum.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/forward.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/fullscreen-exit.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/fullscreen.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/functions.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/gamepad.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/games.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/get-app.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/grade.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/home.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/hotel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/image.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/import-export.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/info.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/insert-chart.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/insert-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/insert-drive-file.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/insert-photo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-backspace.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-capslock.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-return.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/keyboard-tab.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/laptop-chromebook.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/laptop-windows.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/laptop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/layers.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/lens.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/list.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-airport.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-cafe.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-convenience-store.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-hospital.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-hotel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-parking.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-pharmacy.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/local-post-office.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/looks-4.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/looks-one.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/mail.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/markunread-mailbox.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/markunread.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/menu.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/merge-type.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/message.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/messenger.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/mms.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/mode-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/mouse.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/movie-creation.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/movie.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/multitrack-audio.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/nature.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/navigate-before.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/navigate-next.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/navigation.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/network-cell.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/now-widgets.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/open-with.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/panorama.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/pause-circle-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/pause.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/payment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/perm-scan-wifi.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/person.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/photo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/play-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/play-circle-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/playlist-add.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/plus-one.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/poll.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/polymer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/publish.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/remove-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/remove.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/reorder.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/repeat-one.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/repeat.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/replay.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/reply-all.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/reply.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/report-problem.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/school.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/sd-card.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/sd-storage.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/security.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/send.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/settings-input-hdmi.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/shop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-0-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-1-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-2-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-3-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-4-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-connected-no-internet-0-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-connected-no-internet-4-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-null.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-cellular-off.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-wifi-0-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/signal-wifi-4-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/sim-card-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/skip-next.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/skip-previous.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/slideshow.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/smartphone.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/sms-failed.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/sms.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/sort.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/star-rate.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/star.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/stay-current-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/stay-current-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/stay-primary-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/stay-primary-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/storage.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/store-mall-directory.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/store.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/straighten.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/subject.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/swap-horiz.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/swap-vert.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/tab.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/tablet.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/terrain.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/text-format.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/textsms.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/timer-auto.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/toc.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/transform.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/trending-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/trending-neutral.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/trending-up.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/tune.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/turned-in-not.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/turned-in.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/tv.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/unfold-more.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/verified-user.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/vertical-align-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/vertical-align-center.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/vertical-align-top.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/videocam.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-array.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-carousel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-column.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-day.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-headline.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-list.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-module.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-quilt.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/view-stream.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/voice-chat.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/volume-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/volume-mute.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/warning.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/web.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/dark/wrap-text.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/accessibility.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/account-balance.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/add-box.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/add-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/add.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/announcement.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/arrow-back.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/arrow-drop-down-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/arrow-drop-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/arrow-drop-up.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/arrow-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/assessment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/assistant-photo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/audiotrack.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/book.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/bookmark-outline.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/border-all.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/border-outer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/brightness-1.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/call-made.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/call-merge.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/call-missed.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/call-received.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/call-split.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/chat.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/check-box-outline-blank.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/check-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/check.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/chevron-left.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/chevron-right.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/class.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/clear-all.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/clear.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/close.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/comment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/compare.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/computer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/credit-card.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-16-9.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-3-2.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-5-4.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-7-5.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-din.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop-square.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/crop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/dashboard.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/dehaze.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/delete.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/desktop-mac.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/desktop-windows.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/details.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/dock.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/done.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/email.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/equalizer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/error.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/expand-less.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/expand-more.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/explicit.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/exposure-minus-1.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/exposure-plus-1.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/fast-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/fast-rewind.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/file-download.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/file-upload.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/filter-b-and-w.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/filter-hdr.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/filter-list.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/flag.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/flash-auto.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/flash-off.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/flash-on.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/folder-open.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-align-center.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-align-justify.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-align-left.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-align-right.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-indent-decrease.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-indent-increase.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-italic.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-line-spacing.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-quote.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-size.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-strikethrough.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-textdirection-l-to-r.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-textdirection-r-to-l.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/format-underline.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/forum.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/forward.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/fullscreen-exit.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/fullscreen.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/functions.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/gamepad.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/games.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/get-app.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/grade.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/home.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/hotel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/image.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/import-export.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/info.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/insert-chart.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/insert-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/insert-drive-file.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/insert-photo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-backspace.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-capslock.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-return.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/keyboard-tab.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/laptop-chromebook.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/laptop-windows.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/laptop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/layers.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/lens.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/list.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-airport.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-cafe.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-convenience-store.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-hospital.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-hotel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-parking.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-pharmacy.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/local-post-office.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/looks-4.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/looks-one.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/mail.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/markunread-mailbox.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/markunread.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/menu.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/merge-type.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/message.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/messenger.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/mms.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/mode-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/mouse.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/movie-creation.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/movie.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/multitrack-audio.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/nature.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/navigate-before.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/navigate-next.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/navigation.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/network-cell.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/now-widgets.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/open-with.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/panorama.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/pause-circle-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/pause.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/payment.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/perm-scan-wifi.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/person.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/photo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/play-arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/play-circle-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/playlist-add.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/plus-one.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/poll.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/polymer.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/publish.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/remove-circle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/remove.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/reorder.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/repeat-one.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/repeat.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/replay.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/reply-all.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/reply.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/report-problem.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/school.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/sd-card.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/sd-storage.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/security.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/send.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/settings-input-hdmi.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/shop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-0-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-1-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-2-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-3-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-4-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-connected-no-internet-0-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-connected-no-internet-4-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-null.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-cellular-off.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-wifi-0-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/signal-wifi-4-bar.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/sim-card-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/skip-next.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/skip-previous.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/slideshow.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/smartphone.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/sms-failed.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/sms.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/sort.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/star-rate.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/star.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/stay-current-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/stay-current-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/stay-primary-landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/stay-primary-portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/storage.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/store-mall-directory.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/store.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/straighten.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/subject.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/swap-horiz.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/swap-vert.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/tab.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/tablet.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/terrain.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/text-format.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/textsms.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/timer-auto.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/toc.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/transform.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/trending-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/trending-neutral.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/trending-up.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/tune.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/turned-in-not.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/turned-in.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/tv.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/unfold-more.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/verified-user.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/vertical-align-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/vertical-align-center.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/vertical-align-top.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/videocam.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-array.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-carousel.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-column.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-day.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-headline.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-list.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-module.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-quilt.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/view-stream.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/voice-chat.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/volume-down.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/volume-mute.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/warning.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/md/light/web.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/assets/img/sass-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/assets/img/sass-less.png -------------------------------------------------------------------------------- /static/assets/js/demo/popovers-tooltips.js: -------------------------------------------------------------------------------- 1 | $(function(){ 2 | 3 | 4 | 5 | $('.tooltip-test').tooltip(); 6 | $('.popover-test').popover(); 7 | 8 | 9 | }); 10 | -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/fonts/glyphicons/flat-ui-pro-icons-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons/flat-ui-pro-icons-regular.eot -------------------------------------------------------------------------------- /static/fonts/glyphicons/flat-ui-pro-icons-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons/flat-ui-pro-icons-regular.ttf -------------------------------------------------------------------------------- /static/fonts/glyphicons/flat-ui-pro-icons-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/glyphicons/flat-ui-pro-icons-regular.woff -------------------------------------------------------------------------------- /static/fonts/lato/lato-black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-black.eot -------------------------------------------------------------------------------- /static/fonts/lato/lato-black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-black.ttf -------------------------------------------------------------------------------- /static/fonts/lato/lato-black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-black.woff -------------------------------------------------------------------------------- /static/fonts/lato/lato-bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-bold.eot -------------------------------------------------------------------------------- /static/fonts/lato/lato-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-bold.ttf -------------------------------------------------------------------------------- /static/fonts/lato/lato-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-bold.woff -------------------------------------------------------------------------------- /static/fonts/lato/lato-bolditalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-bolditalic.eot -------------------------------------------------------------------------------- /static/fonts/lato/lato-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-bolditalic.ttf -------------------------------------------------------------------------------- /static/fonts/lato/lato-bolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-bolditalic.woff -------------------------------------------------------------------------------- /static/fonts/lato/lato-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-italic.eot -------------------------------------------------------------------------------- /static/fonts/lato/lato-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-italic.ttf -------------------------------------------------------------------------------- /static/fonts/lato/lato-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-italic.woff -------------------------------------------------------------------------------- /static/fonts/lato/lato-light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-light.eot -------------------------------------------------------------------------------- /static/fonts/lato/lato-light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-light.ttf -------------------------------------------------------------------------------- /static/fonts/lato/lato-light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-light.woff -------------------------------------------------------------------------------- /static/fonts/lato/lato-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-regular.eot -------------------------------------------------------------------------------- /static/fonts/lato/lato-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-regular.ttf -------------------------------------------------------------------------------- /static/fonts/lato/lato-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/lato/lato-regular.woff -------------------------------------------------------------------------------- /static/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/fonts/themify.woff -------------------------------------------------------------------------------- /static/images/bg11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/bg11.png -------------------------------------------------------------------------------- /static/images/bg4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/bg4.jpg -------------------------------------------------------------------------------- /static/images/big2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/big2.jpg -------------------------------------------------------------------------------- /static/images/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/border.png -------------------------------------------------------------------------------- /static/images/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/btn.png -------------------------------------------------------------------------------- /static/images/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/circle.png -------------------------------------------------------------------------------- /static/images/dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/dots.png -------------------------------------------------------------------------------- /static/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/down.png -------------------------------------------------------------------------------- /static/images/end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/end.png -------------------------------------------------------------------------------- /static/images/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/gold.png -------------------------------------------------------------------------------- /static/images/head01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/head01.png -------------------------------------------------------------------------------- /static/images/head02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/head02.png -------------------------------------------------------------------------------- /static/images/head03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/head03.png -------------------------------------------------------------------------------- /static/images/icon01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icon01.png -------------------------------------------------------------------------------- /static/images/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/cancel.png -------------------------------------------------------------------------------- /static/images/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/edit_add.png -------------------------------------------------------------------------------- /static/images/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/edit_remove.png -------------------------------------------------------------------------------- /static/images/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/ok.png -------------------------------------------------------------------------------- /static/images/icons/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/pagination_icons.png -------------------------------------------------------------------------------- /static/images/icons/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/panel_tools.png -------------------------------------------------------------------------------- /static/images/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/icons/pencil.png -------------------------------------------------------------------------------- /static/images/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/input.png -------------------------------------------------------------------------------- /static/images/jfb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/jfb.png -------------------------------------------------------------------------------- /static/images/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/jp.png -------------------------------------------------------------------------------- /static/images/lborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/lborder.png -------------------------------------------------------------------------------- /static/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/line.png -------------------------------------------------------------------------------- /static/images/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/list.png -------------------------------------------------------------------------------- /static/images/login1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/login1.jpg -------------------------------------------------------------------------------- /static/images/login2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/login2.jpg -------------------------------------------------------------------------------- /static/images/login_manager/980.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/login_manager/980.jpg -------------------------------------------------------------------------------- /static/images/login_manager/login_mana.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/login_manager/login_mana.jpg -------------------------------------------------------------------------------- /static/images/login_manager/name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/login_manager/name.png -------------------------------------------------------------------------------- /static/images/login_manager/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/login_manager/password.png -------------------------------------------------------------------------------- /static/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/logo.jpg -------------------------------------------------------------------------------- /static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/logo.png -------------------------------------------------------------------------------- /static/images/logo_bak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/logo_bak.png -------------------------------------------------------------------------------- /static/images/mainborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/mainborder.png -------------------------------------------------------------------------------- /static/images/mainborder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/mainborder2.png -------------------------------------------------------------------------------- /static/images/nav_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_1.png -------------------------------------------------------------------------------- /static/images/nav_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_11.png -------------------------------------------------------------------------------- /static/images/nav_2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_2-1.png -------------------------------------------------------------------------------- /static/images/nav_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_2.png -------------------------------------------------------------------------------- /static/images/nav_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_22.png -------------------------------------------------------------------------------- /static/images/nav_3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_3-1.png -------------------------------------------------------------------------------- /static/images/nav_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_3.png -------------------------------------------------------------------------------- /static/images/nav_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_33.png -------------------------------------------------------------------------------- /static/images/nav_4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_4-1.png -------------------------------------------------------------------------------- /static/images/nav_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_4.png -------------------------------------------------------------------------------- /static/images/nav_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_44.png -------------------------------------------------------------------------------- /static/images/nav_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_5-1.png -------------------------------------------------------------------------------- /static/images/nav_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_5.png -------------------------------------------------------------------------------- /static/images/nav_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_55.png -------------------------------------------------------------------------------- /static/images/nav_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_6-1.png -------------------------------------------------------------------------------- /static/images/nav_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_6.png -------------------------------------------------------------------------------- /static/images/nav_66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/nav_66.png -------------------------------------------------------------------------------- /static/images/process.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/process.jpg -------------------------------------------------------------------------------- /static/images/pwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/pwd.png -------------------------------------------------------------------------------- /static/images/rborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/rborder.png -------------------------------------------------------------------------------- /static/images/sborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/sborder.png -------------------------------------------------------------------------------- /static/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/search.png -------------------------------------------------------------------------------- /static/images/searchicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/searchicon.png -------------------------------------------------------------------------------- /static/images/sline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/sline.png -------------------------------------------------------------------------------- /static/images/sszk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/sszk.png -------------------------------------------------------------------------------- /static/images/team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/team.png -------------------------------------------------------------------------------- /static/images/topbag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/topbag.png -------------------------------------------------------------------------------- /static/images/topbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/topbg.png -------------------------------------------------------------------------------- /static/images/topbgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/topbgg.png -------------------------------------------------------------------------------- /static/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/up.png -------------------------------------------------------------------------------- /static/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/user.png -------------------------------------------------------------------------------- /static/images/zhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/zhand.png -------------------------------------------------------------------------------- /static/images/znanborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cl0udG0d/testAWD/ee659683ab4740181b7e2e381ce7e13021b2d75c/static/images/znanborder.png -------------------------------------------------------------------------------- /templates/T_admin_index.html: -------------------------------------------------------------------------------- 1 | {% extends 'T_admin_base.html' %} 2 | --------------------------------------------------------------------------------