├── .gitignore ├── LICENSE.md ├── October30.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── DeveloperExcuses.xccheckout │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── j.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── xcshareddata │ └── xcschemes │ │ ├── October30.xcscheme │ │ └── October30Debug.xcscheme └── xcuserdata │ └── j.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── October30 ├── October30-Info.plist ├── October30-Prefix.pch ├── October30View.swift ├── html │ ├── css │ │ └── main.css │ ├── img │ │ ├── logos │ │ │ ├── 0.png │ │ │ ├── 1.jpg │ │ │ ├── 10.jpg │ │ │ ├── 100.jpg │ │ │ ├── 101.jpg │ │ │ ├── 102.jpg │ │ │ ├── 103.jpg │ │ │ ├── 104.jpg │ │ │ ├── 105.jpg │ │ │ ├── 106.jpg │ │ │ ├── 107.jpg │ │ │ ├── 108.jpg │ │ │ ├── 109.jpg │ │ │ ├── 11.jpg │ │ │ ├── 110.jpg │ │ │ ├── 111.jpg │ │ │ ├── 112.jpg │ │ │ ├── 113.jpg │ │ │ ├── 114.jpg │ │ │ ├── 115.jpg │ │ │ ├── 116.jpg │ │ │ ├── 117.jpg │ │ │ ├── 118.jpg │ │ │ ├── 119.jpg │ │ │ ├── 12.jpg │ │ │ ├── 120.jpg │ │ │ ├── 121.jpg │ │ │ ├── 122.jpg │ │ │ ├── 123.jpg │ │ │ ├── 124.jpg │ │ │ ├── 125.jpg │ │ │ ├── 126.jpg │ │ │ ├── 127.jpg │ │ │ ├── 128.jpg │ │ │ ├── 129.jpg │ │ │ ├── 13.jpg │ │ │ ├── 130.jpg │ │ │ ├── 131.jpg │ │ │ ├── 132.jpg │ │ │ ├── 133.jpg │ │ │ ├── 134.jpg │ │ │ ├── 135.jpg │ │ │ ├── 136.jpg │ │ │ ├── 137.jpg │ │ │ ├── 138.jpg │ │ │ ├── 139.jpg │ │ │ ├── 14.jpg │ │ │ ├── 140.jpg │ │ │ ├── 141.jpg │ │ │ ├── 142.jpg │ │ │ ├── 143.jpg │ │ │ ├── 144.jpg │ │ │ ├── 145.jpg │ │ │ ├── 146.jpg │ │ │ ├── 147.jpg │ │ │ ├── 148.jpg │ │ │ ├── 149.jpg │ │ │ ├── 15.jpg │ │ │ ├── 150.jpg │ │ │ ├── 151.jpg │ │ │ ├── 152.jpg │ │ │ ├── 153.jpg │ │ │ ├── 154.jpg │ │ │ ├── 155.jpg │ │ │ ├── 156.jpg │ │ │ ├── 157.jpg │ │ │ ├── 158.jpg │ │ │ ├── 159.jpg │ │ │ ├── 16.jpg │ │ │ ├── 160.jpg │ │ │ ├── 161.jpg │ │ │ ├── 162.jpg │ │ │ ├── 163.jpg │ │ │ ├── 164.jpg │ │ │ ├── 165.jpg │ │ │ ├── 166.jpg │ │ │ ├── 167.jpg │ │ │ ├── 168.jpg │ │ │ ├── 169.jpg │ │ │ ├── 17.jpg │ │ │ ├── 170.jpg │ │ │ ├── 171.jpg │ │ │ ├── 172.jpg │ │ │ ├── 173.jpg │ │ │ ├── 174.jpg │ │ │ ├── 175.jpg │ │ │ ├── 176.jpg │ │ │ ├── 177.jpg │ │ │ ├── 178.jpg │ │ │ ├── 179.jpg │ │ │ ├── 18.jpg │ │ │ ├── 180.jpg │ │ │ ├── 181.jpg │ │ │ ├── 182.jpg │ │ │ ├── 183.jpg │ │ │ ├── 184.jpg │ │ │ ├── 185.jpg │ │ │ ├── 186.jpg │ │ │ ├── 187.jpg │ │ │ ├── 188.jpg │ │ │ ├── 189.jpg │ │ │ ├── 19.jpg │ │ │ ├── 190.jpg │ │ │ ├── 191.jpg │ │ │ ├── 192.jpg │ │ │ ├── 193.jpg │ │ │ ├── 194.jpg │ │ │ ├── 195.jpg │ │ │ ├── 196.jpg │ │ │ ├── 197.jpg │ │ │ ├── 198.jpg │ │ │ ├── 199.jpg │ │ │ ├── 2.jpg │ │ │ ├── 20.jpg │ │ │ ├── 200.jpg │ │ │ ├── 201.jpg │ │ │ ├── 202.jpg │ │ │ ├── 203.jpg │ │ │ ├── 204.jpg │ │ │ ├── 205.jpg │ │ │ ├── 206.jpg │ │ │ ├── 207.jpg │ │ │ ├── 208.jpg │ │ │ ├── 209.jpg │ │ │ ├── 21.jpg │ │ │ ├── 210.jpg │ │ │ ├── 211.jpg │ │ │ ├── 212.jpg │ │ │ ├── 213.jpg │ │ │ ├── 214.jpg │ │ │ ├── 215.jpg │ │ │ ├── 216.jpg │ │ │ ├── 217.jpg │ │ │ ├── 218.jpg │ │ │ ├── 219.jpg │ │ │ ├── 22.jpg │ │ │ ├── 220.jpg │ │ │ ├── 221.jpg │ │ │ ├── 222.jpg │ │ │ ├── 223.jpg │ │ │ ├── 224.jpg │ │ │ ├── 225.jpg │ │ │ ├── 226.jpg │ │ │ ├── 227.jpg │ │ │ ├── 228.jpg │ │ │ ├── 229.jpg │ │ │ ├── 23.jpg │ │ │ ├── 230.jpg │ │ │ ├── 231.jpg │ │ │ ├── 232.jpg │ │ │ ├── 233.jpg │ │ │ ├── 234.jpg │ │ │ ├── 235.jpg │ │ │ ├── 236.jpg │ │ │ ├── 237.jpg │ │ │ ├── 238.jpg │ │ │ ├── 239.jpg │ │ │ ├── 24.jpg │ │ │ ├── 240.jpg │ │ │ ├── 241.jpg │ │ │ ├── 242.jpg │ │ │ ├── 243.jpg │ │ │ ├── 244.jpg │ │ │ ├── 245.jpg │ │ │ ├── 246.jpg │ │ │ ├── 247.jpg │ │ │ ├── 248.jpg │ │ │ ├── 249.jpg │ │ │ ├── 25.jpg │ │ │ ├── 250.jpg │ │ │ ├── 251.jpg │ │ │ ├── 252.jpg │ │ │ ├── 253.jpg │ │ │ ├── 254.jpg │ │ │ ├── 255.jpg │ │ │ ├── 256.jpg │ │ │ ├── 257.jpg │ │ │ ├── 258.jpg │ │ │ ├── 259.jpg │ │ │ ├── 26.jpg │ │ │ ├── 260.jpg │ │ │ ├── 261.jpg │ │ │ ├── 262.jpg │ │ │ ├── 263.jpg │ │ │ ├── 264.jpg │ │ │ ├── 265.jpg │ │ │ ├── 266.jpg │ │ │ ├── 267.jpg │ │ │ ├── 268.jpg │ │ │ ├── 269.jpg │ │ │ ├── 27.jpg │ │ │ ├── 270.jpg │ │ │ ├── 271.jpg │ │ │ ├── 272.jpg │ │ │ ├── 273.jpg │ │ │ ├── 274.jpg │ │ │ ├── 275.jpg │ │ │ ├── 276.jpg │ │ │ ├── 277.jpg │ │ │ ├── 278.jpg │ │ │ ├── 279.jpg │ │ │ ├── 28.jpg │ │ │ ├── 280.jpg │ │ │ ├── 281.jpg │ │ │ ├── 282.jpg │ │ │ ├── 283.jpg │ │ │ ├── 284.jpg │ │ │ ├── 285.jpg │ │ │ ├── 286.jpg │ │ │ ├── 287.jpg │ │ │ ├── 288.jpg │ │ │ ├── 289.jpg │ │ │ ├── 29.jpg │ │ │ ├── 290.jpg │ │ │ ├── 291.jpg │ │ │ ├── 292.jpg │ │ │ ├── 293.jpg │ │ │ ├── 294.jpg │ │ │ ├── 295.jpg │ │ │ ├── 296.jpg │ │ │ ├── 297.jpg │ │ │ ├── 298.jpg │ │ │ ├── 299.jpg │ │ │ ├── 3.jpg │ │ │ ├── 30.jpg │ │ │ ├── 300.jpg │ │ │ ├── 301.jpg │ │ │ ├── 302.jpg │ │ │ ├── 303.jpg │ │ │ ├── 304.jpg │ │ │ ├── 305.jpg │ │ │ ├── 306.jpg │ │ │ ├── 307.jpg │ │ │ ├── 308.jpg │ │ │ ├── 309.jpg │ │ │ ├── 31.jpg │ │ │ ├── 310.jpg │ │ │ ├── 311.jpg │ │ │ ├── 312.jpg │ │ │ ├── 313.jpg │ │ │ ├── 314.jpg │ │ │ ├── 315.jpg │ │ │ ├── 316.jpg │ │ │ ├── 317.jpg │ │ │ ├── 318.jpg │ │ │ ├── 319.jpg │ │ │ ├── 32.jpg │ │ │ ├── 320.jpg │ │ │ ├── 321.jpg │ │ │ ├── 322.jpg │ │ │ ├── 323.jpg │ │ │ ├── 324.jpg │ │ │ ├── 325.jpg │ │ │ ├── 326.jpg │ │ │ ├── 327.jpg │ │ │ ├── 328.jpg │ │ │ ├── 329.jpg │ │ │ ├── 33.jpg │ │ │ ├── 330.jpg │ │ │ ├── 331.jpg │ │ │ ├── 332.jpg │ │ │ ├── 333.jpg │ │ │ ├── 334.jpg │ │ │ ├── 335.jpg │ │ │ ├── 336.jpg │ │ │ ├── 337.jpg │ │ │ ├── 338.jpg │ │ │ ├── 339.jpg │ │ │ ├── 34.jpg │ │ │ ├── 340.jpg │ │ │ ├── 341.jpg │ │ │ ├── 342.jpg │ │ │ ├── 343.jpg │ │ │ ├── 344.jpg │ │ │ ├── 345.jpg │ │ │ ├── 346.jpg │ │ │ ├── 347.jpg │ │ │ ├── 348.jpg │ │ │ ├── 349.jpg │ │ │ ├── 35.jpg │ │ │ ├── 350.jpg │ │ │ ├── 351.jpg │ │ │ ├── 352.jpg │ │ │ ├── 353.jpg │ │ │ ├── 354.jpg │ │ │ ├── 355.jpg │ │ │ ├── 356.jpg │ │ │ ├── 357.jpg │ │ │ ├── 358.jpg │ │ │ ├── 359.jpg │ │ │ ├── 36.jpg │ │ │ ├── 360.jpg │ │ │ ├── 361.jpg │ │ │ ├── 362.jpg │ │ │ ├── 363.jpg │ │ │ ├── 364.jpg │ │ │ ├── 365.jpg │ │ │ ├── 366.jpg │ │ │ ├── 367.jpg │ │ │ ├── 368.jpg │ │ │ ├── 369.jpg │ │ │ ├── 37.jpg │ │ │ ├── 370.jpg │ │ │ ├── 371.jpg │ │ │ ├── 38.jpg │ │ │ ├── 39.jpg │ │ │ ├── 4.jpg │ │ │ ├── 40.jpg │ │ │ ├── 41.jpg │ │ │ ├── 42.jpg │ │ │ ├── 43.jpg │ │ │ ├── 44.jpg │ │ │ ├── 45.jpg │ │ │ ├── 46.jpg │ │ │ ├── 47.jpg │ │ │ ├── 48.jpg │ │ │ ├── 49.jpg │ │ │ ├── 5.jpg │ │ │ ├── 50.jpg │ │ │ ├── 51.jpg │ │ │ ├── 52.jpg │ │ │ ├── 53.jpg │ │ │ ├── 54.jpg │ │ │ ├── 55.jpg │ │ │ ├── 56.jpg │ │ │ ├── 57.jpg │ │ │ ├── 58.jpg │ │ │ ├── 59.jpg │ │ │ ├── 6.jpg │ │ │ ├── 60.jpg │ │ │ ├── 61.jpg │ │ │ ├── 62.jpg │ │ │ ├── 63.jpg │ │ │ ├── 64.jpg │ │ │ ├── 65.jpg │ │ │ ├── 66.jpg │ │ │ ├── 67.jpg │ │ │ ├── 68.jpg │ │ │ ├── 69.jpg │ │ │ ├── 7.jpg │ │ │ ├── 70.jpg │ │ │ ├── 71.jpg │ │ │ ├── 72.jpg │ │ │ ├── 73.jpg │ │ │ ├── 74.jpg │ │ │ ├── 75.jpg │ │ │ ├── 76.jpg │ │ │ ├── 77.jpg │ │ │ ├── 78.jpg │ │ │ ├── 79.jpg │ │ │ ├── 8.jpg │ │ │ ├── 80.jpg │ │ │ ├── 81.jpg │ │ │ ├── 82.jpg │ │ │ ├── 83.jpg │ │ │ ├── 84.jpg │ │ │ ├── 85.jpg │ │ │ ├── 86.jpg │ │ │ ├── 87.jpg │ │ │ ├── 88.jpg │ │ │ ├── 89.jpg │ │ │ ├── 9.jpg │ │ │ ├── 90.jpg │ │ │ ├── 91.jpg │ │ │ ├── 92.jpg │ │ │ ├── 93.jpg │ │ │ ├── 94.jpg │ │ │ ├── 95.jpg │ │ │ ├── 96.jpg │ │ │ ├── 97.jpg │ │ │ ├── 98.jpg │ │ │ └── 99.jpg │ │ ├── noise1.png │ │ ├── noise2.jpg │ │ ├── noise3.png │ │ └── shapes1.jpg │ ├── index.html │ └── js │ │ ├── main.js │ │ ├── three.min.js │ │ └── tweenlite.min.js ├── thumbnail.png └── thumbnail@2x.png ├── October30Debug ├── AppDelegate.swift ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── Info.plist └── Main.storyboard ├── README.md └── Release ├── October30.saver.zip └── screenshot.gif /.gitignore: -------------------------------------------------------------------------------- 1 | xcuserdata 2 | 3 | *.xcuserstate 4 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Jonas Lekevicius 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /October30.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | 076642F11EE92D6D00FE8619 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 076642F01EE92D6D00FE8619 /* AppDelegate.swift */; }; 11 | 076642F51EE92D6D00FE8619 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 076642F41EE92D6D00FE8619 /* Assets.xcassets */; }; 12 | 076642FD1EE92D9500FE8619 /* October30View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077BC2B01DA22D14007DE060 /* October30View.swift */; }; 13 | 076643011EE92E8B00FE8619 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 076643001EE92E8B00FE8619 /* Main.storyboard */; }; 14 | 077BC2B11DA22D14007DE060 /* October30View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077BC2B01DA22D14007DE060 /* October30View.swift */; }; 15 | 098B0F55218B147400AC3F7F /* html in Resources */ = {isa = PBXBuildFile; fileRef = 098B0F52218B04D700AC3F7F /* html */; }; 16 | 098B0F56218B147400AC3F7F /* html in Resources */ = {isa = PBXBuildFile; fileRef = 098B0F52218B04D700AC3F7F /* html */; }; 17 | 098B0F57218B148400AC3F7F /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 098B0F50218B037A00AC3F7F /* WebKit.framework */; }; 18 | 2A9D0E6817DB87B300DBFFBD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A9D0E6717DB87B300DBFFBD /* Cocoa.framework */; }; 19 | 2A9D0E6A17DB87B300DBFFBD /* ScreenSaver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A9D0E6917DB87B300DBFFBD /* ScreenSaver.framework */; }; 20 | 8117802E1D80A79F00127177 /* thumbnail@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8117802D1D80A79F00127177 /* thumbnail@2x.png */; }; 21 | 811780321D80B5DD00127177 /* thumbnail.png in Resources */ = {isa = PBXBuildFile; fileRef = 811780311D80B5DD00127177 /* thumbnail.png */; }; 22 | /* End PBXBuildFile section */ 23 | 24 | /* Begin PBXFileReference section */ 25 | 076642EE1EE92D6D00FE8619 /* October30Debug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = October30Debug.app; sourceTree = BUILT_PRODUCTS_DIR; }; 26 | 076642F01EE92D6D00FE8619 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 27 | 076642F41EE92D6D00FE8619 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 28 | 076642F91EE92D6D00FE8619 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 29 | 076643001EE92E8B00FE8619 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; 30 | 077BC2B01DA22D14007DE060 /* October30View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = October30View.swift; sourceTree = ""; }; 31 | 098B0F50218B037A00AC3F7F /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; 32 | 098B0F52218B04D700AC3F7F /* html */ = {isa = PBXFileReference; lastKnownFileType = folder; path = html; sourceTree = ""; }; 33 | 2A9D0E6417DB87B300DBFFBD /* October30.saver */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = October30.saver; sourceTree = BUILT_PRODUCTS_DIR; }; 34 | 2A9D0E6717DB87B300DBFFBD /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 35 | 2A9D0E6917DB87B300DBFFBD /* ScreenSaver.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ScreenSaver.framework; path = System/Library/Frameworks/ScreenSaver.framework; sourceTree = SDKROOT; }; 36 | 2A9D0E6C17DB87B300DBFFBD /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; 37 | 2A9D0E6D17DB87B300DBFFBD /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; 38 | 2A9D0E6E17DB87B300DBFFBD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 39 | 2A9D0E7117DB87B300DBFFBD /* October30-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "October30-Info.plist"; sourceTree = ""; }; 40 | 2A9D0E7517DB87B300DBFFBD /* October30-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "October30-Prefix.pch"; sourceTree = ""; }; 41 | 8117802D1D80A79F00127177 /* thumbnail@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "thumbnail@2x.png"; sourceTree = ""; }; 42 | 811780311D80B5DD00127177 /* thumbnail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thumbnail.png; sourceTree = ""; }; 43 | /* End PBXFileReference section */ 44 | 45 | /* Begin PBXFrameworksBuildPhase section */ 46 | 076642EB1EE92D6D00FE8619 /* Frameworks */ = { 47 | isa = PBXFrameworksBuildPhase; 48 | buildActionMask = 2147483647; 49 | files = ( 50 | ); 51 | runOnlyForDeploymentPostprocessing = 0; 52 | }; 53 | 2A9D0E5F17DB87B300DBFFBD /* Frameworks */ = { 54 | isa = PBXFrameworksBuildPhase; 55 | buildActionMask = 2147483647; 56 | files = ( 57 | 098B0F57218B148400AC3F7F /* WebKit.framework in Frameworks */, 58 | 2A9D0E6817DB87B300DBFFBD /* Cocoa.framework in Frameworks */, 59 | 2A9D0E6A17DB87B300DBFFBD /* ScreenSaver.framework in Frameworks */, 60 | ); 61 | runOnlyForDeploymentPostprocessing = 0; 62 | }; 63 | /* End PBXFrameworksBuildPhase section */ 64 | 65 | /* Begin PBXGroup section */ 66 | 076642EF1EE92D6D00FE8619 /* October30Debug */ = { 67 | isa = PBXGroup; 68 | children = ( 69 | 076643001EE92E8B00FE8619 /* Main.storyboard */, 70 | 076642F01EE92D6D00FE8619 /* AppDelegate.swift */, 71 | 076642F41EE92D6D00FE8619 /* Assets.xcassets */, 72 | 076642F91EE92D6D00FE8619 /* Info.plist */, 73 | ); 74 | path = October30Debug; 75 | sourceTree = ""; 76 | }; 77 | 2A9D0E5917DB87B300DBFFBD = { 78 | isa = PBXGroup; 79 | children = ( 80 | 2A9D0E6F17DB87B300DBFFBD /* October30 */, 81 | 076642EF1EE92D6D00FE8619 /* October30Debug */, 82 | 2A9D0E6617DB87B300DBFFBD /* Frameworks */, 83 | 2A9D0E6517DB87B300DBFFBD /* Products */, 84 | ); 85 | sourceTree = ""; 86 | }; 87 | 2A9D0E6517DB87B300DBFFBD /* Products */ = { 88 | isa = PBXGroup; 89 | children = ( 90 | 2A9D0E6417DB87B300DBFFBD /* October30.saver */, 91 | 076642EE1EE92D6D00FE8619 /* October30Debug.app */, 92 | ); 93 | name = Products; 94 | sourceTree = ""; 95 | }; 96 | 2A9D0E6617DB87B300DBFFBD /* Frameworks */ = { 97 | isa = PBXGroup; 98 | children = ( 99 | 098B0F50218B037A00AC3F7F /* WebKit.framework */, 100 | 2A9D0E6717DB87B300DBFFBD /* Cocoa.framework */, 101 | 2A9D0E6917DB87B300DBFFBD /* ScreenSaver.framework */, 102 | 2A9D0E6B17DB87B300DBFFBD /* Other Frameworks */, 103 | ); 104 | name = Frameworks; 105 | sourceTree = ""; 106 | }; 107 | 2A9D0E6B17DB87B300DBFFBD /* Other Frameworks */ = { 108 | isa = PBXGroup; 109 | children = ( 110 | 2A9D0E6C17DB87B300DBFFBD /* AppKit.framework */, 111 | 2A9D0E6D17DB87B300DBFFBD /* CoreData.framework */, 112 | 2A9D0E6E17DB87B300DBFFBD /* Foundation.framework */, 113 | ); 114 | name = "Other Frameworks"; 115 | sourceTree = ""; 116 | }; 117 | 2A9D0E6F17DB87B300DBFFBD /* October30 */ = { 118 | isa = PBXGroup; 119 | children = ( 120 | 077BC2B01DA22D14007DE060 /* October30View.swift */, 121 | 098B0F52218B04D700AC3F7F /* html */, 122 | 2A9D0E7017DB87B300DBFFBD /* Supporting Files */, 123 | ); 124 | path = October30; 125 | sourceTree = ""; 126 | }; 127 | 2A9D0E7017DB87B300DBFFBD /* Supporting Files */ = { 128 | isa = PBXGroup; 129 | children = ( 130 | 2A9D0E7117DB87B300DBFFBD /* October30-Info.plist */, 131 | 2A9D0E7517DB87B300DBFFBD /* October30-Prefix.pch */, 132 | 811780311D80B5DD00127177 /* thumbnail.png */, 133 | 8117802D1D80A79F00127177 /* thumbnail@2x.png */, 134 | ); 135 | name = "Supporting Files"; 136 | sourceTree = ""; 137 | }; 138 | /* End PBXGroup section */ 139 | 140 | /* Begin PBXHeadersBuildPhase section */ 141 | 2A9D0E6017DB87B300DBFFBD /* Headers */ = { 142 | isa = PBXHeadersBuildPhase; 143 | buildActionMask = 2147483647; 144 | files = ( 145 | ); 146 | runOnlyForDeploymentPostprocessing = 0; 147 | }; 148 | /* End PBXHeadersBuildPhase section */ 149 | 150 | /* Begin PBXNativeTarget section */ 151 | 076642ED1EE92D6D00FE8619 /* October30Debug */ = { 152 | isa = PBXNativeTarget; 153 | buildConfigurationList = 076642FC1EE92D6D00FE8619 /* Build configuration list for PBXNativeTarget "October30Debug" */; 154 | buildPhases = ( 155 | 076642EA1EE92D6D00FE8619 /* Sources */, 156 | 076642EB1EE92D6D00FE8619 /* Frameworks */, 157 | 076642EC1EE92D6D00FE8619 /* Resources */, 158 | ); 159 | buildRules = ( 160 | ); 161 | dependencies = ( 162 | ); 163 | name = October30Debug; 164 | productName = DeveloperExcusesDebug; 165 | productReference = 076642EE1EE92D6D00FE8619 /* October30Debug.app */; 166 | productType = "com.apple.product-type.application"; 167 | }; 168 | 2A9D0E6317DB87B300DBFFBD /* October30 */ = { 169 | isa = PBXNativeTarget; 170 | buildConfigurationList = 2A9D0E7B17DB87B300DBFFBD /* Build configuration list for PBXNativeTarget "October30" */; 171 | buildPhases = ( 172 | 2A9D0E5E17DB87B300DBFFBD /* Sources */, 173 | 2A9D0E5F17DB87B300DBFFBD /* Frameworks */, 174 | 2A9D0E6017DB87B300DBFFBD /* Headers */, 175 | 2A9D0E6117DB87B300DBFFBD /* Resources */, 176 | 2A9D0E6217DB87B300DBFFBD /* Rez */, 177 | ); 178 | buildRules = ( 179 | ); 180 | dependencies = ( 181 | ); 182 | name = October30; 183 | productName = DeveloperExcuses; 184 | productReference = 2A9D0E6417DB87B300DBFFBD /* October30.saver */; 185 | productType = "com.apple.product-type.bundle"; 186 | }; 187 | /* End PBXNativeTarget section */ 188 | 189 | /* Begin PBXProject section */ 190 | 2A9D0E5A17DB87B300DBFFBD /* Project object */ = { 191 | isa = PBXProject; 192 | attributes = { 193 | LastSwiftUpdateCheck = 0830; 194 | LastUpgradeCheck = 1000; 195 | ORGANIZATIONNAME = "Jonas Lekevicius"; 196 | TargetAttributes = { 197 | 076642ED1EE92D6D00FE8619 = { 198 | CreatedOnToolsVersion = 8.3.2; 199 | DevelopmentTeam = N56PMJ99UT; 200 | ProvisioningStyle = Automatic; 201 | }; 202 | 2A9D0E6317DB87B300DBFFBD = { 203 | DevelopmentTeam = N56PMJ99UT; 204 | LastSwiftMigration = 0910; 205 | }; 206 | }; 207 | }; 208 | buildConfigurationList = 2A9D0E5D17DB87B300DBFFBD /* Build configuration list for PBXProject "October30" */; 209 | compatibilityVersion = "Xcode 3.2"; 210 | developmentRegion = English; 211 | hasScannedForEncodings = 0; 212 | knownRegions = ( 213 | en, 214 | Base, 215 | ); 216 | mainGroup = 2A9D0E5917DB87B300DBFFBD; 217 | productRefGroup = 2A9D0E6517DB87B300DBFFBD /* Products */; 218 | projectDirPath = ""; 219 | projectRoot = ""; 220 | targets = ( 221 | 2A9D0E6317DB87B300DBFFBD /* October30 */, 222 | 076642ED1EE92D6D00FE8619 /* October30Debug */, 223 | ); 224 | }; 225 | /* End PBXProject section */ 226 | 227 | /* Begin PBXResourcesBuildPhase section */ 228 | 076642EC1EE92D6D00FE8619 /* Resources */ = { 229 | isa = PBXResourcesBuildPhase; 230 | buildActionMask = 2147483647; 231 | files = ( 232 | 076642F51EE92D6D00FE8619 /* Assets.xcassets in Resources */, 233 | 098B0F56218B147400AC3F7F /* html in Resources */, 234 | 076643011EE92E8B00FE8619 /* Main.storyboard in Resources */, 235 | ); 236 | runOnlyForDeploymentPostprocessing = 0; 237 | }; 238 | 2A9D0E6117DB87B300DBFFBD /* Resources */ = { 239 | isa = PBXResourcesBuildPhase; 240 | buildActionMask = 2147483647; 241 | files = ( 242 | 098B0F55218B147400AC3F7F /* html in Resources */, 243 | 8117802E1D80A79F00127177 /* thumbnail@2x.png in Resources */, 244 | 811780321D80B5DD00127177 /* thumbnail.png in Resources */, 245 | ); 246 | runOnlyForDeploymentPostprocessing = 0; 247 | }; 248 | /* End PBXResourcesBuildPhase section */ 249 | 250 | /* Begin PBXRezBuildPhase section */ 251 | 2A9D0E6217DB87B300DBFFBD /* Rez */ = { 252 | isa = PBXRezBuildPhase; 253 | buildActionMask = 2147483647; 254 | files = ( 255 | ); 256 | runOnlyForDeploymentPostprocessing = 0; 257 | }; 258 | /* End PBXRezBuildPhase section */ 259 | 260 | /* Begin PBXSourcesBuildPhase section */ 261 | 076642EA1EE92D6D00FE8619 /* Sources */ = { 262 | isa = PBXSourcesBuildPhase; 263 | buildActionMask = 2147483647; 264 | files = ( 265 | 076642FD1EE92D9500FE8619 /* October30View.swift in Sources */, 266 | 076642F11EE92D6D00FE8619 /* AppDelegate.swift in Sources */, 267 | ); 268 | runOnlyForDeploymentPostprocessing = 0; 269 | }; 270 | 2A9D0E5E17DB87B300DBFFBD /* Sources */ = { 271 | isa = PBXSourcesBuildPhase; 272 | buildActionMask = 2147483647; 273 | files = ( 274 | 077BC2B11DA22D14007DE060 /* October30View.swift in Sources */, 275 | ); 276 | runOnlyForDeploymentPostprocessing = 0; 277 | }; 278 | /* End PBXSourcesBuildPhase section */ 279 | 280 | /* Begin XCBuildConfiguration section */ 281 | 076642FA1EE92D6D00FE8619 /* Debug */ = { 282 | isa = XCBuildConfiguration; 283 | buildSettings = { 284 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 285 | CLANG_ANALYZER_NONNULL = YES; 286 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 287 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 288 | CLANG_CXX_LIBRARY = "libc++"; 289 | CLANG_ENABLE_MODULES = YES; 290 | CLANG_ENABLE_OBJC_ARC = YES; 291 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 292 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 293 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 294 | CODE_SIGN_IDENTITY = "-"; 295 | COMBINE_HIDPI_IMAGES = YES; 296 | DEBUG_INFORMATION_FORMAT = dwarf; 297 | DEVELOPMENT_TEAM = N56PMJ99UT; 298 | ENABLE_STRICT_OBJC_MSGSEND = YES; 299 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; 300 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 301 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 302 | INFOPLIST_FILE = "$(SRCROOT)/October30Debug/Info.plist"; 303 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks ${DT_TOOLCHAIN_DIR}/usr/lib/swift/macosx/"; 304 | LIBRARY_SEARCH_PATHS = "${DT_TOOLCHAIN_DIR}/usr/lib/swift/macosx/"; 305 | MACOSX_DEPLOYMENT_TARGET = 10.12; 306 | MTL_ENABLE_DEBUG_INFO = YES; 307 | PRODUCT_BUNDLE_IDENTIFIER = com.lekevicius.October30Debug; 308 | PRODUCT_NAME = "$(TARGET_NAME)"; 309 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 310 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 311 | }; 312 | name = Debug; 313 | }; 314 | 076642FB1EE92D6D00FE8619 /* Release */ = { 315 | isa = XCBuildConfiguration; 316 | buildSettings = { 317 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 318 | CLANG_ANALYZER_NONNULL = YES; 319 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 320 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 321 | CLANG_CXX_LIBRARY = "libc++"; 322 | CLANG_ENABLE_MODULES = YES; 323 | CLANG_ENABLE_OBJC_ARC = YES; 324 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 325 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 326 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 327 | CODE_SIGN_IDENTITY = "-"; 328 | COMBINE_HIDPI_IMAGES = YES; 329 | COPY_PHASE_STRIP = NO; 330 | DEVELOPMENT_TEAM = N56PMJ99UT; 331 | ENABLE_NS_ASSERTIONS = NO; 332 | ENABLE_STRICT_OBJC_MSGSEND = YES; 333 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; 334 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 335 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 336 | INFOPLIST_FILE = "$(SRCROOT)/October30Debug/Info.plist"; 337 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks ${DT_TOOLCHAIN_DIR}/usr/lib/swift/macosx/"; 338 | LIBRARY_SEARCH_PATHS = "${DT_TOOLCHAIN_DIR}/usr/lib/swift/macosx/"; 339 | MACOSX_DEPLOYMENT_TARGET = 10.12; 340 | MTL_ENABLE_DEBUG_INFO = NO; 341 | PRODUCT_BUNDLE_IDENTIFIER = com.lekevicius.October30Debug; 342 | PRODUCT_NAME = "$(TARGET_NAME)"; 343 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 344 | }; 345 | name = Release; 346 | }; 347 | 2A9D0E7917DB87B300DBFFBD /* Debug */ = { 348 | isa = XCBuildConfiguration; 349 | buildSettings = { 350 | ALWAYS_SEARCH_USER_PATHS = NO; 351 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 352 | CLANG_WARN_BOOL_CONVERSION = YES; 353 | CLANG_WARN_COMMA = YES; 354 | CLANG_WARN_CONSTANT_CONVERSION = YES; 355 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 356 | CLANG_WARN_EMPTY_BODY = YES; 357 | CLANG_WARN_ENUM_CONVERSION = YES; 358 | CLANG_WARN_INFINITE_RECURSION = YES; 359 | CLANG_WARN_INT_CONVERSION = YES; 360 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 361 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 362 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 363 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 364 | CLANG_WARN_STRICT_PROTOTYPES = YES; 365 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 366 | CLANG_WARN_UNREACHABLE_CODE = YES; 367 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 368 | COMBINE_HIDPI_IMAGES = YES; 369 | COPY_PHASE_STRIP = NO; 370 | ENABLE_STRICT_OBJC_MSGSEND = YES; 371 | ENABLE_TESTABILITY = YES; 372 | GCC_C_LANGUAGE_STANDARD = gnu99; 373 | GCC_DYNAMIC_NO_PIC = NO; 374 | GCC_NO_COMMON_BLOCKS = YES; 375 | GCC_OPTIMIZATION_LEVEL = 0; 376 | GCC_PREPROCESSOR_DEFINITIONS = ( 377 | "DEBUG=1", 378 | "$(inherited)", 379 | ); 380 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; 381 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 382 | GCC_WARN_ABOUT_RETURN_TYPE = YES; 383 | GCC_WARN_UNDECLARED_SELECTOR = YES; 384 | GCC_WARN_UNINITIALIZED_AUTOS = YES; 385 | GCC_WARN_UNUSED_FUNCTION = YES; 386 | GCC_WARN_UNUSED_VARIABLE = YES; 387 | MACOSX_DEPLOYMENT_TARGET = 10.9; 388 | ONLY_ACTIVE_ARCH = YES; 389 | SDKROOT = macosx; 390 | SWIFT_INSTALL_OBJC_HEADER = NO; 391 | SWIFT_VERSION = 4.2; 392 | }; 393 | name = Debug; 394 | }; 395 | 2A9D0E7A17DB87B300DBFFBD /* Release */ = { 396 | isa = XCBuildConfiguration; 397 | buildSettings = { 398 | ALWAYS_SEARCH_USER_PATHS = NO; 399 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 400 | CLANG_WARN_BOOL_CONVERSION = YES; 401 | CLANG_WARN_COMMA = YES; 402 | CLANG_WARN_CONSTANT_CONVERSION = YES; 403 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 404 | CLANG_WARN_EMPTY_BODY = YES; 405 | CLANG_WARN_ENUM_CONVERSION = YES; 406 | CLANG_WARN_INFINITE_RECURSION = YES; 407 | CLANG_WARN_INT_CONVERSION = YES; 408 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 409 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 410 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 411 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 412 | CLANG_WARN_STRICT_PROTOTYPES = YES; 413 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 414 | CLANG_WARN_UNREACHABLE_CODE = YES; 415 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 416 | COMBINE_HIDPI_IMAGES = YES; 417 | COPY_PHASE_STRIP = YES; 418 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 419 | ENABLE_STRICT_OBJC_MSGSEND = YES; 420 | GCC_C_LANGUAGE_STANDARD = gnu99; 421 | GCC_NO_COMMON_BLOCKS = YES; 422 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 423 | GCC_WARN_ABOUT_RETURN_TYPE = YES; 424 | GCC_WARN_UNDECLARED_SELECTOR = YES; 425 | GCC_WARN_UNINITIALIZED_AUTOS = YES; 426 | GCC_WARN_UNUSED_FUNCTION = YES; 427 | GCC_WARN_UNUSED_VARIABLE = YES; 428 | MACOSX_DEPLOYMENT_TARGET = 10.9; 429 | SDKROOT = macosx; 430 | SWIFT_INSTALL_OBJC_HEADER = NO; 431 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; 432 | SWIFT_VERSION = 4.2; 433 | }; 434 | name = Release; 435 | }; 436 | 2A9D0E7C17DB87B300DBFFBD /* Debug */ = { 437 | isa = XCBuildConfiguration; 438 | buildSettings = { 439 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 440 | CLANG_ENABLE_MODULES = YES; 441 | CLANG_ENABLE_OBJC_ARC = YES; 442 | CODE_SIGN_IDENTITY = "Mac Developer"; 443 | COMBINE_HIDPI_IMAGES = YES; 444 | DEVELOPMENT_TEAM = N56PMJ99UT; 445 | GCC_PRECOMPILE_PREFIX_HEADER = YES; 446 | GCC_PREFIX_HEADER = "October30/October30-Prefix.pch"; 447 | INFOPLIST_FILE = "$(SRCROOT)/October30/October30-Info.plist"; 448 | INSTALL_PATH = "$(HOME)/Library/Screen Savers"; 449 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; 450 | MACOSX_DEPLOYMENT_TARGET = 10.11; 451 | PRODUCT_BUNDLE_IDENTIFIER = com.lekevicius.October30; 452 | PRODUCT_NAME = "$(TARGET_NAME)"; 453 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 454 | SWIFT_VERSION = 4.2; 455 | WRAPPER_EXTENSION = saver; 456 | }; 457 | name = Debug; 458 | }; 459 | 2A9D0E7D17DB87B300DBFFBD /* Release */ = { 460 | isa = XCBuildConfiguration; 461 | buildSettings = { 462 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 463 | CLANG_ENABLE_MODULES = YES; 464 | CLANG_ENABLE_OBJC_ARC = YES; 465 | CODE_SIGN_IDENTITY = "Mac Developer"; 466 | COMBINE_HIDPI_IMAGES = YES; 467 | DEVELOPMENT_TEAM = N56PMJ99UT; 468 | GCC_PRECOMPILE_PREFIX_HEADER = YES; 469 | GCC_PREFIX_HEADER = "October30/October30-Prefix.pch"; 470 | INFOPLIST_FILE = "$(SRCROOT)/October30/October30-Info.plist"; 471 | INSTALL_PATH = "$(HOME)/Library/Screen Savers"; 472 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; 473 | MACOSX_DEPLOYMENT_TARGET = 10.11; 474 | PRODUCT_BUNDLE_IDENTIFIER = com.lekevicius.October30; 475 | PRODUCT_NAME = "$(TARGET_NAME)"; 476 | SWIFT_VERSION = 4.2; 477 | WRAPPER_EXTENSION = saver; 478 | }; 479 | name = Release; 480 | }; 481 | /* End XCBuildConfiguration section */ 482 | 483 | /* Begin XCConfigurationList section */ 484 | 076642FC1EE92D6D00FE8619 /* Build configuration list for PBXNativeTarget "October30Debug" */ = { 485 | isa = XCConfigurationList; 486 | buildConfigurations = ( 487 | 076642FA1EE92D6D00FE8619 /* Debug */, 488 | 076642FB1EE92D6D00FE8619 /* Release */, 489 | ); 490 | defaultConfigurationIsVisible = 0; 491 | defaultConfigurationName = Release; 492 | }; 493 | 2A9D0E5D17DB87B300DBFFBD /* Build configuration list for PBXProject "October30" */ = { 494 | isa = XCConfigurationList; 495 | buildConfigurations = ( 496 | 2A9D0E7917DB87B300DBFFBD /* Debug */, 497 | 2A9D0E7A17DB87B300DBFFBD /* Release */, 498 | ); 499 | defaultConfigurationIsVisible = 0; 500 | defaultConfigurationName = Release; 501 | }; 502 | 2A9D0E7B17DB87B300DBFFBD /* Build configuration list for PBXNativeTarget "October30" */ = { 503 | isa = XCConfigurationList; 504 | buildConfigurations = ( 505 | 2A9D0E7C17DB87B300DBFFBD /* Debug */, 506 | 2A9D0E7D17DB87B300DBFFBD /* Release */, 507 | ); 508 | defaultConfigurationIsVisible = 0; 509 | defaultConfigurationName = Release; 510 | }; 511 | /* End XCConfigurationList section */ 512 | }; 513 | rootObject = 2A9D0E5A17DB87B300DBFFBD /* Project object */; 514 | } 515 | -------------------------------------------------------------------------------- /October30.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /October30.xcodeproj/project.xcworkspace/xcshareddata/DeveloperExcuses.xccheckout: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDESourceControlProjectFavoriteDictionaryKey 6 | 7 | IDESourceControlProjectIdentifier 8 | 4CC4EB4B-918E-4C47-A3F7-8C18775BABD2 9 | IDESourceControlProjectName 10 | DeveloperExcuses 11 | IDESourceControlProjectOriginsDictionary 12 | 13 | 283B2FC7-2770-4804-852B-9FAAAD9A31FD 14 | ssh://github.com/kimar/DeveloperExcuses.git 15 | 16 | IDESourceControlProjectPath 17 | DeveloperExcuses.xcodeproj/project.xcworkspace 18 | IDESourceControlProjectRelativeInstallPathDictionary 19 | 20 | 283B2FC7-2770-4804-852B-9FAAAD9A31FD 21 | ../.. 22 | 23 | IDESourceControlProjectURL 24 | ssh://github.com/kimar/DeveloperExcuses.git 25 | IDESourceControlProjectVersion 26 | 110 27 | IDESourceControlProjectWCCIdentifier 28 | 283B2FC7-2770-4804-852B-9FAAAD9A31FD 29 | IDESourceControlProjectWCConfigurations 30 | 31 | 32 | IDESourceControlRepositoryExtensionIdentifierKey 33 | public.vcs.git 34 | IDESourceControlWCCIdentifierKey 35 | 283B2FC7-2770-4804-852B-9FAAAD9A31FD 36 | IDESourceControlWCCName 37 | DeveloperExcuses 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /October30.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /October30.xcodeproj/project.xcworkspace/xcuserdata/j.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30.xcodeproj/project.xcworkspace/xcuserdata/j.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /October30.xcodeproj/xcshareddata/xcschemes/October30.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 24 | 25 | 30 | 31 | 32 | 33 | 34 | 35 | 45 | 46 | 52 | 53 | 54 | 55 | 56 | 57 | 63 | 64 | 70 | 71 | 72 | 73 | 75 | 76 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /October30.xcodeproj/xcshareddata/xcschemes/October30Debug.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 24 | 25 | 30 | 31 | 32 | 33 | 39 | 40 | 41 | 42 | 43 | 44 | 54 | 56 | 62 | 63 | 64 | 65 | 66 | 67 | 73 | 75 | 81 | 82 | 83 | 84 | 86 | 87 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /October30.xcodeproj/xcuserdata/j.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /October30.xcodeproj/xcuserdata/j.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | October30.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | October30Debug.xcscheme_^#shared#^_ 13 | 14 | orderHint 15 | 1 16 | 17 | 18 | SuppressBuildableAutocreation 19 | 20 | 076642ED1EE92D6D00FE8619 21 | 22 | primary 23 | 24 | 25 | 2A9D0E6317DB87B300DBFFBD 26 | 27 | primary 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /October30/October30-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIconFile 10 | thumbnail.png 11 | CFBundleIdentifier 12 | $(PRODUCT_BUNDLE_IDENTIFIER) 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | ${PRODUCT_NAME} 17 | CFBundlePackageType 18 | BNDL 19 | CFBundleShortVersionString 20 | 1.0.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1.0.0 25 | NSHumanReadableCopyright 26 | Copyright © 2018 Jonas Lekevicius. All rights reserved. 27 | NSPrincipalClass 28 | October30.October30View 29 | 30 | 31 | -------------------------------------------------------------------------------- /October30/October30-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'DeveloperExcuses' target in the 'DeveloperExcuses' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /October30/October30View.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | import ScreenSaver 3 | import WebKit 4 | import os.log 5 | 6 | class October30View: ScreenSaverView, WKNavigationDelegate { 7 | public var backgroundColor = NSColor(calibratedWhite: 0.97, alpha: 1) 8 | var webView = WKWebView(frame: .zero) 9 | 10 | convenience init() { 11 | self.init(frame: .zero, isPreview: false) 12 | initialize() 13 | } 14 | 15 | override init!(frame: NSRect, isPreview: Bool) { 16 | super.init(frame: frame, isPreview: isPreview) 17 | initialize() 18 | } 19 | 20 | required public init?(coder: NSCoder) { 21 | super.init(coder: coder) 22 | initialize() 23 | } 24 | 25 | override var configureSheet: NSWindow? { 26 | return nil 27 | } 28 | 29 | override var hasConfigureSheet: Bool { 30 | return false 31 | } 32 | 33 | override func animateOneFrame() { 34 | // null 35 | } 36 | 37 | override func draw(_ rect: NSRect) { 38 | super.draw(rect) 39 | backgroundColor.setFill() 40 | rect.fill() 41 | } 42 | 43 | private func initialize() { 44 | animationTimeInterval = 0.5 45 | 46 | let webConfiguration = WKWebViewConfiguration() 47 | webConfiguration.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs") 48 | 49 | var x: CGFloat = 0 50 | var y: CGFloat = 0 51 | var w: CGFloat = 712 52 | var h: CGFloat = 528 53 | if (frame.width > 800 && frame.height > 600) { 54 | x = (frame.width - w) / 2 55 | y = (frame.height - h) / 2 + 24 56 | } else { 57 | w = 237 58 | h = 176 59 | x = (frame.width - w) / 2 60 | y = (frame.height - h) / 2 + 2 61 | } 62 | 63 | webView = WKWebView(frame: NSRect(x: x, y: y, width: w, height: h), 64 | configuration: webConfiguration) 65 | 66 | webView.navigationDelegate = self 67 | webView.setValue(false, forKey: "drawsBackground") 68 | webView.allowsBackForwardNavigationGestures = false 69 | webView.allowsMagnification = false 70 | webView.alphaValue = 0 71 | 72 | addSubview(webView) 73 | webView.layer?.backgroundColor = NSColor(calibratedWhite: 0.97, alpha: 1).cgColor 74 | 75 | if let htmlPath = Bundle(for: type(of: self)).path(forResource: "html", ofType: nil) { 76 | let htmlUrl = URL(fileURLWithPath: htmlPath, isDirectory: true) 77 | let indexUrl = URL(fileURLWithPath: htmlPath + "/index.html", isDirectory: false) 78 | webView.loadFileURL(indexUrl, allowingReadAccessTo: htmlUrl) 79 | } 80 | } 81 | 82 | func webView(_ webView: WKWebView, 83 | didFinish navigation: WKNavigation!) { 84 | webView.alphaValue = 1 85 | } 86 | } 87 | -------------------------------------------------------------------------------- /October30/html/css/main.css: -------------------------------------------------------------------------------- 1 | *, *::after, *::before { 2 | box-sizing: border-box; 3 | } 4 | ::selection { 5 | background: transparent; 6 | } 7 | 8 | body { 9 | margin: 0; 10 | position: absolute; 11 | top: 0; 12 | bottom: 0; 13 | left: 0; 14 | right: 0; 15 | overflow: hidden; 16 | user-select: none; 17 | } 18 | 19 | #container { 20 | position: relative; 21 | width: 100vw; 22 | height: 100vh; 23 | background: #f8f8f8; 24 | overflow: hidden; 25 | /* filter: invert(1) hue-rotate(180deg) */ 26 | } 27 | 28 | #container img, 29 | #container canvas { 30 | display: block; 31 | position: absolute; 32 | width: 100vw; 33 | height: 100vh; 34 | top: 0; 35 | left: 0; 36 | } 37 | 38 | #container canvas { 39 | transition: opacity 0.05s; 40 | } 41 | 42 | #container canvas.away { 43 | opacity: 0; 44 | } 45 | -------------------------------------------------------------------------------- /October30/html/img/logos/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/0.png -------------------------------------------------------------------------------- /October30/html/img/logos/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/1.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/10.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/100.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/101.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/102.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/103.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/103.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/104.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/105.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/105.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/106.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/106.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/107.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/107.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/108.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/108.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/109.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/109.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/11.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/110.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/111.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/112.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/113.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/114.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/114.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/115.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/116.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/116.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/117.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/118.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/118.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/119.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/12.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/120.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/121.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/122.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/122.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/123.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/124.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/125.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/126.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/126.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/127.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/127.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/128.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/129.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/129.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/13.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/130.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/131.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/131.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/132.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/132.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/133.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/133.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/134.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/134.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/135.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/136.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/136.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/137.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/138.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/138.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/139.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/139.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/14.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/140.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/141.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/142.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/143.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/143.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/144.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/144.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/145.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/145.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/146.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/146.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/147.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/147.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/148.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/148.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/149.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/15.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/150.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/151.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/151.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/152.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/152.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/153.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/154.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/154.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/155.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/156.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/157.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/157.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/158.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/159.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/159.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/16.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/160.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/161.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/161.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/162.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/162.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/163.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/163.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/164.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/164.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/165.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/166.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/166.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/167.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/167.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/168.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/169.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/169.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/17.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/170.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/170.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/171.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/171.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/172.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/172.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/173.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/173.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/174.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/174.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/175.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/175.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/176.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/176.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/177.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/177.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/178.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/178.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/179.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/179.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/18.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/180.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/180.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/181.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/181.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/182.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/182.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/183.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/183.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/184.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/184.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/185.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/185.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/186.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/186.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/187.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/187.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/188.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/188.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/189.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/19.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/190.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/190.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/191.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/191.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/192.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/192.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/193.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/193.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/194.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/194.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/195.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/195.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/196.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/196.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/197.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/197.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/198.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/198.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/199.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/199.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/2.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/20.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/200.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/201.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/202.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/202.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/203.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/203.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/204.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/204.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/205.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/205.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/206.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/206.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/207.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/208.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/208.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/209.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/209.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/21.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/210.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/211.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/211.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/212.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/213.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/213.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/214.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/215.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/215.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/216.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/216.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/217.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/217.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/218.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/218.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/219.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/219.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/22.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/220.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/220.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/221.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/221.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/222.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/222.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/223.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/223.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/224.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/224.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/225.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/225.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/226.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/226.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/227.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/227.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/228.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/228.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/229.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/229.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/23.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/230.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/230.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/231.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/231.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/232.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/232.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/233.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/233.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/234.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/234.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/235.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/235.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/236.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/236.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/237.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/237.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/238.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/239.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/24.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/240.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/241.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/242.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/242.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/243.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/243.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/244.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/244.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/245.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/245.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/246.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/246.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/247.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/247.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/248.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/249.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/249.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/25.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/250.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/251.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/251.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/252.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/252.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/253.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/253.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/254.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/254.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/255.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/256.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/257.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/257.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/258.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/258.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/259.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/259.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/26.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/260.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/261.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/261.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/262.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/262.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/263.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/263.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/264.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/264.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/265.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/265.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/266.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/266.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/267.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/267.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/268.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/268.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/269.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/269.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/27.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/270.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/271.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/272.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/272.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/273.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/274.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/275.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/275.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/276.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/277.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/277.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/278.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/278.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/279.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/279.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/28.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/280.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/281.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/281.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/282.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/283.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/283.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/284.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/284.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/285.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/285.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/286.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/286.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/287.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/287.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/288.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/289.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/289.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/29.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/290.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/291.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/292.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/292.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/293.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/293.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/294.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/294.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/295.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/296.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/296.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/297.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/297.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/298.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/298.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/299.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/299.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/3.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/30.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/300.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/301.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/301.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/302.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/303.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/303.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/304.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/304.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/305.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/305.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/306.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/306.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/307.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/307.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/308.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/308.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/309.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/309.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/31.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/310.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/310.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/311.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/312.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/312.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/313.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/313.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/314.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/314.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/315.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/315.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/316.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/316.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/317.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/317.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/318.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/318.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/319.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/319.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/32.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/320.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/321.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/321.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/322.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/323.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/323.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/324.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/324.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/325.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/325.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/326.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/326.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/327.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/327.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/328.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/328.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/329.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/329.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/33.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/330.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/331.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/331.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/332.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/332.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/333.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/333.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/334.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/334.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/335.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/335.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/336.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/336.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/337.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/337.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/338.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/338.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/339.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/339.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/34.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/340.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/340.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/341.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/341.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/342.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/342.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/343.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/343.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/344.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/344.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/345.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/346.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/346.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/347.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/347.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/348.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/348.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/349.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/349.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/35.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/350.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/350.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/351.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/351.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/352.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/352.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/353.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/353.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/354.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/354.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/355.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/355.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/356.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/356.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/357.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/357.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/358.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/358.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/359.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/359.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/36.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/360.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/361.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/361.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/362.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/362.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/363.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/363.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/364.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/364.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/365.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/365.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/366.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/366.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/367.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/367.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/368.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/368.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/369.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/369.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/37.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/370.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/370.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/371.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/371.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/38.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/39.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/4.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/40.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/41.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/42.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/43.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/44.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/45.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/46.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/47.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/48.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/49.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/5.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/50.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/51.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/52.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/53.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/54.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/55.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/56.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/57.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/58.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/59.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/6.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/60.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/61.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/62.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/63.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/64.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/65.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/66.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/67.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/68.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/69.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/7.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/70.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/71.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/72.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/73.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/74.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/75.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/76.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/77.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/78.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/79.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/8.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/80.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/81.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/82.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/83.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/84.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/85.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/86.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/87.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/88.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/89.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/9.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/90.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/91.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/92.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/93.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/94.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/95.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/96.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/97.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/98.jpg -------------------------------------------------------------------------------- /October30/html/img/logos/99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/logos/99.jpg -------------------------------------------------------------------------------- /October30/html/img/noise1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/noise1.png -------------------------------------------------------------------------------- /October30/html/img/noise2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/noise2.jpg -------------------------------------------------------------------------------- /October30/html/img/noise3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/noise3.png -------------------------------------------------------------------------------- /October30/html/img/shapes1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/October30/html/img/shapes1.jpg -------------------------------------------------------------------------------- /October30/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | October 30 6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /October30/html/js/main.js: -------------------------------------------------------------------------------- 1 | // @ts-check 2 | // var addToGPU = function(t) { 3 | // renderer.setTexture2D(t, 0); 4 | // }; 5 | 6 | var vertex = ` 7 | varying vec2 vUv; 8 | void main() { 9 | vUv = uv; 10 | gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 ); 11 | } 12 | `; 13 | 14 | var fragment = ` 15 | varying vec2 vUv; 16 | 17 | uniform float mixRatio; 18 | uniform float threshold; 19 | 20 | uniform sampler2D texture1; 21 | uniform sampler2D texture2; 22 | uniform sampler2D mixTexture; 23 | 24 | void main() { 25 | vec4 texel1 = texture2D( texture1, vUv ); 26 | vec4 texel2 = texture2D( texture2, vUv ); 27 | vec4 transitionTexel = texture2D( mixTexture, vUv ); 28 | float r = mixRatio * (1.0 + threshold * 2.0) - threshold; 29 | float mixf = clamp((r - transitionTexel.r) * (1.0 / threshold), 0.0, 1.0); 30 | gl_FragColor = mix( texel1, texel2, mixf ); 31 | } 32 | `; 33 | 34 | function shuffleArray(array) { 35 | for (let i = array.length - 1; i > 0; i--) { 36 | const j = Math.floor(Math.random() * (i + 1)); 37 | [array[i], array[j]] = [array[j], array[i]]; 38 | } 39 | } 40 | 41 | var started = false; 42 | 43 | const animationSpeed = 3; 44 | const nextDelay = 5 * 1000; 45 | 46 | function startup() { 47 | if (started) return; 48 | started = true; 49 | const ids = Array(371).fill(0).map((_, idx) => idx + 1) 50 | shuffleArray(ids) 51 | 52 | const $baseImage = document.getElementById('base-image') 53 | const $container = document.getElementById('container') 54 | 55 | var mixTexture = "img/noise3.png" 56 | var image1 = 'img/logos/0.png' 57 | var image2 = `img/logos/${ids[0]}.jpg` 58 | const threshold = 0.3 59 | 60 | const scene = new THREE.Scene() 61 | const camera = new THREE.OrthographicCamera( 62 | $container.offsetWidth / -2, 63 | $container.offsetWidth / 2, 64 | $container.offsetHeight / 2, 65 | $container.offsetHeight / -2, 66 | 1, 67 | 1000 68 | ) 69 | camera.position.z = 1 70 | const renderer = new THREE.WebGLRenderer({ 71 | antialias: false 72 | }) 73 | 74 | renderer.setPixelRatio(window.devicePixelRatio) 75 | renderer.setClearColor(0xf8f8f8, 0.0) 76 | renderer.setSize($container.offsetWidth, $container.offsetHeight) 77 | renderer.domElement.setAttribute('class', 'away') 78 | $container.appendChild(renderer.domElement) 79 | 80 | const loader = new THREE.TextureLoader() 81 | 82 | var texture1 = loader.load(image1) 83 | var texture2 = loader.load(image2) 84 | 85 | var mixTexture = loader.load(mixTexture) 86 | mixTexture.wrapS = mixTexture.wrapT = THREE.RepeatWrapping 87 | 88 | texture1.magFilter = texture2.magFilter = THREE.LinearFilter 89 | texture1.minFilter = texture2.minFilter = THREE.LinearFilter 90 | 91 | texture1.anisotropy = renderer.getMaxAnisotropy() 92 | texture2.anisotropy = renderer.getMaxAnisotropy() 93 | 94 | var mat = new THREE.ShaderMaterial({ 95 | uniforms: { 96 | threshold: { type: "f", value: threshold }, 97 | mixRatio: { type: "f", value: 0.0 }, 98 | texture1: { type: "t", value: texture1 }, 99 | texture2: { type: "t", value: texture2 }, 100 | mixTexture: { type: "t", value: mixTexture } 101 | }, 102 | 103 | vertexShader: vertex, 104 | fragmentShader: fragment, 105 | transparent: true, 106 | opacity: 1.0 107 | }) 108 | const geometry = new THREE.PlaneBufferGeometry( 109 | $container.offsetWidth, 110 | $container.offsetHeight, 111 | 1 112 | ) 113 | const object = new THREE.Mesh(geometry, mat) 114 | scene.add(object) 115 | 116 | var imageCount = 0 117 | 118 | setTimeout(() => { 119 | renderer.domElement.setAttribute('class', '') 120 | TweenLite.to(mat.uniforms.mixRatio, animationSpeed, { 121 | value: 1, 122 | onComplete: () => { 123 | $baseImage.setAttribute('src', image2); 124 | setTimeout(() => { renderer.domElement.setAttribute('class', 'away') }, 100) 125 | setTimeout(() => { animateToNextImage() }, nextDelay) 126 | } 127 | }) 128 | }, 100) 129 | 130 | const animateToNextImage = () => { 131 | imageCount += 1 132 | var imageIndex = imageCount % ids.length 133 | 134 | image1 = image2 135 | image2 = `img/logos/${ids[imageIndex]}.jpg` 136 | 137 | texture1 = texture2 138 | object.material.uniforms.texture1.value = texture1 139 | 140 | texture2 = loader.load(image2) 141 | texture2.magFilter = THREE.LinearFilter 142 | texture2.minFilter = THREE.LinearFilter 143 | texture2.anisotropy = renderer.getMaxAnisotropy() 144 | object.material.uniforms.texture2.value = texture2 145 | 146 | object.material.uniforms.mixRatio.value = 0.0 147 | 148 | setTimeout(() => { 149 | renderer.domElement.setAttribute('class', '') 150 | TweenLite.to(mat.uniforms.mixRatio, animationSpeed, { 151 | value: 1, 152 | onComplete: () => { 153 | $baseImage.setAttribute('src', image2); 154 | setTimeout(() => { renderer.domElement.setAttribute('class', 'away') }, 100) 155 | setTimeout(() => { animateToNextImage() }, nextDelay) 156 | } 157 | }); 158 | }, 100) 159 | } 160 | 161 | window.addEventListener("resize", (e) => { 162 | renderer.setSize($container.offsetWidth, $container.offsetHeight) 163 | }) 164 | 165 | var animate = function() { 166 | requestAnimationFrame(animate); 167 | renderer.render(scene, camera); 168 | } 169 | animate() 170 | } 171 | -------------------------------------------------------------------------------- /October30/html/js/tweenlite.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * VERSION: 2.0.2 3 | * DATE: 2018-08-27 4 | * UPDATES AND DOCS AT: http://greensock.com 5 | * 6 | * @license Copyright (c) 2008-2018, GreenSock. All rights reserved. 7 | * This work is subject to the terms at http://greensock.com/standard-license or for 8 | * Club GreenSock members, the software agreement that was issued with your membership. 9 | * 10 | * @author: Jack Doyle, jack@greensock.com 11 | */ 12 | !function(a,b){"use strict";var c={},d=a.document,e=a.GreenSockGlobals=a.GreenSockGlobals||a,f=e[b];if(f)return"undefined"!=typeof module&&module.exports&&(module.exports=f),f;var g,h,i,j,k,l=function(a){var b,c=a.split("."),d=e;for(b=0;b-1;)(k=r[f[p]]||new s(f[p],[])).gsClass?(i[p]=k.gsClass,q--):j&&k.sc.push(this);if(0===q&&g){if(m=("com.greensock."+d).split("."),n=m.pop(),o=l(m.join("."))[n]=this.gsClass=g.apply(g,i),h)if(e[n]=c[n]=o,"undefined"!=typeof module&&module.exports)if(d===b){module.exports=c[b]=o;for(p in c)o[p]=c[p]}else c[b]&&(c[b][n]=o);else"function"==typeof define&&define.amd&&define((a.GreenSockAMDPath?a.GreenSockAMDPath+"/":"")+d.split(".").pop(),[],function(){return o});for(p=0;p-1;)for(f=i[j],e=d?u("easing."+f,null,!0):m.easing[f]||{},g=k.length;--g>-1;)h=k[g],x[f+"."+h]=x[h+f]=e[h]=a.getRatio?a:a[h]||new a};for(i=w.prototype,i._calcEnd=!1,i.getRatio=function(a){if(this._func)return this._params[0]=a,this._func.apply(null,this._params);var b=this._type,c=this._power,d=1===b?1-a:2===b?a:.5>a?2*a:2*(1-a);return 1===c?d*=d:2===c?d*=d*d:3===c?d*=d*d*d:4===c&&(d*=d*d*d*d),1===b?1-d:2===b?d:.5>a?d/2:1-d/2},g=["Linear","Quad","Cubic","Quart","Quint,Strong"],h=g.length;--h>-1;)i=g[h]+",Power"+h,y(new w(null,null,1,h),i,"easeOut",!0),y(new w(null,null,2,h),i,"easeIn"+(0===h?",easeNone":"")),y(new w(null,null,3,h),i,"easeInOut");x.linear=m.easing.Linear.easeIn,x.swing=m.easing.Quad.easeInOut;var z=u("events.EventDispatcher",function(a){this._listeners={},this._eventTarget=a||this});i=z.prototype,i.addEventListener=function(a,b,c,d,e){e=e||0;var f,g,h=this._listeners[a],i=0;for(this!==j||k||j.wake(),null==h&&(this._listeners[a]=h=[]),g=h.length;--g>-1;)f=h[g],f.c===b&&f.s===c?h.splice(g,1):0===i&&f.pr-1;)if(d[c].c===b)return void d.splice(c,1)},i.dispatchEvent=function(a){var b,c,d,e=this._listeners[a];if(e)for(b=e.length,b>1&&(e=e.slice(0)),c=this._eventTarget;--b>-1;)d=e[b],d&&(d.up?d.c.call(d.s||c,{type:a,target:c}):d.c.call(d.s||c))};var A=a.requestAnimationFrame,B=a.cancelAnimationFrame,C=Date.now||function(){return(new Date).getTime()},D=C();for(g=["ms","moz","webkit","o"],h=g.length;--h>-1&&!A;)A=a[g[h]+"RequestAnimationFrame"],B=a[g[h]+"CancelAnimationFrame"]||a[g[h]+"CancelRequestAnimationFrame"];u("Ticker",function(a,b){var c,e,f,g,h,i=this,l=C(),m=b!==!1&&A?"auto":!1,o=500,q=33,r="tick",s=function(a){var b,d,j=C()-D;j>o&&(l+=j-q),D+=j,i.time=(D-l)/1e3,b=i.time-h,(!c||b>0||a===!0)&&(i.frame++,h+=b+(b>=g?.004:g-b),d=!0),a!==!0&&(f=e(s)),d&&i.dispatchEvent(r)};z.call(i),i.time=i.frame=0,i.tick=function(){s(!0)},i.lagSmoothing=function(a,b){return arguments.length?(o=a||1/n,void(q=Math.min(b,o,0))):1/n>o},i.sleep=function(){null!=f&&(m&&B?B(f):clearTimeout(f),e=p,f=null,i===j&&(k=!1))},i.wake=function(a){null!==f?i.sleep():a?l+=-D+(D=C()):i.frame>10&&(D=C()-o+5),e=0===c?p:m&&A?A:function(a){return setTimeout(a,1e3*(h-i.time)+1|0)},i===j&&(k=!0),s(2)},i.fps=function(a){return arguments.length?(c=a,g=1/(c||60),h=this.time+g,void i.wake()):c},i.useRAF=function(a){return arguments.length?(i.sleep(),m=a,void i.fps(c)):m},i.fps(a),setTimeout(function(){"auto"===m&&i.frame<5&&"hidden"!==(d||{}).visibilityState&&i.useRAF(!1)},1500)}),i=m.Ticker.prototype=new m.events.EventDispatcher,i.constructor=m.Ticker;var E=u("core.Animation",function(a,b){if(this.vars=b=b||{},this._duration=this._totalDuration=a||0,this._delay=Number(b.delay)||0,this._timeScale=1,this._active=b.immediateRender===!0,this.data=b.data,this._reversed=b.reversed===!0,Y){k||j.wake();var c=this.vars.useFrames?X:Y;c.add(this,c._time),this.vars.paused&&this.paused(!0)}});j=E.ticker=new m.Ticker,i=E.prototype,i._dirty=i._gc=i._initted=i._paused=!1,i._totalTime=i._time=0,i._rawPrevTime=-1,i._next=i._last=i._onUpdate=i._timeline=i.timeline=null,i._paused=!1;var F=function(){k&&C()-D>2e3&&("hidden"!==(d||{}).visibilityState||!j.lagSmoothing())&&j.wake();var a=setTimeout(F,2e3);a.unref&&a.unref()};F(),i.play=function(a,b){return null!=a&&this.seek(a,b),this.reversed(!1).paused(!1)},i.pause=function(a,b){return null!=a&&this.seek(a,b),this.paused(!0)},i.resume=function(a,b){return null!=a&&this.seek(a,b),this.paused(!1)},i.seek=function(a,b){return this.totalTime(Number(a),b!==!1)},i.restart=function(a,b){return this.reversed(!1).paused(!1).totalTime(a?-this._delay:0,b!==!1,!0)},i.reverse=function(a,b){return null!=a&&this.seek(a||this.totalDuration(),b),this.reversed(!0).paused(!1)},i.render=function(a,b,c){},i.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,(this._gc||!this.timeline)&&this._enabled(!0),this},i.isActive=function(){var a,b=this._timeline,c=this._startTime;return!b||!this._gc&&!this._paused&&b.isActive()&&(a=b.rawTime(!0))>=c&&a-1;)"{self}"===a[b]&&(c[b]=this);return c},i._callback=function(a){var b=this.vars,c=b[a],d=b[a+"Params"],e=b[a+"Scope"]||b.callbackScope||this,f=d?d.length:0;switch(f){case 0:c.call(e);break;case 1:c.call(e,d[0]);break;case 2:c.call(e,d[0],d[1]);break;default:c.apply(e,d)}},i.eventCallback=function(a,b,c,d){if("on"===(a||"").substr(0,2)){var e=this.vars;if(1===arguments.length)return e[a];null==b?delete e[a]:(e[a]=b,e[a+"Params"]=q(c)&&-1!==c.join("").indexOf("{self}")?this._swapSelfInParams(c):c,e[a+"Scope"]=d),"onUpdate"===a&&(this._onUpdate=b)}return this},i.delay=function(a){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+a-this._delay),this._delay=a,this):this._delay},i.duration=function(a){return arguments.length?(this._duration=this._totalDuration=a,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._timethis._duration?this._duration:a,b)):this._time},i.totalTime=function(a,b,c){if(k||j.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(0>a&&!c&&(a+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var d=this._totalDuration,e=this._timeline;if(a>d&&!c&&(a=d),this._startTime=(this._paused?this._pauseTime:e._time)-(this._reversed?d-a:a)/this._timeScale,e._dirty||this._uncache(!1),e._timeline)for(;e._timeline;)e._timeline._time!==(e._startTime+e._totalTime)/e._timeScale&&e.totalTime(e._totalTime,!0),e=e._timeline}this._gc&&this._enabled(!0,!1),(this._totalTime!==a||0===this._duration)&&(K.length&&$(),this.render(a,b,!1),K.length&&$())}return this},i.progress=i.totalProgress=function(a,b){var c=this.duration();return arguments.length?this.totalTime(c*a,b):c?this._time/c:this.ratio},i.startTime=function(a){return arguments.length?(a!==this._startTime&&(this._startTime=a,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,a-this._delay)),this):this._startTime},i.endTime=function(a){return this._startTime+(0!=a?this.totalDuration():this.duration())/this._timeScale},i.timeScale=function(a){if(!arguments.length)return this._timeScale;var b,c;for(a=a||n,this._timeline&&this._timeline.smoothChildTiming&&(b=this._pauseTime,c=b||0===b?b:this._timeline.totalTime(),this._startTime=c-(c-this._startTime)*this._timeScale/a),this._timeScale=a,c=this.timeline;c&&c.timeline;)c._dirty=!0,c.totalDuration(),c=c.timeline;return this},i.reversed=function(a){return arguments.length?(a!=this._reversed&&(this._reversed=a,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},i.paused=function(a){if(!arguments.length)return this._paused;var b,c,d=this._timeline;return a!=this._paused&&d&&(k||a||j.wake(),b=d.rawTime(),c=b-this._pauseTime,!a&&d.smoothChildTiming&&(this._startTime+=c,this._uncache(!1)),this._pauseTime=a?b:null,this._paused=a,this._active=this.isActive(),!a&&0!==c&&this._initted&&this.duration()&&(b=d.smoothChildTiming?this._totalTime:(b-this._startTime)/this._timeScale,this.render(b,b===this._totalTime,!0))),this._gc&&!a&&this._enabled(!0,!1),this};var G=u("core.SimpleTimeline",function(a){E.call(this,0,a),this.autoRemoveChildren=this.smoothChildTiming=!0});i=G.prototype=new E,i.constructor=G,i.kill()._gc=!1,i._first=i._last=i._recent=null,i._sortChildren=!1,i.add=i.insert=function(a,b,c,d){var e,f;if(a._startTime=Number(b||0)+a._delay,a._paused&&this!==a._timeline&&(a._pauseTime=this.rawTime()-(a._timeline.rawTime()-a._pauseTime)),a.timeline&&a.timeline._remove(a,!0),a.timeline=a._timeline=this,a._gc&&a._enabled(!0,!0),e=this._last,this._sortChildren)for(f=a._startTime;e&&e._startTime>f;)e=e._prev;return e?(a._next=e._next,e._next=a):(a._next=this._first,this._first=a),a._next?a._next._prev=a:this._last=a,a._prev=e,this._recent=a,this._timeline&&this._uncache(!0),this},i._remove=function(a,b){return a.timeline===this&&(b||a._enabled(!1,!0),a._prev?a._prev._next=a._next:this._first===a&&(this._first=a._next),a._next?a._next._prev=a._prev:this._last===a&&(this._last=a._prev),a._next=a._prev=a.timeline=null,a===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},i.render=function(a,b,c){var d,e=this._first;for(this._totalTime=this._time=this._rawPrevTime=a;e;)d=e._next,(e._active||a>=e._startTime&&!e._paused&&!e._gc)&&(e._reversed?e.render((e._dirty?e.totalDuration():e._totalDuration)-(a-e._startTime)*e._timeScale,b,c):e.render((a-e._startTime)*e._timeScale,b,c)),e=d},i.rawTime=function(){return k||j.wake(),this._totalTime};var H=u("TweenLite",function(b,c,d){if(E.call(this,c,d),this.render=H.prototype.render,null==b)throw"Cannot tween a null target.";this.target=b="string"!=typeof b?b:H.selector(b)||b;var e,f,g,h=b.jquery||b.length&&b!==a&&b[0]&&(b[0]===a||b[0].nodeType&&b[0].style&&!b.nodeType),i=this.vars.overwrite;if(this._overwrite=i=null==i?W[H.defaultOverwrite]:"number"==typeof i?i>>0:W[i],(h||b instanceof Array||b.push&&q(b))&&"number"!=typeof b[0])for(this._targets=g=o(b),this._propLookup=[],this._siblings=[],e=0;e1&&ba(f,this,null,1,this._siblings[e])):(f=g[e--]=H.selector(f),"string"==typeof f&&g.splice(e+1,1)):g.splice(e--,1);else this._propLookup={},this._siblings=_(b,this,!1),1===i&&this._siblings.length>1&&ba(b,this,null,1,this._siblings);(this.vars.immediateRender||0===c&&0===this._delay&&this.vars.immediateRender!==!1)&&(this._time=-n,this.render(Math.min(0,-this._delay)))},!0),I=function(b){return b&&b.length&&b!==a&&b[0]&&(b[0]===a||b[0].nodeType&&b[0].style&&!b.nodeType)},J=function(a,b){var c,d={};for(c in a)V[c]||c in b&&"transform"!==c&&"x"!==c&&"y"!==c&&"width"!==c&&"height"!==c&&"className"!==c&&"border"!==c||!(!S[c]||S[c]&&S[c]._autoCSS)||(d[c]=a[c],delete a[c]);a.css=d};i=H.prototype=new E,i.constructor=H,i.kill()._gc=!1,i.ratio=0,i._firstPT=i._targets=i._overwrittenProps=i._startAt=null,i._notifyPluginsOfEnabled=i._lazy=!1,H.version="2.0.2",H.defaultEase=i._ease=new w(null,null,1,1),H.defaultOverwrite="auto",H.ticker=j,H.autoSleep=120,H.lagSmoothing=function(a,b){j.lagSmoothing(a,b)},H.selector=a.$||a.jQuery||function(b){var c=a.$||a.jQuery;return c?(H.selector=c,c(b)):(d||(d=a.document),d?d.querySelectorAll?d.querySelectorAll(b):d.getElementById("#"===b.charAt(0)?b.substr(1):b):b)};var K=[],L={},M=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi,N=/[\+-]=-?[\.\d]/,O=function(a){for(var b,c=this._firstPT,d=1e-6;c;)b=c.blob?1===a&&null!=this.end?this.end:a?this.join(""):this.start:c.c*a+c.s,c.m?b=c.m.call(this._tween,b,this._target||c.t,this._tween):d>b&&b>-d&&!c.blob&&(b=0),c.f?c.fp?c.t[c.p](c.fp,b):c.t[c.p](b):c.t[c.p]=b,c=c._next},P=function(a,b,c,d){var e,f,g,h,i,j,k,l=[],m=0,n="",o=0;for(l.start=a,l.end=b,a=l[0]=a+"",b=l[1]=b+"",c&&(c(l),a=l[0],b=l[1]),l.length=0,e=a.match(M)||[],f=b.match(M)||[],d&&(d._next=null,d.blob=1,l._firstPT=l._applyPT=d),i=f.length,h=0;i>h;h++)k=f[h],j=b.substr(m,b.indexOf(k,m)-m),n+=j||!h?j:",",m+=j.length,o?o=(o+1)%5:"rgba("===j.substr(-5)&&(o=1),k===e[h]||e.length<=h?n+=k:(n&&(l.push(n),n=""),g=parseFloat(e[h]),l.push(g),l._firstPT={_next:l._firstPT,t:l,p:l.length-1,s:g,c:("="===k.charAt(1)?parseInt(k.charAt(0)+"1",10)*parseFloat(k.substr(2)):parseFloat(k)-g)||0,f:0,m:o&&4>o?Math.round:0}),m+=k.length;return n+=b.substr(m),n&&l.push(n),l.setRatio=O,N.test(b)&&(l.end=null),l},Q=function(a,b,c,d,e,f,g,h,i){"function"==typeof d&&(d=d(i||0,a));var j,k=typeof a[b],l="function"!==k?"":b.indexOf("set")||"function"!=typeof a["get"+b.substr(3)]?b:"get"+b.substr(3),m="get"!==c?c:l?g?a[l](g):a[l]():a[b],n="string"==typeof d&&"="===d.charAt(1),o={t:a,p:b,s:m,f:"function"===k,pg:0,n:e||b,m:f?"function"==typeof f?f:Math.round:0,pr:0,c:n?parseInt(d.charAt(0)+"1",10)*parseFloat(d.substr(2)):parseFloat(d)-m||0};return("number"!=typeof m||"number"!=typeof d&&!n)&&(g||isNaN(m)||!n&&isNaN(d)||"boolean"==typeof m||"boolean"==typeof d?(o.fp=g,j=P(m,n?parseFloat(o.s)+o.c+(o.s+"").replace(/[0-9\-\.]/g,""):d,h||H.defaultStringFilter,o),o={t:j,p:"setRatio",s:0,c:1,f:2,pg:0,n:e||b,pr:0,m:0}):(o.s=parseFloat(m),n||(o.c=parseFloat(d)-o.s||0))),o.c?((o._next=this._firstPT)&&(o._next._prev=o),this._firstPT=o,o):void 0},R=H._internals={isArray:q,isSelector:I,lazyTweens:K,blobDif:P},S=H._plugins={},T=R.tweenLookup={},U=0,V=R.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1,callbackScope:1,stringFilter:1,id:1,yoyoEase:1},W={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,"true":1,"false":0},X=E._rootFramesTimeline=new G,Y=E._rootTimeline=new G,Z=30,$=R.lazyRender=function(){var a,b=K.length;for(L={};--b>-1;)a=K[b],a&&a._lazy!==!1&&(a.render(a._lazy[0],a._lazy[1],!0),a._lazy=!1);K.length=0};Y._startTime=j.time,X._startTime=j.frame,Y._active=X._active=!0,setTimeout($,1),E._updateRoot=H.render=function(){var a,b,c;if(K.length&&$(),Y.render((j.time-Y._startTime)*Y._timeScale,!1,!1),X.render((j.frame-X._startTime)*X._timeScale,!1,!1),K.length&&$(),j.frame>=Z){Z=j.frame+(parseInt(H.autoSleep,10)||120);for(c in T){for(b=T[c].tweens,a=b.length;--a>-1;)b[a]._gc&&b.splice(a,1);0===b.length&&delete T[c]}if(c=Y._first,(!c||c._paused)&&H.autoSleep&&!X._first&&1===j._listeners.tick.length){for(;c&&c._paused;)c=c._next;c||j.sleep()}}},j.addEventListener("tick",E._updateRoot);var _=function(a,b,c){var d,e,f=a._gsTweenID;if(T[f||(a._gsTweenID=f="t"+U++)]||(T[f]={target:a,tweens:[]}),b&&(d=T[f].tweens,d[e=d.length]=b,c))for(;--e>-1;)d[e]===b&&d.splice(e,1);return T[f].tweens},aa=function(a,b,c,d){var e,f,g=a.vars.onOverwrite;return g&&(e=g(a,b,c,d)),g=H.onOverwrite,g&&(f=g(a,b,c,d)),e!==!1&&f!==!1},ba=function(a,b,c,d,e){var f,g,h,i;if(1===d||d>=4){for(i=e.length,f=0;i>f;f++)if((h=e[f])!==b)h._gc||h._kill(null,a,b)&&(g=!0);else if(5===d)break;return g}var j,k=b._startTime+n,l=[],m=0,o=0===b._duration;for(f=e.length;--f>-1;)(h=e[f])===b||h._gc||h._paused||(h._timeline!==b._timeline?(j=j||ca(b,0,o),0===ca(h,j,o)&&(l[m++]=h)):h._startTime<=k&&h._startTime+h.totalDuration()/h._timeScale>k&&((o||!h._initted)&&k-h._startTime<=2e-10||(l[m++]=h)));for(f=m;--f>-1;)if(h=l[f],i=h._firstPT,2===d&&h._kill(c,a,b)&&(g=!0),2!==d||!h._firstPT&&h._initted&&i){if(2!==d&&!aa(h,b))continue;h._enabled(!1,!1)&&(g=!0)}return g},ca=function(a,b,c){for(var d=a._timeline,e=d._timeScale,f=a._startTime;d._timeline;){if(f+=d._startTime,e*=d._timeScale,d._paused)return-100;d=d._timeline}return f/=e,f>b?f-b:c&&f===b||!a._initted&&2*n>f-b?n:(f+=a.totalDuration()/a._timeScale/e)>b+n?0:f-b-n};i._init=function(){var a,b,c,d,e,f,g=this.vars,h=this._overwrittenProps,i=this._duration,j=!!g.immediateRender,k=g.ease;if(g.startAt){this._startAt&&(this._startAt.render(-1,!0),this._startAt.kill()),e={};for(d in g.startAt)e[d]=g.startAt[d];if(e.data="isStart",e.overwrite=!1,e.immediateRender=!0,e.lazy=j&&g.lazy!==!1,e.startAt=e.delay=null,e.onUpdate=g.onUpdate,e.onUpdateParams=g.onUpdateParams,e.onUpdateScope=g.onUpdateScope||g.callbackScope||this,this._startAt=H.to(this.target||{},0,e),j)if(this._time>0)this._startAt=null;else if(0!==i)return}else if(g.runBackwards&&0!==i)if(this._startAt)this._startAt.render(-1,!0),this._startAt.kill(),this._startAt=null;else{0!==this._time&&(j=!1),c={};for(d in g)V[d]&&"autoCSS"!==d||(c[d]=g[d]);if(c.overwrite=0,c.data="isFromStart",c.lazy=j&&g.lazy!==!1,c.immediateRender=j,this._startAt=H.to(this.target,0,c),j){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=k=k?k instanceof w?k:"function"==typeof k?new w(k,g.easeParams):x[k]||H.defaultEase:H.defaultEase,g.easeParams instanceof Array&&k.config&&(this._ease=k.config.apply(k,g.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(f=this._targets.length,a=0;f>a;a++)this._initProps(this._targets[a],this._propLookup[a]={},this._siblings[a],h?h[a]:null,a)&&(b=!0);else b=this._initProps(this.target,this._propLookup,this._siblings,h,0);if(b&&H._onPluginEvent("_onInitAllProps",this),h&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),g.runBackwards)for(c=this._firstPT;c;)c.s+=c.c,c.c=-c.c,c=c._next;this._onUpdate=g.onUpdate,this._initted=!0},i._initProps=function(b,c,d,e,f){var g,h,i,j,k,l;if(null==b)return!1;L[b._gsTweenID]&&$(),this.vars.css||b.style&&b!==a&&b.nodeType&&S.css&&this.vars.autoCSS!==!1&&J(this.vars,b);for(g in this.vars)if(l=this.vars[g],V[g])l&&(l instanceof Array||l.push&&q(l))&&-1!==l.join("").indexOf("{self}")&&(this.vars[g]=l=this._swapSelfInParams(l,this));else if(S[g]&&(j=new S[g])._onInitTween(b,this.vars[g],this,f)){for(this._firstPT=k={_next:this._firstPT,t:j,p:"setRatio",s:0,c:1,f:1,n:g,pg:1,pr:j._priority,m:0},h=j._overwriteProps.length;--h>-1;)c[j._overwriteProps[h]]=this._firstPT;(j._priority||j._onInitAllProps)&&(i=!0),(j._onDisable||j._onEnable)&&(this._notifyPluginsOfEnabled=!0),k._next&&(k._next._prev=k)}else c[g]=Q.call(this,b,g,"get",l,g,0,null,this.vars.stringFilter,f);return e&&this._kill(e,b)?this._initProps(b,c,d,e,f):this._overwrite>1&&this._firstPT&&d.length>1&&ba(b,this,c,this._overwrite,d)?(this._kill(c,b),this._initProps(b,c,d,e,f)):(this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration)&&(L[b._gsTweenID]=!0),i)},i.render=function(a,b,c){var d,e,f,g,h=this._time,i=this._duration,j=this._rawPrevTime;if(a>=i-1e-7&&a>=0)this._totalTime=this._time=i,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(d=!0,e="onComplete",c=c||this._timeline.autoRemoveChildren),0===i&&(this._initted||!this.vars.lazy||c)&&(this._startTime===this._timeline._duration&&(a=0),(0>j||0>=a&&a>=-1e-7||j===n&&"isPause"!==this.data)&&j!==a&&(c=!0,j>n&&(e="onReverseComplete")),this._rawPrevTime=g=!b||a||j===a?a:n);else if(1e-7>a)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==h||0===i&&j>0)&&(e="onReverseComplete",d=this._reversed),0>a&&(this._active=!1,0===i&&(this._initted||!this.vars.lazy||c)&&(j>=0&&(j!==n||"isPause"!==this.data)&&(c=!0),this._rawPrevTime=g=!b||a||j===a?a:n)),(!this._initted||this._startAt&&this._startAt.progress())&&(c=!0);else if(this._totalTime=this._time=a,this._easeType){var k=a/i,l=this._easeType,m=this._easePower;(1===l||3===l&&k>=.5)&&(k=1-k),3===l&&(k*=2),1===m?k*=k:2===m?k*=k*k:3===m?k*=k*k*k:4===m&&(k*=k*k*k*k),1===l?this.ratio=1-k:2===l?this.ratio=k:.5>a/i?this.ratio=k/2:this.ratio=1-k/2}else this.ratio=this._ease.getRatio(a/i);if(this._time!==h||c){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!c&&this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=h,this._rawPrevTime=j,K.push(this),void(this._lazy=[a,b]);this._time&&!d?this.ratio=this._ease.getRatio(this._time/i):d&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(this._lazy!==!1&&(this._lazy=!1),this._active||!this._paused&&this._time!==h&&a>=0&&(this._active=!0),0===h&&(this._startAt&&(a>=0?this._startAt.render(a,!0,c):e||(e="_dummyGS")),this.vars.onStart&&(0!==this._time||0===i)&&(b||this._callback("onStart"))),f=this._firstPT;f;)f.f?f.t[f.p](f.c*this.ratio+f.s):f.t[f.p]=f.c*this.ratio+f.s,f=f._next;this._onUpdate&&(0>a&&this._startAt&&a!==-1e-4&&this._startAt.render(a,!0,c),b||(this._time!==h||d||c)&&this._callback("onUpdate")),e&&(!this._gc||c)&&(0>a&&this._startAt&&!this._onUpdate&&a!==-1e-4&&this._startAt.render(a,!0,c),d&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[e]&&this._callback(e),0===i&&this._rawPrevTime===n&&g!==n&&(this._rawPrevTime=0))}},i._kill=function(a,b,c){if("all"===a&&(a=null),null==a&&(null==b||b===this.target))return this._lazy=!1,this._enabled(!1,!1);b="string"!=typeof b?b||this._targets||this.target:H.selector(b)||b;var d,e,f,g,h,i,j,k,l,m=c&&this._time&&c._startTime===this._startTime&&this._timeline===c._timeline,n=this._firstPT;if((q(b)||I(b))&&"number"!=typeof b[0])for(d=b.length;--d>-1;)this._kill(a,b[d],c)&&(i=!0);else{if(this._targets){for(d=this._targets.length;--d>-1;)if(b===this._targets[d]){h=this._propLookup[d]||{},this._overwrittenProps=this._overwrittenProps||[],e=this._overwrittenProps[d]=a?this._overwrittenProps[d]||{}:"all";break}}else{if(b!==this.target)return!1;h=this._propLookup,e=this._overwrittenProps=a?this._overwrittenProps||{}:"all"}if(h){if(j=a||h,k=a!==e&&"all"!==e&&a!==h&&("object"!=typeof a||!a._tempKill),c&&(H.onOverwrite||this.vars.onOverwrite)){for(f in j)h[f]&&(l||(l=[]),l.push(f));if((l||!a)&&!aa(this,c,b,l))return!1}for(f in j)(g=h[f])&&(m&&(g.f?g.t[g.p](g.s):g.t[g.p]=g.s,i=!0),g.pg&&g.t._kill(j)&&(i=!0),g.pg&&0!==g.t._overwriteProps.length||(g._prev?g._prev._next=g._next:g===this._firstPT&&(this._firstPT=g._next),g._next&&(g._next._prev=g._prev),g._next=g._prev=null),delete h[f]),k&&(e[f]=1);!this._firstPT&&this._initted&&n&&this._enabled(!1,!1)}}return i},i.invalidate=function(){return this._notifyPluginsOfEnabled&&H._onPluginEvent("_onDisable",this),this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],E.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-n,this.render(Math.min(0,-this._delay))),this},i._enabled=function(a,b){if(k||j.wake(),a&&this._gc){var c,d=this._targets;if(d)for(c=d.length;--c>-1;)this._siblings[c]=_(d[c],this,!0);else this._siblings=_(this.target,this,!0)}return E.prototype._enabled.call(this,a,b),this._notifyPluginsOfEnabled&&this._firstPT?H._onPluginEvent(a?"_onEnable":"_onDisable",this):!1},H.to=function(a,b,c){return new H(a,b,c)},H.from=function(a,b,c){return c.runBackwards=!0,c.immediateRender=0!=c.immediateRender,new H(a,b,c)},H.fromTo=function(a,b,c,d){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,new H(a,b,d)},H.delayedCall=function(a,b,c,d,e){return new H(b,0,{delay:a,onComplete:b,onCompleteParams:c,callbackScope:d,onReverseComplete:b,onReverseCompleteParams:c,immediateRender:!1,lazy:!1,useFrames:e,overwrite:0})},H.set=function(a,b){return new H(a,0,b)},H.getTweensOf=function(a,b){if(null==a)return[];a="string"!=typeof a?a:H.selector(a)||a;var c,d,e,f;if((q(a)||I(a))&&"number"!=typeof a[0]){for(c=a.length,d=[];--c>-1;)d=d.concat(H.getTweensOf(a[c],b));for(c=d.length;--c>-1;)for(f=d[c],e=c;--e>-1;)f===d[e]&&d.splice(c,1)}else if(a._gsTweenID)for(d=_(a).concat(),c=d.length;--c>-1;)(d[c]._gc||b&&!d[c].isActive())&&d.splice(c,1);return d||[]},H.killTweensOf=H.killDelayedCallsTo=function(a,b,c){"object"==typeof b&&(c=b,b=!1);for(var d=H.getTweensOf(a,b),e=d.length;--e>-1;)d[e]._kill(c,a)};var da=u("plugins.TweenPlugin",function(a,b){this._overwriteProps=(a||"").split(","),this._propName=this._overwriteProps[0],this._priority=b||0,this._super=da.prototype},!0);if(i=da.prototype,da.version="1.19.0",da.API=2,i._firstPT=null,i._addTween=Q,i.setRatio=O,i._kill=function(a){var b,c=this._overwriteProps,d=this._firstPT;if(null!=a[this._propName])this._overwriteProps=[];else for(b=c.length;--b>-1;)null!=a[c[b]]&&c.splice(b,1);for(;d;)null!=a[d.n]&&(d._next&&(d._next._prev=d._prev),d._prev?(d._prev._next=d._next,d._prev=null):this._firstPT===d&&(this._firstPT=d._next)),d=d._next;return!1},i._mod=i._roundProps=function(a){for(var b,c=this._firstPT;c;)b=a[this._propName]||null!=c.n&&a[c.n.split(this._propName+"_").join("")],b&&"function"==typeof b&&(2===c.f?c.t._applyPT.m=b:c.m=b),c=c._next},H._onPluginEvent=function(a,b){var c,d,e,f,g,h=b._firstPT;if("_onInitAllProps"===a){for(;h;){for(g=h._next,d=e;d&&d.pr>h.pr;)d=d._next;(h._prev=d?d._prev:f)?h._prev._next=h:e=h,(h._next=d)?d._prev=h:f=h,h=g}h=b._firstPT=e}for(;h;)h.pg&&"function"==typeof h.t[a]&&h.t[a]()&&(c=!0),h=h._next;return c},da.activate=function(a){for(var b=a.length;--b>-1;)a[b].API===da.API&&(S[(new a[b])._propName]=a[b]);return!0},t.plugin=function(a){if(!(a&&a.propName&&a.init&&a.API))throw"illegal plugin definition.";var b,c=a.propName,d=a.priority||0,e=a.overwriteProps,f={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_mod",mod:"_mod",initAll:"_onInitAllProps"},g=u("plugins."+c.charAt(0).toUpperCase()+c.substr(1)+"Plugin",function(){da.call(this,c,d),this._overwriteProps=e||[]},a.global===!0),h=g.prototype=new da(c);h.constructor=g,g.API=a.API;for(b in f)"function"==typeof a[b]&&(h[f[b]]=a[b]);return g.version=a.version,da.activate([g]),g},g=a._gsQueue){for(h=0;h 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIconFile 10 | 11 | CFBundleIdentifier 12 | $(PRODUCT_BUNDLE_IDENTIFIER) 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | $(PRODUCT_NAME) 17 | CFBundlePackageType 18 | APPL 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleVersion 22 | 1 23 | LSMinimumSystemVersion 24 | $(MACOSX_DEPLOYMENT_TARGET) 25 | NSAppTransportSecurity 26 | 27 | NSAllowsArbitraryLoads 28 | 29 | 30 | NSHumanReadableCopyright 31 | Copyright © 2018 Jonas Lekevicius. All rights reserved. 32 | NSMainStoryboardFile 33 | Main 34 | NSPrincipalClass 35 | NSApplication 36 | 37 | 38 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

