├── .gitignore ├── LICENSE ├── README.md ├── Release Notes ├── GoogleMaps.png ├── IISBindings.png ├── LoadUserProfile.png └── ManageWebsites.png └── src ├── AlloyDemoKit.sln ├── AlloyDemoKit ├── AddOns │ └── Core │ │ ├── SearchAndReplace.aspx │ │ ├── SearchAndReplace.aspx.cs │ │ ├── SearchAndReplace.aspx.designer.cs │ │ ├── TimeMachine.aspx │ │ ├── TimeMachine.aspx.cs │ │ └── TimeMachine.aspx.designer.cs ├── AdminTools │ ├── EmployeeSettings.aspx │ ├── EmployeeSettings.aspx.cs │ └── EmployeeSettings.aspx.designer.cs ├── AlloyDemoKit.csproj ├── App_Data │ ├── EPiServerDB_aefc3fcd.mdf │ ├── EPiServerDB_aefc3fcd_log.ldf │ ├── GeoLiteCity.dat │ ├── alloydemokit.mdf │ ├── alloydemokit_log.ldf │ └── blobs │ │ ├── 01b9e180dbad446fa5b1790ff7ac0a17 │ │ └── 7dc53b1842e240979311291983a7ae66.png │ │ ├── 01cad19a998e4be48a3a4eb33c46b948 │ │ ├── 5af56c1426724c0ca388e9c2ea6399d0.jpg │ │ └── 5af56c1426724c0ca388e9c2ea6399d0_Thumbnail.jpg │ │ ├── 03ee8bc143b44b74a7d8ee6ffb8eb364 │ │ └── 0b29c9305eda43dd83e3981a6ed3a82d.png │ │ ├── 0cb9c085f54f422299681d1612af4f4d │ │ ├── 1b7ff31265d74bfda9f678559ad4b15c.jpg │ │ └── 1b7ff31265d74bfda9f678559ad4b15c_Thumbnail.png │ │ ├── 0e79f1df19364bccb5bdc8fd774d0f5a │ │ ├── 75b9ce805d054490bca033587498917a.png │ │ └── 75b9ce805d054490bca033587498917a_Thumbnail.png │ │ ├── 199f046f221343efa70120e29cfd9902 │ │ └── 364d4d07c3fa4f8db401ce9504688eec.png │ │ ├── 208423d374ba4f88894f1be2faaa5d99 │ │ ├── 25af2211d3d741c5841148d9c9dbf209.gif │ │ └── 25af2211d3d741c5841148d9c9dbf209_Thumbnail.png │ │ ├── 21d75f9a9d7b4effbc0fa4476946fa4e │ │ ├── 3654f95ce9c243b88a097eafa064ebda.png │ │ ├── 3654f95ce9c243b88a097eafa064ebda_Thumbnail.png │ │ └── 79964eb350b51cacdc2ea6990c93461d7fc41056.png │ │ ├── 2625fa53bf9e4583b276f1a2af10dcfc │ │ └── 14a448bd83c44587807a4aab90d730b1.png │ │ ├── 2d8a941d1c7245ce89fa986509899933 │ │ ├── 4744fa764ccc4f51876166ac614abe10.png │ │ └── 4744fa764ccc4f51876166ac614abe10_Thumbnail.png │ │ ├── 36e5962856254d5f91fe82d418020afa │ │ └── 4e473727445d48b983ee4b7dd5900e83.png │ │ ├── 41762806b73b440a95a6c09489f4bd6b │ │ ├── 1a8e1607451f46508bc92399484aac6b.png │ │ └── 1a8e1607451f46508bc92399484aac6b_Thumbnail.png │ │ ├── 437fa58c24924840ad617e2f6d065cc4 │ │ └── 7e0637ed94d34711a656619e53f487e8.png │ │ ├── 43bb6be8ed2742cf9c5ba5d999f577e9 │ │ └── 1d2e8fda4a944335b2f2fd05c1c0eec7.png │ │ ├── 4655068b318c47558fa484ff8b654e93 │ │ ├── 0f3aaa0a5dc3448c931563e781be9edb.png │ │ ├── 0f3aaa0a5dc3448c931563e781be9edb_Thumbnail.png │ │ ├── a2396a65c1a87f8ffd10cf443c35c676683f3bff.png │ │ └── cc8660ee058ab36fd721e687fc1633d50e768475.png │ │ ├── 50d7f4dbc8bc4f6799dd2252d7b8adbf │ │ └── 649294cc796f41929a1965718dffd37a.png │ │ ├── 59ef99d2a6944390acad6ceea90e5bdb │ │ ├── 277d4b4c944047faa1ec131f82232bbb.jpg │ │ └── 277d4b4c944047faa1ec131f82232bbb_Thumbnail.png │ │ ├── 5b7ace2f93624bcbb6d63563ad39deea │ │ ├── 6aac5786148544d1a3a07f17d223cf98.png │ │ └── 6aac5786148544d1a3a07f17d223cf98_Thumbnail.png │ │ ├── 631488811db9430789b88a534a3245b7 │ │ └── 930770cbd8c9437da02cb1c0468945c2.jpg │ │ ├── 657d4939682c40db8949a285505f6e89 │ │ └── 4f5f01fe279d4e468b5ac5334b34134f.png │ │ ├── 744020ce69ab435990e55a7f356cff3d │ │ ├── 283693842e2ce0506d3e0f0f32fab45d91785e52.png │ │ ├── 3b493ee9988b432da2577c41b6e65281.png │ │ ├── 3b493ee9988b432da2577c41b6e65281_Thumbnail.png │ │ └── 607ffd555aa91caf22e229663779bc94b8d9b095.png │ │ ├── 7efa0e21a938412eb236a0e93dc33724 │ │ ├── 723817a183ac4ada82e87421f1bf4033.png │ │ └── 723817a183ac4ada82e87421f1bf4033_Thumbnail.png │ │ ├── 80283b3047aa4e9ead1c03f72d1a18bb │ │ ├── 73bc58da26334206b2fee86b6f7c0a65.png │ │ └── 73bc58da26334206b2fee86b6f7c0a65_Thumbnail.png │ │ ├── 816384ad92f041efb1ce6ce85c79d5b2 │ │ └── ccdc110de0d64864b73fcb36c1b77a53.png │ │ ├── 8a541c8deb774a21bd69f1187d0c357a │ │ ├── c101fa5b5d844132bd6e0662c89fdd91.png │ │ └── c101fa5b5d844132bd6e0662c89fdd91_Thumbnail.png │ │ ├── 8c9556d83f784b1391790e1b6f55d81b │ │ ├── 750b131e20c446d99e34894bf9632a03.jpg │ │ └── 750b131e20c446d99e34894bf9632a03_Thumbnail.png │ │ ├── 8d184855f07c410e96f1f64e93e10b5e │ │ ├── 492b190452624d6f8a805b37957097b5.png │ │ └── 492b190452624d6f8a805b37957097b5_Thumbnail.png │ │ ├── 8d7e7cf79c9448a8a023d8861a899cb0 │ │ └── e6b6a9b869714ea485f3fd17c38b537f.png │ │ ├── 8e796ba2524a4f68ab067e1ff843da41 │ │ ├── 9b9f5ae8b6864187887508e728ae551b.png │ │ └── 9b9f5ae8b6864187887508e728ae551b_Thumbnail.png │ │ ├── 93ee7ed6dc0f478b9b51463b78b1c7ed │ │ ├── e5b75ca76f414e5a8a7b7ca19ee41841.png │ │ └── e5b75ca76f414e5a8a7b7ca19ee41841_Thumbnail.png │ │ ├── 94164e43b59342fe89e69eca854596c3 │ │ ├── 1a30995ad237cbf6b9bf4fb1f3d3224ced6aa109.jpg │ │ └── 642752e9ab914dbc8bfbff7b158c1a0b.jpg │ │ ├── 97f449b2efad4f308ee9aa70d71b246a │ │ └── 0e06c4e11a794b428ab4f881663b88e8.png │ │ ├── 99d9256564454a83bfd6d904e7455468 │ │ ├── 2aedf124d98949208342b1ec395f07c3.png │ │ └── 2aedf124d98949208342b1ec395f07c3_Thumbnail.png │ │ ├── 9f90b3e624ac4971982c2766c404f8cf │ │ └── 8fbb14eb5b8948fd80cbe9b6484ad482.mp4 │ │ ├── a32b647c893c4398a53a4d34e9ed5323 │ │ └── ad15c26de9ae4961bb2684c9fc0e3a22.jpg │ │ ├── aabc21c6692a403ba2b8f01a08c2385a │ │ └── 99c17d4d4d32484a9532c1ab8dcd300c.docx │ │ ├── b2ece9dbc4f64b4791c6d24a9e2d6879 │ │ ├── 1b92476c5d1d3db8ff0b3374247002f907920ce4.png │ │ ├── 5cb5b9e7332319a541a3a9d3641397d8706818a3.png │ │ ├── 6621f9288254d6721721c22ce6d279535fc4a47f.png │ │ ├── 7dba176dd85e4d898462b6f11111b163.png │ │ ├── 7dba176dd85e4d898462b6f11111b163_Thumbnail.png │ │ └── bbbb33b18156e17448c58deb364735d68a9e79f5.png │ │ ├── b3b6afad936345e1acab6fa6fb4c4235 │ │ └── 4e5447acdec14f9d9e64357b785304fd.png │ │ ├── b4d9f002c81840fbab948991b14b7a38 │ │ ├── 6598d114649f403494a5e39ae0e52e12.png │ │ ├── 6598d114649f403494a5e39ae0e52e12_Thumbnail.png │ │ ├── 7cd1144600c2d2e34ba324ec70da507d7a51c6c6.png │ │ └── c37a7e3ec353effe819bdd1f37c31a38390498c5.png │ │ ├── b7d29755515f4cd881279d604dce7bc1 │ │ └── bd34e19f5c0f4a2ba1c1c8d5f01808ae.png │ │ ├── be40b3e0617640d0b45cf698db51f9f1 │ │ └── f08006eb5ef94dcb812559722f8de4d0.jpg │ │ ├── bf1907ed0a0c42d5bb4464131bd3ef19 │ │ ├── 1c27b076b0324f9daf043c86b5945d98.png │ │ └── 1c27b076b0324f9daf043c86b5945d98_Thumbnail.png │ │ ├── c095d1744f784d8da5e9a495b20d74db │ │ ├── 6594d4d75cda4bfa9bef5b51458b8734.jpg │ │ └── 6594d4d75cda4bfa9bef5b51458b8734_Thumbnail.png │ │ ├── c566650d32e648179b1acb82fd03f3ed │ │ ├── 4dedc89788ee494384aee0817b477ccd.png │ │ └── 4dedc89788ee494384aee0817b477ccd_Thumbnail.png │ │ ├── ca55419ffd904d79827e555ec5554bb8 │ │ ├── 086ef963539a0aa331ffd5aee7c60257227ca780.png │ │ ├── 1390a8aa2c424d73bf9a7d78ea69e8a8.png │ │ ├── 1390a8aa2c424d73bf9a7d78ea69e8a8_Thumbnail.png │ │ └── 3f42737965a00249772f028e14b307acd56a5f0b.png │ │ ├── cbccebed89e24e85bbd60fada9630ec4 │ │ ├── 24aabb606f8e45ebacb11665862837fa.png │ │ └── 24aabb606f8e45ebacb11665862837fa_Thumbnail.png │ │ ├── cdc4969e213a4875bdbe6ec9898073d0 │ │ └── 415137265cd848ce8736d489f047c8c3.png │ │ ├── cee5712079ae43ea81e1a25446ea3f7f │ │ ├── 1fa054c231cd25c453b9d83369f1da1dd699fc65.png │ │ ├── 21e448c7321965cc51aa27c2227435aed274f97a.png │ │ ├── 63a69b2b9844435291323331b6a673ca.png │ │ └── 63a69b2b9844435291323331b6a673ca_Thumbnail.png │ │ ├── de928f991e2541fbab65062eadb1f007 │ │ ├── 21a7a685e4b042419a18adb1a927c2163ea26337.png │ │ ├── 78e08f306fc44c03888da8bab14fee3e.png │ │ ├── 78e08f306fc44c03888da8bab14fee3e_Thumbnail.png │ │ └── c29e093fc7c8ccc2e39d56a129868e391091dbff.png │ │ ├── dfb51f3192d5450d9d18070fc0e5755d │ │ └── 9b4566cb57114c5d82f8b011b3317164.png │ │ ├── e122af62288b4d24a114bf1e69bbea9f │ │ └── eb53bd3a3bd442d98db93e8d2c3fc1af.png │ │ ├── e3cced8c2fff49eca47c290fb2712efa │ │ └── ecc95455fbcf46dfb11d8a8515dacf79.jpg │ │ ├── e6a55a24cbac488ab8bc9dde1c6e705f │ │ └── 26d4468ea1a24ddcb287b129546bc9bb.png │ │ ├── eaed3c000bf2480f99e5e6d0ff66f6cb │ │ └── 92c46e048fef43d6978fb9afed9f5aaa.jpg │ │ ├── f36555b1157348b7b56d6f18b4d26427 │ │ └── 0a3b3bfc98c644458cf557c98a999c1a.jpg │ │ ├── f6a3a8a724f2485ab27f2391820d8a56 │ │ └── 36444e66f2354570b131138f502e14d4.png │ │ └── f8f1151bbfcf4914a5a252bc745d4708 │ │ └── 17183bbd93a049bb9911f4baeebeff3e.png ├── Business │ ├── Blog │ │ ├── BlogPartialRouter.cs │ │ ├── BlogTagInitialization.cs │ │ ├── TagFactory.cs │ │ ├── TagItem.cs │ │ ├── TagRepository.cs │ │ └── TagScheduledJob.cs │ ├── Channels │ │ ├── DisplayResolutionBase.cs │ │ ├── DisplayResolutions.cs │ │ ├── MobileChannel.cs │ │ └── WebChannel.cs │ ├── ContentApprovalExtensions │ │ ├── ContentApprovalForMeQuery.cs │ │ └── ContentApprovalQueryBase.cs │ ├── ContentExtensions.cs │ ├── ContentLocator.cs │ ├── ContentProviders │ │ └── ClonedContentProvider.cs │ ├── DDS │ │ └── EmployeeSettingsHandler.cs │ ├── Data │ │ ├── FileDataImporter.cs │ │ ├── FileReader.cs │ │ └── IFileDataImporter.cs │ ├── EditorDescriptors │ │ ├── ContactPageSelectionFactory.cs │ │ ├── ContactPageSelector.cs │ │ ├── FontSelectionFactory.cs │ │ ├── ParkingGarageSelector.cs │ │ ├── ParkingSelectionFactory.cs │ │ └── StringListEditorDescriptor.cs │ ├── EmailAddressAttribute.cs │ ├── Employee │ │ ├── DataGenerator.cs │ │ ├── EmployeeContainerLookup.cs │ │ ├── EmployeeDataImportJob.cs │ │ ├── EmployeeExpertiseSelectionFactory.cs │ │ ├── EmployeeLocationSelectionFactory.cs │ │ ├── EmployeeLocationSelector.cs │ │ └── EmployeeSettingsModel.cs │ ├── FormKPI │ │ └── FilledInFormKpi.cs │ ├── Forms │ │ ├── FormEventsInitialization.cs │ │ └── FormFieldSelectionFactory.cs │ ├── IModifyLayout.cs │ ├── Initialization │ │ ├── BundleConfig.cs │ │ ├── CustomizedRenderingInitialization.cs │ │ ├── DependencyResolverInitialization.cs │ │ ├── DisplayModesInitialization.cs │ │ ├── DisplayRegistryInitialization.cs │ │ ├── FileBasedEventsInitialization.cs │ │ ├── FilterConfig.cs │ │ └── GlobalNewsContentProviderInitialization.cs │ ├── PageContextActionFilter.cs │ ├── PageTypeExtensions.cs │ ├── PageViewContextFactory.cs │ ├── Parking │ │ ├── City.cs │ │ ├── OpeningTime.cs │ │ ├── ParkingGarage.cs │ │ ├── ParkingGateway.cs │ │ ├── ParkingServer.cs │ │ └── ParkingStatus.cs │ ├── PowerSlice │ │ ├── ArticleSlice.cs │ │ ├── BlockSlice.cs │ │ ├── BlogSlice.cs │ │ ├── EverythingSlice.cs │ │ ├── MyPagesSlice.cs │ │ ├── NewsSlice.cs │ │ └── PagesSlice.cs │ ├── QuickNavigator │ │ └── AddAdminMode.cs │ ├── Rendering │ │ ├── AlloyContentAreaRenderer.cs │ │ ├── ErrorHandlingContentRenderer.cs │ │ ├── IContainerPage.cs │ │ ├── ICustomCssInContentArea.cs │ │ ├── SiteViewEngine.cs │ │ └── TemplateCoordinator.cs │ ├── SearchService.cs │ ├── ServiceLocatorDependencyResolver.cs │ ├── SetupAdminAndUsersPage.cs │ ├── UIDescriptors │ │ ├── ArticlePageUIDescriptor.cs │ │ ├── BlogPageUIDescriptor.cs │ │ ├── ContainerPageUIDescriptor.cs │ │ ├── FileIconDescriptor.cs │ │ ├── FindPageUIDescriptor.cs │ │ └── WeatherBlockUIDescriptor.cs │ └── VisitorGroupUIStyling │ │ ├── OutputProcessorActionFilterAttribute.cs │ │ ├── OverrideVisitorGroupCss.cs │ │ └── OverrideVisitorGroupStylingInit.cs ├── ClientResources │ ├── Images │ │ └── icons │ │ │ ├── 16px │ │ │ ├── 0001-home.png │ │ │ ├── 0002-home2.png │ │ │ ├── 0003-home3.png │ │ │ ├── 0004-office.png │ │ │ ├── 0005-newspaper.png │ │ │ ├── 0006-pencil.png │ │ │ ├── 0007-pencil2.png │ │ │ ├── 0008-quill.png │ │ │ ├── 0009-pen.png │ │ │ ├── 0010-blog.png │ │ │ ├── 0011-eyedropper.png │ │ │ ├── 0012-droplet.png │ │ │ ├── 0013-paint-format.png │ │ │ ├── 0014-image.png │ │ │ ├── 0015-images.png │ │ │ ├── 0016-camera.png │ │ │ ├── 0017-headphones.png │ │ │ ├── 0018-music.png │ │ │ ├── 0019-play.png │ │ │ ├── 0020-film.png │ │ │ ├── 0021-video-camera.png │ │ │ ├── 0022-dice.png │ │ │ ├── 0023-pacman.png │ │ │ ├── 0024-spades.png │ │ │ ├── 0025-clubs.png │ │ │ ├── 0026-diamonds.png │ │ │ ├── 0027-bullhorn.png │ │ │ ├── 0028-connection.png │ │ │ ├── 0029-podcast.png │ │ │ ├── 0030-feed.png │ │ │ ├── 0031-mic.png │ │ │ ├── 0032-book.png │ │ │ ├── 0033-books.png │ │ │ ├── 0034-library.png │ │ │ ├── 0035-file-text.png │ │ │ ├── 0036-profile.png │ │ │ ├── 0037-file-empty.png │ │ │ ├── 0038-files-empty.png │ │ │ ├── 0039-file-text2.png │ │ │ ├── 0040-file-picture.png │ │ │ ├── 0041-file-music.png │ │ │ ├── 0042-file-play.png │ │ │ ├── 0043-file-video.png │ │ │ ├── 0044-file-zip.png │ │ │ ├── 0045-copy.png │ │ │ ├── 0046-paste.png │ │ │ ├── 0047-stack.png │ │ │ ├── 0048-folder.png │ │ │ ├── 0049-folder-open.png │ │ │ ├── 0050-folder-plus.png │ │ │ ├── 0051-folder-minus.png │ │ │ ├── 0052-folder-download.png │ │ │ ├── 0053-folder-upload.png │ │ │ ├── 0054-price-tag.png │ │ │ ├── 0055-price-tags.png │ │ │ ├── 0056-barcode.png │ │ │ ├── 0057-qrcode.png │ │ │ ├── 0058-ticket.png │ │ │ ├── 0059-cart.png │ │ │ ├── 0060-coin-dollar.png │ │ │ ├── 0061-coin-euro.png │ │ │ ├── 0062-coin-pound.png │ │ │ ├── 0063-coin-yen.png │ │ │ ├── 0064-credit-card.png │ │ │ ├── 0065-calculator.png │ │ │ ├── 0066-lifebuoy.png │ │ │ ├── 0067-phone.png │ │ │ ├── 0068-phone-hang-up.png │ │ │ ├── 0069-address-book.png │ │ │ ├── 0070-envelop.png │ │ │ ├── 0071-pushpin.png │ │ │ ├── 0072-location.png │ │ │ ├── 0073-location2.png │ │ │ ├── 0074-compass.png │ │ │ ├── 0075-compass2.png │ │ │ ├── 0076-map.png │ │ │ ├── 0077-map2.png │ │ │ ├── 0078-history.png │ │ │ ├── 0079-clock.png │ │ │ ├── 0080-clock2.png │ │ │ ├── 0081-alarm.png │ │ │ ├── 0082-bell.png │ │ │ ├── 0083-stopwatch.png │ │ │ ├── 0084-calendar.png │ │ │ ├── 0085-printer.png │ │ │ ├── 0086-keyboard.png │ │ │ ├── 0087-display.png │ │ │ ├── 0088-laptop.png │ │ │ ├── 0089-mobile.png │ │ │ ├── 0090-mobile2.png │ │ │ ├── 0091-tablet.png │ │ │ ├── 0092-tv.png │ │ │ ├── 0093-drawer.png │ │ │ ├── 0094-drawer2.png │ │ │ ├── 0095-box-add.png │ │ │ ├── 0096-box-remove.png │ │ │ ├── 0097-download.png │ │ │ ├── 0098-upload.png │ │ │ ├── 0099-floppy-disk.png │ │ │ ├── 0100-drive.png │ │ │ ├── 0101-database.png │ │ │ ├── 0102-undo.png │ │ │ ├── 0103-redo.png │ │ │ ├── 0104-undo2.png │ │ │ ├── 0105-redo2.png │ │ │ ├── 0106-forward.png │ │ │ ├── 0107-reply.png │ │ │ ├── 0108-bubble.png │ │ │ ├── 0109-bubbles.png │ │ │ ├── 0110-bubbles2.png │ │ │ ├── 0111-bubble2.png │ │ │ ├── 0112-bubbles3.png │ │ │ ├── 0113-bubbles4.png │ │ │ ├── 0114-user.png │ │ │ ├── 0115-users.png │ │ │ ├── 0116-user-plus.png │ │ │ ├── 0117-user-minus.png │ │ │ ├── 0118-user-check.png │ │ │ ├── 0119-user-tie.png │ │ │ ├── 0120-quotes-left.png │ │ │ ├── 0121-quotes-right.png │ │ │ ├── 0122-hour-glass.png │ │ │ ├── 0123-spinner.png │ │ │ ├── 0124-spinner2.png │ │ │ ├── 0125-spinner3.png │ │ │ ├── 0126-spinner4.png │ │ │ ├── 0127-spinner5.png │ │ │ ├── 0128-spinner6.png │ │ │ ├── 0129-spinner7.png │ │ │ ├── 0130-spinner8.png │ │ │ ├── 0131-spinner9.png │ │ │ ├── 0132-spinner10.png │ │ │ ├── 0133-spinner11.png │ │ │ ├── 0134-binoculars.png │ │ │ ├── 0135-search.png │ │ │ ├── 0136-zoom-in.png │ │ │ ├── 0137-zoom-out.png │ │ │ ├── 0138-enlarge.png │ │ │ ├── 0139-shrink.png │ │ │ ├── 0140-enlarge2.png │ │ │ ├── 0141-shrink2.png │ │ │ ├── 0142-key.png │ │ │ ├── 0143-key2.png │ │ │ ├── 0144-lock.png │ │ │ ├── 0145-unlocked.png │ │ │ ├── 0146-wrench.png │ │ │ ├── 0147-equalizer.png │ │ │ ├── 0148-equalizer2.png │ │ │ ├── 0149-cog.png │ │ │ ├── 0150-cogs.png │ │ │ ├── 0151-hammer.png │ │ │ ├── 0152-magic-wand.png │ │ │ ├── 0153-aid-kit.png │ │ │ ├── 0154-bug.png │ │ │ ├── 0155-pie-chart.png │ │ │ ├── 0156-stats-dots.png │ │ │ ├── 0157-stats-bars.png │ │ │ ├── 0158-stats-bars2.png │ │ │ ├── 0159-trophy.png │ │ │ ├── 0160-gift.png │ │ │ ├── 0161-glass.png │ │ │ ├── 0162-glass2.png │ │ │ ├── 0163-mug.png │ │ │ ├── 0164-spoon-knife.png │ │ │ ├── 0165-leaf.png │ │ │ ├── 0166-rocket.png │ │ │ ├── 0167-meter.png │ │ │ ├── 0168-meter2.png │ │ │ ├── 0169-hammer2.png │ │ │ ├── 0170-fire.png │ │ │ ├── 0171-lab.png │ │ │ ├── 0172-magnet.png │ │ │ ├── 0173-bin.png │ │ │ ├── 0174-bin2.png │ │ │ ├── 0175-briefcase.png │ │ │ ├── 0176-airplane.png │ │ │ ├── 0177-truck.png │ │ │ ├── 0178-road.png │ │ │ ├── 0179-accessibility.png │ │ │ ├── 0180-target.png │ │ │ ├── 0181-shield.png │ │ │ ├── 0182-power.png │ │ │ ├── 0183-switch.png │ │ │ ├── 0184-power-cord.png │ │ │ ├── 0185-clipboard.png │ │ │ ├── 0186-list-numbered.png │ │ │ ├── 0187-list.png │ │ │ ├── 0188-list2.png │ │ │ ├── 0189-tree.png │ │ │ ├── 0190-menu.png │ │ │ ├── 0191-menu2.png │ │ │ ├── 0192-menu3.png │ │ │ ├── 0193-menu4.png │ │ │ ├── 0194-cloud.png │ │ │ ├── 0195-cloud-download.png │ │ │ ├── 0196-cloud-upload.png │ │ │ ├── 0197-cloud-check.png │ │ │ ├── 0198-download2.png │ │ │ ├── 0199-upload2.png │ │ │ ├── 0200-download3.png │ │ │ ├── 0201-upload3.png │ │ │ ├── 0202-sphere.png │ │ │ ├── 0203-earth.png │ │ │ ├── 0204-link.png │ │ │ ├── 0205-flag.png │ │ │ ├── 0206-attachment.png │ │ │ ├── 0207-eye.png │ │ │ ├── 0208-eye-plus.png │ │ │ ├── 0209-eye-minus.png │ │ │ ├── 0210-eye-blocked.png │ │ │ ├── 0211-bookmark.png │ │ │ ├── 0212-bookmarks.png │ │ │ ├── 0213-sun.png │ │ │ ├── 0214-contrast.png │ │ │ ├── 0215-brightness-contrast.png │ │ │ ├── 0216-star-empty.png │ │ │ ├── 0217-star-half.png │ │ │ ├── 0218-star-full.png │ │ │ ├── 0219-heart.png │ │ │ ├── 0220-heart-broken.png │ │ │ ├── 0221-man.png │ │ │ ├── 0222-woman.png │ │ │ ├── 0223-man-woman.png │ │ │ ├── 0224-happy.png │ │ │ ├── 0225-happy2.png │ │ │ ├── 0226-smile.png │ │ │ ├── 0227-smile2.png │ │ │ ├── 0228-tongue.png │ │ │ ├── 0229-tongue2.png │ │ │ ├── 0230-sad.png │ │ │ ├── 0231-sad2.png │ │ │ ├── 0232-wink.png │ │ │ ├── 0233-wink2.png │ │ │ ├── 0234-grin.png │ │ │ ├── 0235-grin2.png │ │ │ ├── 0236-cool.png │ │ │ ├── 0237-cool2.png │ │ │ ├── 0238-angry.png │ │ │ ├── 0239-angry2.png │ │ │ ├── 0240-evil.png │ │ │ ├── 0241-evil2.png │ │ │ ├── 0242-shocked.png │ │ │ ├── 0243-shocked2.png │ │ │ ├── 0244-baffled.png │ │ │ ├── 0245-baffled2.png │ │ │ ├── 0246-confused.png │ │ │ ├── 0247-confused2.png │ │ │ ├── 0248-neutral.png │ │ │ ├── 0249-neutral2.png │ │ │ ├── 0250-hipster.png │ │ │ ├── 0251-hipster2.png │ │ │ ├── 0252-wondering.png │ │ │ ├── 0253-wondering2.png │ │ │ ├── 0254-sleepy.png │ │ │ ├── 0255-sleepy2.png │ │ │ ├── 0256-frustrated.png │ │ │ ├── 0257-frustrated2.png │ │ │ ├── 0258-crying.png │ │ │ ├── 0259-crying2.png │ │ │ ├── 0260-point-up.png │ │ │ ├── 0261-point-right.png │ │ │ ├── 0262-point-down.png │ │ │ ├── 0263-point-left.png │ │ │ ├── 0264-warning.png │ │ │ ├── 0265-notification.png │ │ │ ├── 0266-question.png │ │ │ ├── 0267-plus.png │ │ │ ├── 0268-minus.png │ │ │ ├── 0269-info.png │ │ │ ├── 0270-cancel-circle.png │ │ │ ├── 0271-blocked.png │ │ │ ├── 0272-cross.png │ │ │ ├── 0273-checkmark.png │ │ │ ├── 0274-checkmark2.png │ │ │ ├── 0275-spell-check.png │ │ │ ├── 0276-enter.png │ │ │ ├── 0277-exit.png │ │ │ ├── 0278-play2.png │ │ │ ├── 0279-pause.png │ │ │ ├── 0280-stop.png │ │ │ ├── 0281-previous.png │ │ │ ├── 0282-next.png │ │ │ ├── 0283-backward.png │ │ │ ├── 0284-forward2.png │ │ │ ├── 0285-play3.png │ │ │ ├── 0286-pause2.png │ │ │ ├── 0287-stop2.png │ │ │ ├── 0288-backward2.png │ │ │ ├── 0289-forward3.png │ │ │ ├── 0290-first.png │ │ │ ├── 0291-last.png │ │ │ ├── 0292-previous2.png │ │ │ ├── 0293-next2.png │ │ │ ├── 0294-eject.png │ │ │ ├── 0295-volume-high.png │ │ │ ├── 0296-volume-medium.png │ │ │ ├── 0297-volume-low.png │ │ │ ├── 0298-volume-mute.png │ │ │ ├── 0299-volume-mute2.png │ │ │ ├── 0300-volume-increase.png │ │ │ ├── 0301-volume-decrease.png │ │ │ ├── 0302-loop.png │ │ │ ├── 0303-loop2.png │ │ │ ├── 0304-infinite.png │ │ │ ├── 0305-shuffle.png │ │ │ ├── 0306-arrow-up-left.png │ │ │ ├── 0307-arrow-up.png │ │ │ ├── 0308-arrow-up-right.png │ │ │ ├── 0309-arrow-right.png │ │ │ ├── 0310-arrow-down-right.png │ │ │ ├── 0311-arrow-down.png │ │ │ ├── 0312-arrow-down-left.png │ │ │ ├── 0313-arrow-left.png │ │ │ ├── 0314-arrow-up-left2.png │ │ │ ├── 0315-arrow-up2.png │ │ │ ├── 0316-arrow-up-right2.png │ │ │ ├── 0317-arrow-right2.png │ │ │ ├── 0318-arrow-down-right2.png │ │ │ ├── 0319-arrow-down2.png │ │ │ ├── 0320-arrow-down-left2.png │ │ │ ├── 0321-arrow-left2.png │ │ │ ├── 0322-circle-up.png │ │ │ ├── 0323-circle-right.png │ │ │ ├── 0324-circle-down.png │ │ │ ├── 0325-circle-left.png │ │ │ ├── 0326-tab.png │ │ │ ├── 0327-move-up.png │ │ │ ├── 0328-move-down.png │ │ │ ├── 0329-sort-alpha-asc.png │ │ │ ├── 0330-sort-alpha-desc.png │ │ │ ├── 0331-sort-numeric-asc.png │ │ │ ├── 0332-sort-numberic-desc.png │ │ │ ├── 0333-sort-amount-asc.png │ │ │ ├── 0334-sort-amount-desc.png │ │ │ ├── 0335-command.png │ │ │ ├── 0336-shift.png │ │ │ ├── 0337-ctrl.png │ │ │ ├── 0338-opt.png │ │ │ ├── 0339-checkbox-checked.png │ │ │ ├── 0340-checkbox-unchecked.png │ │ │ ├── 0341-radio-checked.png │ │ │ ├── 0342-radio-checked2.png │ │ │ ├── 0343-radio-unchecked.png │ │ │ ├── 0344-crop.png │ │ │ ├── 0345-make-group.png │ │ │ ├── 0346-ungroup.png │ │ │ ├── 0347-scissors.png │ │ │ ├── 0348-filter.png │ │ │ ├── 0349-font.png │ │ │ ├── 0350-ligature.png │ │ │ ├── 0351-ligature2.png │ │ │ ├── 0352-text-height.png │ │ │ ├── 0353-text-width.png │ │ │ ├── 0354-font-size.png │ │ │ ├── 0355-bold.png │ │ │ ├── 0356-underline.png │ │ │ ├── 0357-italic.png │ │ │ ├── 0358-strikethrough.png │ │ │ ├── 0359-omega.png │ │ │ ├── 0360-sigma.png │ │ │ ├── 0361-page-break.png │ │ │ ├── 0362-superscript.png │ │ │ ├── 0363-subscript.png │ │ │ ├── 0364-superscript2.png │ │ │ ├── 0365-subscript2.png │ │ │ ├── 0366-text-color.png │ │ │ ├── 0367-pagebreak.png │ │ │ ├── 0368-clear-formatting.png │ │ │ ├── 0369-table.png │ │ │ ├── 0370-table2.png │ │ │ ├── 0371-insert-template.png │ │ │ ├── 0372-pilcrow.png │ │ │ ├── 0373-ltr.png │ │ │ ├── 0374-rtl.png │ │ │ ├── 0375-section.png │ │ │ ├── 0376-paragraph-left.png │ │ │ ├── 0377-paragraph-center.png │ │ │ ├── 0378-paragraph-right.png │ │ │ ├── 0379-paragraph-justify.png │ │ │ ├── 0380-indent-increase.png │ │ │ ├── 0381-indent-decrease.png │ │ │ ├── 0382-share.png │ │ │ ├── 0383-new-tab.png │ │ │ ├── 0384-embed.png │ │ │ ├── 0385-embed2.png │ │ │ ├── 0386-terminal.png │ │ │ ├── 0387-share2.png │ │ │ ├── 0388-mail.png │ │ │ ├── 0389-mail2.png │ │ │ ├── 0390-mail3.png │ │ │ ├── 0391-mail4.png │ │ │ ├── 0392-google.png │ │ │ ├── 0393-google-plus.png │ │ │ ├── 0394-google-plus2.png │ │ │ ├── 0395-google-plus3.png │ │ │ ├── 0396-google-drive.png │ │ │ ├── 0397-facebook.png │ │ │ ├── 0398-facebook2.png │ │ │ ├── 0399-facebook3.png │ │ │ ├── 0400-ello.png │ │ │ ├── 0401-instagram.png │ │ │ ├── 0402-twitter.png │ │ │ ├── 0403-twitter2.png │ │ │ ├── 0404-twitter3.png │ │ │ ├── 0405-feed2.png │ │ │ ├── 0406-feed3.png │ │ │ ├── 0407-feed4.png │ │ │ ├── 0408-youtube.png │ │ │ ├── 0409-youtube2.png │ │ │ ├── 0410-youtube3.png │ │ │ ├── 0411-youtube4.png │ │ │ ├── 0412-twitch.png │ │ │ ├── 0413-vimeo.png │ │ │ ├── 0414-vimeo2.png │ │ │ ├── 0415-vimeo3.png │ │ │ ├── 0416-lanyrd.png │ │ │ ├── 0417-flickr.png │ │ │ ├── 0418-flickr2.png │ │ │ ├── 0419-flickr3.png │ │ │ ├── 0420-flickr4.png │ │ │ ├── 0421-picassa.png │ │ │ ├── 0422-picassa2.png │ │ │ ├── 0423-dribbble.png │ │ │ ├── 0424-dribbble2.png │ │ │ ├── 0425-dribbble3.png │ │ │ ├── 0426-forrst.png │ │ │ ├── 0427-forrst2.png │ │ │ ├── 0428-deviantart.png │ │ │ ├── 0429-deviantart2.png │ │ │ ├── 0430-steam.png │ │ │ ├── 0431-steam2.png │ │ │ ├── 0432-dropbox.png │ │ │ ├── 0433-onedrive.png │ │ │ ├── 0434-github.png │ │ │ ├── 0435-github2.png │ │ │ ├── 0436-github3.png │ │ │ ├── 0437-github4.png │ │ │ ├── 0438-github5.png │ │ │ ├── 0439-wordpress.png │ │ │ ├── 0440-wordpress2.png │ │ │ ├── 0441-joomla.png │ │ │ ├── 0442-blogger.png │ │ │ ├── 0443-blogger2.png │ │ │ ├── 0444-tumblr.png │ │ │ ├── 0445-tumblr2.png │ │ │ ├── 0446-yahoo.png │ │ │ ├── 0447-tux.png │ │ │ ├── 0448-apple.png │ │ │ ├── 0449-finder.png │ │ │ ├── 0450-android.png │ │ │ ├── 0451-windows.png │ │ │ ├── 0452-windows8.png │ │ │ ├── 0453-soundcloud.png │ │ │ ├── 0454-soundcloud2.png │ │ │ ├── 0455-skype.png │ │ │ ├── 0456-reddit.png │ │ │ ├── 0457-linkedin.png │ │ │ ├── 0458-linkedin2.png │ │ │ ├── 0459-lastfm.png │ │ │ ├── 0460-lastfm2.png │ │ │ ├── 0461-delicious.png │ │ │ ├── 0462-stumbleupon.png │ │ │ ├── 0463-stumbleupon2.png │ │ │ ├── 0464-stackoverflow.png │ │ │ ├── 0465-pinterest.png │ │ │ ├── 0466-pinterest2.png │ │ │ ├── 0467-xing.png │ │ │ ├── 0468-xing2.png │ │ │ ├── 0469-flattr.png │ │ │ ├── 0470-foursquare.png │ │ │ ├── 0471-paypal.png │ │ │ ├── 0472-paypal2.png │ │ │ ├── 0473-paypal3.png │ │ │ ├── 0474-yelp.png │ │ │ ├── 0475-file-pdf.png │ │ │ ├── 0476-file-openoffice.png │ │ │ ├── 0477-file-word.png │ │ │ ├── 0478-file-excel.png │ │ │ ├── 0479-libreoffice.png │ │ │ ├── 0480-html5.png │ │ │ ├── 0481-html52.png │ │ │ ├── 0482-css3.png │ │ │ ├── 0483-git.png │ │ │ ├── 0484-svg.png │ │ │ ├── 0485-codepen.png │ │ │ ├── 0486-chrome.png │ │ │ ├── 0487-firefox.png │ │ │ ├── 0488-IE.png │ │ │ ├── 0489-opera.png │ │ │ ├── 0490-safari.png │ │ │ └── 0491-IcoMoon.png │ │ │ ├── layoutIcons24x24.png │ │ │ ├── pdf-icon16x16.png │ │ │ └── pdf-icon32x32.png │ └── Styles │ │ ├── ContentColabFix.css │ │ ├── ContentIcons.css │ │ ├── LayoutIcons.css │ │ └── Styles.css ├── Controllers │ ├── BlogItemController.cs │ ├── BlogListBlockController.cs │ ├── BlogStartPageController.cs │ ├── CarouselBlockController.cs │ ├── ClosestLocationBlockController.cs │ ├── ContactBlockController.cs │ ├── DefaultPageController.cs │ ├── EmployeeExpertiseController.cs │ ├── EmployeeLocationPageController.cs │ ├── EmployeeSearchPageController.cs │ ├── FindPageController.cs │ ├── ImageFileController.cs │ ├── ImageGalleryBlockController.cs │ ├── PageControllerBase.cs │ ├── PageListBlockController.cs │ ├── ParkingBlockController.cs │ ├── PollResultsBlockController.cs │ ├── PreviewController.cs │ ├── ProfilePageController.cs │ ├── RegisterController.cs │ ├── RssReaderBlockController.cs │ ├── SearchPageController.cs │ ├── StartPageController.cs │ ├── TagCloudBlockController.cs │ ├── VideoFileController.cs │ └── WeatherBlockController.cs ├── EPiServerLog.config ├── Global.asax ├── Global.asax.cs ├── Global.cs ├── Helpers │ ├── CategorizableExtensions.cs │ ├── GeoPosition.cs │ ├── HtmlHelpers.cs │ └── UrlHelpers.cs ├── Hunspellx64.dll ├── Hunspellx86.dll ├── Models │ ├── Blocks │ │ ├── BlogArchiveBlock.cs │ │ ├── BlogListBlock.cs │ │ ├── ButtonBlock.cs │ │ ├── CallToActionBlock.cs │ │ ├── CarouselBlock.cs │ │ ├── CarouselItemBlock.cs │ │ ├── ClosestLocationBlock.cs │ │ ├── ContactBlock.cs │ │ ├── EditorialBlock.cs │ │ ├── FacebookBlock.cs │ │ ├── FormBlock.cs │ │ ├── FormElements │ │ │ └── StyledTextBoxElementBlock.cs │ │ ├── HeroBlock.cs │ │ ├── ImageGalleryBlock.cs │ │ ├── JumbotronBlock.cs │ │ ├── LinkedInCompanyBlock.cs │ │ ├── PageListBlock.cs │ │ ├── ParkingBlock.cs │ │ ├── PollResultsBlock.cs │ │ ├── RssReaderBlock.cs │ │ ├── SiteBlockData.cs │ │ ├── SiteLogotypeBlock.cs │ │ ├── TagCloudBlock.cs │ │ ├── TeaserBlock.cs │ │ ├── TwitterBlock.cs │ │ ├── VimeoBlock.cs │ │ ├── WeatherBlock.cs │ │ └── YouTubeBlock.cs │ ├── Media │ │ ├── GenericMedia.cs │ │ ├── IFileProperties.cs │ │ ├── ImageFile.cs │ │ ├── PDFFile.cs │ │ └── VideoFile.cs │ ├── Pages │ │ ├── ArticlePage.cs │ │ ├── Blog │ │ │ ├── BlogItemPage.cs │ │ │ ├── BlogListPage.cs │ │ │ └── BlogStartPage.cs │ │ ├── ContactPage.cs │ │ ├── ContainerPage.cs │ │ ├── EmployeeExpertise.cs │ │ ├── EmployeeLocationPage.cs │ │ ├── EmployeePage.cs │ │ ├── EmployeeSearchPage.cs │ │ ├── FindPage.cs │ │ ├── IHasRelatedContent.cs │ │ ├── ISearchPage.cs │ │ ├── LandingPage.cs │ │ ├── LocationPage.cs │ │ ├── NewsPage.cs │ │ ├── ProductPage.cs │ │ ├── ProfilePage.cs │ │ ├── SearchPage.cs │ │ ├── SitePageData.cs │ │ ├── StandardPage.cs │ │ ├── StartPage.cs │ │ ├── ThreeColumnLandingPage.cs │ │ └── TwoColumnLandingPage.cs │ ├── SiteContentType.cs │ ├── SiteImageUrl.cs │ └── ViewModels │ │ ├── BlogItemPageModel.cs │ │ ├── BlogListModel.cs │ │ ├── CarouselViewModel.cs │ │ ├── ClosestLocationViewModel.cs │ │ ├── ContactBlockModel.cs │ │ ├── ContentRenderingErrorModel.cs │ │ ├── EmployeeSearchContentModel.cs │ │ ├── FindPageViewModel.cs │ │ ├── FindSearchContentModel.cs │ │ ├── IPageViewModel.cs │ │ ├── ImageViewModel.cs │ │ ├── LayoutModel.cs │ │ ├── PageListModel.cs │ │ ├── PageViewModel.cs │ │ ├── ParkingViewModel.cs │ │ ├── PollResultsBlockViewModel.cs │ │ ├── PreviewModel.cs │ │ ├── ProfilePageViewModel.cs │ │ ├── RssReaderBlockViewModel.cs │ │ ├── SearchContentModel.cs │ │ ├── SearchHit.cs │ │ ├── TagCloudModel.cs │ │ ├── VideoViewModel.cs │ │ └── WeatherBlockViewModel.cs ├── NotFound.aspx ├── Properties │ └── AssemblyInfo.cs ├── Startup.cs ├── Static │ ├── css │ │ ├── VisitorGroupUIOverrides.css │ │ ├── bootstrap-collapse.js │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap.css │ │ ├── editmode.css │ │ ├── editor.css │ │ ├── icons │ │ │ ├── alert.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right.png │ │ │ ├── email.png │ │ │ ├── message.png │ │ │ ├── name.png │ │ │ ├── postbox.png │ │ │ └── submit.png │ │ ├── media.css │ │ └── style.css │ ├── fancyapps-fancyBox-3a66a9b │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── demo │ │ │ ├── 1_b.jpg │ │ │ ├── 1_s.jpg │ │ │ ├── 2_b.jpg │ │ │ ├── 2_s.jpg │ │ │ ├── 3_b.jpg │ │ │ ├── 3_s.jpg │ │ │ ├── 4_b.jpg │ │ │ ├── 4_s.jpg │ │ │ ├── 5_b.jpg │ │ │ ├── 5_s.jpg │ │ │ ├── ajax.txt │ │ │ ├── iframe.html │ │ │ └── index.html │ │ ├── lib │ │ │ ├── jquery-1.7.2.min.js │ │ │ └── jquery.mousewheel-3.0.6.pack.js │ │ └── source │ │ │ ├── blank.gif │ │ │ ├── fancybox_loading.gif │ │ │ ├── fancybox_sprite.png │ │ │ ├── helpers │ │ │ ├── fancybox_buttons.png │ │ │ ├── jquery.fancybox-buttons.css │ │ │ ├── jquery.fancybox-buttons.js │ │ │ ├── jquery.fancybox-media.js │ │ │ ├── jquery.fancybox-thumbs.css │ │ │ └── jquery.fancybox-thumbs.js │ │ │ ├── jquery.fancybox.css │ │ │ ├── jquery.fancybox.js │ │ │ └── jquery.fancybox.pack.js │ ├── gfx │ │ ├── Multimedia-thumbnail.png │ │ ├── New_FDT_Press_Contact_.JPG │ │ ├── block-thumbnail-parking.png │ │ ├── block-type-thumbnail-rss.png │ │ ├── carouselbackground.png │ │ ├── contact.jpg │ │ ├── exampelspan4.png │ │ ├── experts.png │ │ ├── fallows-media-wide.jpg │ │ ├── icons │ │ │ ├── CMS-icon-index.png │ │ │ ├── blocks │ │ │ │ ├── CMS-icon-block-02.png │ │ │ │ ├── CMS-icon-block-03.png │ │ │ │ ├── CMS-icon-block-04.png │ │ │ │ ├── CMS-icon-block-05.png │ │ │ │ ├── CMS-icon-block-06.png │ │ │ │ ├── CMS-icon-block-07.png │ │ │ │ ├── CMS-icon-block-08.png │ │ │ │ ├── CMS-icon-block-09.png │ │ │ │ ├── CMS-icon-block-10.png │ │ │ │ ├── CMS-icon-block-11.png │ │ │ │ ├── CMS-icon-block-12.png │ │ │ │ ├── CMS-icon-block-13.png │ │ │ │ ├── CMS-icon-block-14.png │ │ │ │ ├── CMS-icon-block-15.png │ │ │ │ ├── CMS-icon-block-16.png │ │ │ │ ├── CMS-icon-block-17.png │ │ │ │ ├── CMS-icon-block-18.png │ │ │ │ ├── CMS-icon-block-19.png │ │ │ │ ├── CMS-icon-block-20.png │ │ │ │ ├── CMS-icon-block-21.png │ │ │ │ ├── CMS-icon-block-22.png │ │ │ │ ├── CMS-icon-block-23.png │ │ │ │ ├── CMS-icon-block-24.png │ │ │ │ ├── CMS-icon-block-25.png │ │ │ │ ├── CMS-icon-block-26.png │ │ │ │ ├── CMS-icon-block-27.png │ │ │ │ ├── CMS-icon-block-28.png │ │ │ │ └── CMS-icon-block-29.png │ │ │ └── pages │ │ │ │ ├── CMS-icon-page-02.png │ │ │ │ ├── CMS-icon-page-03.png │ │ │ │ ├── CMS-icon-page-04.png │ │ │ │ ├── CMS-icon-page-05.png │ │ │ │ ├── CMS-icon-page-06.png │ │ │ │ ├── CMS-icon-page-07.png │ │ │ │ ├── CMS-icon-page-08.png │ │ │ │ ├── CMS-icon-page-09.png │ │ │ │ ├── CMS-icon-page-10.png │ │ │ │ ├── CMS-icon-page-11.png │ │ │ │ ├── CMS-icon-page-12.png │ │ │ │ ├── CMS-icon-page-13.png │ │ │ │ ├── CMS-icon-page-14.png │ │ │ │ ├── CMS-icon-page-15.png │ │ │ │ ├── CMS-icon-page-16.png │ │ │ │ ├── CMS-icon-page-17.png │ │ │ │ ├── CMS-icon-page-18.png │ │ │ │ ├── CMS-icon-page-19.png │ │ │ │ ├── CMS-icon-page-20.png │ │ │ │ ├── CMS-icon-page-21.png │ │ │ │ ├── CMS-icon-page-22.png │ │ │ │ ├── CMS-icon-page-23.png │ │ │ │ ├── CMS-icon-page-24.png │ │ │ │ ├── CMS-icon-page-25.png │ │ │ │ ├── CMS-icon-page-26.png │ │ │ │ ├── CMS-icon-page-27.png │ │ │ │ └── CMS-icon-page-28.png │ │ ├── leader.png │ │ ├── leader2.png │ │ ├── logotype.png │ │ ├── meet.jpg │ │ ├── page-type-thumbnail-article.png │ │ ├── page-type-thumbnail-contact.png │ │ ├── page-type-thumbnail-landingpage-onecol.png │ │ ├── page-type-thumbnail-landingpage-threecol.png │ │ ├── page-type-thumbnail-landingpage-twocol.png │ │ ├── page-type-thumbnail-product.png │ │ ├── page-type-thumbnail-standard.png │ │ ├── page-type-thumbnail-weather.png │ │ ├── page-type-thumbnail.png │ │ ├── person.png │ │ ├── plan.jpg │ │ ├── play.png │ │ ├── playInactive.png │ │ ├── productLandingv2.png │ │ ├── searchbutton.png │ │ ├── searchbuttonsmall.png │ │ └── track.jpg │ ├── html │ │ └── error.htm │ ├── img │ │ ├── glyphicons-halflings-white.png │ │ └── glyphicons-halflings.png │ ├── js │ │ ├── bootstrap.js │ │ └── jquery.js │ ├── jwplayer │ │ ├── jwplayer.js │ │ ├── player.swf │ │ ├── preview.jpg │ │ └── video.mp4 │ └── lightbox │ │ ├── css │ │ └── jquery.lightbox-0.5.css │ │ ├── images │ │ ├── lightbox-blank.gif │ │ ├── lightbox-btn-close.gif │ │ ├── lightbox-btn-next.gif │ │ ├── lightbox-btn-prev.gif │ │ └── lightbox-ico-loading.gif │ │ ├── index.htm │ │ ├── js │ │ ├── jquery.js │ │ ├── jquery.lightbox-0.5.js │ │ ├── jquery.lightbox-0.5.min.js │ │ └── jquery.lightbox-0.5.pack.js │ │ └── photos │ │ ├── image1.jpg │ │ ├── image2.jpg │ │ ├── image3.jpg │ │ ├── image4.jpg │ │ ├── image5.jpg │ │ ├── thumb_image1.jpg │ │ ├── thumb_image2.jpg │ │ ├── thumb_image3.jpg │ │ ├── thumb_image4.jpg │ │ └── thumb_image5.jpg ├── Views │ ├── ArticlePage │ │ └── Index.cshtml │ ├── BlogItem │ │ ├── Full.cshtml │ │ └── Preview.cshtml │ ├── BlogItemPage │ │ └── Index.cshtml │ ├── BlogListBlock │ │ └── Index.cshtml │ ├── BlogListPage │ │ └── Index.cshtml │ ├── BlogStartPage │ │ └── Index.cshtml │ ├── ContactBlock │ │ └── Index.cshtml │ ├── EmployeeExpertise │ │ └── Index.cshtml │ ├── EmployeeLocationPage │ │ └── Index.cshtml │ ├── EmployeePage │ │ └── Index.cshtml │ ├── EmployeeSearchPage │ │ └── Index.cshtml │ ├── FindPage │ │ └── Index.cshtml │ ├── ImageFile │ │ └── Index.cshtml │ ├── ImageGalleryBlock │ │ └── Index.cshtml │ ├── LandingPage │ │ └── Index.cshtml │ ├── LocationPage │ │ └── Index.cshtml │ ├── NewsPage │ │ └── Index.cshtml │ ├── PageListBlock │ │ └── Index.cshtml │ ├── ParkingBlock │ │ └── Index.cshtml │ ├── PollResultsBlock │ │ └── Index.cshtml │ ├── Preview │ │ └── Index.cshtml │ ├── ProductPage │ │ └── Index.cshtml │ ├── ProfilePage │ │ └── Index.cshtml │ ├── RssReaderBlock │ │ └── Index.cshtml │ ├── SearchPage │ │ └── Index.cshtml │ ├── Shared │ │ ├── Blocks │ │ │ ├── BlogArchiveBlock.cshtml │ │ │ ├── ButtonBlock.cshtml │ │ │ ├── CallToActionBlock.cshtml │ │ │ ├── Carousel.cshtml │ │ │ ├── CarouselItemBlock.cshtml │ │ │ ├── ClosestLocation.cshtml │ │ │ ├── ClosestLocationBlock.cshtml │ │ │ ├── EditorialBlock.cshtml │ │ │ ├── FacebookBlockNarrow.cshtml │ │ │ ├── FormBlock.cshtml │ │ │ ├── HeroBlock.cshtml │ │ │ ├── JumbotronBlockWide.cshtml │ │ │ ├── LinkedInCompanyBlockNarrow.cshtml │ │ │ ├── NoRenderer.cshtml │ │ │ ├── PDFFile.cshtml │ │ │ ├── SiteLogotypeBlock.cshtml │ │ │ ├── TeaserBlock.cshtml │ │ │ ├── TeaserBlockWide.cshtml │ │ │ ├── TwitterBlockNarrow.cshtml │ │ │ ├── VimeoBlock.cshtml │ │ │ ├── WeatherDisplay.cshtml │ │ │ └── YouTubeBlock.cshtml │ │ ├── Breadcrumbs.cshtml │ │ ├── DisplayTemplates │ │ │ ├── ContactPage.cshtml │ │ │ ├── DateTime.cshtml │ │ │ ├── Image.cshtml │ │ │ └── StringsCollection.cshtml │ │ ├── ElementBlocks │ │ │ ├── StyledTextBoxElementBlock.cshtml │ │ │ └── Web.config │ │ ├── Footer.cshtml │ │ ├── Header.cshtml │ │ ├── LanguageSelector.cshtml │ │ ├── Layouts │ │ │ ├── _LeftNavigation.cshtml │ │ │ ├── _Root.cshtml │ │ │ └── _TwoPlusOne.cshtml │ │ ├── PagePartials │ │ │ ├── ContactPage.cshtml │ │ │ ├── ContactPageWide.cshtml │ │ │ ├── Page.cshtml │ │ │ └── PageWide.cshtml │ │ ├── Readonly.cshtml │ │ ├── SubNavigation.cshtml │ │ ├── TemplateError.cshtml │ │ └── TemplateHint.cshtml │ ├── StandardPage │ │ └── Index.cshtml │ ├── StartPage │ │ └── Index.cshtml │ ├── TagCloudBlock │ │ └── Index.cshtml │ ├── ThreeColumnLandingPage │ │ └── Index.cshtml │ ├── TwoColumnLandingPage │ │ └── Index.cshtml │ ├── VideoFile │ │ └── Index.cshtml │ ├── Web.config │ └── _viewstart.cshtml ├── Web.Debug.config ├── Web.Release.config ├── Web.config ├── config │ └── imageprocessor │ │ ├── cache.config │ │ ├── processing.config │ │ └── security.config ├── favicon.ico ├── module.config ├── modules │ ├── AppleWatchChannel │ │ ├── ClientResources │ │ │ └── AppleWatch │ │ │ │ ├── AppleWatch.css │ │ │ │ └── applewatch.png │ │ ├── Views │ │ │ ├── Pages │ │ │ │ └── AppleWatch.cshtml │ │ │ └── web.config │ │ └── module.config │ ├── Geta.SEO.Sitemaps │ │ └── AdminManageSitemap.aspx │ ├── POSSIBLE.RobotsTxtHandler │ │ └── Views │ │ │ ├── RobotsTxtAdmin │ │ │ └── Index.aspx │ │ │ └── Shared │ │ │ └── AdminPlugin.Master │ ├── TextTVChannel │ │ ├── ClientResources │ │ │ └── TextTV │ │ │ │ ├── TextTv.css │ │ │ │ ├── texttv-background.png │ │ │ │ └── texttv.png │ │ ├── Views │ │ │ ├── Pages │ │ │ │ └── TextTV.cshtml │ │ │ └── web.config │ │ └── module.config │ └── _protected │ │ ├── BVNetwork.404Handler │ │ └── BVNetwork.404Handler.zip │ │ ├── CMS │ │ ├── CMS.zip │ │ └── web.config │ │ ├── DbLocalizationProvider.AdminUI.EPiServer │ │ ├── DbLocalizationProvider.AdminUI.EPiServer.zip │ │ └── web.config │ │ ├── EPiServer.Cms.AddOns.Blocks │ │ ├── EPiServer.Cms.AddOns.Blocks.zip │ │ └── module.config │ │ ├── EPiServer.Cms.TinyMce │ │ ├── EPiServer.Cms.TinyMce.zip │ │ └── web.config │ │ ├── EPiServer.Forms.Samples │ │ ├── 3.5.0 │ │ │ └── ClientResources │ │ │ │ ├── Criteria │ │ │ │ └── SubmittedValue.js │ │ │ │ ├── ViewMode │ │ │ │ ├── AddressesElementBlock.js │ │ │ │ ├── DateTimeElementBlock.js │ │ │ │ ├── EPiServerFormsSamples.css │ │ │ │ ├── EPiServerFormsSamples.js │ │ │ │ ├── RecaptchaElementBlock.js │ │ │ │ ├── datetimepicker.modified.js │ │ │ │ ├── images │ │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ │ │ ├── ui-icons_ef8c08_256x240.png │ │ │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ │ ├── jquery-ui.min.css │ │ │ │ ├── jquery-ui.modified.js │ │ │ │ ├── jquery-ui.structure.min.css │ │ │ │ └── jquery-ui.theme.min.css │ │ │ │ └── epi-formssamples │ │ │ │ ├── FormsSamplesModule.js │ │ │ │ └── themes │ │ │ │ └── sleek │ │ │ │ ├── FormsSamples.css │ │ │ │ └── images │ │ │ │ ├── contenttypes │ │ │ │ ├── AddressesElementBlock.png │ │ │ │ ├── DateTimeElementBlock.png │ │ │ │ ├── DateTimeRangeElementBlock.png │ │ │ │ └── RecaptchaElementBlock.png │ │ │ │ └── formIcons16x16.png │ │ ├── EmbeddedLangFiles │ │ │ ├── EPiServer.Forms.Samples_DA.xml │ │ │ ├── EPiServer.Forms.Samples_DE.xml │ │ │ ├── EPiServer.Forms.Samples_EN.xml │ │ │ ├── EPiServer.Forms.Samples_ES.xml │ │ │ ├── EPiServer.Forms.Samples_FI.xml │ │ │ ├── EPiServer.Forms.Samples_FR.xml │ │ │ ├── EPiServer.Forms.Samples_IT.xml │ │ │ ├── EPiServer.Forms.Samples_JA.xml │ │ │ ├── EPiServer.Forms.Samples_NL.xml │ │ │ ├── EPiServer.Forms.Samples_NO.xml │ │ │ ├── EPiServer.Forms.Samples_SV.xml │ │ │ └── EPiServer.Forms.Samples_ZH.xml │ │ ├── Views │ │ │ ├── ElementBlocks │ │ │ │ ├── AddressesElementBlock.ascx │ │ │ │ ├── DateTimeElementBlock.ascx │ │ │ │ ├── DateTimeRangeElementBlock.ascx │ │ │ │ ├── RecaptchaElementBlock.ascx │ │ │ │ └── Web.config │ │ │ └── Shared │ │ │ │ └── EditorTemplates │ │ │ │ └── FormModel.ascx │ │ └── module.config │ │ ├── EPiServer.Forms.UI │ │ ├── EPiServer.Forms.UI.zip │ │ └── module.config │ │ ├── EPiServer.Forms │ │ ├── EPiServer.Forms.zip │ │ ├── Forms.config │ │ └── Views │ │ │ └── ElementBlocks │ │ │ └── Web.config │ │ ├── EPiServer.GoogleAnalytics │ │ ├── EPiServer.GoogleAnalytics.zip │ │ ├── EPiServerGoogleAnalytics.config │ │ └── Views │ │ │ └── Web.config │ │ ├── EPiServer.Labs.LanguageManager │ │ ├── EPiServer.Labs.LanguageManager.zip │ │ ├── EPiServer.LanguageManager.config │ │ └── module.config │ │ ├── EPiServer.Marketing.Testing │ │ └── EPiServer.Marketing.Testing.zip │ │ ├── EPiServer.Social │ │ ├── EPiServer.Social.zip │ │ ├── EPiServerSocial.config │ │ ├── Views │ │ │ └── Web.config │ │ └── module.config │ │ ├── EPiServer.TinyMCESpellChecker │ │ ├── EPiServer.TinyMCESpellChecker.zip │ │ └── module.config │ │ ├── EPiServer.VisitorGroupsCriteriaPack │ │ └── EPiServer.VisitorGroupsCriteriaPack.zip │ │ ├── ImageProcessor.Web.Episerver.UI │ │ ├── ImageProcessor.Web.Episerver.UI.zip │ │ ├── Views │ │ │ └── ProcessImageBlock.cshtml │ │ ├── Web.config │ │ ├── ipepi.png │ │ └── module.config │ │ ├── Shell │ │ ├── Shell.zip │ │ └── web.config │ │ ├── TedGustaf.Episerver.GoogleMapsEditor │ │ ├── TedGustaf.Episerver.GoogleMapsEditor.zip │ │ ├── module.config │ │ └── readme.txt │ │ └── repository.config └── packages.config └── WeatherService ├── ApiConstants.cs ├── Enums.cs ├── Epoch2Datetime.cs ├── Models ├── City.cs ├── Clouds.cs ├── Coordinates.cs ├── CurrentWeather.cs ├── CurrentWeatherData.cs ├── ForecastItem.cs ├── ForecastWeatherData.cs ├── Main.cs ├── Rain.cs ├── Snow.cs ├── Sys.cs ├── Weather.cs └── Wind.cs ├── OpenWeathermapApiClient.cs ├── Properties └── AssemblyInfo.cs ├── WeatherService.csproj ├── app.config └── packages.config /Release Notes/GoogleMaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/Release Notes/GoogleMaps.png -------------------------------------------------------------------------------- /Release Notes/IISBindings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/Release Notes/IISBindings.png -------------------------------------------------------------------------------- /Release Notes/LoadUserProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/Release Notes/LoadUserProfile.png -------------------------------------------------------------------------------- /Release Notes/ManageWebsites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/Release Notes/ManageWebsites.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/App_Data/EPiServerDB_aefc3fcd.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/App_Data/EPiServerDB_aefc3fcd.mdf -------------------------------------------------------------------------------- /src/AlloyDemoKit/App_Data/EPiServerDB_aefc3fcd_log.ldf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/App_Data/EPiServerDB_aefc3fcd_log.ldf -------------------------------------------------------------------------------- /src/AlloyDemoKit/App_Data/GeoLiteCity.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/App_Data/GeoLiteCity.dat -------------------------------------------------------------------------------- /src/AlloyDemoKit/App_Data/alloydemokit.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/App_Data/alloydemokit.mdf -------------------------------------------------------------------------------- /src/AlloyDemoKit/App_Data/alloydemokit_log.ldf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/App_Data/alloydemokit_log.ldf -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0001-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0001-home.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0002-home2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0002-home2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0003-home3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0003-home3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0004-office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0004-office.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0005-newspaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0005-newspaper.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0006-pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0006-pencil.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0007-pencil2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0007-pencil2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0008-quill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0008-quill.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0009-pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0009-pen.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0010-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0010-blog.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0011-eyedropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0011-eyedropper.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0012-droplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0012-droplet.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0013-paint-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0013-paint-format.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0014-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0014-image.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0015-images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0015-images.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0016-camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0016-camera.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0017-headphones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0017-headphones.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0018-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0018-music.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0019-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0019-play.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0020-film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0020-film.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0021-video-camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0021-video-camera.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0022-dice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0022-dice.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0023-pacman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0023-pacman.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0024-spades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0024-spades.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0025-clubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0025-clubs.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0026-diamonds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0026-diamonds.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0027-bullhorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0027-bullhorn.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0028-connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0028-connection.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0029-podcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0029-podcast.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0030-feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0030-feed.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0031-mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0031-mic.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0032-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0032-book.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0033-books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0033-books.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0034-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0034-library.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0035-file-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0035-file-text.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0036-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0036-profile.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0037-file-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0037-file-empty.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0038-files-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0038-files-empty.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0039-file-text2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0039-file-text2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0040-file-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0040-file-picture.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0041-file-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0041-file-music.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0042-file-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0042-file-play.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0043-file-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0043-file-video.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0044-file-zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0044-file-zip.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0045-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0045-copy.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0046-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0046-paste.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0047-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0047-stack.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0048-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0048-folder.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0049-folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0049-folder-open.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0050-folder-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0050-folder-plus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0051-folder-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0051-folder-minus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0052-folder-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0052-folder-download.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0053-folder-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0053-folder-upload.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0054-price-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0054-price-tag.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0055-price-tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0055-price-tags.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0056-barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0056-barcode.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0057-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0057-qrcode.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0058-ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0058-ticket.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0059-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0059-cart.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0060-coin-dollar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0060-coin-dollar.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0061-coin-euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0061-coin-euro.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0062-coin-pound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0062-coin-pound.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0063-coin-yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0063-coin-yen.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0064-credit-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0064-credit-card.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0065-calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0065-calculator.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0066-lifebuoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0066-lifebuoy.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0067-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0067-phone.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0068-phone-hang-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0068-phone-hang-up.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0069-address-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0069-address-book.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0070-envelop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0070-envelop.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0071-pushpin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0071-pushpin.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0072-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0072-location.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0073-location2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0073-location2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0074-compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0074-compass.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0075-compass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0075-compass2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0076-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0076-map.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0077-map2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0077-map2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0078-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0078-history.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0079-clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0079-clock.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0080-clock2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0080-clock2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0081-alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0081-alarm.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0082-bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0082-bell.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0083-stopwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0083-stopwatch.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0084-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0084-calendar.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0085-printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0085-printer.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0086-keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0086-keyboard.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0087-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0087-display.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0088-laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0088-laptop.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0089-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0089-mobile.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0090-mobile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0090-mobile2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0091-tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0091-tablet.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0092-tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0092-tv.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0093-drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0093-drawer.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0094-drawer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0094-drawer2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0095-box-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0095-box-add.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0096-box-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0096-box-remove.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0097-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0097-download.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0098-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0098-upload.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0099-floppy-disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0099-floppy-disk.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0100-drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0100-drive.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0101-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0101-database.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0102-undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0102-undo.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0103-redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0103-redo.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0104-undo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0104-undo2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0105-redo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0105-redo2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0106-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0106-forward.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0107-reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0107-reply.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0108-bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0108-bubble.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0109-bubbles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0109-bubbles.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0110-bubbles2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0110-bubbles2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0111-bubble2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0111-bubble2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0112-bubbles3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0112-bubbles3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0113-bubbles4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0113-bubbles4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0114-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0114-user.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0115-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0115-users.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0116-user-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0116-user-plus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0117-user-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0117-user-minus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0118-user-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0118-user-check.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0119-user-tie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0119-user-tie.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0120-quotes-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0120-quotes-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0121-quotes-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0121-quotes-right.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0122-hour-glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0122-hour-glass.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0123-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0123-spinner.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0124-spinner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0124-spinner2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0125-spinner3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0125-spinner3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0126-spinner4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0126-spinner4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0127-spinner5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0127-spinner5.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0128-spinner6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0128-spinner6.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0129-spinner7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0129-spinner7.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0130-spinner8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0130-spinner8.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0131-spinner9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0131-spinner9.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0132-spinner10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0132-spinner10.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0133-spinner11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0133-spinner11.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0134-binoculars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0134-binoculars.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0135-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0135-search.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0136-zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0136-zoom-in.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0137-zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0137-zoom-out.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0138-enlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0138-enlarge.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0139-shrink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0139-shrink.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0140-enlarge2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0140-enlarge2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0141-shrink2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0141-shrink2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0142-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0142-key.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0143-key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0143-key2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0144-lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0144-lock.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0145-unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0145-unlocked.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0146-wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0146-wrench.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0147-equalizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0147-equalizer.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0148-equalizer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0148-equalizer2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0149-cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0149-cog.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0150-cogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0150-cogs.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0151-hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0151-hammer.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0152-magic-wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0152-magic-wand.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0153-aid-kit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0153-aid-kit.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0154-bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0154-bug.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0155-pie-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0155-pie-chart.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0156-stats-dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0156-stats-dots.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0157-stats-bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0157-stats-bars.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0158-stats-bars2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0158-stats-bars2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0159-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0159-trophy.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0160-gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0160-gift.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0161-glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0161-glass.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0162-glass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0162-glass2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0163-mug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0163-mug.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0164-spoon-knife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0164-spoon-knife.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0165-leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0165-leaf.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0166-rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0166-rocket.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0167-meter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0167-meter.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0168-meter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0168-meter2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0169-hammer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0169-hammer2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0170-fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0170-fire.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0171-lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0171-lab.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0172-magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0172-magnet.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0173-bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0173-bin.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0174-bin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0174-bin2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0175-briefcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0175-briefcase.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0176-airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0176-airplane.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0177-truck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0177-truck.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0178-road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0178-road.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0179-accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0179-accessibility.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0180-target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0180-target.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0181-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0181-shield.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0182-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0182-power.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0183-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0183-switch.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0184-power-cord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0184-power-cord.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0185-clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0185-clipboard.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0186-list-numbered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0186-list-numbered.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0187-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0187-list.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0188-list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0188-list2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0189-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0189-tree.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0190-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0190-menu.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0191-menu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0191-menu2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0192-menu3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0192-menu3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0193-menu4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0193-menu4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0194-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0194-cloud.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0195-cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0195-cloud-download.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0196-cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0196-cloud-upload.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0197-cloud-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0197-cloud-check.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0198-download2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0198-download2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0199-upload2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0199-upload2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0200-download3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0200-download3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0201-upload3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0201-upload3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0202-sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0202-sphere.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0203-earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0203-earth.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0204-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0204-link.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0205-flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0205-flag.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0206-attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0206-attachment.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0207-eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0207-eye.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0208-eye-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0208-eye-plus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0209-eye-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0209-eye-minus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0210-eye-blocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0210-eye-blocked.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0211-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0211-bookmark.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0212-bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0212-bookmarks.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0213-sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0213-sun.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0214-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0214-contrast.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0216-star-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0216-star-empty.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0217-star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0217-star-half.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0218-star-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0218-star-full.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0219-heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0219-heart.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0220-heart-broken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0220-heart-broken.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0221-man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0221-man.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0222-woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0222-woman.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0223-man-woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0223-man-woman.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0224-happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0224-happy.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0225-happy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0225-happy2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0226-smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0226-smile.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0227-smile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0227-smile2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0228-tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0228-tongue.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0229-tongue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0229-tongue2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0230-sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0230-sad.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0231-sad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0231-sad2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0232-wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0232-wink.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0233-wink2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0233-wink2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0234-grin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0234-grin.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0235-grin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0235-grin2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0236-cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0236-cool.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0237-cool2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0237-cool2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0238-angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0238-angry.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0239-angry2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0239-angry2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0240-evil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0240-evil.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0241-evil2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0241-evil2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0242-shocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0242-shocked.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0243-shocked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0243-shocked2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0244-baffled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0244-baffled.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0245-baffled2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0245-baffled2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0246-confused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0246-confused.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0247-confused2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0247-confused2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0248-neutral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0248-neutral.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0249-neutral2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0249-neutral2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0250-hipster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0250-hipster.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0251-hipster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0251-hipster2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0252-wondering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0252-wondering.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0253-wondering2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0253-wondering2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0254-sleepy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0254-sleepy.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0255-sleepy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0255-sleepy2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0256-frustrated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0256-frustrated.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0257-frustrated2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0257-frustrated2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0258-crying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0258-crying.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0259-crying2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0259-crying2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0260-point-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0260-point-up.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0261-point-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0261-point-right.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0262-point-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0262-point-down.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0263-point-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0263-point-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0264-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0264-warning.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0265-notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0265-notification.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0266-question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0266-question.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0267-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0267-plus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0268-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0268-minus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0269-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0269-info.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0270-cancel-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0270-cancel-circle.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0271-blocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0271-blocked.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0272-cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0272-cross.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0273-checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0273-checkmark.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0274-checkmark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0274-checkmark2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0275-spell-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0275-spell-check.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0276-enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0276-enter.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0277-exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0277-exit.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0278-play2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0278-play2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0279-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0279-pause.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0280-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0280-stop.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0281-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0281-previous.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0282-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0282-next.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0283-backward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0283-backward.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0284-forward2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0284-forward2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0285-play3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0285-play3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0286-pause2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0286-pause2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0287-stop2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0287-stop2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0288-backward2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0288-backward2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0289-forward3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0289-forward3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0290-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0290-first.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0291-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0291-last.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0292-previous2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0292-previous2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0293-next2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0293-next2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0294-eject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0294-eject.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0295-volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0295-volume-high.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0296-volume-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0296-volume-medium.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0297-volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0297-volume-low.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0298-volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0298-volume-mute.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0299-volume-mute2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0299-volume-mute2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0300-volume-increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0300-volume-increase.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0301-volume-decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0301-volume-decrease.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0302-loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0302-loop.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0303-loop2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0303-loop2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0304-infinite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0304-infinite.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0305-shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0305-shuffle.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0306-arrow-up-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0306-arrow-up-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0307-arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0307-arrow-up.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0308-arrow-up-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0308-arrow-up-right.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0309-arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0309-arrow-right.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0311-arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0311-arrow-down.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0313-arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0313-arrow-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0314-arrow-up-left2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0314-arrow-up-left2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0315-arrow-up2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0315-arrow-up2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0317-arrow-right2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0317-arrow-right2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0319-arrow-down2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0319-arrow-down2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0321-arrow-left2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0321-arrow-left2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0322-circle-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0322-circle-up.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0323-circle-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0323-circle-right.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0324-circle-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0324-circle-down.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0325-circle-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0325-circle-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0326-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0326-tab.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0327-move-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0327-move-up.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0328-move-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0328-move-down.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0329-sort-alpha-asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0329-sort-alpha-asc.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0335-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0335-command.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0336-shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0336-shift.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0337-ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0337-ctrl.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0338-opt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0338-opt.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0341-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0341-radio-checked.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0342-radio-checked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0342-radio-checked2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0344-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0344-crop.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0345-make-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0345-make-group.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0346-ungroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0346-ungroup.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0347-scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0347-scissors.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0348-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0348-filter.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0349-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0349-font.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0350-ligature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0350-ligature.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0351-ligature2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0351-ligature2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0352-text-height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0352-text-height.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0353-text-width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0353-text-width.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0354-font-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0354-font-size.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0355-bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0355-bold.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0356-underline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0356-underline.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0357-italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0357-italic.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0358-strikethrough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0358-strikethrough.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0359-omega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0359-omega.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0360-sigma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0360-sigma.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0361-page-break.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0361-page-break.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0362-superscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0362-superscript.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0363-subscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0363-subscript.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0364-superscript2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0364-superscript2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0365-subscript2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0365-subscript2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0366-text-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0366-text-color.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0367-pagebreak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0367-pagebreak.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0369-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0369-table.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0370-table2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0370-table2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0372-pilcrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0372-pilcrow.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0373-ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0373-ltr.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0374-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0374-rtl.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0375-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0375-section.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0376-paragraph-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0376-paragraph-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0382-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0382-share.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0383-new-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0383-new-tab.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0384-embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0384-embed.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0385-embed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0385-embed2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0386-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0386-terminal.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0387-share2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0387-share2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0388-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0388-mail.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0389-mail2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0389-mail2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0390-mail3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0390-mail3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0391-mail4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0391-mail4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0392-google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0392-google.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0393-google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0393-google-plus.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0394-google-plus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0394-google-plus2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0395-google-plus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0395-google-plus3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0396-google-drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0396-google-drive.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0397-facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0397-facebook.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0398-facebook2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0398-facebook2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0399-facebook3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0399-facebook3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0400-ello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0400-ello.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0401-instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0401-instagram.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0402-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0402-twitter.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0403-twitter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0403-twitter2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0404-twitter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0404-twitter3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0405-feed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0405-feed2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0406-feed3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0406-feed3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0407-feed4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0407-feed4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0408-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0408-youtube.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0409-youtube2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0409-youtube2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0410-youtube3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0410-youtube3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0411-youtube4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0411-youtube4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0412-twitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0412-twitch.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0413-vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0413-vimeo.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0414-vimeo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0414-vimeo2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0415-vimeo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0415-vimeo3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0416-lanyrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0416-lanyrd.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0417-flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0417-flickr.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0418-flickr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0418-flickr2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0419-flickr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0419-flickr3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0420-flickr4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0420-flickr4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0421-picassa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0421-picassa.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0422-picassa2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0422-picassa2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0423-dribbble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0423-dribbble.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0424-dribbble2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0424-dribbble2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0425-dribbble3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0425-dribbble3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0426-forrst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0426-forrst.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0427-forrst2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0427-forrst2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0428-deviantart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0428-deviantart.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0429-deviantart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0429-deviantart2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0430-steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0430-steam.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0431-steam2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0431-steam2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0432-dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0432-dropbox.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0433-onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0433-onedrive.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0434-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0434-github.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0435-github2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0435-github2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0436-github3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0436-github3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0437-github4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0437-github4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0438-github5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0438-github5.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0439-wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0439-wordpress.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0440-wordpress2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0440-wordpress2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0441-joomla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0441-joomla.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0442-blogger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0442-blogger.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0443-blogger2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0443-blogger2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0444-tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0444-tumblr.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0445-tumblr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0445-tumblr2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0446-yahoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0446-yahoo.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0447-tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0447-tux.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0448-apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0448-apple.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0449-finder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0449-finder.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0450-android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0450-android.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0451-windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0451-windows.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0452-windows8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0452-windows8.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0453-soundcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0453-soundcloud.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0454-soundcloud2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0454-soundcloud2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0455-skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0455-skype.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0456-reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0456-reddit.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0457-linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0457-linkedin.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0458-linkedin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0458-linkedin2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0459-lastfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0459-lastfm.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0460-lastfm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0460-lastfm2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0461-delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0461-delicious.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0462-stumbleupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0462-stumbleupon.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0463-stumbleupon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0463-stumbleupon2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0464-stackoverflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0464-stackoverflow.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0465-pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0465-pinterest.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0466-pinterest2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0466-pinterest2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0467-xing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0467-xing.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0468-xing2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0468-xing2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0469-flattr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0469-flattr.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0470-foursquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0470-foursquare.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0471-paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0471-paypal.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0472-paypal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0472-paypal2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0473-paypal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0473-paypal3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0474-yelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0474-yelp.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0475-file-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0475-file-pdf.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0477-file-word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0477-file-word.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0478-file-excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0478-file-excel.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0479-libreoffice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0479-libreoffice.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0480-html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0480-html5.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0481-html52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0481-html52.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0482-css3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0482-css3.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0483-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0483-git.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0484-svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0484-svg.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0485-codepen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0485-codepen.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0486-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0486-chrome.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0487-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0487-firefox.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0488-IE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0488-IE.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0489-opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0489-opera.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0490-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0490-safari.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/16px/0491-IcoMoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/16px/0491-IcoMoon.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/layoutIcons24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/layoutIcons24x24.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/pdf-icon16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/pdf-icon16x16.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Images/icons/pdf-icon32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/ClientResources/Images/icons/pdf-icon32x32.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/ClientResources/Styles/ContentColabFix.css: -------------------------------------------------------------------------------- 1 | /*Fix the content collaboration UI bug*/ 2 | div.epi-comment-container span[title*="Comment on"] { display: none !important; } 3 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Language="C#" Inherits="AlloyDemoKit.EPiServerApplication" %> -------------------------------------------------------------------------------- /src/AlloyDemoKit/Hunspellx64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Hunspellx64.dll -------------------------------------------------------------------------------- /src/AlloyDemoKit/Hunspellx86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Hunspellx86.dll -------------------------------------------------------------------------------- /src/AlloyDemoKit/Models/Media/IFileProperties.cs: -------------------------------------------------------------------------------- 1 | namespace AlloyDemoKit.Models.Media 2 | { 3 | public interface IFileProperties 4 | { 5 | string FileSize { get; set; } 6 | } 7 | } -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/alert.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/arrow-left.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/arrow-right.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/email.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/message.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/name.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/postbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/postbox.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/css/icons/submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/css/icons/submit.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/1_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/1_b.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/1_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/1_s.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/2_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/2_b.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/2_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/2_s.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/3_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/3_b.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/3_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/3_s.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/4_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/4_b.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/4_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/4_s.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/5_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/5_b.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/5_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/demo/5_s.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/source/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/fancyapps-fancyBox-3a66a9b/source/blank.gif -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/Multimedia-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/Multimedia-thumbnail.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/New_FDT_Press_Contact_.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/New_FDT_Press_Contact_.JPG -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/block-thumbnail-parking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/block-thumbnail-parking.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/block-type-thumbnail-rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/block-type-thumbnail-rss.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/carouselbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/carouselbackground.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/contact.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/exampelspan4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/exampelspan4.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/experts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/experts.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/fallows-media-wide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/fallows-media-wide.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/CMS-icon-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/CMS-icon-index.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-02.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-03.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-04.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-05.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-06.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-07.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-08.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-09.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-10.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-11.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-12.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-13.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-14.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-15.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-16.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-17.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-18.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-19.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-20.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-21.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-22.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-23.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-24.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-25.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-26.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-27.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-28.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/blocks/CMS-icon-block-29.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-02.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-03.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-04.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-05.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-06.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-07.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-08.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-09.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-10.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-11.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-12.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-13.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-14.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-15.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-16.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-17.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-18.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-19.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-20.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-21.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-22.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-23.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-24.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-25.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-26.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-27.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/icons/pages/CMS-icon-page-28.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/leader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/leader.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/leader2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/leader2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/logotype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/logotype.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/meet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/meet.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-article.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-article.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-contact.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-landingpage-onecol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-landingpage-onecol.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-landingpage-threecol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-landingpage-threecol.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-landingpage-twocol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-landingpage-twocol.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-product.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-standard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-standard.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail-weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail-weather.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/page-type-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/page-type-thumbnail.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/person.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/plan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/plan.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/play.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/playInactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/playInactive.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/productLandingv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/productLandingv2.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/searchbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/searchbutton.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/searchbuttonsmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/searchbuttonsmall.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/gfx/track.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/gfx/track.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/jwplayer/player.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/jwplayer/player.swf -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/jwplayer/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/jwplayer/preview.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/jwplayer/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/jwplayer/video.mp4 -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/images/lightbox-blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/images/lightbox-blank.gif -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/images/lightbox-btn-close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/images/lightbox-btn-close.gif -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/images/lightbox-btn-next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/images/lightbox-btn-next.gif -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/images/lightbox-btn-prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/images/lightbox-btn-prev.gif -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/images/lightbox-ico-loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/images/lightbox-ico-loading.gif -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/js/jquery.lightbox-0.5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/js/jquery.lightbox-0.5.js -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/image1.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/image2.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/image3.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/image4.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/image5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/image5.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/thumb_image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/thumb_image1.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/thumb_image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/thumb_image2.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/thumb_image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/thumb_image3.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/thumb_image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/thumb_image4.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Static/lightbox/photos/thumb_image5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Static/lightbox/photos/thumb_image5.jpg -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/EmployeePage/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/Views/EmployeePage/Index.cshtml -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/ImageFile/Index.cshtml: -------------------------------------------------------------------------------- 1 | @model ImageViewModel 2 | 3 | @Model.Name 4 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/Blocks/EditorialBlock.cshtml: -------------------------------------------------------------------------------- 1 | @model EditorialBlock 2 | 3 |
x.MainBody)> 4 | @Html.DisplayFor(x => Model.MainBody) 5 |
6 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/Blocks/FormBlock.cshtml: -------------------------------------------------------------------------------- 1 | @model FormBlock 2 | 3 |

