├── .gitignore ├── README.md ├── _css ├── colors.css ├── fonts.css └── styles.css ├── _fonts ├── Roboto-Black.ttf ├── Roboto-BlackItalic.ttf ├── Roboto-Bold.ttf ├── Roboto-BoldItalic.ttf ├── Roboto-Italic.ttf ├── Roboto-Light.ttf ├── Roboto-LightItalic.ttf ├── Roboto-Medium.ttf ├── Roboto-MediumItalic.ttf ├── Roboto-Regular.ttf ├── Roboto-Thin.ttf └── Roboto-ThinItalic.ttf ├── _images └── countries │ ├── 001-mauritius.png │ ├── 002-cyprus.png │ ├── 003-austria.png │ ├── 004-oman.png │ ├── 005-ethiopia.png │ ├── 006-tanzania.png │ ├── 007-nicaragua.png │ ├── 009-uganda.png │ ├── 010-slovenia.png │ ├── 011-zimbabwe.png │ ├── 012-sao-tome-and-prince.png │ ├── 013-italy.png │ ├── 014-wales.png │ ├── 015-el-salvador.png │ ├── 016-nepal.png │ ├── 017-christmas-island.png │ ├── 018-lebanon.png │ ├── 019-ceuta.png │ ├── 020-iraq.png │ ├── 021-cook-islands.png │ ├── 022-syria.png │ ├── 023-cocos-island.png │ ├── 024-honduras.png │ ├── 025-anguilla.png │ ├── 027-american-samoa.png │ ├── 028-puerto-rico.png │ ├── 029-comoros.png │ ├── 030-north-korea.png │ ├── 031-corsica.png │ ├── 032-zambia.png │ ├── 033-saint-kitts-and-nevis.png │ ├── 034-china.png │ ├── 035-luxembourg.png │ ├── 036-central-african-republic.png │ ├── 037-jamaica.png │ ├── 038-cape-verde.png │ ├── 039-monaco.png │ ├── 040-bhutan.png │ ├── 041-paraguay.png │ ├── 042-aruba.png │ ├── 043-montserrat.png │ ├── 044-latvia.png │ ├── 045-andorra.png │ ├── 046-micronesia.png │ ├── 047-dominican-republic.png │ ├── 048-abkhazia.png │ ├── 049-tunisia.png │ ├── 050-mauritania.png │ ├── 051-cayman-islands.png │ ├── 052-kosovo.png │ ├── 053-ghana.png │ ├── 054-canary-islands.png │ ├── 055-scotland.png │ ├── 056-guinea-bissau.png │ ├── 057-burundi.png │ ├── 058-myanmar.png │ ├── 059-gabon.png │ ├── 060-benin.png │ ├── 061-saba-island.png │ ├── 062-namibia.png │ ├── 063-japan.png │ ├── 064-lithuania.png │ ├── 065-eritrea.png │ ├── 066-chad.png │ ├── 067-kenya.png │ ├── 068-djibouti.png │ ├── 069-british-indian-ocean-territory.png │ ├── 070-tuvalu-1.png │ ├── 071-serbia.png │ ├── 072-bonaire.png │ ├── 073-togo.png │ ├── 075-antigua-and-barbuda.png │ ├── 076-suriname.png │ ├── 078-belize.png │ ├── 079-st-barts.png │ ├── 080-iceland.png │ ├── 081-bermuda.png │ ├── 082-united-nations.png │ ├── 083-somalia.png │ ├── 084-barbados.png │ ├── 085-solomon-islands.png │ ├── 086-nigeria.png │ ├── 087-aland-islands.png │ ├── 088-uruguay.png │ ├── 089-sint-maarten.png │ ├── 090-burkina-faso.png │ ├── 091-slovakia.png │ ├── 092-sierra-leone.png │ ├── 093-basque-country.png │ ├── 094-south-korea.png │ ├── 095-pitcairn-islands.png │ ├── 096-mozambique.png │ ├── 097-san-marino.png │ ├── 098-guatemala.png │ ├── 099-albania.png │ ├── 100-pakistan.png │ ├── 101-northern-cyprus.png │ ├── 102-balearic-islands.png │ ├── 103-marshall-island.png │ ├── 104-ecuador.png │ ├── 105-cameroon.png │ ├── 106-panama.png │ ├── 107-kwait.png │ ├── 108-armenia.png │ ├── 109-romania.png │ ├── 110-guinea.png │ ├── 111-afghanistan.png │ ├── 112-laos.png │ ├── 113-greenland.png │ ├── 114-british-virgin-islands.png │ ├── 115-hungary.png │ ├── 116-curacao.png │ ├── 117-angola.png │ ├── 118-malasya.png │ ├── 119-brunei.png │ ├── 120-bahamas.png │ ├── 121-new-zealand.png │ ├── 122-faroe-islands.png │ ├── 123-british-columbia.png │ ├── 124-vatican-city.png │ ├── 125-finland.png │ ├── 126-botswana.png │ ├── 127-sri-lanka.png │ ├── 128-spain.png │ ├── 129-ossetia.png │ ├── 130-sicily.png │ ├── 131-chile.png │ ├── 133-saudi-arabia.png │ ├── 134-liechtenstein.png │ ├── 135-belarus.png │ ├── 136-iran.png │ ├── 137-fiji.png │ ├── 138-bahrain.png │ ├── 139-venezuela.png │ ├── 140-east-timor.png │ ├── 141-azerbaijan.png │ ├── 142-tibet.png │ ├── 143-norway.png │ ├── 144-algeria.png │ ├── 145-ukraine.png │ ├── 146-gambia.png │ ├── 147-bangladesh.png │ ├── 148-madeira.png │ ├── 150-bolivia.png │ ├── 151-united-arab-emirates.png │ ├── 152-kyrgyzstan.png │ ├── 153-cuba.png │ ├── 154-swaziland.png │ ├── 155-israel.png │ ├── 156-costa-rica.png │ ├── 157-republic-of-the-congo.png │ ├── 158-egypt.png │ ├── 159-cambodia.png │ ├── 160-northern-marianas-islands.png │ ├── 161-ivory-coast.png │ ├── 162-germany.png │ ├── 163-papua-new-guinea.png │ ├── 164-croatia.png │ ├── 165-belgium.png │ ├── 166-morocco.png │ ├── 167-macao.png │ ├── 168-bulgaria.png │ ├── 169-liberia.png │ ├── 170-greece.png │ ├── 171-galapagos-islands.png │ ├── 172-st-lucia.png │ ├── 173-mali.png │ ├── 174-denmark.png │ ├── 175-rapa-nui.png │ ├── 176-lesotho.png │ ├── 177-colombia.png │ ├── 178-palau.png │ ├── 179-ireland.png │ ├── 180-french-polynesia.png │ ├── 181-trinidad-and-tobago.png │ ├── 182-niue.png │ ├── 183-hong-kong.png │ ├── 185-haiti.png │ ├── 186-dominica.png │ ├── 187-vanuatu.png │ ├── 188-peru.png │ ├── 189-equatorial-guinea.png │ ├── 190-uzbekistn.png │ ├── 191-tonga.png │ ├── 192-philippines.png │ ├── 193-norfolk-island.png │ ├── 194-malta.png │ ├── 195-france.png │ ├── 196-tajikistan.png │ ├── 197-melilla.png │ ├── 198-argentina.png │ ├── 199-sudan.png │ ├── 201-martinique.png │ ├── 202-taiwan.png │ ├── 203-sahrawi-arab-democratic-republic.png │ ├── 204-guernsey.png │ ├── 205-switzerland.png │ ├── 206-rwanda.png │ ├── 207-guam.png │ ├── 208-palestine.png │ ├── 209-indonesia.png │ ├── 210-grenada.png │ ├── 211-poland.png │ ├── 212-moldova.png │ ├── 213-gibraltar.png │ ├── 214-malawi.png │ ├── 215-falkland-islands.png │ ├── 216-england.png │ ├── 217-virgin-islands.png │ ├── 218-turkey.png │ ├── 219-isle-of-man.png │ ├── 220-vietnam.png │ ├── 221-tuvalu.png │ ├── 222-niger.png │ ├── 223-turks-and-caicos.png │ ├── 224-portugal.png │ ├── 225-maldives.png │ ├── 227-senegal.png │ ├── 228-nauru.png │ ├── 229-turkmenistan.png │ ├── 231-libya.png │ ├── 232-yemen.png │ ├── 233-transnistria.png │ ├── 234-australia.png │ ├── 235-tokelau.png │ ├── 236-republic-of-macedonia.png │ ├── 237-netherlands.png │ ├── 238-thailand.png │ ├── 239-montenegro.png │ ├── 240-azores-islands.png │ ├── 241-st-vincent-and-the-grenadines.png │ ├── 242-madagascar.png │ ├── 243-canada.png │ ├── 244-south-sudan.png │ ├── 245-jersey.png │ ├── 246-india.png │ ├── 247-somaliland.png │ ├── 248-russia.png │ ├── 249-democratic-republic-of-congo.png │ ├── 250-sint-eustatius.png │ ├── 251-samoa.png │ ├── 252-mexico.png │ ├── 253-seychelles.png │ ├── 254-nato.png │ ├── 255-brazil.png │ ├── 256-georgia.png │ ├── 257-sardinia.png │ ├── 258-mongolia.png │ ├── 259-european-union.png │ ├── 260-united-kingdom.png │ ├── 261-kiribati.png │ ├── 262-hawaii.png │ ├── LT.png │ ├── United States of America.png │ ├── United states.png │ ├── albania.png │ ├── armenia.png │ ├── australia.png │ ├── austria.png │ ├── belgium.png │ ├── bosnia and herzegovina.png │ ├── brazil.png │ ├── bulgaria.png │ ├── canada.png │ ├── china.png │ ├── czech republic.png │ ├── denmark.png │ ├── england.png │ ├── estonia.png │ ├── eu.png │ ├── finland.png │ ├── france.png │ ├── gb.png │ ├── georgia.png │ ├── germany.png │ ├── greece.png │ ├── hungary.png │ ├── japan.png │ ├── jordan.png │ ├── kazakhstan.png │ ├── kosovo.png │ ├── latvia.png │ ├── lithuania.png │ ├── luxembourg.png │ ├── moldova.png │ ├── netherlands.png │ ├── norway.png │ ├── poland.png │ ├── portugal.png │ ├── romania.png │ ├── russia.png │ ├── russian federation.png │ ├── scotland.png │ ├── serbia.png │ ├── singapore.png │ ├── slovakia.png │ ├── slovenia.png │ ├── south africa.png │ ├── south korea.png │ ├── spain.png │ ├── sweden.png │ ├── switzerland.png │ ├── turkey.png │ ├── uk.png │ ├── ukraine.png │ ├── united kingdom.png │ └── usa.png ├── _js ├── ccg.js ├── jquery-2.0.0.min.js ├── jquery-3.0.0.js ├── jquery-3.0.0.min.js ├── jquery-3.2.1.min.js ├── jquery-ui.js ├── jquery-ui.min.js ├── jquery.animateNumber.min.js ├── jquery.countdown.js ├── jquery.countdown.min.js ├── jquery.easing.1.3.js ├── jquery.marquee.min.js ├── jquery.min.js ├── jquery.requestAnimationFrame.js ├── jquery.transit.min.js ├── jquery.webticker.min.js ├── socket.io.js └── video.controller.js ├── fs_countdown ├── img │ ├── backplate_1080.png │ └── backplate_1080whitlive.png ├── index.html ├── rundown.js └── styles.css ├── localclock ├── img │ └── backplate_1080.png ├── index.html ├── rundown.js └── styles.css └── nameplate_single_left ├── index.html ├── rundown.js ├── styles.css └── vid ├── loop_1080.webm ├── start_1080.webm └── stop_1080.webm /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | cg20.fth.pal.43 3 | cg20.fth.pal 4 | cg20.fth.ntsc.169 5 | cg20.fth.ntsc 6 | cg20.fth.dci2160p2500 7 | cg20.fth.dci2160p2400 8 | cg20.fth.dci2160p2398 9 | cg20.fth.dci1080p2500 10 | cg20.fth.dci1080p2400 11 | cg20.fth.dci1080p2398 12 | cg20.fth.720p6000 13 | cg20.fth.720p5994 14 | cg20.fth.720p5000 15 | cg20.fth.720p3000 16 | cg20.fth.720p2997 17 | cg20.fth.720p2500 18 | cg20.fth.720p2400 19 | cg20.fth.720p2398 20 | cg20.fth.576p2500 21 | cg20.fth.2160p6000 22 | cg20.fth.2160p5994 23 | cg20.fth.2160p5000 24 | cg20.fth.2160p3000 25 | cg20.fth.2160p2997 26 | cg20.fth.2160p2500 27 | cg20.fth.2160p2400 28 | cg20.fth.2160p2398 29 | cg20.fth.1556p2500 30 | cg20.fth.1556p2400 31 | cg20.fth.1556p2398 32 | cg20.fth.1080p6000 33 | cg20.fth.1080p5994 34 | cg20.fth.1080p5000 35 | cg20.fth.1080p3000 36 | cg20.fth.1080p2997 37 | cg20.fth.1080p2500 38 | cg20.fth.1080p2400 39 | cg20.fth.1080p2398 40 | cg20.fth.1080i6000 41 | cg20.fth.1080i5994 42 | cg20.fth.1080i5000 43 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CasparCG HTML Example Templates as part from YouTube series 2 | 3 | See this YouTube playlist for the current tutorials: https://www.youtube.com/playlist?list=PLQES5AxInv6BKoacMSNZwgqiroIE-nh9I 4 | 5 | CasparCG Version used (Overlays in the Package): https://drive.google.com/open?id=1jh-iB_jiTzQi3za24TIHp_cENwIjc_dH 6 | 7 | Also tested on CasparCG 2.2.0 and 2.3.0 stable release 8 | 9 | -------------------------------------------------------------------------------- /_css/colors.css: -------------------------------------------------------------------------------- 1 | .gradient-1{ 2 | background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(191, 191, 191, 1) 100%); 3 | -webkit-background-clip: text; 4 | background-clip: text; 5 | color:transparent; 6 | } 7 | .gradient-2{ 8 | background: -webkit-linear-gradient(top, rgba(227, 143, 79, 1) 0%, rgba(204, 100, 43,1) 100%); 9 | -webkit-background-clip: text; 10 | background-clip: text; 11 | color:transparent; 12 | } 13 | .gradient-3{ 14 | background: -webkit-linear-gradient(top, rgba(103, 144, 238, 1) 0%, rgba(57, 88, 230,1) 100%); 15 | -webkit-background-clip: text; 16 | background-clip: text; 17 | color:transparent; 18 | } 19 | .gradient-4{ 20 | background: -webkit-linear-gradient(top, rgba(59,182,80,1) 0%, rgba(18,154,35,1) 100%); 21 | -webkit-background-clip: text; 22 | background-clip: text; 23 | color:transparent; 24 | } 25 | .gradient-5{ 26 | background: -webkit-linear-gradient(top, rgba(212,187,60,1) 0%, rgba(200,163,6,1) 100%); 27 | -webkit-background-clip: text; 28 | background-clip: text; 29 | color:transparent; 30 | } 31 | 32 | .white{ 33 | color:white; 34 | } 35 | .black{ 36 | color:black; 37 | } 38 | .grey{ 39 | color:#2c2c2c; 40 | } 41 | .blue{ 42 | color:#3a7ded; 43 | } 44 | .red{ 45 | color:#f0321e; 46 | } 47 | .color-1{ 48 | color:#EBEBEB; 49 | } 50 | .color-2{ 51 | color:#303C46; 52 | } 53 | .color-3{ 54 | color:#00FC72; 55 | } 56 | .purple{ 57 | color:#2f0b37; 58 | } 59 | .pink{ 60 | color:#db006a; 61 | } 62 | .redgeert{ 63 | color:#f0321e; 64 | } -------------------------------------------------------------------------------- /_css/fonts.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: roboto-bold; 3 | src: url('../_fonts/Roboto-Bold.ttf'); 4 | } 5 | @font-face { 6 | font-family: roboto-medium; 7 | src: url('../_fonts/Roboto-Medium.ttf'); 8 | } 9 | @font-face { 10 | font-family: roboto-mediumitalic; 11 | src: url('../_fonts/Roboto-MediumItalic.ttf'); 12 | } 13 | 14 | 15 | 16 | .medium{ 17 | font-family: roboto-medium; 18 | } 19 | .bold{ 20 | font-family: roboto-bold; 21 | } 22 | .mediumitalic{ 23 | font-family: roboto-mediumitalic; 24 | } 25 | 26 | -------------------------------------------------------------------------------- /_css/styles.css: -------------------------------------------------------------------------------- 1 | html, body { 2 | width: 100%; 3 | height: 100%; 4 | margin:0; 5 | padding:0; 6 | text-transform:uppercase; 7 | overflow:hidden; 8 | } 9 | body{ 10 | opacity:0.0; 11 | -webkit-transform: translateZ(0); 12 | will-change: transform, opacity; 13 | } 14 | #container{ 15 | overflow: hidden; 16 | width:inherit; 17 | height:inherit; 18 | background-repeat: no-repeat; 19 | background-size: cover; 20 | /* background: red; */ 21 | } 22 | #content-container{ 23 | position:absolute; 24 | top:0; 25 | left:0; 26 | z-index: 20; 27 | width:inherit; 28 | height:inherit; 29 | overflow:hidden; 30 | background-repeat: no-repeat; 31 | background-size: cover; 32 | opacity:0; 33 | } 34 | #graphic-container{ 35 | position:absolute; 36 | top:0; 37 | left:0; 38 | z-index: 10; 39 | width:inherit; 40 | height:inherit; 41 | overflow:hidden; 42 | } 43 | #canvas-foreground { 44 | width:inherit; 45 | height:inherit; 46 | position:absolute; 47 | top:0px; 48 | left:0px; 49 | z-index:4; 50 | opacity: 0; 51 | } 52 | #canvas-background { 53 | width:inherit; 54 | height:inherit; 55 | position:absolute; 56 | top:0px; 57 | left:0px; 58 | z-index:3; 59 | opacity:0; 60 | } 61 | #video-canvas { 62 | width:inherit; 63 | height:inherit; 64 | position:absolute; 65 | top:0px; 66 | left:0px; 67 | } 68 | #video-main, #video-start, #video-loop, #video-stop { 69 | position:absolute; 70 | top:0; 71 | left:0; 72 | width:inherit; 73 | height:inherit; 74 | /* display: none; */ 75 | } 76 | #video-start,#video-stop,#video-wipe{ 77 | z-index:3; 78 | opacity:0; 79 | } 80 | #video-loop{ 81 | z-index:4; 82 | opacity:0; 83 | } 84 | 85 | /* Scales fonts down by 50%, fixes jagged edges in CCG */ 86 | .retina{ 87 | will-change: transform, opacity; 88 | -webkit-transform: scale(0.5,0.5) translateZ(0); 89 | -webkit-transform-origin: top left; 90 | white-space: nowrap; 91 | } 92 | 93 | /*Render fix, chance of transformation activates GPU*/ 94 | .renderer{ 95 | will-change: transform, opacity; 96 | -webkit-transform: translateZ(0); 97 | } 98 | 99 | /* Sets origin */ 100 | .origin-left{ 101 | -webkit-transform-origin: top left; 102 | } 103 | .origin-right{ 104 | -webkit-transform-origin: top right; 105 | } 106 | 107 | /* Centers text */ 108 | .center{ 109 | text-align: center; 110 | display: flex; 111 | align-items: center; 112 | justify-content: center; 113 | } 114 | 115 | /* Sets font scaling for different size screens */ 116 | @media only screen and (min-width: 1441px) { 117 | div { 118 | font-size: 24px; 119 | } 120 | li { 121 | font-size: 24px; 122 | } 123 | } 124 | @media only screen and (max-width: 1440px) and (min-width: 1280px){ 125 | div { 126 | font-size: 16px; 127 | } 128 | li { 129 | font-size: 16px; 130 | } 131 | } 132 | 133 | -------------------------------------------------------------------------------- /_fonts/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Black.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Italic.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Light.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-Thin.ttf -------------------------------------------------------------------------------- /_fonts/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_fonts/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /_images/countries/001-mauritius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/001-mauritius.png -------------------------------------------------------------------------------- /_images/countries/002-cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/002-cyprus.png -------------------------------------------------------------------------------- /_images/countries/003-austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/003-austria.png -------------------------------------------------------------------------------- /_images/countries/004-oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/004-oman.png -------------------------------------------------------------------------------- /_images/countries/005-ethiopia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/005-ethiopia.png -------------------------------------------------------------------------------- /_images/countries/006-tanzania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/006-tanzania.png -------------------------------------------------------------------------------- /_images/countries/007-nicaragua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/007-nicaragua.png -------------------------------------------------------------------------------- /_images/countries/009-uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/009-uganda.png -------------------------------------------------------------------------------- /_images/countries/010-slovenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/010-slovenia.png -------------------------------------------------------------------------------- /_images/countries/011-zimbabwe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/011-zimbabwe.png -------------------------------------------------------------------------------- /_images/countries/012-sao-tome-and-prince.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/012-sao-tome-and-prince.png -------------------------------------------------------------------------------- /_images/countries/013-italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/013-italy.png -------------------------------------------------------------------------------- /_images/countries/014-wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/014-wales.png -------------------------------------------------------------------------------- /_images/countries/015-el-salvador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/015-el-salvador.png -------------------------------------------------------------------------------- /_images/countries/016-nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/016-nepal.png -------------------------------------------------------------------------------- /_images/countries/017-christmas-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/017-christmas-island.png -------------------------------------------------------------------------------- /_images/countries/018-lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/018-lebanon.png -------------------------------------------------------------------------------- /_images/countries/019-ceuta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/019-ceuta.png -------------------------------------------------------------------------------- /_images/countries/020-iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/020-iraq.png -------------------------------------------------------------------------------- /_images/countries/021-cook-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/021-cook-islands.png -------------------------------------------------------------------------------- /_images/countries/022-syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/022-syria.png -------------------------------------------------------------------------------- /_images/countries/023-cocos-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/023-cocos-island.png -------------------------------------------------------------------------------- /_images/countries/024-honduras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/024-honduras.png -------------------------------------------------------------------------------- /_images/countries/025-anguilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/025-anguilla.png -------------------------------------------------------------------------------- /_images/countries/027-american-samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/027-american-samoa.png -------------------------------------------------------------------------------- /_images/countries/028-puerto-rico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/028-puerto-rico.png -------------------------------------------------------------------------------- /_images/countries/029-comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/029-comoros.png -------------------------------------------------------------------------------- /_images/countries/030-north-korea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/030-north-korea.png -------------------------------------------------------------------------------- /_images/countries/031-corsica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/031-corsica.png -------------------------------------------------------------------------------- /_images/countries/032-zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/032-zambia.png -------------------------------------------------------------------------------- /_images/countries/033-saint-kitts-and-nevis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/033-saint-kitts-and-nevis.png -------------------------------------------------------------------------------- /_images/countries/034-china.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/034-china.png -------------------------------------------------------------------------------- /_images/countries/035-luxembourg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/035-luxembourg.png -------------------------------------------------------------------------------- /_images/countries/036-central-african-republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/036-central-african-republic.png -------------------------------------------------------------------------------- /_images/countries/037-jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/037-jamaica.png -------------------------------------------------------------------------------- /_images/countries/038-cape-verde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/038-cape-verde.png -------------------------------------------------------------------------------- /_images/countries/039-monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/039-monaco.png -------------------------------------------------------------------------------- /_images/countries/040-bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/040-bhutan.png -------------------------------------------------------------------------------- /_images/countries/041-paraguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/041-paraguay.png -------------------------------------------------------------------------------- /_images/countries/042-aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/042-aruba.png -------------------------------------------------------------------------------- /_images/countries/043-montserrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/043-montserrat.png -------------------------------------------------------------------------------- /_images/countries/044-latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/044-latvia.png -------------------------------------------------------------------------------- /_images/countries/045-andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/045-andorra.png -------------------------------------------------------------------------------- /_images/countries/046-micronesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/046-micronesia.png -------------------------------------------------------------------------------- /_images/countries/047-dominican-republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/047-dominican-republic.png -------------------------------------------------------------------------------- /_images/countries/048-abkhazia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/048-abkhazia.png -------------------------------------------------------------------------------- /_images/countries/049-tunisia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/049-tunisia.png -------------------------------------------------------------------------------- /_images/countries/050-mauritania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/050-mauritania.png -------------------------------------------------------------------------------- /_images/countries/051-cayman-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/051-cayman-islands.png -------------------------------------------------------------------------------- /_images/countries/052-kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/052-kosovo.png -------------------------------------------------------------------------------- /_images/countries/053-ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/053-ghana.png -------------------------------------------------------------------------------- /_images/countries/054-canary-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/054-canary-islands.png -------------------------------------------------------------------------------- /_images/countries/055-scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/055-scotland.png -------------------------------------------------------------------------------- /_images/countries/056-guinea-bissau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/056-guinea-bissau.png -------------------------------------------------------------------------------- /_images/countries/057-burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/057-burundi.png -------------------------------------------------------------------------------- /_images/countries/058-myanmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/058-myanmar.png -------------------------------------------------------------------------------- /_images/countries/059-gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/059-gabon.png -------------------------------------------------------------------------------- /_images/countries/060-benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/060-benin.png -------------------------------------------------------------------------------- /_images/countries/061-saba-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/061-saba-island.png -------------------------------------------------------------------------------- /_images/countries/062-namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/062-namibia.png -------------------------------------------------------------------------------- /_images/countries/063-japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/063-japan.png -------------------------------------------------------------------------------- /_images/countries/064-lithuania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/064-lithuania.png -------------------------------------------------------------------------------- /_images/countries/065-eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/065-eritrea.png -------------------------------------------------------------------------------- /_images/countries/066-chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/066-chad.png -------------------------------------------------------------------------------- /_images/countries/067-kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/067-kenya.png -------------------------------------------------------------------------------- /_images/countries/068-djibouti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/068-djibouti.png -------------------------------------------------------------------------------- /_images/countries/069-british-indian-ocean-territory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/069-british-indian-ocean-territory.png -------------------------------------------------------------------------------- /_images/countries/070-tuvalu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/070-tuvalu-1.png -------------------------------------------------------------------------------- /_images/countries/071-serbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/071-serbia.png -------------------------------------------------------------------------------- /_images/countries/072-bonaire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/072-bonaire.png -------------------------------------------------------------------------------- /_images/countries/073-togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/073-togo.png -------------------------------------------------------------------------------- /_images/countries/075-antigua-and-barbuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/075-antigua-and-barbuda.png -------------------------------------------------------------------------------- /_images/countries/076-suriname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/076-suriname.png -------------------------------------------------------------------------------- /_images/countries/078-belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/078-belize.png -------------------------------------------------------------------------------- /_images/countries/079-st-barts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/079-st-barts.png -------------------------------------------------------------------------------- /_images/countries/080-iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/080-iceland.png -------------------------------------------------------------------------------- /_images/countries/081-bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/081-bermuda.png -------------------------------------------------------------------------------- /_images/countries/082-united-nations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/082-united-nations.png -------------------------------------------------------------------------------- /_images/countries/083-somalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/083-somalia.png -------------------------------------------------------------------------------- /_images/countries/084-barbados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/084-barbados.png -------------------------------------------------------------------------------- /_images/countries/085-solomon-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/085-solomon-islands.png -------------------------------------------------------------------------------- /_images/countries/086-nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/086-nigeria.png -------------------------------------------------------------------------------- /_images/countries/087-aland-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/087-aland-islands.png -------------------------------------------------------------------------------- /_images/countries/088-uruguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/088-uruguay.png -------------------------------------------------------------------------------- /_images/countries/089-sint-maarten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/089-sint-maarten.png -------------------------------------------------------------------------------- /_images/countries/090-burkina-faso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/090-burkina-faso.png -------------------------------------------------------------------------------- /_images/countries/091-slovakia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/091-slovakia.png -------------------------------------------------------------------------------- /_images/countries/092-sierra-leone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/092-sierra-leone.png -------------------------------------------------------------------------------- /_images/countries/093-basque-country.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/093-basque-country.png -------------------------------------------------------------------------------- /_images/countries/094-south-korea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/094-south-korea.png -------------------------------------------------------------------------------- /_images/countries/095-pitcairn-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/095-pitcairn-islands.png -------------------------------------------------------------------------------- /_images/countries/096-mozambique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/096-mozambique.png -------------------------------------------------------------------------------- /_images/countries/097-san-marino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/097-san-marino.png -------------------------------------------------------------------------------- /_images/countries/098-guatemala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/098-guatemala.png -------------------------------------------------------------------------------- /_images/countries/099-albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/099-albania.png -------------------------------------------------------------------------------- /_images/countries/100-pakistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/100-pakistan.png -------------------------------------------------------------------------------- /_images/countries/101-northern-cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/101-northern-cyprus.png -------------------------------------------------------------------------------- /_images/countries/102-balearic-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/102-balearic-islands.png -------------------------------------------------------------------------------- /_images/countries/103-marshall-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/103-marshall-island.png -------------------------------------------------------------------------------- /_images/countries/104-ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/104-ecuador.png -------------------------------------------------------------------------------- /_images/countries/105-cameroon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/105-cameroon.png -------------------------------------------------------------------------------- /_images/countries/106-panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/106-panama.png -------------------------------------------------------------------------------- /_images/countries/107-kwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/107-kwait.png -------------------------------------------------------------------------------- /_images/countries/108-armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/108-armenia.png -------------------------------------------------------------------------------- /_images/countries/109-romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/109-romania.png -------------------------------------------------------------------------------- /_images/countries/110-guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/110-guinea.png -------------------------------------------------------------------------------- /_images/countries/111-afghanistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/111-afghanistan.png -------------------------------------------------------------------------------- /_images/countries/112-laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/112-laos.png -------------------------------------------------------------------------------- /_images/countries/113-greenland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/113-greenland.png -------------------------------------------------------------------------------- /_images/countries/114-british-virgin-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/114-british-virgin-islands.png -------------------------------------------------------------------------------- /_images/countries/115-hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/115-hungary.png -------------------------------------------------------------------------------- /_images/countries/116-curacao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/116-curacao.png -------------------------------------------------------------------------------- /_images/countries/117-angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/117-angola.png -------------------------------------------------------------------------------- /_images/countries/118-malasya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/118-malasya.png -------------------------------------------------------------------------------- /_images/countries/119-brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/119-brunei.png -------------------------------------------------------------------------------- /_images/countries/120-bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/120-bahamas.png -------------------------------------------------------------------------------- /_images/countries/121-new-zealand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/121-new-zealand.png -------------------------------------------------------------------------------- /_images/countries/122-faroe-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/122-faroe-islands.png -------------------------------------------------------------------------------- /_images/countries/123-british-columbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/123-british-columbia.png -------------------------------------------------------------------------------- /_images/countries/124-vatican-city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/124-vatican-city.png -------------------------------------------------------------------------------- /_images/countries/125-finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/125-finland.png -------------------------------------------------------------------------------- /_images/countries/126-botswana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/126-botswana.png -------------------------------------------------------------------------------- /_images/countries/127-sri-lanka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/127-sri-lanka.png -------------------------------------------------------------------------------- /_images/countries/128-spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/128-spain.png -------------------------------------------------------------------------------- /_images/countries/129-ossetia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/129-ossetia.png -------------------------------------------------------------------------------- /_images/countries/130-sicily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/130-sicily.png -------------------------------------------------------------------------------- /_images/countries/131-chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/131-chile.png -------------------------------------------------------------------------------- /_images/countries/133-saudi-arabia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/133-saudi-arabia.png -------------------------------------------------------------------------------- /_images/countries/134-liechtenstein.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/134-liechtenstein.png -------------------------------------------------------------------------------- /_images/countries/135-belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/135-belarus.png -------------------------------------------------------------------------------- /_images/countries/136-iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/136-iran.png -------------------------------------------------------------------------------- /_images/countries/137-fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/137-fiji.png -------------------------------------------------------------------------------- /_images/countries/138-bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/138-bahrain.png -------------------------------------------------------------------------------- /_images/countries/139-venezuela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/139-venezuela.png -------------------------------------------------------------------------------- /_images/countries/140-east-timor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/140-east-timor.png -------------------------------------------------------------------------------- /_images/countries/141-azerbaijan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/141-azerbaijan.png -------------------------------------------------------------------------------- /_images/countries/142-tibet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/142-tibet.png -------------------------------------------------------------------------------- /_images/countries/143-norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/143-norway.png -------------------------------------------------------------------------------- /_images/countries/144-algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/144-algeria.png -------------------------------------------------------------------------------- /_images/countries/145-ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/145-ukraine.png -------------------------------------------------------------------------------- /_images/countries/146-gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/146-gambia.png -------------------------------------------------------------------------------- /_images/countries/147-bangladesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/147-bangladesh.png -------------------------------------------------------------------------------- /_images/countries/148-madeira.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/148-madeira.png -------------------------------------------------------------------------------- /_images/countries/150-bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/150-bolivia.png -------------------------------------------------------------------------------- /_images/countries/151-united-arab-emirates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/151-united-arab-emirates.png -------------------------------------------------------------------------------- /_images/countries/152-kyrgyzstan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/152-kyrgyzstan.png -------------------------------------------------------------------------------- /_images/countries/153-cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/153-cuba.png -------------------------------------------------------------------------------- /_images/countries/154-swaziland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/154-swaziland.png -------------------------------------------------------------------------------- /_images/countries/155-israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/155-israel.png -------------------------------------------------------------------------------- /_images/countries/156-costa-rica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/156-costa-rica.png -------------------------------------------------------------------------------- /_images/countries/157-republic-of-the-congo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/157-republic-of-the-congo.png -------------------------------------------------------------------------------- /_images/countries/158-egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/158-egypt.png -------------------------------------------------------------------------------- /_images/countries/159-cambodia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/159-cambodia.png -------------------------------------------------------------------------------- /_images/countries/160-northern-marianas-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/160-northern-marianas-islands.png -------------------------------------------------------------------------------- /_images/countries/161-ivory-coast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/161-ivory-coast.png -------------------------------------------------------------------------------- /_images/countries/162-germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/162-germany.png -------------------------------------------------------------------------------- /_images/countries/163-papua-new-guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/163-papua-new-guinea.png -------------------------------------------------------------------------------- /_images/countries/164-croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/164-croatia.png -------------------------------------------------------------------------------- /_images/countries/165-belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/165-belgium.png -------------------------------------------------------------------------------- /_images/countries/166-morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/166-morocco.png -------------------------------------------------------------------------------- /_images/countries/167-macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/167-macao.png -------------------------------------------------------------------------------- /_images/countries/168-bulgaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/168-bulgaria.png -------------------------------------------------------------------------------- /_images/countries/169-liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/169-liberia.png -------------------------------------------------------------------------------- /_images/countries/170-greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/170-greece.png -------------------------------------------------------------------------------- /_images/countries/171-galapagos-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/171-galapagos-islands.png -------------------------------------------------------------------------------- /_images/countries/172-st-lucia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/172-st-lucia.png -------------------------------------------------------------------------------- /_images/countries/173-mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/173-mali.png -------------------------------------------------------------------------------- /_images/countries/174-denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/174-denmark.png -------------------------------------------------------------------------------- /_images/countries/175-rapa-nui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/175-rapa-nui.png -------------------------------------------------------------------------------- /_images/countries/176-lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/176-lesotho.png -------------------------------------------------------------------------------- /_images/countries/177-colombia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/177-colombia.png -------------------------------------------------------------------------------- /_images/countries/178-palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/178-palau.png -------------------------------------------------------------------------------- /_images/countries/179-ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/179-ireland.png -------------------------------------------------------------------------------- /_images/countries/180-french-polynesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/180-french-polynesia.png -------------------------------------------------------------------------------- /_images/countries/181-trinidad-and-tobago.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/181-trinidad-and-tobago.png -------------------------------------------------------------------------------- /_images/countries/182-niue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/182-niue.png -------------------------------------------------------------------------------- /_images/countries/183-hong-kong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/183-hong-kong.png -------------------------------------------------------------------------------- /_images/countries/185-haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/185-haiti.png -------------------------------------------------------------------------------- /_images/countries/186-dominica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/186-dominica.png -------------------------------------------------------------------------------- /_images/countries/187-vanuatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/187-vanuatu.png -------------------------------------------------------------------------------- /_images/countries/188-peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/188-peru.png -------------------------------------------------------------------------------- /_images/countries/189-equatorial-guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/189-equatorial-guinea.png -------------------------------------------------------------------------------- /_images/countries/190-uzbekistn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/190-uzbekistn.png -------------------------------------------------------------------------------- /_images/countries/191-tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/191-tonga.png -------------------------------------------------------------------------------- /_images/countries/192-philippines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/192-philippines.png -------------------------------------------------------------------------------- /_images/countries/193-norfolk-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/193-norfolk-island.png -------------------------------------------------------------------------------- /_images/countries/194-malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/194-malta.png -------------------------------------------------------------------------------- /_images/countries/195-france.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/195-france.png -------------------------------------------------------------------------------- /_images/countries/196-tajikistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/196-tajikistan.png -------------------------------------------------------------------------------- /_images/countries/197-melilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/197-melilla.png -------------------------------------------------------------------------------- /_images/countries/198-argentina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/198-argentina.png -------------------------------------------------------------------------------- /_images/countries/199-sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/199-sudan.png -------------------------------------------------------------------------------- /_images/countries/201-martinique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/201-martinique.png -------------------------------------------------------------------------------- /_images/countries/202-taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/202-taiwan.png -------------------------------------------------------------------------------- /_images/countries/203-sahrawi-arab-democratic-republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/203-sahrawi-arab-democratic-republic.png -------------------------------------------------------------------------------- /_images/countries/204-guernsey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/204-guernsey.png -------------------------------------------------------------------------------- /_images/countries/205-switzerland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/205-switzerland.png -------------------------------------------------------------------------------- /_images/countries/206-rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/206-rwanda.png -------------------------------------------------------------------------------- /_images/countries/207-guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/207-guam.png -------------------------------------------------------------------------------- /_images/countries/208-palestine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/208-palestine.png -------------------------------------------------------------------------------- /_images/countries/209-indonesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/209-indonesia.png -------------------------------------------------------------------------------- /_images/countries/210-grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/210-grenada.png -------------------------------------------------------------------------------- /_images/countries/211-poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/211-poland.png -------------------------------------------------------------------------------- /_images/countries/212-moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/212-moldova.png -------------------------------------------------------------------------------- /_images/countries/213-gibraltar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/213-gibraltar.png -------------------------------------------------------------------------------- /_images/countries/214-malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/214-malawi.png -------------------------------------------------------------------------------- /_images/countries/215-falkland-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/215-falkland-islands.png -------------------------------------------------------------------------------- /_images/countries/216-england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/216-england.png -------------------------------------------------------------------------------- /_images/countries/217-virgin-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/217-virgin-islands.png -------------------------------------------------------------------------------- /_images/countries/218-turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/218-turkey.png -------------------------------------------------------------------------------- /_images/countries/219-isle-of-man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/219-isle-of-man.png -------------------------------------------------------------------------------- /_images/countries/220-vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/220-vietnam.png -------------------------------------------------------------------------------- /_images/countries/221-tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/221-tuvalu.png -------------------------------------------------------------------------------- /_images/countries/222-niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/222-niger.png -------------------------------------------------------------------------------- /_images/countries/223-turks-and-caicos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/223-turks-and-caicos.png -------------------------------------------------------------------------------- /_images/countries/224-portugal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/224-portugal.png -------------------------------------------------------------------------------- /_images/countries/225-maldives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/225-maldives.png -------------------------------------------------------------------------------- /_images/countries/227-senegal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/227-senegal.png -------------------------------------------------------------------------------- /_images/countries/228-nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/228-nauru.png -------------------------------------------------------------------------------- /_images/countries/229-turkmenistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/229-turkmenistan.png -------------------------------------------------------------------------------- /_images/countries/231-libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/231-libya.png -------------------------------------------------------------------------------- /_images/countries/232-yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/232-yemen.png -------------------------------------------------------------------------------- /_images/countries/233-transnistria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/233-transnistria.png -------------------------------------------------------------------------------- /_images/countries/234-australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/234-australia.png -------------------------------------------------------------------------------- /_images/countries/235-tokelau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/235-tokelau.png -------------------------------------------------------------------------------- /_images/countries/236-republic-of-macedonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/236-republic-of-macedonia.png -------------------------------------------------------------------------------- /_images/countries/237-netherlands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/237-netherlands.png -------------------------------------------------------------------------------- /_images/countries/238-thailand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/238-thailand.png -------------------------------------------------------------------------------- /_images/countries/239-montenegro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/239-montenegro.png -------------------------------------------------------------------------------- /_images/countries/240-azores-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/240-azores-islands.png -------------------------------------------------------------------------------- /_images/countries/241-st-vincent-and-the-grenadines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/241-st-vincent-and-the-grenadines.png -------------------------------------------------------------------------------- /_images/countries/242-madagascar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/242-madagascar.png -------------------------------------------------------------------------------- /_images/countries/243-canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/243-canada.png -------------------------------------------------------------------------------- /_images/countries/244-south-sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/244-south-sudan.png -------------------------------------------------------------------------------- /_images/countries/245-jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/245-jersey.png -------------------------------------------------------------------------------- /_images/countries/246-india.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/246-india.png -------------------------------------------------------------------------------- /_images/countries/247-somaliland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/247-somaliland.png -------------------------------------------------------------------------------- /_images/countries/248-russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/248-russia.png -------------------------------------------------------------------------------- /_images/countries/249-democratic-republic-of-congo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/249-democratic-republic-of-congo.png -------------------------------------------------------------------------------- /_images/countries/250-sint-eustatius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/250-sint-eustatius.png -------------------------------------------------------------------------------- /_images/countries/251-samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/251-samoa.png -------------------------------------------------------------------------------- /_images/countries/252-mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/252-mexico.png -------------------------------------------------------------------------------- /_images/countries/253-seychelles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/253-seychelles.png -------------------------------------------------------------------------------- /_images/countries/254-nato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/254-nato.png -------------------------------------------------------------------------------- /_images/countries/255-brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/255-brazil.png -------------------------------------------------------------------------------- /_images/countries/256-georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/256-georgia.png -------------------------------------------------------------------------------- /_images/countries/257-sardinia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/257-sardinia.png -------------------------------------------------------------------------------- /_images/countries/258-mongolia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/258-mongolia.png -------------------------------------------------------------------------------- /_images/countries/259-european-union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/259-european-union.png -------------------------------------------------------------------------------- /_images/countries/260-united-kingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/260-united-kingdom.png -------------------------------------------------------------------------------- /_images/countries/261-kiribati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/261-kiribati.png -------------------------------------------------------------------------------- /_images/countries/262-hawaii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/262-hawaii.png -------------------------------------------------------------------------------- /_images/countries/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/LT.png -------------------------------------------------------------------------------- /_images/countries/United States of America.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/United States of America.png -------------------------------------------------------------------------------- /_images/countries/United states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/United states.png -------------------------------------------------------------------------------- /_images/countries/albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/albania.png -------------------------------------------------------------------------------- /_images/countries/armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/armenia.png -------------------------------------------------------------------------------- /_images/countries/australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/australia.png -------------------------------------------------------------------------------- /_images/countries/austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/austria.png -------------------------------------------------------------------------------- /_images/countries/belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/belgium.png -------------------------------------------------------------------------------- /_images/countries/bosnia and herzegovina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/bosnia and herzegovina.png -------------------------------------------------------------------------------- /_images/countries/brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/brazil.png -------------------------------------------------------------------------------- /_images/countries/bulgaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/bulgaria.png -------------------------------------------------------------------------------- /_images/countries/canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/canada.png -------------------------------------------------------------------------------- /_images/countries/china.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/china.png -------------------------------------------------------------------------------- /_images/countries/czech republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/czech republic.png -------------------------------------------------------------------------------- /_images/countries/denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/denmark.png -------------------------------------------------------------------------------- /_images/countries/england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/england.png -------------------------------------------------------------------------------- /_images/countries/estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/estonia.png -------------------------------------------------------------------------------- /_images/countries/eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/eu.png -------------------------------------------------------------------------------- /_images/countries/finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/finland.png -------------------------------------------------------------------------------- /_images/countries/france.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/france.png -------------------------------------------------------------------------------- /_images/countries/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/gb.png -------------------------------------------------------------------------------- /_images/countries/georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/georgia.png -------------------------------------------------------------------------------- /_images/countries/germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/germany.png -------------------------------------------------------------------------------- /_images/countries/greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/greece.png -------------------------------------------------------------------------------- /_images/countries/hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/hungary.png -------------------------------------------------------------------------------- /_images/countries/japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/japan.png -------------------------------------------------------------------------------- /_images/countries/jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/jordan.png -------------------------------------------------------------------------------- /_images/countries/kazakhstan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/kazakhstan.png -------------------------------------------------------------------------------- /_images/countries/kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/kosovo.png -------------------------------------------------------------------------------- /_images/countries/latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/latvia.png -------------------------------------------------------------------------------- /_images/countries/lithuania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/lithuania.png -------------------------------------------------------------------------------- /_images/countries/luxembourg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/luxembourg.png -------------------------------------------------------------------------------- /_images/countries/moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/moldova.png -------------------------------------------------------------------------------- /_images/countries/netherlands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/netherlands.png -------------------------------------------------------------------------------- /_images/countries/norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/norway.png -------------------------------------------------------------------------------- /_images/countries/poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/poland.png -------------------------------------------------------------------------------- /_images/countries/portugal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/portugal.png -------------------------------------------------------------------------------- /_images/countries/romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/romania.png -------------------------------------------------------------------------------- /_images/countries/russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/russia.png -------------------------------------------------------------------------------- /_images/countries/russian federation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/russian federation.png -------------------------------------------------------------------------------- /_images/countries/scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/scotland.png -------------------------------------------------------------------------------- /_images/countries/serbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/serbia.png -------------------------------------------------------------------------------- /_images/countries/singapore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/singapore.png -------------------------------------------------------------------------------- /_images/countries/slovakia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/slovakia.png -------------------------------------------------------------------------------- /_images/countries/slovenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/slovenia.png -------------------------------------------------------------------------------- /_images/countries/south africa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/south africa.png -------------------------------------------------------------------------------- /_images/countries/south korea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/south korea.png -------------------------------------------------------------------------------- /_images/countries/spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/spain.png -------------------------------------------------------------------------------- /_images/countries/sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/sweden.png -------------------------------------------------------------------------------- /_images/countries/switzerland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/switzerland.png -------------------------------------------------------------------------------- /_images/countries/turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/turkey.png -------------------------------------------------------------------------------- /_images/countries/uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/uk.png -------------------------------------------------------------------------------- /_images/countries/ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/ukraine.png -------------------------------------------------------------------------------- /_images/countries/united kingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/united kingdom.png -------------------------------------------------------------------------------- /_images/countries/usa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/_images/countries/usa.png -------------------------------------------------------------------------------- /_js/ccg.js: -------------------------------------------------------------------------------- 1 | function escapeHtml(unsafe) { 2 | return unsafe.replace(/&/g, "&").replace(//g, ">").replace(/"/g, """).replace(/'/g, "'"); 3 | } 4 | var parser = null; 5 | // Parse templateData into an XML object 6 | function parseCaspar(str) { 7 | console.log(str) 8 | var xmlDoc; 9 | if (window.DOMParser) { 10 | parser=new DOMParser(); 11 | xmlDoc=parser.parseFromString(str,"text/xml"); 12 | // console.log(parser); 13 | } 14 | return XML2JSON(xmlDoc.documentElement.childNodes); 15 | } 16 | 17 | // Make the XML templateData message into a more simple key:value object 18 | function XML2JSON(node) { 19 | var data = {}; // resulting object 20 | for (k=0;ka){for(var f=c,l=a,m=f.split("").reverse(),c=[],n,r,p,s=0,h=Math.ceil(f.length/l);s= this.finalDate; 188 | this.offset = { 189 | seconds: this.totalSecsLeft % 60, 190 | minutes: Math.floor(this.totalSecsLeft / 60) % 60, 191 | hours: Math.floor(this.totalSecsLeft / 60 / 60) % 24, 192 | days: Math.floor(this.totalSecsLeft / 60 / 60 / 24) % 7, 193 | daysToWeek: Math.floor(this.totalSecsLeft / 60 / 60 / 24) % 7, 194 | daysToMonth: Math.floor(this.totalSecsLeft / 60 / 60 / 24 % 30.4368), 195 | totalDays: Math.floor(this.totalSecsLeft / 60 / 60 / 24), 196 | weeks: Math.floor(this.totalSecsLeft / 60 / 60 / 24 / 7), 197 | months: Math.floor(this.totalSecsLeft / 60 / 60 / 24 / 30.4368), 198 | years: Math.abs(this.finalDate.getFullYear() - now.getFullYear()) 199 | }; 200 | if (!this.options.elapse && this.totalSecsLeft === 0) { 201 | this.stop(); 202 | this.dispatchEvent("finish"); 203 | } else { 204 | this.dispatchEvent("update"); 205 | } 206 | }, 207 | dispatchEvent: function(eventName) { 208 | var event = $.Event(eventName + ".countdown"); 209 | event.finalDate = this.finalDate; 210 | event.elapsed = this.elapsed; 211 | event.offset = $.extend({}, this.offset); 212 | event.strftime = strftime(this.offset); 213 | this.$el.trigger(event); 214 | } 215 | }); 216 | $.fn.countdown = function() { 217 | var argumentsArray = Array.prototype.slice.call(arguments, 0); 218 | return this.each(function() { 219 | var instanceNumber = $(this).data("countdown-instance"); 220 | if (instanceNumber !== undefined) { 221 | var instance = instances[instanceNumber], method = argumentsArray[0]; 222 | if (Countdown.prototype.hasOwnProperty(method)) { 223 | instance[method].apply(instance, argumentsArray.slice(1)); 224 | } else if (String(method).match(/^[$A-Z_][0-9A-Z_$]*$/i) === null) { 225 | instance.setFinalDate.call(instance, method); 226 | instance.start(); 227 | } else { 228 | $.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi, method)); 229 | } 230 | } else { 231 | new Countdown(this, argumentsArray[0], argumentsArray[1]); 232 | } 233 | }); 234 | }; 235 | }); -------------------------------------------------------------------------------- /_js/jquery.countdown.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * The Final Countdown for jQuery v2.1.0 (http://hilios.github.io/jQuery.countdown/) 3 | * Copyright (c) 2015 Edson Hilios 4 | * 5 | * Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | * this software and associated documentation files (the "Software"), to deal in 7 | * the Software without restriction, including without limitation the rights to 8 | * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | * the Software, and to permit persons to whom the Software is furnished to do so, 10 | * 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, FITNESS 17 | * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | */ 22 | !function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){"use strict";function b(a){if(a instanceof Date)return a;if(String(a).match(g))return String(a).match(/^[0-9]*$/)&&(a=Number(a)),String(a).match(/\-/)&&(a=String(a).replace(/\-/g,"/")),new Date(a);throw new Error("Couldn't cast `"+a+"` to a date object.")}function c(a){var b=a.toString().replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1");return new RegExp(b)}function d(a){return function(b){var d=b.match(/%(-|!)?[A-Z]{1}(:[^;]+;)?/gi);if(d)for(var f=0,g=d.length;g>f;++f){var h=d[f].match(/%(-|!)?([a-zA-Z]{1})(:[^;]+;)?/),j=c(h[0]),k=h[1]||"",l=h[3]||"",m=null;h=h[2],i.hasOwnProperty(h)&&(m=i[h],m=Number(a[m])),null!==m&&("!"===k&&(m=e(l,m)),""===k&&10>m&&(m="0"+m.toString()),b=b.replace(j,m.toString()))}return b=b.replace(/%%/,"%")}}function e(a,b){var c="s",d="";return a&&(a=a.replace(/(:|;|\s)/gi,"").split(/\,/),1===a.length?c=a[0]:(d=a[0],c=a[1])),1===Math.abs(b)?d:c}var f=[],g=[],h={precision:100,elapse:!1};g.push(/^[0-9]*$/.source),g.push(/([0-9]{1,2}\/){2}[0-9]{4}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),g.push(/[0-9]{4}([\/\-][0-9]{1,2}){2}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),g=new RegExp(g.join("|"));var i={Y:"years",m:"months",n:"daysToMonth",w:"weeks",d:"daysToWeek",D:"totalDays",H:"hours",M:"minutes",S:"seconds"},j=function(b,c,d){this.el=b,this.$el=a(b),this.interval=null,this.offset={},this.options=a.extend({},h),this.instanceNumber=f.length,f.push(this),this.$el.data("countdown-instance",this.instanceNumber),d&&("function"==typeof d?(this.$el.on("update.countdown",d),this.$el.on("stoped.countdown",d),this.$el.on("finish.countdown",d)):this.options=a.extend({},h,d)),this.setFinalDate(c),this.start()};a.extend(j.prototype,{start:function(){null!==this.interval&&clearInterval(this.interval);var a=this;this.update(),this.interval=setInterval(function(){a.update.call(a)},this.options.precision)},stop:function(){clearInterval(this.interval),this.interval=null,this.dispatchEvent("stoped")},toggle:function(){this.interval?this.stop():this.start()},pause:function(){this.stop()},resume:function(){this.start()},remove:function(){this.stop.call(this),f[this.instanceNumber]=null,delete this.$el.data().countdownInstance},setFinalDate:function(a){this.finalDate=b(a)},update:function(){if(0===this.$el.closest("html").length)return void this.remove();var b,c=void 0!==a._data(this.el,"events"),d=new Date;b=this.finalDate.getTime()-d.getTime(),b=Math.ceil(b/1e3),b=!this.options.elapse&&0>b?0:Math.abs(b),this.totalSecsLeft!==b&&c&&(this.totalSecsLeft=b,this.elapsed=d>=this.finalDate,this.offset={seconds:this.totalSecsLeft%60,minutes:Math.floor(this.totalSecsLeft/60)%60,hours:Math.floor(this.totalSecsLeft/60/60)%24,days:Math.floor(this.totalSecsLeft/60/60/24)%7,daysToWeek:Math.floor(this.totalSecsLeft/60/60/24)%7,daysToMonth:Math.floor(this.totalSecsLeft/60/60/24%30.4368),totalDays:Math.floor(this.totalSecsLeft/60/60/24),weeks:Math.floor(this.totalSecsLeft/60/60/24/7),months:Math.floor(this.totalSecsLeft/60/60/24/30.4368),years:Math.abs(this.finalDate.getFullYear()-d.getFullYear())},this.options.elapse||0!==this.totalSecsLeft?this.dispatchEvent("update"):(this.stop(),this.dispatchEvent("finish")))},dispatchEvent:function(b){var c=a.Event(b+".countdown");c.finalDate=this.finalDate,c.elapsed=this.elapsed,c.offset=a.extend({},this.offset),c.strftime=d(this.offset),this.$el.trigger(c)}}),a.fn.countdown=function(){var b=Array.prototype.slice.call(arguments,0);return this.each(function(){var c=a(this).data("countdown-instance");if(void 0!==c){var d=f[c],e=b[0];j.prototype.hasOwnProperty(e)?d[e].apply(d,b.slice(1)):null===String(e).match(/^[$A-Z_][0-9A-Z_$]*$/i)?(d.setFinalDate.call(d,e),d.start()):a.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi,e))}else new j(this,b[0],b[1])})}}); -------------------------------------------------------------------------------- /_js/jquery.easing.1.3.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ 3 | * 4 | * Uses the built in easing capabilities added In jQuery 1.1 5 | * to offer multiple easing options 6 | * 7 | * TERMS OF USE - jQuery Easing 8 | * 9 | * Open source under the BSD License. 10 | * 11 | * Copyright © 2008 George McGinley Smith 12 | * All rights reserved. 13 | * 14 | * Redistribution and use in source and binary forms, with or without modification, 15 | * are permitted provided that the following conditions are met: 16 | * 17 | * Redistributions of source code must retain the above copyright notice, this list of 18 | * conditions and the following disclaimer. 19 | * Redistributions in binary form must reproduce the above copyright notice, this list 20 | * of conditions and the following disclaimer in the documentation and/or other materials 21 | * provided with the distribution. 22 | * 23 | * Neither the name of the author nor the names of contributors may be used to endorse 24 | * or promote products derived from this software without specific prior written permission. 25 | * 26 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 27 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 28 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 29 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 30 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 31 | * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 32 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 33 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 34 | * OF THE POSSIBILITY OF SUCH DAMAGE. 35 | * 36 | */ 37 | 38 | // t: current time, b: begInnIng value, c: change In value, d: duration 39 | jQuery.easing['jswing'] = jQuery.easing['swing']; 40 | 41 | jQuery.extend( jQuery.easing, 42 | { 43 | def: 'easeOutQuad', 44 | swing: function (x, t, b, c, d) { 45 | //alert(jQuery.easing.default); 46 | return jQuery.easing[jQuery.easing.def](x, t, b, c, d); 47 | }, 48 | easeInQuad: function (x, t, b, c, d) { 49 | return c*(t/=d)*t + b; 50 | }, 51 | easeOutQuad: function (x, t, b, c, d) { 52 | return -c *(t/=d)*(t-2) + b; 53 | }, 54 | easeInOutQuad: function (x, t, b, c, d) { 55 | if ((t/=d/2) < 1) return c/2*t*t + b; 56 | return -c/2 * ((--t)*(t-2) - 1) + b; 57 | }, 58 | easeInCubic: function (x, t, b, c, d) { 59 | return c*(t/=d)*t*t + b; 60 | }, 61 | easeOutCubic: function (x, t, b, c, d) { 62 | return c*((t=t/d-1)*t*t + 1) + b; 63 | }, 64 | easeInOutCubic: function (x, t, b, c, d) { 65 | if ((t/=d/2) < 1) return c/2*t*t*t + b; 66 | return c/2*((t-=2)*t*t + 2) + b; 67 | }, 68 | easeInQuart: function (x, t, b, c, d) { 69 | return c*(t/=d)*t*t*t + b; 70 | }, 71 | easeOutQuart: function (x, t, b, c, d) { 72 | return -c * ((t=t/d-1)*t*t*t - 1) + b; 73 | }, 74 | easeInOutQuart: function (x, t, b, c, d) { 75 | if ((t/=d/2) < 1) return c/2*t*t*t*t + b; 76 | return -c/2 * ((t-=2)*t*t*t - 2) + b; 77 | }, 78 | easeInQuint: function (x, t, b, c, d) { 79 | return c*(t/=d)*t*t*t*t + b; 80 | }, 81 | easeOutQuint: function (x, t, b, c, d) { 82 | return c*((t=t/d-1)*t*t*t*t + 1) + b; 83 | }, 84 | easeInOutQuint: function (x, t, b, c, d) { 85 | if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; 86 | return c/2*((t-=2)*t*t*t*t + 2) + b; 87 | }, 88 | easeInSine: function (x, t, b, c, d) { 89 | return -c * Math.cos(t/d * (Math.PI/2)) + c + b; 90 | }, 91 | easeOutSine: function (x, t, b, c, d) { 92 | return c * Math.sin(t/d * (Math.PI/2)) + b; 93 | }, 94 | easeInOutSine: function (x, t, b, c, d) { 95 | return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; 96 | }, 97 | easeInExpo: function (x, t, b, c, d) { 98 | return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; 99 | }, 100 | easeOutExpo: function (x, t, b, c, d) { 101 | return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; 102 | }, 103 | easeInOutExpo: function (x, t, b, c, d) { 104 | if (t==0) return b; 105 | if (t==d) return b+c; 106 | if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; 107 | return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; 108 | }, 109 | easeInCirc: function (x, t, b, c, d) { 110 | return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; 111 | }, 112 | easeOutCirc: function (x, t, b, c, d) { 113 | return c * Math.sqrt(1 - (t=t/d-1)*t) + b; 114 | }, 115 | easeInOutCirc: function (x, t, b, c, d) { 116 | if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; 117 | return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; 118 | }, 119 | easeInElastic: function (x, t, b, c, d) { 120 | var s=1.70158;var p=0;var a=c; 121 | if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; 122 | if (a < Math.abs(c)) { a=c; var s=p/4; } 123 | else var s = p/(2*Math.PI) * Math.asin (c/a); 124 | return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; 125 | }, 126 | easeOutElastic: function (x, t, b, c, d) { 127 | var s=1.70158;var p=0;var a=c; 128 | if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; 129 | if (a < Math.abs(c)) { a=c; var s=p/4; } 130 | else var s = p/(2*Math.PI) * Math.asin (c/a); 131 | return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; 132 | }, 133 | easeInOutElastic: function (x, t, b, c, d) { 134 | var s=1.70158;var p=0;var a=c; 135 | if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); 136 | if (a < Math.abs(c)) { a=c; var s=p/4; } 137 | else var s = p/(2*Math.PI) * Math.asin (c/a); 138 | if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; 139 | return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; 140 | }, 141 | easeInBack: function (x, t, b, c, d, s) { 142 | if (s == undefined) s = 1.70158; 143 | return c*(t/=d)*t*((s+1)*t - s) + b; 144 | }, 145 | easeOutBack: function (x, t, b, c, d, s) { 146 | if (s == undefined) s = 1.70158; 147 | return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; 148 | }, 149 | easeInOutBack: function (x, t, b, c, d, s) { 150 | if (s == undefined) s = 1.70158; 151 | if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; 152 | return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; 153 | }, 154 | easeInBounce: function (x, t, b, c, d) { 155 | return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b; 156 | }, 157 | easeOutBounce: function (x, t, b, c, d) { 158 | if ((t/=d) < (1/2.75)) { 159 | return c*(7.5625*t*t) + b; 160 | } else if (t < (2/2.75)) { 161 | return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; 162 | } else if (t < (2.5/2.75)) { 163 | return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; 164 | } else { 165 | return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; 166 | } 167 | }, 168 | easeInOutBounce: function (x, t, b, c, d) { 169 | if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; 170 | return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; 171 | } 172 | }); 173 | 174 | /* 175 | * 176 | * TERMS OF USE - EASING EQUATIONS 177 | * 178 | * Open source under the BSD License. 179 | * 180 | * Copyright © 2001 Robert Penner 181 | * All rights reserved. 182 | * 183 | * Redistribution and use in source and binary forms, with or without modification, 184 | * are permitted provided that the following conditions are met: 185 | * 186 | * Redistributions of source code must retain the above copyright notice, this list of 187 | * conditions and the following disclaimer. 188 | * Redistributions in binary form must reproduce the above copyright notice, this list 189 | * of conditions and the following disclaimer in the documentation and/or other materials 190 | * provided with the distribution. 191 | * 192 | * Neither the name of the author nor the names of contributors may be used to endorse 193 | * or promote products derived from this software without specific prior written permission. 194 | * 195 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 196 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 197 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 198 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 199 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 200 | * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 201 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 202 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 203 | * OF THE POSSIBILITY OF SUCH DAMAGE. 204 | * 205 | */ -------------------------------------------------------------------------------- /_js/jquery.marquee.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jQuery.marquee - scrolling text like old marquee element 3 | * @author Aamir Afridi - aamirafridi(at)gmail(dot)com / http://aamirafridi.com/jquery/jquery-marquee-plugin 4 | */ 5 | (function(f){f.fn.marquee=function(x){return this.each(function(){var a=f.extend({},f.fn.marquee.defaults,x),b=f(this),c,h,t,u,k,e=3,y="animation-play-state",n=!1,E=function(a,b,c){for(var e=["webkit","moz","MS","o",""],d=0;d');var l=b.find(".js-marquee").css({"margin-right":a.gap,"float":"left"});a.duplicated&&l.clone(!0).appendTo(b);b.wrapInner('
');c=b.find(".js-marquee-wrapper"); 8 | if(u){var m=b.height();c.removeAttr("style");b.height(m);b.find(".js-marquee").css({"float":"none","margin-bottom":a.gap,"margin-right":0});a.duplicated&&b.find(".js-marquee:last").css({"margin-bottom":0});var q=b.find(".js-marquee:first").height()+a.gap;a.startVisible&&!a.duplicated?(a._completeDuration=(parseInt(q,10)+parseInt(m,10))/parseInt(m,10)*a.duration,a.duration*=parseInt(q,10)/parseInt(m,10)):a.duration*=(parseInt(q,10)+parseInt(m,10))/parseInt(m,10)}else k=b.find(".js-marquee:first").width()+ 9 | a.gap,h=b.width(),a.startVisible&&!a.duplicated?(a._completeDuration=(parseInt(k,10)+parseInt(h,10))/parseInt(h,10)*a.duration,a.duration*=parseInt(k,10)/parseInt(h,10)):a.duration*=(parseInt(k,10)+parseInt(h,10))/parseInt(h,10);a.duplicated&&(a.duration/=2);if(a.allowCss3Support){var l=document.body||document.createElement("div"),g="marqueeAnimation-"+Math.floor(1E7*Math.random()),A=["Webkit","Moz","O","ms","Khtml"],B="animation",d="",r="";l.style.animation&&(r="@keyframes "+g+" ",n=!0);if(!1=== 10 | n)for(var z=0;z"+l+"");E(c[0],"AnimationIteration",function(){b.trigger("finished")});E(c[0],"AnimationEnd",function(){w();b.trigger("finished")})}else c.animate(t,a.duration,a.easing,function(){b.trigger("finished");a.pauseOnCycle?b.timer=setTimeout(w,a.delayBeforeStart):w()});b.data("runningStatus","resumed")};b.bind("pause",p.pause);b.bind("resume", 15 | p.resume);a.pauseOnHover&&b.bind("mouseenter mouseleave",p.toggle);n&&a.allowCss3Support?w():b.timer=setTimeout(w,a.delayBeforeStart)}})};f.fn.marquee.defaults={allowCss3Support:!0,css3easing:"linear",easing:"linear",delayBeforeStart:1E3,direction:"left",duplicated:!1,duration:5E3,gap:20,pauseOnCycle:!1,pauseOnHover:!1,startVisible:!1}})(jQuery); 16 | -------------------------------------------------------------------------------- /_js/jquery.requestAnimationFrame.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jquery.requestAnimationFrame 3 | * https://github.com/gnarf37/jquery-requestAnimationFrame 4 | * Requires jQuery 1.8+ 5 | * 6 | * Copyright (c) 2012 Corey Frang 7 | * Licensed under the MIT license. 8 | */ 9 | 10 | (function( $ ) { 11 | 12 | // requestAnimationFrame polyfill adapted from Erik Möller 13 | // fixes from Paul Irish and Tino Zijdel 14 | // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ 15 | // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating 16 | 17 | 18 | var animating, 19 | lastTime = 0, 20 | vendors = ['webkit', 'moz'], 21 | requestAnimationFrame = window.requestAnimationFrame, 22 | cancelAnimationFrame = window.cancelAnimationFrame; 23 | 24 | for(; lastTime < vendors.length && !requestAnimationFrame; lastTime++) { 25 | requestAnimationFrame = window[ vendors[lastTime] + "RequestAnimationFrame" ]; 26 | cancelAnimationFrame = cancelAnimationFrame || 27 | window[ vendors[lastTime] + "CancelAnimationFrame" ] || 28 | window[ vendors[lastTime] + "CancelRequestAnimationFrame" ]; 29 | } 30 | 31 | function raf() { 32 | if ( animating ) { 33 | requestAnimationFrame( raf ); 34 | jQuery.fx.tick(); 35 | } 36 | } 37 | 38 | if ( requestAnimationFrame ) { 39 | // use rAF 40 | window.requestAnimationFrame = requestAnimationFrame; 41 | window.cancelAnimationFrame = cancelAnimationFrame; 42 | jQuery.fx.timer = function( timer ) { 43 | if ( timer() && jQuery.timers.push( timer ) && !animating ) { 44 | animating = true; 45 | raf(); 46 | } 47 | }; 48 | 49 | jQuery.fx.stop = function() { 50 | animating = false; 51 | }; 52 | } else { 53 | // polyfill 54 | window.requestAnimationFrame = function( callback, element ) { 55 | var currTime = new Date().getTime(), 56 | timeToCall = Math.max( 0, 16 - ( currTime - lastTime ) ), 57 | id = window.setTimeout( function() { 58 | callback( currTime + timeToCall ); 59 | }, timeToCall ); 60 | lastTime = currTime + timeToCall; 61 | return id; 62 | }; 63 | 64 | window.cancelAnimationFrame = function(id) { 65 | clearTimeout(id); 66 | }; 67 | 68 | } 69 | 70 | }( jQuery )); 71 | -------------------------------------------------------------------------------- /_js/jquery.transit.min.js: -------------------------------------------------------------------------------- 1 | (function(t,e){if(typeof define==="function"&&define.amd){define(["jquery"],e)}else if(typeof exports==="object"){module.exports=e(require("jquery"))}else{e(t.jQuery)}})(this,function(t){t.transit={version:"0.9.12",propertyMap:{marginLeft:"margin",marginRight:"margin",marginBottom:"margin",marginTop:"margin",paddingLeft:"padding",paddingRight:"padding",paddingBottom:"padding",paddingTop:"padding"},enabled:true,useTransitionEnd:false};var e=document.createElement("div");var n={};function i(t){if(t in e.style)return t;var n=["Moz","Webkit","O","ms"];var i=t.charAt(0).toUpperCase()+t.substr(1);for(var r=0;r-1;n.transition=i("transition");n.transitionDelay=i("transitionDelay");n.transform=i("transform");n.transformOrigin=i("transformOrigin");n.filter=i("Filter");n.transform3d=r();var a={transition:"transitionend",MozTransition:"transitionend",OTransition:"oTransitionEnd",WebkitTransition:"webkitTransitionEnd",msTransition:"MSTransitionEnd"};var o=n.transitionEnd=a[n.transition]||null;for(var u in n){if(n.hasOwnProperty(u)&&typeof t.support[u]==="undefined"){t.support[u]=n[u]}}e=null;t.cssEase={_default:"ease","in":"ease-in",out:"ease-out","in-out":"ease-in-out",snap:"cubic-bezier(0,1,.5,1)",easeInCubic:"cubic-bezier(.550,.055,.675,.190)",easeOutCubic:"cubic-bezier(.215,.61,.355,1)",easeInOutCubic:"cubic-bezier(.645,.045,.355,1)",easeInCirc:"cubic-bezier(.6,.04,.98,.335)",easeOutCirc:"cubic-bezier(.075,.82,.165,1)",easeInOutCirc:"cubic-bezier(.785,.135,.15,.86)",easeInExpo:"cubic-bezier(.95,.05,.795,.035)",easeOutExpo:"cubic-bezier(.19,1,.22,1)",easeInOutExpo:"cubic-bezier(1,0,0,1)",easeInQuad:"cubic-bezier(.55,.085,.68,.53)",easeOutQuad:"cubic-bezier(.25,.46,.45,.94)",easeInOutQuad:"cubic-bezier(.455,.03,.515,.955)",easeInQuart:"cubic-bezier(.895,.03,.685,.22)",easeOutQuart:"cubic-bezier(.165,.84,.44,1)",easeInOutQuart:"cubic-bezier(.77,0,.175,1)",easeInQuint:"cubic-bezier(.755,.05,.855,.06)",easeOutQuint:"cubic-bezier(.23,1,.32,1)",easeInOutQuint:"cubic-bezier(.86,0,.07,1)",easeInSine:"cubic-bezier(.47,0,.745,.715)",easeOutSine:"cubic-bezier(.39,.575,.565,1)",easeInOutSine:"cubic-bezier(.445,.05,.55,.95)",easeInBack:"cubic-bezier(.6,-.28,.735,.045)",easeOutBack:"cubic-bezier(.175, .885,.32,1.275)",easeInOutBack:"cubic-bezier(.68,-.55,.265,1.55)"};t.cssHooks["transit:transform"]={get:function(e){return t(e).data("transform")||new f},set:function(e,i){var r=i;if(!(r instanceof f)){r=new f(r)}if(n.transform==="WebkitTransform"&&!s){e.style[n.transform]=r.toString(true)}else{e.style[n.transform]=r.toString()}t(e).data("transform",r)}};t.cssHooks.transform={set:t.cssHooks["transit:transform"].set};t.cssHooks.filter={get:function(t){return t.style[n.filter]},set:function(t,e){t.style[n.filter]=e}};if(t.fn.jquery<"1.8"){t.cssHooks.transformOrigin={get:function(t){return t.style[n.transformOrigin]},set:function(t,e){t.style[n.transformOrigin]=e}};t.cssHooks.transition={get:function(t){return t.style[n.transition]},set:function(t,e){t.style[n.transition]=e}}}p("scale");p("scaleX");p("scaleY");p("translate");p("rotate");p("rotateX");p("rotateY");p("rotate3d");p("perspective");p("skewX");p("skewY");p("x",true);p("y",true);function f(t){if(typeof t==="string"){this.parse(t)}return this}f.prototype={setFromString:function(t,e){var n=typeof e==="string"?e.split(","):e.constructor===Array?e:[e];n.unshift(t);f.prototype.set.apply(this,n)},set:function(t){var e=Array.prototype.slice.apply(arguments,[1]);if(this.setter[t]){this.setter[t].apply(this,e)}else{this[t]=e.join(",")}},get:function(t){if(this.getter[t]){return this.getter[t].apply(this)}else{return this[t]||0}},setter:{rotate:function(t){this.rotate=b(t,"deg")},rotateX:function(t){this.rotateX=b(t,"deg")},rotateY:function(t){this.rotateY=b(t,"deg")},scale:function(t,e){if(e===undefined){e=t}this.scale=t+","+e},skewX:function(t){this.skewX=b(t,"deg")},skewY:function(t){this.skewY=b(t,"deg")},perspective:function(t){this.perspective=b(t,"px")},x:function(t){this.set("translate",t,null)},y:function(t){this.set("translate",null,t)},translate:function(t,e){if(this._translateX===undefined){this._translateX=0}if(this._translateY===undefined){this._translateY=0}if(t!==null&&t!==undefined){this._translateX=b(t,"px")}if(e!==null&&e!==undefined){this._translateY=b(e,"px")}this.translate=this._translateX+","+this._translateY}},getter:{x:function(){return this._translateX||0},y:function(){return this._translateY||0},scale:function(){var t=(this.scale||"1,1").split(",");if(t[0]){t[0]=parseFloat(t[0])}if(t[1]){t[1]=parseFloat(t[1])}return t[0]===t[1]?t[0]:t},rotate3d:function(){var t=(this.rotate3d||"0,0,0,0deg").split(",");for(var e=0;e<=3;++e){if(t[e]){t[e]=parseFloat(t[e])}}if(t[3]){t[3]=b(t[3],"deg")}return t}},parse:function(t){var e=this;t.replace(/([a-zA-Z0-9]+)\((.*?)\)/g,function(t,n,i){e.setFromString(n,i)})},toString:function(t){var e=[];for(var i in this){if(this.hasOwnProperty(i)){if(!n.transform3d&&(i==="rotateX"||i==="rotateY"||i==="perspective"||i==="transformOrigin")){continue}if(i[0]!=="_"){if(t&&i==="scale"){e.push(i+"3d("+this[i]+",1)")}else if(t&&i==="translate"){e.push(i+"3d("+this[i]+",0)")}else{e.push(i+"("+this[i]+")")}}}}return e.join(" ")}};function c(t,e,n){if(e===true){t.queue(n)}else if(e){t.queue(e,n)}else{t.each(function(){n.call(this)})}}function l(e){var i=[];t.each(e,function(e){e=t.camelCase(e);e=t.transit.propertyMap[e]||t.cssProps[e]||e;e=h(e);if(n[e])e=h(n[e]);if(t.inArray(e,i)===-1){i.push(e)}});return i}function d(e,n,i,r){var s=l(e);if(t.cssEase[i]){i=t.cssEase[i]}var a=""+y(n)+" "+i;if(parseInt(r,10)>0){a+=" "+y(r)}var o=[];t.each(s,function(t,e){o.push(e+" "+a)});return o.join(", ")}t.fn.transition=t.fn.transit=function(e,i,r,s){var a=this;var u=0;var f=true;var l=t.extend(true,{},e);if(typeof i==="function"){s=i;i=undefined}if(typeof i==="object"){r=i.easing;u=i.delay||0;f=typeof i.queue==="undefined"?true:i.queue;s=i.complete;i=i.duration}if(typeof r==="function"){s=r;r=undefined}if(typeof l.easing!=="undefined"){r=l.easing;delete l.easing}if(typeof l.duration!=="undefined"){i=l.duration;delete l.duration}if(typeof l.complete!=="undefined"){s=l.complete;delete l.complete}if(typeof l.queue!=="undefined"){f=l.queue;delete l.queue}if(typeof l.delay!=="undefined"){u=l.delay;delete l.delay}if(typeof i==="undefined"){i=t.fx.speeds._default}if(typeof r==="undefined"){r=t.cssEase._default}i=y(i);var p=d(l,i,r,u);var h=t.transit.enabled&&n.transition;var b=h?parseInt(i,10)+parseInt(u,10):0;if(b===0){var g=function(t){a.css(l);if(s){s.apply(a)}if(t){t()}};c(a,f,g);return a}var m={};var v=function(e){var i=false;var r=function(){if(i){a.unbind(o,r)}if(b>0){a.each(function(){this.style[n.transition]=m[this]||null})}if(typeof s==="function"){s.apply(a)}if(typeof e==="function"){e()}};if(b>0&&o&&t.transit.useTransitionEnd){i=true;a.bind(o,r)}else{window.setTimeout(r,b)}a.each(function(){if(b>0){this.style[n.transition]=p}t(this).css(l)})};var z=function(t){this.offsetWidth;v(t)};c(a,f,z);return this};function p(e,i){if(!i){t.cssNumber[e]=true}t.transit.propertyMap[e]=n.transform;t.cssHooks[e]={get:function(n){var i=t(n).css("transit:transform");return i.get(e)},set:function(n,i){var r=t(n).css("transit:transform");r.setFromString(e,i);t(n).css({"transit:transform":r})}}}function h(t){return t.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()})}function b(t,e){if(typeof t==="string"&&!t.match(/^[\-0-9\.]+$/)){return t}else{return""+t+e}}function y(e){var n=e;if(typeof n==="string"&&!n.match(/^[\-0-9\.]+/)){n=t.fx.speeds[n]||t.fx.speeds._default}return b(n,"ms")}t.transit.getTransitionValue=d;return t}); -------------------------------------------------------------------------------- /_js/jquery.webticker.min.js: -------------------------------------------------------------------------------- 1 | !function(i){function t(t){var e=0;return t.children("li").each(function(){e+=i(this).outerWidth(!0)}),e}function e(t){return Math.max.apply(Math,t.children().map(function(){return i(this).width()}).get())}function s(i){var t=i.data("settings")||{direction:"left",speed:50},e=i.children().first(),s=Math.abs(-i.css(t.direction).replace("px","").replace("auto","0")-e.outerWidth(!0)),n=1e3*s/t.speed,r={};return r[t.direction]=i.css(t.direction).replace("px","").replace("auto","0")-s,{css:r,time:n}}function n(i){var t=i.data("settings")||{direction:"left"};i.css("transition-duration","0s").css(t.direction,"0");var e=i.children().first();e.hasClass("webticker-init")?e.remove():i.children().last().after(e)}function r(i,t){var e=i.data("settings")||{direction:"left"};"undefined"==typeof t&&(t=!1),t&&n(i);var a=s(i);i.animate(a.css,a.time,"linear",function(){i.css(e.direction,"0"),r(i,!0)})}function a(i,t){"undefined"==typeof t&&(t=!1),t&&n(i);var e=s(i),r=e.time/1e3;r+="s",i.css(e.css).css("transition-duration",r)}function c(t,e,s){var n=[];i.get(t,function(t){var r=i(t);r.find("item").each(function(){var t=i(this),e={title:t.find("title").text(),link:t.find("link").text()},s='
  • '+e.title+"
  • ";n+=s}),s.webTicker("update",n,e)})}function l(s,n){if(s.children("li").length<1)return window.console,!1;var r=s.data("settings");r.duplicateLoops=r.duplicateLoops||0,s.width("auto");var a=0;s.children("li").each(function(){a+=i(this).outerWidth(!0)});var c,l=s.find("li:first").height();if(r.duplicate){c=e(s);for(var o=0;a-c0?s.find(".ticker-spacer").width(h):s.append('
  • ')}r.startEmpty&&n&&s.prepend('
  • '),a=0,a=t(s),s.width(a+200);var f=0;for(f=t(s);f>=s.width();)s.width(s.width()+200),f=0,f=t(s);return!0}var o=function(){var i=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(""===i.transition)return!0;for(;t.length;)if(t.pop()+"Transition"in i)return!0;return!1}(),d={init:function(t){return t=jQuery.extend({speed:50,direction:"left",moving:!0,startEmpty:!0,duplicate:!1,rssurl:!1,hoverpause:!0,rssfrequency:0,updatetype:"reset",transition:"linear",height:"30px",maskleft:"",maskright:"",maskwidth:0},t),this.each(function(){jQuery(this).data("settings",t);var e=jQuery(this),s=e.wrap('
    ');s.after('  ');var n,d=e.parent().wrap('
    ');if(i(window).resize(function(){clearTimeout(n),n=setTimeout(function(){console.log("window was resized"),l(e,!1)},500)}),e.children("li").css("white-space","nowrap"),e.children("li").css("float",t.direction),e.children("li").css("padding","0 7px"),e.children("li").css("line-height",t.height),s.css("position","relative"),s.css("overflow","hidden"),e.closest(".tickercontainer").css("height",t.height),e.closest(".tickercontainer").css("overflow","hidden"),e.css("float",t.direction),e.css("position","relative"),e.css("font","bold 10px Verdana"),e.css("list-style-type","none"),e.css("margin","0"),e.css("padding","0"),""!==t.maskleft&&""!==t.maskright){var h='url("'+t.maskleft+'")';d.find(".tickeroverlay-left").css("background-image",h),d.find(".tickeroverlay-left").css("display","block"),d.find(".tickeroverlay-left").css("pointer-events","none"),d.find(".tickeroverlay-left").css("position","absolute"),d.find(".tickeroverlay-left").css("z-index","30"),d.find(".tickeroverlay-left").css("height",t.height),d.find(".tickeroverlay-left").css("width",t.maskwidth),d.find(".tickeroverlay-left").css("top","0"),d.find(".tickeroverlay-left").css("left","-2px"),h='url("'+t.maskright+'")',d.find(".tickeroverlay-right").css("background-image",h),d.find(".tickeroverlay-right").css("display","block"),d.find(".tickeroverlay-right").css("pointer-events","none"),d.find(".tickeroverlay-right").css("position","absolute"),d.find(".tickeroverlay-right").css("z-index","30"),d.find(".tickeroverlay-right").css("height",t.height),d.find(".tickeroverlay-right").css("width",t.maskwidth),d.find(".tickeroverlay-right").css("top","0"),d.find(".tickeroverlay-right").css("right","-2px")}else d.find(".tickeroverlay-left").css("display","none"),d.find(".tickeroverlay-right").css("display","none");e.children("li").last().addClass("last");var f=l(e,!0);t.rssurl&&(c(t.rssurl,t.type,e),t.rssfrequency>0&&window.setInterval(function(){c(t.rssurl,t.type,e)},1e3*t.rssfrequency*60)),o?(e.css("transition-timing-function",t.transition),e.css("transition-duration","0s").css(t.direction,"0"),f&&a(e,!1),e.on("transitionend webkitTransitionEnd oTransitionEnd otransitionend",function(t){return!!e.is(t.target)&&void a(i(this),!0)})):f&&r(i(this)),t.hoverpause&&e.hover(function(){if(o){var e=i(this).css(t.direction);i(this).css("transition-duration","0s").css(t.direction,e)}else jQuery(this).stop()},function(){jQuery(this).data("settings").moving&&(o?a(i(this),!1):r(e))})})},stop:function(){var t=i(this).data("settings");if(t.moving)return t.moving=!1,this.each(function(){if(o){var e=i(this).css(t.direction);i(this).css("transition-duration","0s").css(t.direction,e)}else i(this).stop()})},cont:function(){var t=i(this).data("settings");if(!t.moving)return t.moving=!0,this.each(function(){o?a(i(this),!1):r(i(this))})},transition:function(t){var e=i(this);o&&e.css("transition-timing-function",t)},update:function(e,s,n,r){s=s||"reset","undefined"==typeof n&&(n=!0),"undefined"==typeof r&&(r=!1),"string"==typeof e&&(e=i(e));var a=i(this);a.webTicker("stop");var c=i(this).data("settings");if("reset"===s)a.html(e),l(a,!0);else if("swap"===s){var o,d,h,f;if(window.console,a.children("li").length<1)a.html(e),a.css(c.direction,"0"),l(a,!0);else if(c.duplicate===!0){a.children("li").addClass("old");for(var p=e.length-1;p>=0;p--)o=i(e[p]).data("update"),d=a.find('[data-update="'+o+'"]'),d.length<1?n&&(0===a.find(".ticker-spacer:first-child").length&&a.find(".ticker-spacer").length>0?a.children("li.ticker-spacer").before(e[p]):(h=i(e[p]),p===e.length-1&&h.addClass("last"),a.find("last").after(h),a.find("last").removeClass("last"))):a.find('[data-update="'+o+'"]').replaceWith(e[p]);a.children("li.webticker-init, li.ticker-spacer").removeClass("old"),r&&a.children("li").remove(".old"),f=0,f=t(a),a.width(f+200),a.find("li.webticker-init").length<1&&(c.startEmpty=!1),a.html(e),a.children("li").css("white-space","nowrap"),a.children("li").css("float",c.direction),a.children("li").css("padding","0 7px"),a.children("li").css("line-height",c.height),l(a,!0)}else{a.children("li").addClass("old");for(var u=0;u0?a.children("li.ticker-spacer").before(e[u]):(h=i(e[u]),u===e.length-1&&h.addClass("last"),a.find(".old.last").after(h),a.find(".old.last").removeClass("last"))):a.find('[data-update="'+o+'"]').replaceWith(e[u]);a.children("li.webticker-init, li.ticker-spacer").removeClass("old"),a.children("li").css("white-space","nowrap"),a.children("li").css("float",c.direction),a.children("li").css("padding","0 7px"),a.children("li").css("line-height",c.height),r&&a.children("li").remove(".old"),f=0,f=t(a),a.width(f+200)}}a.webTicker("cont")}};i.fn.webTicker=function(t){return d[t]?d[t].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof t&&t?void i.error("Method "+t+" does not exist on jQuery.webTicker"):d.init.apply(this,arguments)}}(jQuery); 2 | -------------------------------------------------------------------------------- /_js/video.controller.js: -------------------------------------------------------------------------------- 1 | "use strict;" 2 | window.requestAnimationFrame(step); 3 | function step(e){ 4 | return e; 5 | } 6 | 7 | var width = document.getElementById("container").offsetWidth, 8 | height = document.getElementById("container").offsetHeight, 9 | fps = 60, 10 | interval = 1000/fps, 11 | now, 12 | then = Date.now(), 13 | delta, 14 | currentvideo = 'video-start', 15 | videostate = 'start'; 16 | 17 | console.log('Template:',width, 'x', height, '@', fps, 'fps') 18 | 19 | if(dev){ 20 | document.getElementById('container').style.backgroundImage = "url('img/example.png')"; 21 | $('body').css('opacity','1.0') 22 | document.getElementById('graphic-container').style.opacity = "1.0"; 23 | document.getElementById("content-container").style.opacity = '1.0'; 24 | } 25 | 26 | if(gotVideo){ 27 | var GRAPHICS_CONTAINER = ''; 28 | 29 | if(!fadeOut) { 30 | GRAPHICS_CONTAINER += ''; 31 | } 32 | if(gotWipe) { 33 | GRAPHICS_CONTAINER += ''; 34 | } 35 | if(gotLoop) { 36 | GRAPHICS_CONTAINER += ''; 37 | } 38 | 39 | document.getElementById('graphic-container').innerHTML = GRAPHICS_CONTAINER 40 | 41 | var videomain = document.getElementById('video-start'); 42 | var videostart = document.getElementById('video-start'); 43 | if(!fadeOut) var videostop = document.getElementById('video-stop'); 44 | if(gotWipe) var videowipe = document.getElementById('video-wipe'); 45 | if(gotLoop) var videoloop = document.getElementById('video-loop'); 46 | 47 | 48 | // document.getElementById('graphic-container').innerHTML = 49 | // '' + 50 | // '' + 51 | // '' + 52 | // '' ; 53 | 54 | // var videomain = document.getElementById('video-start'), 55 | // videostart = document.getElementById('video-start'), 56 | // videoloop = document.getElementById('video-loop'), 57 | // videowipe = document.getElementById('video-wipe'), 58 | // videostop = document.getElementById('video-stop'); 59 | 60 | } 61 | 62 | if(gotImage){ 63 | document.getElementById('graphic-container').innerHTML = 64 | ''; 65 | } 66 | 67 | function play(){ 68 | if(fadeIn) $('body').fadeTo(500, '1.0'); 69 | if(gotContent) ContentLayer('play'); 70 | if(gotVideo) VideoLayer('play'); 71 | } 72 | function wipe(){ 73 | if(gotVideo && gotWipe) VideoLayer('wipe'); 74 | } 75 | function stop(){ 76 | if(fadeOut) $('body').fadeTo(500, '0.0'); 77 | if(gotContent) ContentLayer('stop'); 78 | if(gotVideo) VideoLayer('stop'); 79 | } 80 | 81 | if(gotLoop){ 82 | videostart.onended = function(){ 83 | if(gotLoop){ 84 | videomain = videoloop; 85 | videoloop.play(); 86 | currentvideo = 'video-loop'; 87 | $("#video-loop").css('opacity', 1); 88 | $("#video-start").delay(2000).css('opacity', 0); 89 | } 90 | }; 91 | } 92 | 93 | function VideoLayer(action){ 94 | if(action === 'play'){ 95 | console.log('play') 96 | videomain = videostart; 97 | videostart.play(); 98 | currentvideo = 'video-start'; 99 | $("#video-start").animate({opacity: 1.0}, 500, 'easeOutQuart'); 100 | } 101 | if(action === 'wipe'){ 102 | console.log('wipe') 103 | videomain = videowipe; 104 | videowipe.play(); 105 | currentvideo = 'video-wipe'; 106 | $("#video-wipe").css('opacity', 1); 107 | $("#video-start").animate({opacity: 0.0}, 500, 'easeOutQuart'); 108 | } 109 | if(action === 'stop' && !fadeOut){ 110 | console.log('stop') 111 | videomain = videostop; 112 | videostop.play(); 113 | // videomain.play(); 114 | currentvideo = 'video-stop'; 115 | $("#video-stop").css('opacity', 1); 116 | $("#video-start").animate({opacity: 0.0}, 500, 'easeOutQuart'); 117 | $("#video-loop").animate({opacity: 0.0}, 500, 'easeOutQuart'); 118 | if(gotWipe) $("#video-wipe").animate({opacity: 0.0}, 500, 'easeOutQuart'); 119 | } 120 | } 121 | -------------------------------------------------------------------------------- /fs_countdown/img/backplate_1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/fs_countdown/img/backplate_1080.png -------------------------------------------------------------------------------- /fs_countdown/img/backplate_1080whitlive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/fs_countdown/img/backplate_1080whitlive.png -------------------------------------------------------------------------------- /fs_countdown/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 24 | 25 | 26 | 27 |
    28 | 29 |
    30 | 31 | 32 |
    33 | 34 |
    35 | 36 |
    37 | 38 |
    39 | 40 | 41 | 42 |
    43 | 44 |
    45 | 46 |
    47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /fs_countdown/rundown.js: -------------------------------------------------------------------------------- 1 | "use strict;" 2 | var globalCheck; 3 | // Data 4 | function insertData(data){ 5 | 6 | $('#text').text(data['text']); 7 | 8 | var userMilliseconds = (data['countdown'] * 60000), 9 | dateMilliseconds = new Date().getTime(), 10 | milliseconds = dateMilliseconds + userMilliseconds, 11 | yyyy = new Date(milliseconds).getFullYear(), 12 | mm = new Date(milliseconds).getMonth()+1, 13 | dd = new Date(milliseconds).getDate(), 14 | hr = new Date(milliseconds).getHours(), 15 | min = new Date(milliseconds).getMinutes(), 16 | sec = new Date(milliseconds).getSeconds(); 17 | 18 | if(dd<10) { 19 | dd='0'+dd 20 | } 21 | 22 | if(mm<10) { 23 | mm='0'+mm 24 | } 25 | 26 | if(sec<10) { 27 | sec='0'+sec 28 | } 29 | 30 | var countdown = yyyy +'-' + mm +'-' + dd +' ' + hr + ':' + min + ':' + sec ; 31 | 32 | if(data['countdown'] > 0){ 33 | $("#countdown").countdown(countdown, function(event){ 34 | $(this).text(event.strftime('%M:%S')); 35 | }); 36 | $("#countdown").css({"display": "initial"}); 37 | } else { 38 | $("#countdown").css({"display": "none"}); 39 | } 40 | 41 | 42 | } 43 | // Animate text and visual elements 44 | function ContentLayer(action){ 45 | if(action === 'play') { 46 | $("#content-container").delay(200).fadeTo(250, '1.0'); 47 | } 48 | if(action === 'stop') { 49 | $("#content-container").delay(200).fadeTo(250, '0.0'); 50 | } 51 | } 52 | 53 | function localTime(){ 54 | if(globalCheck == 'false'){ 55 | var localTime; 56 | var d = new Date(); 57 | var min = d.getMinutes(); 58 | var hour = d.getHours(); 59 | if(min<10) { 60 | min='0'+min 61 | } 62 | if(hour<10) { 63 | hour='0'+hour 64 | } 65 | localTime = hour + ':' + min; 66 | return localTime; 67 | } 68 | } -------------------------------------------------------------------------------- /fs_countdown/styles.css: -------------------------------------------------------------------------------- 1 | 2 | .countdown-parent{ 3 | position: absolute; 4 | left: -32%; 5 | top: 63.9%; 6 | overflow: hidden; 7 | height: 219%; 8 | width: 329.7%; 9 | font-size: 774%; 10 | text-align: center; 11 | } 12 | 13 | .text-parent{ 14 | position: absolute; 15 | left: -32%; 16 | top: 43.9%; 17 | overflow: hidden; 18 | height: 219%; 19 | width: 329.7%; 20 | font-size: 1334%; 21 | text-align: center; 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /localclock/img/backplate_1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/localclock/img/backplate_1080.png -------------------------------------------------------------------------------- /localclock/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 18 | 19 | 20 | 21 | 22 |
    23 | 24 |
    25 | 26 |
    27 | 28 |
    29 | 30 |
    31 | 32 |
    33 | 34 |
    35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /localclock/rundown.js: -------------------------------------------------------------------------------- 1 | "use strict;" 2 | 3 | 4 | function ContentLayer(action){ 5 | if(action === 'play') { 6 | $("#content-container").delay(350).fadeTo(350, '1.0'); 7 | } 8 | if(action === 'stop') { 9 | $("#content-container").fadeTo(250, '0.0'); 10 | } 11 | } 12 | 13 | function insertData(data){ 14 | 15 | 16 | 17 | 18 | if(data['localtime'] == 'true'){ 19 | $("#time").text(localTime()); 20 | setInterval(function(){ 21 | $("#time").text(localTime()); 22 | },3000); 23 | } 24 | 25 | 26 | 27 | 28 | 29 | 30 | } 31 | 32 | // setInterval(function(){ 33 | // $("#time").text(localTime()); 34 | // },3000); 35 | 36 | function localTime(){ 37 | // if(globalCheck == 'false'){ 38 | var localTime; 39 | var d = new Date(); 40 | var min = d.getMinutes(); 41 | var hour = d.getHours(); 42 | if(min<10) { 43 | min='0'+min 44 | } 45 | if(hour<10) { 46 | hour='0'+hour 47 | } 48 | localTime = hour + ':' + min; 49 | return localTime; 50 | // } 51 | } 52 | -------------------------------------------------------------------------------- /localclock/styles.css: -------------------------------------------------------------------------------- 1 | 2 | .time-parent{ 3 | position: absolute; 4 | left: 25%; 5 | top: 40%; 6 | overflow: hidden; 7 | height: 100%; 8 | width: 100%; 9 | font-size: 1400%; 10 | text-align: center; 11 | color: green; 12 | } 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /nameplate_single_left/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 24 | 25 | 26 | 27 |
    28 | 29 |
    30 | 31 |
    32 | 33 |
    34 | 37 | 38 |
    39 | 40 |
    41 | 42 |
    43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /nameplate_single_left/rundown.js: -------------------------------------------------------------------------------- 1 | "use strict;" 2 | 3 | // Data 4 | function insertData(data){ 5 | $('#name').text(data['name']); 6 | $('#twitter').text(data['twitter']); 7 | } 8 | 9 | // Animate text and visual elements 10 | function ContentLayer(action){ 11 | if(action === 'play') { 12 | $("#content-container").delay(1000).fadeTo(650, '1.0'); 13 | } 14 | if(action === 'stop') { 15 | $("#content-container").delay(250).fadeTo(250, '0.0'); 16 | } 17 | } -------------------------------------------------------------------------------- /nameplate_single_left/styles.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | #name-parent{ 4 | position: absolute; 5 | overflow: hidden; 6 | top: 84.3%; 7 | left: 3.9%; 8 | font-size: 266%; 9 | height: 19%; 10 | width: 46%; 11 | text-align: left; 12 | } 13 | 14 | #twitter-parent{ 15 | position: absolute; 16 | overflow: hidden; 17 | top: 88.3%; 18 | left: 3.9%; 19 | font-size: 200%; 20 | height: 19%; 21 | width: 46%; 22 | text-align: left; 23 | } 24 | 25 | -------------------------------------------------------------------------------- /nameplate_single_left/vid/loop_1080.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/nameplate_single_left/vid/loop_1080.webm -------------------------------------------------------------------------------- /nameplate_single_left/vid/start_1080.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/nameplate_single_left/vid/start_1080.webm -------------------------------------------------------------------------------- /nameplate_single_left/vid/stop_1080.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjverhoeff/casparcg-templates-examples/6f978de49fc4bf09a9165518ae5296cdc651fec3/nameplate_single_left/vid/stop_1080.webm --------------------------------------------------------------------------------