Screenshot

2 | 3 | # October 30 Screen Saver 4 | 5 | [![Twitter: @lekevicius](https://img.shields.io/badge/contact-@lekevicius-blue.svg)](https://twitter.com/lekevicius) 6 | [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/lekevicius/October30/blob/master/LICENSE.md) 7 | 8 | On October 30th, 2018 Apple held an [event](https://www.apple.com/apple-events/october-2018/) in New York, announcing new iPad Pros, MacBook Air and Mac mini. 9 | For the invites to the press Apple commissioned [hundreds of interesting and creative logos](https://www.macrumors.com/2018/10/24/all-the-apple-logos/). It feels like a waste of amazing creativity to not do anything more permanent with this art. 10 | 11 | October 30 is a macOS screen saver (requires El Capitan or later) that randomly changes between these 371 Apple logos. 12 | 13 | _(The GIF above is just for intro. Actually logos change smoothly and more slowly.)_ 14 | 15 | ### Install 16 | * [**Download the Screen Saver**](https://github.com/lekevicius/october30/raw/master/Release/October30.saver.zip) 17 | * Right-click October30.saver and choose "Open" (otherwise macOS might not let you install it) 18 | * Choose to Install just for your own user or everyone using the Mac 19 | * Enjoy 🍎 20 | 21 | Created by Jonas Lekevicius. Follow me on [Twitter](https://twitter.com/lekevicius). 22 | 23 | _Not officially affiliated with Apple in any way._ Probably infringes on a bunch of copyrights. But it’s really cool stuff, so please maybe don’t DMCA C&D me. Anyways, better download this just in case, right? 24 | 25 | -------------------------------------------------------------------------------- /Release/October30.saver.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/Release/October30.saver.zip -------------------------------------------------------------------------------- /Release/screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lekevicius/october30/f4a9b6c9afa03a108fae5c9dbe94ae010008ea46/Release/screenshot.gif --------------------------------------------------------------------------------