m.Heading)>@Model.Heading

4 | @Html.PropertyFor(x => x.Form) 5 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/Blocks/NoRenderer.cshtml: -------------------------------------------------------------------------------- 1 | @using EPiServer.Shell.Web.Mvc.Html 2 | @Html.Partial("TemplateHint", @Html.Translate("/blocks/norenderer/message")) 3 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/Blocks/SiteLogotypeBlock.cshtml: -------------------------------------------------------------------------------- 1 | @model SiteLogotypeBlock 2 | 3 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/DisplayTemplates/DateTime.cshtml: -------------------------------------------------------------------------------- 1 | @model DateTime 2 | @Model.ToString("d MMMM yyyy") 3 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/DisplayTemplates/Image.cshtml: -------------------------------------------------------------------------------- 1 | @model EPiServer.Core.ContentReference 2 | @if (Model != null) 3 | { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/Readonly.cshtml: -------------------------------------------------------------------------------- 1 | @model IPageViewModel 2 | 3 |
4 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/Shared/TemplateHint.cshtml: -------------------------------------------------------------------------------- 1 | @model string 2 |

@Model

3 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/Views/_viewstart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "~/Views/Shared/Layouts/_Root.cshtml"; 3 | } 4 | -------------------------------------------------------------------------------- /src/AlloyDemoKit/modules/TextTVChannel/ClientResources/TextTV/texttv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/modules/TextTVChannel/ClientResources/TextTV/texttv.png -------------------------------------------------------------------------------- /src/AlloyDemoKit/modules/_protected/CMS/CMS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/modules/_protected/CMS/CMS.zip -------------------------------------------------------------------------------- /src/AlloyDemoKit/modules/_protected/EPiServer.Forms/EPiServer.Forms.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/modules/_protected/EPiServer.Forms/EPiServer.Forms.zip -------------------------------------------------------------------------------- /src/AlloyDemoKit/modules/_protected/EPiServer.Social/EPiServer.Social.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/modules/_protected/EPiServer.Social/EPiServer.Social.zip -------------------------------------------------------------------------------- /src/AlloyDemoKit/modules/_protected/Shell/Shell.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/episerver/AlloyDemoKit/c90dde4287fb59806ffeb83bd627a191719fa80b/src/AlloyDemoKit/modules/_protected/Shell/Shell.zip -------------------------------------------------------------------------------- /src/AlloyDemoKit/modules/_protected/repository.config: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /src/WeatherService/Models/Rain.cs: -------------------------------------------------------------------------------- 1 | using Newtonsoft.Json; 2 | 3 | namespace WeatherService 4 | { 5 | public class Rain 6 | { 7 | [JsonProperty("3h")] 8 | public double In3h { get; set; } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/WeatherService/Models/Snow.cs: -------------------------------------------------------------------------------- 1 | using Newtonsoft.Json; 2 | 3 | namespace WeatherService 4 | { 5 | public class Snow 6 | { 7 | [JsonProperty("3h")] 8 | public double In3h { get; set; } 9 | } 10 | } 11 | --------------------------------------------------------------------------------