├── .gitignore ├── Color_Palettes ├── Material.clr ├── Morandi.clr ├── Morandi_color_palettes.png ├── Popular 2017.clr ├── TW_color_palettes.png ├── ThoughtWorks-New.clr ├── ThoughtWorks-Old.clr └── color_palettes_script ├── Font ├── bitter │ └── Bitter-Bold(标题).ttf ├── install_font_on_mac.py ├── inter │ ├── Inter-Bold.ttf │ ├── Inter-Regular.ttf │ └── Inter-SemiBold.ttf ├── noto │ ├── NotoSansSC-Bold.otf │ ├── NotoSansSC-Regular.otf │ └── NotoSerifSC-Black.otf ├── open-sans │ ├── OpenSans-Bold.ttf │ ├── OpenSans-BoldItalic.ttf │ ├── OpenSans-ExtraBold.ttf │ ├── OpenSans-ExtraBoldItalic.ttf │ ├── OpenSans-Italic.ttf │ ├── OpenSans-Light.ttf │ ├── OpenSans-LightItalic.ttf │ ├── OpenSans-Regular.ttf │ ├── OpenSans-Semibold.ttf │ └── OpenSans-SemiboldItalic.ttf └── yahei │ ├── chinese.msyh.ttf │ └── microsoft-yahei-bold.ttf ├── README.md ├── Resource ├── Glyph_Icons │ ├── Caution WIP.png │ ├── Development-RampDown.png │ ├── Developmng-MixedMode.png │ ├── Lightbulb.png │ ├── MVP.png │ ├── MyTW_TechOps_icon_CanIDoThat.png │ ├── MyTW_TechOps_icon_MakeItLookGood.png │ ├── MyTW_TechOps_icon_ViewOpinion.png │ ├── Soda Bottle.png │ ├── airplane.png │ ├── alarm-bell.png │ ├── arrow.png │ ├── award.png │ ├── badge-2.png │ ├── badge.png │ ├── bookmark.png │ ├── broadcast.png │ ├── bug.png │ ├── business.png │ ├── busy.png │ ├── butterfly.png │ ├── camera.png │ ├── check-box.png │ ├── cloud.png │ ├── cycle.png │ ├── data-1.png │ ├── data-2.png │ ├── date-2.png │ ├── date.png │ ├── design thinking.png │ ├── design thinking_blue.png │ ├── design thinking_green.png │ ├── detailed house.png │ ├── discover-1.png │ ├── discover.png │ ├── discover.psd │ ├── document-2.png │ ├── document.png │ ├── ebook-2.png │ ├── ebook.png │ ├── edit.png │ ├── education.png │ ├── email.png │ ├── facebook-gray.png │ ├── facebook-white.png │ ├── fast-forward.png │ ├── fast.png │ ├── fire.png │ ├── folder.png │ ├── gift.png │ ├── glyph-$.png │ ├── glyph-1-black.png │ ├── glyph-1-blue.png │ ├── glyph-1-brown.png │ ├── glyph-1-cream.png │ ├── glyph-1-gray.png │ ├── glyph-1-green.png │ ├── glyph-1-lime.png │ ├── glyph-1-magenta.png │ ├── glyph-1-mint.png │ ├── glyph-1-orange.png │ ├── glyph-1-peach.png │ ├── glyph-1-pink.png │ ├── glyph-1-purple.png │ ├── glyph-1-red.png │ ├── glyph-1-sky.png │ ├── glyph-1-tan.png │ ├── glyph-1-teal.png │ ├── glyph-1-yellow.png │ ├── glyph-10-black.png │ ├── glyph-10-blue.png │ ├── glyph-10-brown.png │ ├── glyph-10-cream.png │ ├── glyph-10-gray.png │ ├── glyph-10-green.png │ ├── glyph-10-lime.png │ ├── glyph-10-magenta.png │ ├── glyph-10-mint.png │ ├── glyph-10-orange.png │ ├── glyph-10-peach.png │ ├── glyph-10-pink.png │ ├── glyph-10-purple.png │ ├── glyph-10-red.png │ ├── glyph-10-sky.png │ ├── glyph-10-tan.png │ ├── glyph-10-teal.png │ ├── glyph-10-yellow.png │ ├── glyph-11-black.png │ ├── glyph-11-blue.png │ ├── glyph-11-brown.png │ ├── glyph-11-cream.png │ ├── glyph-11-gray.png │ ├── glyph-11-green.png │ ├── glyph-11-lime.png │ ├── glyph-11-magenta.png │ ├── glyph-11-mint.png │ ├── glyph-11-orange.png │ ├── glyph-11-peach.png │ ├── glyph-11-pink.png │ ├── glyph-11-purple.png │ ├── glyph-11-red.png │ ├── glyph-11-sky.png │ ├── glyph-11-tan.png │ ├── glyph-11-teal.png │ ├── glyph-11-yellow.png │ ├── glyph-2-black.png │ ├── glyph-2-blue.png │ ├── glyph-2-brown.png │ ├── glyph-2-cream.png │ ├── glyph-2-gray.png │ ├── glyph-2-green.png │ ├── glyph-2-lime.png │ ├── glyph-2-magenta.png │ ├── glyph-2-mint.png │ ├── glyph-2-orange.png │ ├── glyph-2-peach.png │ ├── glyph-2-pink.png │ ├── glyph-2-purple.png │ ├── glyph-2-red.png │ ├── glyph-2-sky.png │ ├── glyph-2-tan.png │ ├── glyph-2-teal.png │ ├── glyph-2-yellow.png │ ├── glyph-3-black.png │ ├── glyph-3-blue.png │ ├── glyph-3-brown.png │ ├── glyph-3-cream.png │ ├── glyph-3-gray.png │ ├── glyph-3-green.png │ ├── glyph-3-lime.png │ ├── glyph-3-magenta.png │ ├── glyph-3-mint.png │ ├── glyph-3-orange.png │ ├── glyph-3-peach.png │ ├── glyph-3-pink.png │ ├── glyph-3-purple.png │ ├── glyph-3-red.png │ ├── glyph-3-sky.png │ ├── glyph-3-tan.png │ ├── glyph-3-teal.png │ ├── glyph-3-yellow.png │ ├── glyph-4-black.png │ ├── glyph-4-blue.png │ ├── glyph-4-brown.png │ ├── glyph-4-cream.png │ ├── glyph-4-gray.png │ ├── glyph-4-green.png │ ├── glyph-4-lime.png │ ├── glyph-4-magenta.png │ ├── glyph-4-mint.png │ ├── glyph-4-orange.png │ ├── glyph-4-peach.png │ ├── glyph-4-pink.png │ ├── glyph-4-purple.png │ ├── glyph-4-red.png │ ├── glyph-4-sky.png │ ├── glyph-4-tan.png │ ├── glyph-4-teal.png │ ├── glyph-4-yellow.png │ ├── glyph-5-black.png │ ├── glyph-5-blue.png │ ├── glyph-5-brown.png │ ├── glyph-5-cream.png │ ├── glyph-5-gray.png │ ├── glyph-5-green.png │ ├── glyph-5-lime.png │ ├── glyph-5-magenta.png │ ├── glyph-5-mint.png │ ├── glyph-5-orange.png │ ├── glyph-5-peach.png │ ├── glyph-5-pink.png │ ├── glyph-5-purple.png │ ├── glyph-5-red.png │ ├── glyph-5-sky.png │ ├── glyph-5-tan.png │ ├── glyph-5-teal.png │ ├── glyph-5-yellow.png │ ├── glyph-6-black.png │ ├── glyph-6-blue.png │ ├── glyph-6-brown.png │ ├── glyph-6-cream.png │ ├── glyph-6-gray.png │ ├── glyph-6-green.png │ ├── glyph-6-lime.png │ ├── glyph-6-magenta.png │ ├── glyph-6-mint.png │ ├── glyph-6-orange.png │ ├── glyph-6-peach.png │ ├── glyph-6-pink.png │ ├── glyph-6-purple.png │ ├── glyph-6-red.png │ ├── glyph-6-sky.png │ ├── glyph-6-tan.png │ ├── glyph-6-teal.png │ ├── glyph-6-yellow.png │ ├── glyph-7-black.png │ ├── glyph-7-blue.png │ ├── glyph-7-brown.png │ ├── glyph-7-cream.png │ ├── glyph-7-gray.png │ ├── glyph-7-green.png │ ├── glyph-7-lime.png │ ├── glyph-7-magenta.png │ ├── glyph-7-mint.png │ ├── glyph-7-orange.png │ ├── glyph-7-peach.png │ ├── glyph-7-pink.png │ ├── glyph-7-purple.png │ ├── glyph-7-red.png │ ├── glyph-7-sky.png │ ├── glyph-7-tan.png │ ├── glyph-7-teal.png │ ├── glyph-7-yellow.png │ ├── glyph-8-black.png │ ├── glyph-8-blue.png │ ├── glyph-8-brown.png │ ├── glyph-8-cream.png │ ├── glyph-8-gray.png │ ├── glyph-8-green.png │ ├── glyph-8-lime.png │ ├── glyph-8-magenta.png │ ├── glyph-8-mint.png │ ├── glyph-8-orange.png │ ├── glyph-8-peach.png │ ├── glyph-8-pink.png │ ├── glyph-8-purple.png │ ├── glyph-8-red.png │ ├── glyph-8-sky.png │ ├── glyph-8-tan.png │ ├── glyph-8-teal.png │ ├── glyph-8-yellow.png │ ├── glyph-9-black.png │ ├── glyph-9-blue.png │ ├── glyph-9-brown.png │ ├── glyph-9-cream.png │ ├── glyph-9-gray.png │ ├── glyph-9-green.png │ ├── glyph-9-lime.png │ ├── glyph-9-magenta.png │ ├── glyph-9-mint.png │ ├── glyph-9-orange.png │ ├── glyph-9-peach.png │ ├── glyph-9-pink.png │ ├── glyph-9-purple.png │ ├── glyph-9-red.png │ ├── glyph-9-sky.png │ ├── glyph-9-tan.png │ ├── glyph-9-teal.png │ ├── glyph-9-yellow.png │ ├── go-break-silos.png │ ├── go-dashboard.png │ ├── go-fail-fast.png │ ├── go-self-service-2.png │ ├── go-self-service.png │ ├── go-testing.png │ ├── go-workflow-tuning.png │ ├── google-plus-gray.png │ ├── google-plus-white.png │ ├── group-of-things.png │ ├── group.png │ ├── happy.png │ ├── help.png │ ├── home.png │ ├── idea.png │ ├── info.png │ ├── jigsaw-glyph.png │ ├── lifesaver.png │ ├── light-weight.png │ ├── like.png │ ├── linkedin-gray.png │ ├── linkedin-white.png │ ├── list.png │ ├── location.png │ ├── loop.png │ ├── love.png │ ├── magic.png │ ├── mild-alert.png │ ├── mingle-integrations.png │ ├── mingle-our-best-thinking.png │ ├── mingle-realistic-reporting.png │ ├── mingle-teams-work-differently.png │ ├── mingle-your-card-wall.png │ ├── minus.png │ ├── mobile-device.png │ ├── money.png │ ├── navigation.png │ ├── new.png │ ├── notebook-computer.png │ ├── pairing-1.png │ ├── pairing-2.png │ ├── pairing-3.png │ ├── pause.png │ ├── peach.png │ ├── person-1.png │ ├── person-10.png │ ├── person-2.png │ ├── person-3.png │ ├── person-4.png │ ├── person-5.png │ ├── person-6.png │ ├── person-7.png │ ├── person-8.png │ ├── person-9.png │ ├── phone.png │ ├── photo.png │ ├── play.png │ ├── plus.png │ ├── print.png │ ├── question.png │ ├── quote-close-1.png │ ├── quote-close-2.png │ ├── quote-close-3.png │ ├── quote-close-4.png │ ├── quote-close-5.png │ ├── quote-open-1.png │ ├── quote-open-2.png │ ├── quote-open-3.png │ ├── quote-open-4.png │ ├── quote-open-5.png │ ├── quote-open-6.png │ ├── review.png │ ├── rewind.png │ ├── right.png │ ├── rss-gray.png │ ├── rss-white.png │ ├── sad.png │ ├── search.png │ ├── security-locked.png │ ├── security-unlocked.png │ ├── server.png │ ├── setting.png │ ├── settings.png │ ├── shopping-cart.png │ ├── simple house.png │ ├── slideshare-2.png │ ├── slideshare.png │ ├── speechBubble_white.png │ ├── star.png │ ├── sticker-amazing.png │ ├── sticker-analysis.png │ ├── sticker-arrow-2.png │ ├── sticker-arrow.png │ ├── sticker-awesome.png │ ├── sticker-blocked.png │ ├── sticker-boo.png │ ├── sticker-cards.png │ ├── sticker-complete-2.png │ ├── sticker-complete.png │ ├── sticker-dev.png │ ├── sticker-done-2.png │ ├── sticker-done.png │ ├── sticker-happy.png │ ├── sticker-help-yourself.png │ ├── sticker-ideas.png │ ├── sticker-important.png │ ├── sticker-love-this.png │ ├── sticker-mine.png │ ├── sticker-next-2.png │ ├── sticker-next.png │ ├── sticker-no.png │ ├── sticker-planning.png │ ├── sticker-play.png │ ├── sticker-qa.png │ ├── sticker-recycle.png │ ├── sticker-smile.png │ ├── sticker-stickies.png │ ├── sticker-ux.png │ ├── sticker-yes.png │ ├── strong-warning.png │ ├── sun.png │ ├── sustainable.png │ ├── tablet.png │ ├── talking.png │ ├── telescope.png │ ├── thinking.png │ ├── time.png │ ├── tool.png │ ├── treat.png │ ├── twist-any-app-capability.png │ ├── twist-business-language-tests.png │ ├── twist-collaborative-testing.png │ ├── twist-hybrid-approach.png │ ├── twist-streamlined-authoring.png │ ├── twitter-gray.png │ ├── twitter-white.png │ ├── typography.png │ ├── video-2.png │ ├── video.png │ ├── view.png │ ├── voice-of-the-customer.png │ ├── vr_glyph.png │ ├── webinar-2.png │ ├── webinar.png │ ├── weibo-gray.png │ ├── weibo-white.png │ ├── world.png │ ├── wrong.png │ ├── youtube-gray.png │ ├── youtube-white.png │ └── £-glyph.png ├── Logo │ ├── thoughtworks_black.png │ ├── thoughtworks_flamingo_mist.png │ ├── thoughtworks_flamingo_wave.png │ └── thoughtworks_white.png ├── _Christmas_Glyphs │ ├── 1920x1080 Glyph Christmas V1.jpg │ ├── 1920x1080 Glyph Christmas V110.jpg │ ├── 1920x1080 Glyph Christmas V111.jpg │ ├── 1920x1080 Glyph Christmas V112.jpg │ ├── 1920x1080 Glyph Christmas V12.jpg │ ├── 1920x1080 Glyph Christmas V13.jpg │ ├── 1920x1080 Glyph Christmas V14.jpg │ ├── 1920x1080 Glyph Christmas V15.jpg │ ├── 1920x1080 Glyph Christmas V16.jpg │ ├── 1920x1080 Glyph Christmas V17.jpg │ ├── 1920x1080 Glyph Christmas V18.jpg │ ├── 1920x1080 Glyph Christmas V19.jpg │ ├── 650x200pxGlyphmasMarketo.jpg │ ├── 650x200pxGlyphmasMarketo2.jpg │ ├── 650x200pxGlyphmasMarketo3.jpg │ ├── 650x200pxGlyphmasMarketo4.jpg │ ├── 650x200pxGlyphmasMarketo5.jpg │ ├── 650x200pxGlyphmasMarketo6.jpg │ ├── 650x200pxGlyphmasMarketo7.jpg │ ├── Christmas Candles.png │ ├── Christmas Mantle.png │ ├── Christmas Pudding.png │ ├── Christmas Snowman.png │ ├── Christmas Snowman_02.png │ ├── Christmas Stocking.png │ ├── Christmas Tree.png │ ├── Glyph Inventory 1_person-1 copy.jpg │ └── Glyph Snow.png ├── _Collections │ ├── 20090405_1d589fb45d7263e56bb6MFBYFj5Z3mu5.png │ ├── 512px-Android_robot.png │ ├── Android_Logo_08.png │ ├── ApacheHBase-icon.png │ ├── Business_Analysis.png │ ├── Dtafalonso-Android-Lollipop-Downloads.ico │ ├── Github.Octocat.png │ ├── Next-gen-op-model_hero_1600x750_0.jpg │ ├── Next-gen-op-model_hero_1600x750_1.jpg │ ├── Right-Arrow-PNG-Transparent.png │ ├── VR.png │ ├── Wi-Fi.png │ ├── _Devices │ │ ├── hardware.png │ │ ├── hmi.jpg │ │ ├── huawei-m5.png │ │ ├── hud_icon.svg │ │ ├── ipad_black_transparent.png │ │ ├── ipad_white_transparent.png │ │ ├── iphone.png │ │ ├── iphonex.png │ │ ├── mac-clipart-desktop.png │ │ ├── mac.png │ │ ├── samsung-galaxy.png │ │ └── xiaomi-mi-pad.png │ ├── _Logo │ │ ├── logo_Firebase.png │ │ ├── logo_airflow.png │ │ ├── logo_ant_design.png │ │ ├── logo_apache_hive.png │ │ ├── logo_aws.png │ │ ├── logo_aws_lambda.png │ │ ├── logo_azure_synapse_analyse.png │ │ ├── logo_beam.png │ │ ├── logo_bigquery.png │ │ ├── logo_charles.png │ │ ├── logo_charts.png │ │ ├── logo_cloud_function.png │ │ ├── logo_cypress.png │ │ ├── logo_es6.png │ │ ├── logo_flask.png │ │ ├── logo_github_1.png │ │ ├── logo_google_cloud_dataflow.png │ │ ├── logo_google_cloud_pub_sub.png │ │ ├── logo_gradle.png │ │ ├── logo_gradle_android.png │ │ ├── logo_hadoop.png │ │ ├── logo_huawei_cloud.png │ │ ├── logo_iot.jpeg │ │ ├── logo_java.png │ │ ├── logo_java.webp │ │ ├── logo_javascript.png │ │ ├── logo_jenkins.svg │ │ ├── logo_jest.png │ │ ├── logo_kotlin.png │ │ ├── logo_kubernetes.png │ │ ├── logo_mocha.svg │ │ ├── logo_mysql.png │ │ ├── logo_nsp.png │ │ ├── logo_pandas.png │ │ ├── logo_postman.png │ │ ├── logo_python.png │ │ ├── logo_raspberry-pi.png │ │ ├── logo_rea.png │ │ ├── logo_rea_group.png │ │ ├── logo_react.png │ │ ├── logo_react_native.svg │ │ ├── logo_ruby.png │ │ ├── logo_spark.png │ │ ├── logo_spring_boot.png │ │ ├── logo_sqlalchemy.png │ │ ├── logo_stetho.png │ │ ├── logo_taobao.jpg │ │ ├── logo_terminal.svg │ │ ├── logo_tianhong.jpg │ │ ├── logo_unity.png │ │ └── logo_wechat.png │ ├── alpha2.png │ ├── android.png │ ├── android1.png │ ├── android2.png │ ├── android3.png │ ├── android4.png │ ├── apk.png │ ├── arrow-increase-hi.png │ ├── backend-icon-215.png │ ├── binding.png │ ├── cake.png │ ├── canstockphoto19077977.jpg │ ├── car-png-top.png │ ├── ci.png │ ├── cloud.png │ ├── converge.png │ ├── data_investor.png │ ├── database.png │ ├── db.png │ ├── elephant.png │ ├── error.png │ ├── exhibition.png │ ├── fan_diagram.png │ ├── file.png │ ├── finger-and-thumb.png │ ├── firewall.png │ ├── first-step.jpg │ ├── google-play-optimization-300x300.png │ ├── hanger.png │ ├── hmi_icons.png │ ├── house.png │ ├── ic_mic.png │ ├── ikonka 2.png │ ├── inception.png │ ├── inception1.png │ ├── ios-10.png │ ├── ios-png-6.png │ ├── kuohao.png │ ├── layoutcasino.png │ ├── link.png │ ├── monster1.png │ ├── monster2.png │ ├── monster3.png │ ├── noun_Sphere.png │ ├── noun_vr.png │ ├── pain.png │ ├── png_file.png │ ├── power.png │ ├── private.png │ ├── product-1.png │ ├── product.png │ ├── puzzle-icon-11.png │ ├── puzzled.png │ ├── repo.png │ ├── scalable.png │ ├── server.png │ ├── sign.png │ ├── speaker.png │ ├── speech.png │ ├── suitcase.png │ ├── swearing_gradlephant_slate1.svg │ ├── target.jpg │ ├── todo_list.png │ ├── ubtechalpha2humanoidrobot.jpg │ ├── white-clouds-png-xw_medium_cloud-white-big.png.pagespeed.ic.5HYAxMiTu_.png │ ├── 人脑模型.png │ ├── 做饭.jpg │ └── 凌乱.jpg ├── _Collections_bg │ ├── _bg_ cooperation.png │ ├── _bg_apps.png │ ├── _bg_code.png │ ├── _bg_mobile.png │ ├── _bg_osoyoos-spirit-ridge-meeting.jpg │ ├── _bg_pain.png │ └── _bg_tech.png ├── _Diagram Icons │ ├── Agile-blue.png │ ├── Agile-green.png │ ├── Agile-lime.png │ ├── Agile-megenta.png │ ├── Agile-mint.png │ ├── Agile-pink.png │ ├── Agile-purple.png │ ├── Agile-sky.png │ ├── Agile-teal.png │ ├── Architecture-blue.png │ ├── Architecture-green.png │ ├── Architecture-lime.png │ ├── Architecture-megenta.png │ ├── Architecture-mint.png │ ├── Architecture-pink.png │ ├── Architecture-purple.png │ ├── Architecture-sky.png │ ├── Architecture-teal.png │ ├── Interaction-blue.png │ ├── Interaction-green.png │ ├── Interaction-lime.png │ ├── Interaction-megenta.png │ ├── Interaction-mint.png │ ├── Interaction-pink.png │ ├── Interaction-purple.png │ ├── Interaction-sky.png │ ├── Interaction-teal.png │ ├── MVP-blue.png │ ├── MVP-green.png │ ├── MVP-lime.png │ ├── MVP-megenta.png │ ├── MVP-mint.png │ ├── MVP-pink.png │ ├── MVP-purple.png │ ├── MVP-sky.png │ ├── MVP-teal.png │ ├── Team-08.png │ ├── Team-blue.png │ ├── Team-green.png │ ├── Team-lime.png │ ├── Team-megenta.png │ ├── Team-mint.png │ ├── Team-pink.png │ ├── Team-purple.png │ ├── Team-sky.png │ ├── Team-teal.png │ ├── Tech Daigram Icons.ppt │ ├── Test_Lab-blue.png │ ├── Test_Lab-green.png │ ├── Test_Lab-lime.png │ ├── Test_Lab-megenta.png │ ├── Test_Lab-mint.png │ ├── Test_Lab-pink.png │ ├── Test_Lab-purple.png │ ├── Test_Lab-sky.png │ ├── Test_Lab-teal.png │ ├── Workshop-blue.png │ ├── Workshop-green.png │ ├── Workshop-lime.png │ ├── Workshop-megenta.png │ ├── Workshop-mint.png │ ├── Workshop-pink.png │ ├── Workshop-purple.png │ ├── Workshop-sky.png │ ├── Workshop-teal.png │ ├── ideas-0megenta.png │ ├── ideas-blue.png │ ├── ideas-green.png │ ├── ideas-lime.png │ ├── ideas-mint.png │ ├── ideas-pink.png │ ├── ideas-purple.png │ ├── ideas-sky.png │ ├── ideas-teal.png │ ├── research-blue.png │ ├── research-green.png │ ├── research-lime.png │ ├── research-megenta.png │ ├── research-mint.png │ ├── research-pink.png │ ├── research-purple.png │ ├── research-sky.png │ ├── research-teal.png │ ├── transformation-blue.png │ ├── transformation-green.png │ ├── transformation-lime.png │ ├── transformation-megenta.png │ ├── transformation-mint.png │ ├── transformation-pink.png │ ├── transformation-purple.png │ ├── transformation-sky.png │ └── transformation-teal.png ├── _Flags │ ├── Australia.png │ ├── Germany.png │ ├── South Africa.png │ ├── UK.png │ ├── USA.png │ ├── WORLD FLAGS V1.ai │ ├── brasil.png │ ├── canada.png │ ├── china.png │ ├── ecuador.png │ ├── europe.png │ ├── imgres.png │ ├── india.png │ ├── singapore.png │ ├── thailand.png │ └── turkey.png ├── _Foods │ ├── bao1.png │ ├── bao2.png │ ├── chickenrice.png │ ├── chilli.png │ ├── chillicrab.png │ ├── coffee.png │ ├── drinks.png │ ├── durian.png │ ├── icetea.png │ ├── noodle.png │ └── soymilk.png ├── _Kitchen │ ├── cup.png │ ├── forks.png │ ├── gifts.jpeg │ ├── glasses.png │ ├── plates.png │ ├── tea.png │ ├── utensils.png │ └── wineglasses.png ├── _National Animals │ ├── elephant.png │ ├── merlion.png │ └── unicorn.png ├── _Numbers │ └── Numbers.ai ├── _People Avatars │ ├── jigsaw pic-01.png │ ├── jigsaw pic-02.png │ ├── jigsaw pic-03.png │ ├── jigsaw pic-04.png │ ├── jigsaw pic-05.png │ ├── jigsaw pic-06.png │ ├── jigsaw pic-07.png │ ├── jigsaw pic-08.png │ ├── jigsaw pic-09.png │ ├── jigsaw pic-10.png │ ├── jigsaw pic-11.png │ ├── jigsaw pic-12.png │ ├── jigsaw pic-13.png │ ├── jigsaw pic-14.png │ ├── jigsaw pic-15.png │ ├── jigsaw pic-16.png │ ├── jigsaw pic-17.png │ ├── jigsaw pic-18.png │ ├── jigsaw pic-19.png │ ├── jigsaw pic-20.png │ ├── jigsaw pic-21.png │ ├── jigsaw pic-22.png │ ├── jigsaw pic-23.png │ └── jigsaw pic-24.png ├── _Plants │ ├── send_tree_01.png │ ├── send_tree_02.png │ ├── send_tree_03.png │ └── send_tree_04.png ├── _Process │ ├── delivery.png │ ├── lean.png │ ├── min_inception.png │ ├── things.png │ └── traditional.png ├── _Sports │ └── shuttlecock.png └── _Vehicles │ ├── Car-Four-Wheeler.png │ └── Scooter-Two-Wheeler.png ├── setup_script └── shapes.key /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/.gitignore -------------------------------------------------------------------------------- /Color_Palettes/Material.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/Material.clr -------------------------------------------------------------------------------- /Color_Palettes/Morandi.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/Morandi.clr -------------------------------------------------------------------------------- /Color_Palettes/Morandi_color_palettes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/Morandi_color_palettes.png -------------------------------------------------------------------------------- /Color_Palettes/Popular 2017.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/Popular 2017.clr -------------------------------------------------------------------------------- /Color_Palettes/TW_color_palettes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/TW_color_palettes.png -------------------------------------------------------------------------------- /Color_Palettes/ThoughtWorks-New.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/ThoughtWorks-New.clr -------------------------------------------------------------------------------- /Color_Palettes/ThoughtWorks-Old.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/ThoughtWorks-Old.clr -------------------------------------------------------------------------------- /Color_Palettes/color_palettes_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Color_Palettes/color_palettes_script -------------------------------------------------------------------------------- /Font/bitter/Bitter-Bold(标题).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/bitter/Bitter-Bold(标题).ttf -------------------------------------------------------------------------------- /Font/install_font_on_mac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/install_font_on_mac.py -------------------------------------------------------------------------------- /Font/inter/Inter-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/inter/Inter-Bold.ttf -------------------------------------------------------------------------------- /Font/inter/Inter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/inter/Inter-Regular.ttf -------------------------------------------------------------------------------- /Font/inter/Inter-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/inter/Inter-SemiBold.ttf -------------------------------------------------------------------------------- /Font/noto/NotoSansSC-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/noto/NotoSansSC-Bold.otf -------------------------------------------------------------------------------- /Font/noto/NotoSansSC-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/noto/NotoSansSC-Regular.otf -------------------------------------------------------------------------------- /Font/noto/NotoSerifSC-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/noto/NotoSerifSC-Black.otf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-BoldItalic.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-ExtraBold.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-Italic.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-Light.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-LightItalic.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-Semibold.ttf -------------------------------------------------------------------------------- /Font/open-sans/OpenSans-SemiboldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/open-sans/OpenSans-SemiboldItalic.ttf -------------------------------------------------------------------------------- /Font/yahei/chinese.msyh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/yahei/chinese.msyh.ttf -------------------------------------------------------------------------------- /Font/yahei/microsoft-yahei-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Font/yahei/microsoft-yahei-bold.ttf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/README.md -------------------------------------------------------------------------------- /Resource/Glyph_Icons/Caution WIP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/Caution WIP.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/Development-RampDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/Development-RampDown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/Developmng-MixedMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/Developmng-MixedMode.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/Lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/Lightbulb.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/MVP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/MVP.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/MyTW_TechOps_icon_CanIDoThat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/MyTW_TechOps_icon_CanIDoThat.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/MyTW_TechOps_icon_MakeItLookGood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/MyTW_TechOps_icon_MakeItLookGood.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/MyTW_TechOps_icon_ViewOpinion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/MyTW_TechOps_icon_ViewOpinion.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/Soda Bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/Soda Bottle.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/airplane.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/alarm-bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/alarm-bell.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/arrow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/award.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/award.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/badge-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/badge-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/badge.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/bookmark.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/broadcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/broadcast.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/bug.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/business.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/busy.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/butterfly.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/camera.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/check-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/check-box.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/cloud.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/cycle.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/data-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/data-1.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/data-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/data-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/date-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/date-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/date.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/design thinking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/design thinking.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/design thinking_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/design thinking_blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/design thinking_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/design thinking_green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/detailed house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/detailed house.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/discover-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/discover-1.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/discover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/discover.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/discover.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/discover.psd -------------------------------------------------------------------------------- /Resource/Glyph_Icons/document-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/document-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/document.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/ebook-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/ebook-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/ebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/ebook.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/edit.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/education.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/education.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/email.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/facebook-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/facebook-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/facebook-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/facebook-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/fast-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/fast-forward.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/fast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/fast.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/fire.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/folder.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/gift.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-$.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-$.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-1-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-1-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-10-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-10-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-11-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-11-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-2-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-2-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-3-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-3-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-4-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-4-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-5-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-5-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-6-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-6-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-7-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-7-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-8-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-8-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-black.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-blue.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-brown.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-cream.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-green.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-lime.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-magenta.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-mint.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-orange.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-pink.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-purple.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-red.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-sky.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-tan.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-teal.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/glyph-9-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/glyph-9-yellow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-break-silos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-break-silos.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-dashboard.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-fail-fast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-fail-fast.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-self-service-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-self-service-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-self-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-self-service.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-testing.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/go-workflow-tuning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/go-workflow-tuning.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/google-plus-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/google-plus-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/google-plus-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/google-plus-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/group-of-things.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/group-of-things.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/group.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/happy.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/help.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/home.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/idea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/idea.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/info.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/jigsaw-glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/jigsaw-glyph.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/lifesaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/lifesaver.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/light-weight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/light-weight.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/like.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/linkedin-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/linkedin-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/linkedin-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/linkedin-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/list.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/location.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/loop.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/love.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/magic.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mild-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mild-alert.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mingle-integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mingle-integrations.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mingle-our-best-thinking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mingle-our-best-thinking.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mingle-realistic-reporting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mingle-realistic-reporting.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mingle-teams-work-differently.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mingle-teams-work-differently.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mingle-your-card-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mingle-your-card-wall.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/minus.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/mobile-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/mobile-device.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/money.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/navigation.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/new.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/notebook-computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/notebook-computer.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/pairing-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/pairing-1.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/pairing-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/pairing-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/pairing-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/pairing-3.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/pause.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/peach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-1.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-10.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-3.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-4.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-5.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-6.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-7.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-8.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/person-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/person-9.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/phone.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/photo.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/play.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/plus.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/print.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/question.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-close-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-close-1.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-close-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-close-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-close-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-close-3.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-close-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-close-4.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-close-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-close-5.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-open-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-open-1.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-open-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-open-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-open-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-open-3.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-open-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-open-4.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-open-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-open-5.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/quote-open-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/quote-open-6.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/review.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/rewind.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/right.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/rss-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/rss-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/rss-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/rss-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sad.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/search.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/security-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/security-locked.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/security-unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/security-unlocked.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/server.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/setting.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/settings.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/shopping-cart.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/simple house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/simple house.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/slideshare-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/slideshare-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/slideshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/slideshare.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/speechBubble_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/speechBubble_white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/star.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-amazing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-amazing.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-analysis.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-arrow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-arrow-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-arrow.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-awesome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-awesome.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-blocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-blocked.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-boo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-boo.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-cards.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-complete-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-complete-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-complete.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-dev.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-done-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-done-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-done.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-happy.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-help-yourself.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-help-yourself.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-ideas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-ideas.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-important.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-love-this.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-love-this.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-mine.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-next-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-next-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-next.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-no.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-planning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-planning.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-play.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-qa.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-recycle.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-smile.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-stickies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-stickies.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-ux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-ux.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sticker-yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sticker-yes.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/strong-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/strong-warning.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sun.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/sustainable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/sustainable.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/tablet.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/talking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/talking.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/telescope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/telescope.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/thinking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/thinking.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/time.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/tool.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/treat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/treat.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twist-any-app-capability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twist-any-app-capability.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twist-business-language-tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twist-business-language-tests.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twist-collaborative-testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twist-collaborative-testing.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twist-hybrid-approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twist-hybrid-approach.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twist-streamlined-authoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twist-streamlined-authoring.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twitter-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twitter-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/twitter-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/twitter-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/typography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/typography.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/video-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/video-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/video.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/view.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/voice-of-the-customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/voice-of-the-customer.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/vr_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/vr_glyph.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/webinar-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/webinar-2.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/webinar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/webinar.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/weibo-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/weibo-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/weibo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/weibo-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/world.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/wrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/wrong.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/youtube-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/youtube-gray.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/youtube-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/youtube-white.png -------------------------------------------------------------------------------- /Resource/Glyph_Icons/£-glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Glyph_Icons/£-glyph.png -------------------------------------------------------------------------------- /Resource/Logo/thoughtworks_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Logo/thoughtworks_black.png -------------------------------------------------------------------------------- /Resource/Logo/thoughtworks_flamingo_mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Logo/thoughtworks_flamingo_mist.png -------------------------------------------------------------------------------- /Resource/Logo/thoughtworks_flamingo_wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Logo/thoughtworks_flamingo_wave.png -------------------------------------------------------------------------------- /Resource/Logo/thoughtworks_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/Logo/thoughtworks_white.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V1.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V110.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V111.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V112.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V12.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V13.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V14.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V15.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V16.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V17.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V18.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/1920x1080 Glyph Christmas V19.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo2.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo3.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo4.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo5.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo6.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/650x200pxGlyphmasMarketo7.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Candles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Candles.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Mantle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Mantle.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Pudding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Pudding.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Snowman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Snowman.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Snowman_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Snowman_02.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Stocking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Stocking.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Christmas Tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Christmas Tree.png -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Glyph Inventory 1_person-1 copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Glyph Inventory 1_person-1 copy.jpg -------------------------------------------------------------------------------- /Resource/_Christmas_Glyphs/Glyph Snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Christmas_Glyphs/Glyph Snow.png -------------------------------------------------------------------------------- /Resource/_Collections/20090405_1d589fb45d7263e56bb6MFBYFj5Z3mu5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/20090405_1d589fb45d7263e56bb6MFBYFj5Z3mu5.png -------------------------------------------------------------------------------- /Resource/_Collections/512px-Android_robot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/512px-Android_robot.png -------------------------------------------------------------------------------- /Resource/_Collections/Android_Logo_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Android_Logo_08.png -------------------------------------------------------------------------------- /Resource/_Collections/ApacheHBase-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ApacheHBase-icon.png -------------------------------------------------------------------------------- /Resource/_Collections/Business_Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Business_Analysis.png -------------------------------------------------------------------------------- /Resource/_Collections/Dtafalonso-Android-Lollipop-Downloads.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Dtafalonso-Android-Lollipop-Downloads.ico -------------------------------------------------------------------------------- /Resource/_Collections/Github.Octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Github.Octocat.png -------------------------------------------------------------------------------- /Resource/_Collections/Next-gen-op-model_hero_1600x750_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Next-gen-op-model_hero_1600x750_0.jpg -------------------------------------------------------------------------------- /Resource/_Collections/Next-gen-op-model_hero_1600x750_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Next-gen-op-model_hero_1600x750_1.jpg -------------------------------------------------------------------------------- /Resource/_Collections/Right-Arrow-PNG-Transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Right-Arrow-PNG-Transparent.png -------------------------------------------------------------------------------- /Resource/_Collections/VR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/VR.png -------------------------------------------------------------------------------- /Resource/_Collections/Wi-Fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/Wi-Fi.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/hardware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/hardware.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/hmi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/hmi.jpg -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/huawei-m5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/huawei-m5.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/hud_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/hud_icon.svg -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/ipad_black_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/ipad_black_transparent.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/ipad_white_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/ipad_white_transparent.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/iphone.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/iphonex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/iphonex.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/mac-clipart-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/mac-clipart-desktop.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/mac.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/samsung-galaxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/samsung-galaxy.png -------------------------------------------------------------------------------- /Resource/_Collections/_Devices/xiaomi-mi-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Devices/xiaomi-mi-pad.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_Firebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_Firebase.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_airflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_airflow.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_ant_design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_ant_design.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_apache_hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_apache_hive.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_aws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_aws.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_aws_lambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_aws_lambda.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_azure_synapse_analyse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_azure_synapse_analyse.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_beam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_beam.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_bigquery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_bigquery.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_charles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_charles.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_charts.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_cloud_function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_cloud_function.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_cypress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_cypress.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_es6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_es6.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_flask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_flask.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_github_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_github_1.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_google_cloud_dataflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_google_cloud_dataflow.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_google_cloud_pub_sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_google_cloud_pub_sub.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_gradle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_gradle.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_gradle_android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_gradle_android.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_hadoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_hadoop.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_huawei_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_huawei_cloud.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_iot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_iot.jpeg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_java.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_java.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_java.webp -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_javascript.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_jenkins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_jenkins.svg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_jest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_jest.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_kotlin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_kotlin.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_kubernetes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_kubernetes.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_mocha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_mocha.svg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_mysql.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_nsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_nsp.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_pandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_pandas.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_postman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_postman.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_python.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_raspberry-pi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_raspberry-pi.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_rea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_rea.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_rea_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_rea_group.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_react.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_react_native.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_react_native.svg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_ruby.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_spark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_spark.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_spring_boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_spring_boot.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_sqlalchemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_sqlalchemy.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_stetho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_stetho.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_taobao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_taobao.jpg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_terminal.svg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_tianhong.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_tianhong.jpg -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_unity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_unity.png -------------------------------------------------------------------------------- /Resource/_Collections/_Logo/logo_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/_Logo/logo_wechat.png -------------------------------------------------------------------------------- /Resource/_Collections/alpha2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/alpha2.png -------------------------------------------------------------------------------- /Resource/_Collections/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/android.png -------------------------------------------------------------------------------- /Resource/_Collections/android1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/android1.png -------------------------------------------------------------------------------- /Resource/_Collections/android2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/android2.png -------------------------------------------------------------------------------- /Resource/_Collections/android3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/android3.png -------------------------------------------------------------------------------- /Resource/_Collections/android4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/android4.png -------------------------------------------------------------------------------- /Resource/_Collections/apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/apk.png -------------------------------------------------------------------------------- /Resource/_Collections/arrow-increase-hi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/arrow-increase-hi.png -------------------------------------------------------------------------------- /Resource/_Collections/backend-icon-215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/backend-icon-215.png -------------------------------------------------------------------------------- /Resource/_Collections/binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/binding.png -------------------------------------------------------------------------------- /Resource/_Collections/cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/cake.png -------------------------------------------------------------------------------- /Resource/_Collections/canstockphoto19077977.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/canstockphoto19077977.jpg -------------------------------------------------------------------------------- /Resource/_Collections/car-png-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/car-png-top.png -------------------------------------------------------------------------------- /Resource/_Collections/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ci.png -------------------------------------------------------------------------------- /Resource/_Collections/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/cloud.png -------------------------------------------------------------------------------- /Resource/_Collections/converge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/converge.png -------------------------------------------------------------------------------- /Resource/_Collections/data_investor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/data_investor.png -------------------------------------------------------------------------------- /Resource/_Collections/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/database.png -------------------------------------------------------------------------------- /Resource/_Collections/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/db.png -------------------------------------------------------------------------------- /Resource/_Collections/elephant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/elephant.png -------------------------------------------------------------------------------- /Resource/_Collections/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/error.png -------------------------------------------------------------------------------- /Resource/_Collections/exhibition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/exhibition.png -------------------------------------------------------------------------------- /Resource/_Collections/fan_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/fan_diagram.png -------------------------------------------------------------------------------- /Resource/_Collections/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/file.png -------------------------------------------------------------------------------- /Resource/_Collections/finger-and-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/finger-and-thumb.png -------------------------------------------------------------------------------- /Resource/_Collections/firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/firewall.png -------------------------------------------------------------------------------- /Resource/_Collections/first-step.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/first-step.jpg -------------------------------------------------------------------------------- /Resource/_Collections/google-play-optimization-300x300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/google-play-optimization-300x300.png -------------------------------------------------------------------------------- /Resource/_Collections/hanger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/hanger.png -------------------------------------------------------------------------------- /Resource/_Collections/hmi_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/hmi_icons.png -------------------------------------------------------------------------------- /Resource/_Collections/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/house.png -------------------------------------------------------------------------------- /Resource/_Collections/ic_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ic_mic.png -------------------------------------------------------------------------------- /Resource/_Collections/ikonka 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ikonka 2.png -------------------------------------------------------------------------------- /Resource/_Collections/inception.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/inception.png -------------------------------------------------------------------------------- /Resource/_Collections/inception1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/inception1.png -------------------------------------------------------------------------------- /Resource/_Collections/ios-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ios-10.png -------------------------------------------------------------------------------- /Resource/_Collections/ios-png-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ios-png-6.png -------------------------------------------------------------------------------- /Resource/_Collections/kuohao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/kuohao.png -------------------------------------------------------------------------------- /Resource/_Collections/layoutcasino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/layoutcasino.png -------------------------------------------------------------------------------- /Resource/_Collections/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/link.png -------------------------------------------------------------------------------- /Resource/_Collections/monster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/monster1.png -------------------------------------------------------------------------------- /Resource/_Collections/monster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/monster2.png -------------------------------------------------------------------------------- /Resource/_Collections/monster3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/monster3.png -------------------------------------------------------------------------------- /Resource/_Collections/noun_Sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/noun_Sphere.png -------------------------------------------------------------------------------- /Resource/_Collections/noun_vr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/noun_vr.png -------------------------------------------------------------------------------- /Resource/_Collections/pain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/pain.png -------------------------------------------------------------------------------- /Resource/_Collections/png_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/png_file.png -------------------------------------------------------------------------------- /Resource/_Collections/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/power.png -------------------------------------------------------------------------------- /Resource/_Collections/private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/private.png -------------------------------------------------------------------------------- /Resource/_Collections/product-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/product-1.png -------------------------------------------------------------------------------- /Resource/_Collections/product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/product.png -------------------------------------------------------------------------------- /Resource/_Collections/puzzle-icon-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/puzzle-icon-11.png -------------------------------------------------------------------------------- /Resource/_Collections/puzzled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/puzzled.png -------------------------------------------------------------------------------- /Resource/_Collections/repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/repo.png -------------------------------------------------------------------------------- /Resource/_Collections/scalable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/scalable.png -------------------------------------------------------------------------------- /Resource/_Collections/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/server.png -------------------------------------------------------------------------------- /Resource/_Collections/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/sign.png -------------------------------------------------------------------------------- /Resource/_Collections/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/speaker.png -------------------------------------------------------------------------------- /Resource/_Collections/speech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/speech.png -------------------------------------------------------------------------------- /Resource/_Collections/suitcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/suitcase.png -------------------------------------------------------------------------------- /Resource/_Collections/swearing_gradlephant_slate1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/swearing_gradlephant_slate1.svg -------------------------------------------------------------------------------- /Resource/_Collections/target.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/target.jpg -------------------------------------------------------------------------------- /Resource/_Collections/todo_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/todo_list.png -------------------------------------------------------------------------------- /Resource/_Collections/ubtechalpha2humanoidrobot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/ubtechalpha2humanoidrobot.jpg -------------------------------------------------------------------------------- /Resource/_Collections/white-clouds-png-xw_medium_cloud-white-big.png.pagespeed.ic.5HYAxMiTu_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/white-clouds-png-xw_medium_cloud-white-big.png.pagespeed.ic.5HYAxMiTu_.png -------------------------------------------------------------------------------- /Resource/_Collections/人脑模型.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/人脑模型.png -------------------------------------------------------------------------------- /Resource/_Collections/做饭.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/做饭.jpg -------------------------------------------------------------------------------- /Resource/_Collections/凌乱.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections/凌乱.jpg -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_ cooperation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_ cooperation.png -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_apps.png -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_code.png -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_mobile.png -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_osoyoos-spirit-ridge-meeting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_osoyoos-spirit-ridge-meeting.jpg -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_pain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_pain.png -------------------------------------------------------------------------------- /Resource/_Collections_bg/_bg_tech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Collections_bg/_bg_tech.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Agile-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Agile-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Architecture-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Architecture-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Interaction-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Interaction-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/MVP-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/MVP-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-08.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Team-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Team-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Tech Daigram Icons.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Tech Daigram Icons.ppt -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Test_Lab-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Test_Lab-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/Workshop-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/Workshop-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-0megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-0megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/ideas-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/ideas-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/research-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/research-teal.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-blue.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-green.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-lime.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-megenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-megenta.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-mint.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-pink.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-purple.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-sky.png -------------------------------------------------------------------------------- /Resource/_Diagram Icons/transformation-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Diagram Icons/transformation-teal.png -------------------------------------------------------------------------------- /Resource/_Flags/Australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/Australia.png -------------------------------------------------------------------------------- /Resource/_Flags/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/Germany.png -------------------------------------------------------------------------------- /Resource/_Flags/South Africa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/South Africa.png -------------------------------------------------------------------------------- /Resource/_Flags/UK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/UK.png -------------------------------------------------------------------------------- /Resource/_Flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/USA.png -------------------------------------------------------------------------------- /Resource/_Flags/WORLD FLAGS V1.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/WORLD FLAGS V1.ai -------------------------------------------------------------------------------- /Resource/_Flags/brasil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/brasil.png -------------------------------------------------------------------------------- /Resource/_Flags/canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/canada.png -------------------------------------------------------------------------------- /Resource/_Flags/china.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/china.png -------------------------------------------------------------------------------- /Resource/_Flags/ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/ecuador.png -------------------------------------------------------------------------------- /Resource/_Flags/europe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/europe.png -------------------------------------------------------------------------------- /Resource/_Flags/imgres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/imgres.png -------------------------------------------------------------------------------- /Resource/_Flags/india.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/india.png -------------------------------------------------------------------------------- /Resource/_Flags/singapore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/singapore.png -------------------------------------------------------------------------------- /Resource/_Flags/thailand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/thailand.png -------------------------------------------------------------------------------- /Resource/_Flags/turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Flags/turkey.png -------------------------------------------------------------------------------- /Resource/_Foods/bao1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/bao1.png -------------------------------------------------------------------------------- /Resource/_Foods/bao2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/bao2.png -------------------------------------------------------------------------------- /Resource/_Foods/chickenrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/chickenrice.png -------------------------------------------------------------------------------- /Resource/_Foods/chilli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/chilli.png -------------------------------------------------------------------------------- /Resource/_Foods/chillicrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/chillicrab.png -------------------------------------------------------------------------------- /Resource/_Foods/coffee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/coffee.png -------------------------------------------------------------------------------- /Resource/_Foods/drinks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/drinks.png -------------------------------------------------------------------------------- /Resource/_Foods/durian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/durian.png -------------------------------------------------------------------------------- /Resource/_Foods/icetea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/icetea.png -------------------------------------------------------------------------------- /Resource/_Foods/noodle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/noodle.png -------------------------------------------------------------------------------- /Resource/_Foods/soymilk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Foods/soymilk.png -------------------------------------------------------------------------------- /Resource/_Kitchen/cup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/cup.png -------------------------------------------------------------------------------- /Resource/_Kitchen/forks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/forks.png -------------------------------------------------------------------------------- /Resource/_Kitchen/gifts.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/gifts.jpeg -------------------------------------------------------------------------------- /Resource/_Kitchen/glasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/glasses.png -------------------------------------------------------------------------------- /Resource/_Kitchen/plates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/plates.png -------------------------------------------------------------------------------- /Resource/_Kitchen/tea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/tea.png -------------------------------------------------------------------------------- /Resource/_Kitchen/utensils.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/utensils.png -------------------------------------------------------------------------------- /Resource/_Kitchen/wineglasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Kitchen/wineglasses.png -------------------------------------------------------------------------------- /Resource/_National Animals/elephant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_National Animals/elephant.png -------------------------------------------------------------------------------- /Resource/_National Animals/merlion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_National Animals/merlion.png -------------------------------------------------------------------------------- /Resource/_National Animals/unicorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_National Animals/unicorn.png -------------------------------------------------------------------------------- /Resource/_Numbers/Numbers.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Numbers/Numbers.ai -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-01.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-02.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-03.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-04.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-05.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-06.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-07.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-08.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-09.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-10.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-11.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-12.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-13.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-14.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-15.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-16.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-17.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-18.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-19.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-20.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-21.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-22.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-23.png -------------------------------------------------------------------------------- /Resource/_People Avatars/jigsaw pic-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_People Avatars/jigsaw pic-24.png -------------------------------------------------------------------------------- /Resource/_Plants/send_tree_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Plants/send_tree_01.png -------------------------------------------------------------------------------- /Resource/_Plants/send_tree_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Plants/send_tree_02.png -------------------------------------------------------------------------------- /Resource/_Plants/send_tree_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Plants/send_tree_03.png -------------------------------------------------------------------------------- /Resource/_Plants/send_tree_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Plants/send_tree_04.png -------------------------------------------------------------------------------- /Resource/_Process/delivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Process/delivery.png -------------------------------------------------------------------------------- /Resource/_Process/lean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Process/lean.png -------------------------------------------------------------------------------- /Resource/_Process/min_inception.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Process/min_inception.png -------------------------------------------------------------------------------- /Resource/_Process/things.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Process/things.png -------------------------------------------------------------------------------- /Resource/_Process/traditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Process/traditional.png -------------------------------------------------------------------------------- /Resource/_Sports/shuttlecock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Sports/shuttlecock.png -------------------------------------------------------------------------------- /Resource/_Vehicles/Car-Four-Wheeler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Vehicles/Car-Four-Wheeler.png -------------------------------------------------------------------------------- /Resource/_Vehicles/Scooter-Two-Wheeler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/Resource/_Vehicles/Scooter-Two-Wheeler.png -------------------------------------------------------------------------------- /setup_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/setup_script -------------------------------------------------------------------------------- /shapes.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianmobilelab/TW_Keynote/HEAD/shapes.key --------------------------------------------------------------------------------