├── .gitignore ├── LICENSE.txt ├── README.md ├── screenshot.png ├── static ├── css │ ├── ie8.css │ ├── images │ │ ├── bg01.png │ │ ├── bg02.png │ │ ├── icons32.png │ │ ├── icons48.png │ │ ├── icons64.png │ │ └── mobileUI-site-nav-opener-bg.svg │ ├── pygment.css │ ├── skel-noscript.css │ ├── style-1000px.css │ ├── style-desktop.css │ ├── style-mobile.css │ └── style.css ├── images │ ├── all_flags │ │ ├── AD.png │ │ ├── AE.png │ │ ├── AF.png │ │ ├── AG.png │ │ ├── AI.png │ │ ├── AL.png │ │ ├── AM.png │ │ ├── AN.png │ │ ├── AO.png │ │ ├── AQ.png │ │ ├── AR.png │ │ ├── AS.png │ │ ├── AT.png │ │ ├── AU.png │ │ ├── AW.png │ │ ├── AX.png │ │ ├── AZ.png │ │ ├── BA.png │ │ ├── BB.png │ │ ├── BD.png │ │ ├── BE.png │ │ ├── BF.png │ │ ├── BG.png │ │ ├── BH.png │ │ ├── BI.png │ │ ├── BJ.png │ │ ├── BL.png │ │ ├── BM.png │ │ ├── BN.png │ │ ├── BO.png │ │ ├── BR.png │ │ ├── BS.png │ │ ├── BT.png │ │ ├── BW.png │ │ ├── BY.png │ │ ├── BZ.png │ │ ├── CA.png │ │ ├── CC.png │ │ ├── CD.png │ │ ├── CF.png │ │ ├── CG.png │ │ ├── CH.png │ │ ├── CI.png │ │ ├── CK.png │ │ ├── CL.png │ │ ├── CM.png │ │ ├── CN.png │ │ ├── CO.png │ │ ├── CR.png │ │ ├── CU.png │ │ ├── CV.png │ │ ├── CW.png │ │ ├── CX.png │ │ ├── CY.png │ │ ├── CZ.png │ │ ├── DE.png │ │ ├── DJ.png │ │ ├── DK.png │ │ ├── DM.png │ │ ├── DO.png │ │ ├── DZ.png │ │ ├── EC.png │ │ ├── EE.png │ │ ├── EG.png │ │ ├── EH.png │ │ ├── ER.png │ │ ├── ES.png │ │ ├── ET.png │ │ ├── EU.png │ │ ├── FI.png │ │ ├── FJ.png │ │ ├── FK.png │ │ ├── FM.png │ │ ├── FO.png │ │ ├── GA.png │ │ ├── GB.png │ │ ├── GD.png │ │ ├── GE.png │ │ ├── GG.png │ │ ├── GH.png │ │ ├── GI.png │ │ ├── GL.png │ │ ├── GM.png │ │ ├── GN.png │ │ ├── GQ.png │ │ ├── GR.png │ │ ├── GS.png │ │ ├── GT.png │ │ ├── GU.png │ │ ├── GW.png │ │ ├── GY.png │ │ ├── HK.png │ │ ├── HN.png │ │ ├── HR.png │ │ ├── HT.png │ │ ├── HU.png │ │ ├── IC.png │ │ ├── ID.png │ │ ├── IE.png │ │ ├── IL.png │ │ ├── IM.png │ │ ├── IN.png │ │ ├── IQ.png │ │ ├── IR.png │ │ ├── IS.png │ │ ├── IT.png │ │ ├── JE.png │ │ ├── JM.png │ │ ├── JO.png │ │ ├── JP.png │ │ ├── KE.png │ │ ├── KG.png │ │ ├── KH.png │ │ ├── KI.png │ │ ├── KM.png │ │ ├── KN.png │ │ ├── KP.png │ │ ├── KR.png │ │ ├── KW.png │ │ ├── KY.png │ │ ├── KZ.png │ │ ├── LA.png │ │ ├── LB.png │ │ ├── LC.png │ │ ├── LI.png │ │ ├── LK.png │ │ ├── LR.png │ │ ├── LS.png │ │ ├── LT.png │ │ ├── LU.png │ │ ├── LV.png │ │ ├── LY.png │ │ ├── MA.png │ │ ├── MC.png │ │ ├── MD.png │ │ ├── ME.png │ │ ├── MF.png │ │ ├── MG.png │ │ ├── MH.png │ │ ├── MK.png │ │ ├── ML.png │ │ ├── MM.png │ │ ├── MN.png │ │ ├── MO.png │ │ ├── MP.png │ │ ├── MQ.png │ │ ├── MR.png │ │ ├── MS.png │ │ ├── MT.png │ │ ├── MU.png │ │ ├── MV.png │ │ ├── MW.png │ │ ├── MX.png │ │ ├── MY.png │ │ ├── MZ.png │ │ ├── NA.png │ │ ├── NC.png │ │ ├── NE.png │ │ ├── NF.png │ │ ├── NG.png │ │ ├── NI.png │ │ ├── NL.png │ │ ├── NO.png │ │ ├── NP.png │ │ ├── NR.png │ │ ├── NU.png │ │ ├── NZ.png │ │ ├── OM.png │ │ ├── PA.png │ │ ├── PE.png │ │ ├── PF.png │ │ ├── PG.png │ │ ├── PH.png │ │ ├── PK.png │ │ ├── PL.png │ │ ├── PN.png │ │ ├── PR.png │ │ ├── PS.png │ │ ├── PT.png │ │ ├── PW.png │ │ ├── PY.png │ │ ├── QA.png │ │ ├── RO.png │ │ ├── RS.png │ │ ├── RU.png │ │ ├── RW.png │ │ ├── SA.png │ │ ├── SB.png │ │ ├── SC.png │ │ ├── SD.png │ │ ├── SE.png │ │ ├── SG.png │ │ ├── SH.png │ │ ├── SI.png │ │ ├── SK.png │ │ ├── SL.png │ │ ├── SM.png │ │ ├── SN.png │ │ ├── SO.png │ │ ├── SR.png │ │ ├── SS.png │ │ ├── ST.png │ │ ├── SV.png │ │ ├── SY.png │ │ ├── SZ.png │ │ ├── TC.png │ │ ├── TD.png │ │ ├── TF.png │ │ ├── TG.png │ │ ├── TH.png │ │ ├── TJ.png │ │ ├── TK.png │ │ ├── TL.png │ │ ├── TM.png │ │ ├── TN.png │ │ ├── TO.png │ │ ├── TR.png │ │ ├── TT.png │ │ ├── TV.png │ │ ├── TW.png │ │ ├── TZ.png │ │ ├── UA.png │ │ ├── UG.png │ │ ├── US.png │ │ ├── UY.png │ │ ├── UZ.png │ │ ├── VA.png │ │ ├── VC.png │ │ ├── VE.png │ │ ├── VG.png │ │ ├── VI.png │ │ ├── VN.png │ │ ├── VU.png │ │ ├── WF.png │ │ ├── WS.png │ │ ├── YE.png │ │ ├── YT.png │ │ ├── ZA.png │ │ ├── ZM.png │ │ ├── ZW.png │ │ ├── _abkhazia.png │ │ ├── _basque-country.png │ │ ├── _british-antarctic-territory.png │ │ ├── _commonwealth.png │ │ ├── _england.png │ │ ├── _gosquared.png │ │ ├── _kosovo.png │ │ ├── _mars.png │ │ ├── _nagorno-karabakh.png │ │ ├── _nato.png │ │ ├── _northern-cyprus.png │ │ ├── _olympics.png │ │ ├── _red-cross.png │ │ ├── _scotland.png │ │ ├── _somaliland.png │ │ ├── _south-ossetia.png │ │ ├── _united-nations.png │ │ ├── _unknown.png │ │ └── _wales.png │ ├── ar_flag.png │ ├── cn_flag.png │ ├── en_flag.png │ ├── es_flag.png │ ├── fr_flag.png │ ├── hi_flag.png │ ├── ja_flag.png │ ├── pic01.jpg │ ├── pic02.jpg │ ├── pic03.jpg │ ├── pic04.jpg │ ├── pic05.jpg │ ├── pic06.jpg │ ├── pic07.jpg │ ├── pic08.jpg │ ├── pic09.jpg │ ├── pic10.jpg │ ├── pt-br_flag.png │ └── ru_flag.png └── js │ ├── config.js │ ├── html5shiv.js │ ├── jquery.dropotron.js │ ├── jquery.min.js │ ├── skel-panels.min.js │ └── skel.min.js └── templates ├── analytics.html ├── article.html ├── base.html ├── disqus_script.html ├── index.html ├── left-sidebar.html ├── page.html ├── right-sidebar.html └── tag.html /.gitignore: -------------------------------------------------------------------------------- 1 | *.py[cod] 2 | 3 | # C extensions 4 | *.so 5 | 6 | # Packages 7 | *.egg 8 | *.egg-info 9 | dist 10 | build 11 | eggs 12 | parts 13 | bin 14 | var 15 | sdist 16 | develop-eggs 17 | .installed.cfg 18 | lib 19 | lib64 20 | 21 | # Installer logs 22 | pip-log.txt 23 | 24 | # Unit test / coverage reports 25 | .coverage 26 | .tox 27 | nosetests.xml 28 | 29 | # Translations 30 | *.mo 31 | 32 | # Mr Developer 33 | .mr.developer.cfg 34 | .project 35 | .pydevproject 36 | 37 | *.swp 38 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### html5up-dopetrope 2 | 3 | [Pelican](https://github.com/getpelican/pelican/) theme based on html5up-dopetrope design. 4 | 5 | ## Preview 6 | ![](https://raw.github.com/PierrePaul/html5-dopetrope/master/screenshot.png) 7 | 8 | ## Variables 9 | 10 | Optional variables are available for this theme : 11 | 12 | * `ADDRESS` : Your postal address. Accepts HTML. 13 | * `MAIL` : Your email address. 14 | * `PHONE` : Your phone number. 15 | * `TWITTER_USER` : 'Pierre_Paul', should be the url following http://twitter.com/ 16 | * `GOOGLEPLUS_USER` : '110831175850960549188', should be the url following http://plus.google.com/ when viewing your profile. 17 | * `LINKEDIN_USER` : 'pierre-paul-lefebvre/2/9b7/aa' #Again, should be the URL following http://linkedin.com/ when viewing your profile. 18 | * `FACEBOOK_USER` : 'pierrepaul.lefebvre', if set in your profile, your profile can be accessed with a simple url like : https://facebook.com/pierrepaul.lefebvre 19 | * `ABOUT_TEXT` : Any text set here will show up on the bottom right of the page. 20 | * `ABOUT_IMAGE` : Image to show at the bottom right of the page. 21 | * `ABOUT_LINK` : Will add a link under the ABOUT_TEXT page 22 | * `COPYRIGHT` : If SHOW_COPYRIGHT is not set to False, it will show the copyright for html5up, credits for the images and the name set in this variable. You may want to set this variable to your name. 23 | * `SHOW_COPYRIGHT` : True by default, you can set it to False to hide the copyrights. 24 | 25 | ## License 26 | 27 | [Creative Commons Attribution 3.0 Unported](https://raw.github.com/PierrePaul/html5-dopetrope/master/LICENSE.txt) 28 | 29 | [1]: https://github.com/getpelican/pelican/ "Pelican" 30 | [2]: https://raw.github.com/PierrePaul/html5-dopetrope/master/screenshot.png 31 | [3]: https://raw.github.com/PierrePaul/html5-dopetrope/master/LICENSE.txt 32 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/screenshot.png -------------------------------------------------------------------------------- /static/css/ie8.css: -------------------------------------------------------------------------------- 1 | /* 2 | Dopetrope 2.0 by HTML5 UP 3 | html5up.net | @n33co 4 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | */ 6 | 7 | /*********************************************************************************/ 8 | /* Wrappers */ 9 | /*********************************************************************************/ 10 | 11 | #header-wrapper 12 | { 13 | } 14 | 15 | #header-wrapper:before 16 | { 17 | display: none; 18 | } 19 | 20 | #header-wrapper:after 21 | { 22 | display: none; 23 | } 24 | 25 | #footer-wrapper 26 | { 27 | } 28 | 29 | #footer-wrapper:before 30 | { 31 | display: none; 32 | } -------------------------------------------------------------------------------- /static/css/images/bg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/css/images/bg01.png -------------------------------------------------------------------------------- /static/css/images/bg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/css/images/bg02.png -------------------------------------------------------------------------------- /static/css/images/icons32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/css/images/icons32.png -------------------------------------------------------------------------------- /static/css/images/icons48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/css/images/icons48.png -------------------------------------------------------------------------------- /static/css/images/icons64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/css/images/icons64.png -------------------------------------------------------------------------------- /static/css/images/mobileUI-site-nav-opener-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /static/css/pygment.css: -------------------------------------------------------------------------------- 1 | .hll { 2 | background-color:#eee; 3 | } 4 | .c { 5 | color:#408090; 6 | font-style:italic; 7 | } 8 | .err { 9 | border:1px solid #FF0000; 10 | } 11 | .k { 12 | color:#007020; 13 | font-weight:bold; 14 | } 15 | .o { 16 | color:#666666; 17 | } 18 | .cm { 19 | color:#408090; 20 | font-style:italic; 21 | } 22 | .cp { 23 | color:#007020; 24 | } 25 | .c1 { 26 | color:#408090; 27 | font-style:italic; 28 | } 29 | .cs { 30 | background-color:#FFF0F0; 31 | color:#408090; 32 | } 33 | .gd { 34 | color:#A00000; 35 | } 36 | .ge { 37 | font-style:italic; 38 | } 39 | .gr { 40 | color:#FF0000; 41 | } 42 | .gh { 43 | color:#000080; 44 | font-weight:bold; 45 | } 46 | .gi { 47 | color:#00A000; 48 | } 49 | .go { 50 | color:#303030; 51 | } 52 | .gp { 53 | color:#C65D09; 54 | font-weight:bold; 55 | } 56 | .gs { 57 | font-weight:bold; 58 | } 59 | .gu { 60 | color:#800080; 61 | font-weight:bold; 62 | } 63 | .gt { 64 | color:#0040D0; 65 | } 66 | .kc { 67 | color:#007020; 68 | font-weight:bold; 69 | } 70 | .kd { 71 | color:#007020; 72 | font-weight:bold; 73 | } 74 | .kn { 75 | color:#007020; 76 | font-weight:bold; 77 | } 78 | .kp { 79 | color:#007020; 80 | } 81 | .kr { 82 | color:#007020; 83 | font-weight:bold; 84 | } 85 | .kt { 86 | color:#902000; 87 | } 88 | .m { 89 | color:#208050; 90 | } 91 | .s { 92 | color:#4070A0; 93 | } 94 | .na { 95 | color:#4070A0; 96 | } 97 | .nb { 98 | color:#007020; 99 | } 100 | .nc { 101 | color:#0E84B5; 102 | font-weight:bold; 103 | } 104 | .no { 105 | color:#60ADD5; 106 | } 107 | .nd { 108 | color:#555555; 109 | font-weight:bold; 110 | } 111 | .ni { 112 | color:#D55537; 113 | font-weight:bold; 114 | } 115 | .ne { 116 | color:#007020; 117 | } 118 | .nf { 119 | color:#06287E; 120 | } 121 | .nl { 122 | color:#002070; 123 | font-weight:bold; 124 | } 125 | .nn { 126 | color:#0E84B5; 127 | font-weight:bold; 128 | } 129 | .nt { 130 | color:#062873; 131 | font-weight:bold; 132 | } 133 | .nv { 134 | color:#BB60D5; 135 | } 136 | .ow { 137 | color:#007020; 138 | font-weight:bold; 139 | } 140 | .w { 141 | color:#BBBBBB; 142 | } 143 | .mf { 144 | color:#208050; 145 | } 146 | .mh { 147 | color:#208050; 148 | } 149 | .mi { 150 | color:#208050; 151 | } 152 | .mo { 153 | color:#208050; 154 | } 155 | .sb { 156 | color:#4070A0; 157 | } 158 | .sc { 159 | color:#4070A0; 160 | } 161 | .sd { 162 | color:#4070A0; 163 | font-style:italic; 164 | } 165 | .s2 { 166 | color:#4070A0; 167 | } 168 | .se { 169 | color:#4070A0; 170 | font-weight:bold; 171 | } 172 | .sh { 173 | color:#4070A0; 174 | } 175 | .si { 176 | color:#70A0D0; 177 | font-style:italic; 178 | } 179 | .sx { 180 | color:#C65D09; 181 | } 182 | .sr { 183 | color:#235388; 184 | } 185 | .s1 { 186 | color:#4070A0; 187 | } 188 | .ss { 189 | color:#517918; 190 | } 191 | .bp { 192 | color:#007020; 193 | } 194 | .vc { 195 | color:#BB60D5; 196 | } 197 | .vg { 198 | color:#BB60D5; 199 | } 200 | .vi { 201 | color:#BB60D5; 202 | } 203 | .il { 204 | color:#208050; 205 | } 206 | -------------------------------------------------------------------------------- /static/css/skel-noscript.css: -------------------------------------------------------------------------------- 1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.container{width:1200px;margin:0 auto}.\31 2u{width:100%}.\31 1u{width:91.6666666667%}.\31 0u{width:83.3333333333%}.\39 u{width:75%}.\38 u{width:66.6666666667%}.\37 u{width:58.3333333333%}.\36 u{width:50%}.\35 u{width:41.6666666667%}.\34 u{width:33.3333333333%}.\33 u{width:25%}.\32 u{width:16.6666666667%}.\31 u{width:8.3333333333%}.\-11u{margin-left:91.6666666667%}.\-10u{margin-left:83.3333333333%}.\-9u{margin-left:75%}.\-8u{margin-left:66.6666666667%}.\-7u{margin-left:58.3333333333%}.\-6u{margin-left:50%}.\-5u{margin-left:41.6666666667%}.\-4u{margin-left:33.3333333333%}.\-3u{margin-left:25%}.\-2u{margin-left:16.6666666667%}.\-1u{margin-left:8.3333333333%}.row>*{padding:40px 0 0 40px;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row+.row>*{padding-top:40px}.row{margin-left:-40px}.row:after{content:'';display:block;clear:both;height:0}.row:first-child>*{padding-top:0}.row>*{padding-top:0}.row.flush{margin-left:0}.row.flush>*{padding:0 !important}.row.half>*{padding:20px 0 0 20px}.row.half+.row.half>*{padding-top:20px}.row.half{margin-left:-20px}.row.double>*{padding:80px 0 0 80px}.row.double+.row.double>*{padding-top:80px}.row.double{margin-left:-80px} -------------------------------------------------------------------------------- /static/css/style-1000px.css: -------------------------------------------------------------------------------- 1 | /* 2 | Dopetrope 2.0 by HTML5 UP 3 | html5up.net | @n33co 4 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | */ 6 | 7 | /*********************************************************************************/ 8 | /* Basic */ 9 | /*********************************************************************************/ 10 | 11 | body 12 | { 13 | font-size: 10.5pt; 14 | min-width: 1000px; 15 | } 16 | 17 | .major 18 | { 19 | margin: 0.75em 0 1em 0; 20 | } 21 | 22 | .major h2 23 | { 24 | padding: 0 1em 0 1em; 25 | } 26 | 27 | ul.social 28 | { 29 | } 30 | 31 | ul.social li 32 | { 33 | margin: 0 0 0.25em 0.75em; 34 | } 35 | 36 | .pennant 37 | { 38 | width: 8em; 39 | padding: 1.25em 0 0.25em 0; 40 | margin: 0 0 4em 0; 41 | } 42 | 43 | .pennant:after 44 | { 45 | bottom: -1.98em; 46 | border-left-width: 4em; 47 | border-right-width: 4em; 48 | border-top-width: 2em; 49 | } 50 | 51 | /*********************************************************************************/ 52 | /* Wrappers */ 53 | /*********************************************************************************/ 54 | 55 | #header-wrapper 56 | { 57 | padding: 4em 0 4em 0; 58 | } 59 | 60 | #header-wrapper:before 61 | { 62 | height: 7.5em; 63 | } 64 | 65 | #header-wrapper:after 66 | { 67 | height: 10em; 68 | } 69 | 70 | #main-wrapper 71 | { 72 | padding: 2.75em 0 2.75em 0; 73 | } 74 | 75 | #main-wrapper:after 76 | { 77 | height: 2.5em; 78 | } 79 | 80 | #footer-wrapper 81 | { 82 | padding: 3em 0 3em 0; 83 | } 84 | 85 | #footer-wrapper:before 86 | { 87 | height: 2.5em; 88 | } 89 | 90 | #footer-wrapper header 91 | { 92 | margin: 0 0 1.5em 0; 93 | } 94 | 95 | #footer-wrapper header h2 96 | { 97 | font-size: 1.25em; 98 | } 99 | 100 | /*********************************************************************************/ 101 | /* Header */ 102 | /*********************************************************************************/ 103 | 104 | #header 105 | { 106 | } 107 | 108 | #header h1 109 | { 110 | margin: 0 0 1.25em 0; 111 | } 112 | 113 | /*********************************************************************************/ 114 | /* Intro */ 115 | /*********************************************************************************/ 116 | 117 | #intro 118 | { 119 | padding: 0; 120 | } 121 | 122 | #intro section 123 | { 124 | padding: 1em 0 1em 0; 125 | } 126 | 127 | #intro .actions 128 | { 129 | padding: 2.5em 0 0 0; 130 | } 131 | 132 | /*********************************************************************************/ 133 | /* Copyright */ 134 | /*********************************************************************************/ 135 | 136 | #copyright 137 | { 138 | margin: 0; 139 | } -------------------------------------------------------------------------------- /static/css/style-desktop.css: -------------------------------------------------------------------------------- 1 | /* 2 | Dopetrope 2.0 by HTML5 UP 3 | html5up.net | @n33co 4 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | */ 6 | 7 | /*********************************************************************************/ 8 | /* Basic */ 9 | /*********************************************************************************/ 10 | 11 | body 12 | { 13 | font-size: 11pt; 14 | line-height: 1.75em; 15 | min-width: 1200px; 16 | } 17 | 18 | h2 19 | { 20 | font-size: 1.5em; 21 | } 22 | 23 | h3 24 | { 25 | font-size: 1.35em; 26 | } 27 | 28 | .byline 29 | { 30 | margin: 0.5em 0 0 0; 31 | padding-bottom: 0.5em; 32 | } 33 | 34 | header 35 | { 36 | margin: 0 0 1.5em 0; 37 | } 38 | 39 | footer 40 | { 41 | margin: 2.25em 0 0 0; 42 | } 43 | 44 | /* Actions */ 45 | 46 | .actions 47 | { 48 | } 49 | 50 | .actions .button 51 | { 52 | margin-right: 0.75em; 53 | } 54 | 55 | /* Box */ 56 | 57 | .box 58 | { 59 | padding: 2.75em 1.75em 2.75em 1.75em; 60 | } 61 | 62 | .box .image-full 63 | { 64 | left: 1.75em; 65 | top: 1.75em; 66 | margin: -4.5em 0 4.25em -3.5em; 67 | } 68 | 69 | /* Button */ 70 | 71 | .button 72 | { 73 | font-size: 1.1em; 74 | padding: 0.65em 1.5em 0.65em 1.5em; 75 | } 76 | 77 | .button-big 78 | { 79 | font-size: 1.5em; 80 | padding: 0.75em 1.5em 0.75em 1.5em; 81 | } 82 | 83 | /* Is-* */ 84 | 85 | .is-post 86 | { 87 | } 88 | 89 | .is-post header 90 | { 91 | padding-top: 1em; 92 | margin: 0 0 2em 0; 93 | } 94 | 95 | .is-post h2 96 | { 97 | padding:0.5em 0; 98 | font-size: 2.5em; 99 | letter-spacing: -0.015em; 100 | } 101 | .is-post p { 102 | margin:1em 0; 103 | } 104 | 105 | .is-post .byline 106 | { 107 | margin-top: 1.25em; 108 | font-size: 1.25em; 109 | } 110 | 111 | /* List */ 112 | 113 | ul.links 114 | { 115 | } 116 | 117 | ul.links li 118 | { 119 | display: inline-block; 120 | border-left: solid 1px rgba(255,255,255,0.05); 121 | padding: 0 0 0 1em; 122 | margin: 0 0 0 1em; 123 | } 124 | 125 | ul.links li:first-child 126 | { 127 | border-left: 0; 128 | padding-left: 0; 129 | margin-left: 0; 130 | } 131 | 132 | ul.social 133 | { 134 | margin: 0 0 3.25em 0; 135 | } 136 | 137 | ul.social li 138 | { 139 | margin-left: 0.75em; 140 | } 141 | 142 | /* Pennant */ 143 | 144 | .pennant 145 | { 146 | margin: 0 0 4em 0; 147 | } 148 | 149 | /*********************************************************************************/ 150 | /* Wrappers */ 151 | /*********************************************************************************/ 152 | 153 | #header-wrapper 154 | { 155 | padding: 1em 0 1em 0; 156 | } 157 | 158 | #header-wrapper:before 159 | { 160 | height: 10em; 161 | } 162 | 163 | #header-wrapper:after 164 | { 165 | height: 20em; 166 | top: -2.5em; 167 | } 168 | 169 | #main-wrapper 170 | { 171 | padding: 6em 0 6em 0; 172 | } 173 | 174 | #main-wrapper:after 175 | { 176 | height: 5em; 177 | } 178 | 179 | #footer-wrapper 180 | { 181 | padding: 6em 0 6em 0; 182 | } 183 | 184 | #footer-wrapper:before 185 | { 186 | height: 5em; 187 | } 188 | 189 | #footer-wrapper header 190 | { 191 | margin: 0 0 3em 0; 192 | } 193 | 194 | #footer-wrapper header h2 195 | { 196 | font-size: 1.75em; 197 | } 198 | 199 | #footer-wrapper .row 200 | { 201 | padding-bottom: 2em; 202 | } 203 | 204 | /*********************************************************************************/ 205 | /* Header */ 206 | /*********************************************************************************/ 207 | 208 | #header 209 | { 210 | text-align: center; 211 | } 212 | 213 | #header h1 214 | { 215 | color: #252122; 216 | font-weight: 900; 217 | font-size: 2.5em; 218 | letter-spacing: -0.035em; 219 | margin: 0 0 1.5em 0; 220 | } 221 | 222 | /*********************************************************************************/ 223 | /* Nav */ 224 | /*********************************************************************************/ 225 | 226 | #nav 227 | { 228 | } 229 | 230 | #nav > ul 231 | { 232 | margin: 0; 233 | } 234 | 235 | #nav > ul > li > ul 236 | { 237 | display: none; 238 | } 239 | 240 | #nav > ul > li 241 | { 242 | display: inline-block; 243 | font-style: italic; 244 | margin: 0 0.35em 0 0.35em; 245 | } 246 | 247 | #nav > ul > li > a 248 | { 249 | border-radius: 5px; 250 | color: #5d5d5d; 251 | text-decoration: none; 252 | padding: 0.6em 1.2em 0.6em 1.2em; 253 | -moz-transition: background-color .25s ease-in-out; 254 | -webkit-transition: background-color .25s ease-in-out; 255 | -o-transition: background-color .25s ease-in-out; 256 | -ms-transition: background-color .25s ease-in-out; 257 | transition: background-color .25s ease-in-out; 258 | outline: 0; 259 | } 260 | 261 | #nav > ul > li:hover 262 | { 263 | } 264 | 265 | #nav > ul > li:hover > a 266 | { 267 | background: #f3f3f3; 268 | } 269 | 270 | #nav > ul > li.active 271 | { 272 | } 273 | 274 | #nav > ul > li.active > a 275 | { 276 | background: #f3f3f3; 277 | } 278 | 279 | #nav > ul > li.current_page_item 280 | { 281 | } 282 | 283 | #nav > ul > li.current_page_item > a 284 | { 285 | background: #d52349; 286 | color: #fff !important; 287 | font-weight: 700; 288 | } 289 | 290 | .dropotron 291 | { 292 | border-radius: 5px; 293 | background-color: #252122; 294 | background-color: rgba(34,30,31,0.98); 295 | padding: 1.25em 1.5em 1.25em 1.5em; 296 | font-style: italic; 297 | min-width: 13em; 298 | box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5); 299 | text-align: left; 300 | } 301 | 302 | .dropotron a, 303 | .dropotron span 304 | { 305 | color: #aaa; 306 | text-decoration: none; 307 | -moz-transition: color .25s ease-in-out; 308 | -webkit-transition: color .25s ease-in-out; 309 | -o-transition: color .25s ease-in-out; 310 | -ms-transition: color .25s ease-in-out; 311 | transition: color .25s ease-in-out; 312 | } 313 | 314 | .dropotron li 315 | { 316 | padding: 0.25em 0 0.25em 0; 317 | } 318 | 319 | .dropotron li:hover > a, 320 | .dropotron li:hover >span 321 | { 322 | color: #fff; 323 | } 324 | 325 | .dropotron-level-0 326 | { 327 | margin-top: 2em; 328 | margin-left: -0.51em; 329 | } 330 | 331 | .dropotron-level-0:before 332 | { 333 | content: ''; 334 | display: block; 335 | position: absolute; 336 | left: 20px; 337 | top: -10px; 338 | border-left: solid 10px transparent; 339 | border-right: solid 10px transparent; 340 | border-bottom: solid 10px #252122; 341 | border-bottom-color: rgba(34,30,31,0.98); 342 | } 343 | 344 | /*********************************************************************************/ 345 | /* Banner */ 346 | /*********************************************************************************/ 347 | 348 | #banner 349 | { 350 | position: relative; 351 | margin-top: 1em; 352 | } 353 | 354 | #banner header 355 | { 356 | border-radius: 5px; 357 | position: absolute; 358 | left: 0; 359 | top: 0; 360 | padding: 4em; 361 | left: 50%; 362 | top: 50%; 363 | 364 | /* 365 | To vertically center this we need to set a width/height for the header 366 | overlay, then set a negative left/top margin set to half its width/height. 367 | */ 368 | 369 | width: 50em; 370 | height: 13em; 371 | 372 | margin-left: -25em; 373 | margin-top: -6.5em; 374 | } 375 | 376 | #banner header h2 377 | { 378 | font-size: 3em; 379 | margin: 0 0 0.65em 0; 380 | /*line-height: 1.1em;*/ 381 | } 382 | 383 | #banner header .byline 384 | { 385 | font-size: 1.75em; 386 | } 387 | 388 | /*********************************************************************************/ 389 | /* Footer */ 390 | /*********************************************************************************/ 391 | 392 | #footer 393 | { 394 | } 395 | 396 | /*********************************************************************************/ 397 | /* Main */ 398 | /*********************************************************************************/ 399 | 400 | #main 401 | { 402 | } 403 | 404 | /*********************************************************************************/ 405 | /* Intro */ 406 | /*********************************************************************************/ 407 | 408 | #intro 409 | { 410 | padding: 3em 0 0 0; 411 | } 412 | 413 | #intro section 414 | { 415 | padding: 2em 0 2em 0; 416 | } 417 | 418 | #intro h2 419 | { 420 | font-size: 1.75em; 421 | } 422 | 423 | #intro p 424 | { 425 | font-size: 1.25em; 426 | margin: 0; 427 | } 428 | 429 | #intro .middle 430 | { 431 | box-shadow: 16px 0px 0px 0px #fff, 432 | 17px 0px 0px 0px #ccc, 433 | 434 | -16px 0px 0px 0px #fff, 435 | -17px 0px 0px 0px #ccc, 436 | 437 | -16px -45px 0px 0px #fff, 438 | 16px -45px 0px 0px #fff, 439 | 440 | -16px 45px 0px 0px #fff, 441 | 16px 45px 0px 0px #fff, 442 | 443 | -16px 0px 45px 0px rgba(0,0,0,0.15), 444 | 16px 0px 45px 0px rgba(0,0,0,0.15); 445 | } 446 | 447 | #intro .actions 448 | { 449 | padding: 5em 0 0 0; 450 | } 451 | 452 | #intro .actions .button 453 | { 454 | width: 12em; 455 | margin: 0 0.5em 0 0.5em; 456 | } 457 | 458 | /*********************************************************************************/ 459 | /* Copyright */ 460 | /*********************************************************************************/ 461 | 462 | #copyright 463 | { 464 | margin: 3em 0 2em 0; 465 | } 466 | 467 | #copyright .links 468 | { 469 | padding: 0.85em 2.25em 0.85em 2.25em; 470 | } 471 | 472 | pre { 473 | border-radius: 0.5em; 474 | background-color: #f3f3f3; 475 | font-family: Inconsolata, Monaco, monospace; 476 | padding: 1em; 477 | } 478 | -------------------------------------------------------------------------------- /static/css/style-mobile.css: -------------------------------------------------------------------------------- 1 | /* 2 | Dopetrope 2.0 by HTML5 UP 3 | html5up.net | @n33co 4 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | */ 6 | 7 | /*********************************************************************************/ 8 | /* Basic */ 9 | /*********************************************************************************/ 10 | 11 | body 12 | { 13 | line-height: 1.75em; 14 | font-size: 11pt; 15 | letter-spacing: 0; 16 | } 17 | 18 | h2, h3, h4, h5, h6 19 | { 20 | font-size: 1.25em; 21 | } 22 | 23 | header 24 | { 25 | margin: 0 0 1em 0; 26 | } 27 | 28 | section, 29 | article 30 | { 31 | clear: both; 32 | margin: 1.5em 0 1.5em 0 !important; 33 | } 34 | 35 | /* Box */ 36 | 37 | .box 38 | { 39 | padding: 25px 15px 20px 15px; 40 | } 41 | 42 | .box .image-full 43 | { 44 | left: 15px; 45 | top: 15px; 46 | margin: -40px 0 40px -30px; 47 | } 48 | 49 | /* Button */ 50 | 51 | .button 52 | { 53 | position: relative; 54 | padding: 0.5em !important; 55 | width: 100%; 56 | text-align: center; 57 | font-size: 1.25em; 58 | margin: 0.25em 0 0.25em 0; 59 | } 60 | 61 | .button-icon 62 | { 63 | } 64 | 65 | .button-icon:before 66 | { 67 | position: absolute; 68 | left: 0.5em; 69 | } 70 | 71 | /* List */ 72 | 73 | ul.contact 74 | { 75 | } 76 | 77 | ul.contact li 78 | { 79 | padding: 0.8em 0 0.8em 7em; 80 | } 81 | 82 | ul.contact li h3 83 | { 84 | top: 0.8em; 85 | } 86 | 87 | ul.divided 88 | { 89 | } 90 | 91 | ul.divided li 92 | { 93 | padding: 0.5em 0 0.5em 0; 94 | } 95 | 96 | ul.links 97 | { 98 | } 99 | 100 | ul.links li 101 | { 102 | display: block; 103 | border-top: solid 1px rgba(255,255,255,0.05); 104 | padding: 0.25em 0 0 0; 105 | margin: 0.25em 0 0 0; 106 | } 107 | 108 | ul.links li:first-child 109 | { 110 | border-top: 0; 111 | padding-top: 0; 112 | margin-top: 0; 113 | } 114 | 115 | ul.social 116 | { 117 | } 118 | 119 | ul.social li 120 | { 121 | margin: 0 0.75em 0.75em 0; 122 | } 123 | 124 | /* Pennant */ 125 | 126 | .pennant 127 | { 128 | width: 7em; 129 | padding: 1em 0 0.25em 0; 130 | margin: 0 0 2.5em 0; 131 | } 132 | 133 | .pennant:after 134 | { 135 | bottom: -1.48em; 136 | border-left-width: 3.5em; 137 | border-right-width: 3.5em; 138 | border-top-width: 1.5em; 139 | } 140 | 141 | /*********************************************************************************/ 142 | /* Mobile UI */ 143 | /*********************************************************************************/ 144 | 145 | #titleBar 146 | { 147 | background: none; 148 | } 149 | 150 | #titleBar .title 151 | { 152 | display: none; 153 | } 154 | 155 | #titleBar .toggle 156 | { 157 | text-indent: -9999px; 158 | width: 80px; 159 | height: 60px; 160 | } 161 | 162 | #titleBar .toggle:before 163 | { 164 | content: ''; 165 | display: block; 166 | position: absolute; 167 | left: 10px; 168 | top: 10px; 169 | width: 50px; 170 | height: 40px; 171 | background: rgba(150,150,150,0.35) url('images/mobileUI-site-nav-opener-bg.svg') 12px 14px no-repeat; 172 | border-radius: 5px; 173 | } 174 | 175 | #titleBar .toggle:active 176 | { 177 | } 178 | 179 | #titleBar .toggle:active:before 180 | { 181 | background-color: rgba(150,150,150,0.75); 182 | } 183 | 184 | #navPanel 185 | { 186 | color: #858484; 187 | background-image: url('images/bg02.png'); 188 | box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.35); 189 | } 190 | 191 | #navPanel .link 192 | { 193 | display: block; 194 | color: #888; 195 | text-decoration: none; 196 | height: 44px; 197 | line-height: 44px; 198 | border-top: solid 1px rgba(255,255,255,0.05); 199 | padding: 0 1em 0 1em; 200 | font-style: italic; 201 | } 202 | 203 | #navPanel .link:first-child 204 | { 205 | border-top: 0; 206 | } 207 | 208 | #navPanel .indent-1 { display: inline-block; width: 1em; } 209 | #navPanel .indent-2 { display: inline-block; width: 2em; } 210 | #navPanel .indent-3 { display: inline-block; width: 3em; } 211 | #navPanel .indent-4 { display: inline-block; width: 4em; } 212 | #navPanel .indent-5 { display: inline-block; width: 5em; } 213 | #navPanel .depth-0 { color: #fff; } 214 | 215 | /*********************************************************************************/ 216 | /* Wrappers */ 217 | /*********************************************************************************/ 218 | 219 | #main-wrapper 220 | { 221 | padding: 0 10px 0 10px; 222 | overflow: hidden; 223 | } 224 | 225 | #header-wrapper 226 | { 227 | padding: 2em 0 0 0; 228 | overflow: hidden; 229 | } 230 | 231 | #header-wrapper:before 232 | { 233 | height: 8em; 234 | } 235 | 236 | #header-wrapper:after 237 | { 238 | height: 12em; 239 | top: -2.5em; 240 | } 241 | 242 | #footer-wrapper 243 | { 244 | padding: 0 25px 0 25px; 245 | overflow: hidden; 246 | -webkit-transform: translateZ(0); 247 | } 248 | 249 | #footer-wrapper:before 250 | { 251 | height: 3em; 252 | } 253 | 254 | /*********************************************************************************/ 255 | /* Intro */ 256 | /*********************************************************************************/ 257 | 258 | #intro 259 | { 260 | padding: 0 25px 0 25px; 261 | } 262 | 263 | #intro section 264 | { 265 | position: relative; 266 | border-top: solid 1px #dfdfdf; 267 | padding: 2.5em 0 0 0; 268 | margin: 0; 269 | } 270 | 271 | #intro section.first 272 | { 273 | border-top: 0; 274 | padding-top: 0; 275 | } 276 | 277 | /*********************************************************************************/ 278 | /* Header */ 279 | /*********************************************************************************/ 280 | 281 | #header 282 | { 283 | text-align: center; 284 | } 285 | 286 | #header h1 287 | { 288 | color: #252122; 289 | font-weight: 900; 290 | font-size: 1.75em; 291 | letter-spacing: -0.035em; 292 | } 293 | 294 | /*********************************************************************************/ 295 | /* Nav */ 296 | /*********************************************************************************/ 297 | 298 | #nav 299 | { 300 | display: none; 301 | } 302 | 303 | /*********************************************************************************/ 304 | /* Banner */ 305 | /*********************************************************************************/ 306 | 307 | #banner 308 | { 309 | margin: 0 0 2.5em 0; 310 | } 311 | 312 | #banner header 313 | { 314 | padding: 1.5em 1em 1.5em 1em; 315 | } 316 | 317 | #banner h2 318 | { 319 | font-size: 1.5em; 320 | line-height: 1.5em; 321 | margin: 0 0 0.25em 0; 322 | } 323 | 324 | #banner .byline 325 | { 326 | font-size: 1.2em; 327 | } 328 | 329 | /*********************************************************************************/ 330 | /* Copyright */ 331 | /*********************************************************************************/ 332 | 333 | #copyright 334 | { 335 | margin: 3em 0 0 0; 336 | } 337 | 338 | #copyright .links 339 | { 340 | padding: 0.75em 1.25em 0.75em 1.25em; 341 | } 342 | 343 | article h2 { 344 | clear:right; 345 | } 346 | -------------------------------------------------------------------------------- /static/images/all_flags/AD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AD.png -------------------------------------------------------------------------------- /static/images/all_flags/AE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AE.png -------------------------------------------------------------------------------- /static/images/all_flags/AF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AF.png -------------------------------------------------------------------------------- /static/images/all_flags/AG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AG.png -------------------------------------------------------------------------------- /static/images/all_flags/AI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AI.png -------------------------------------------------------------------------------- /static/images/all_flags/AL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AL.png -------------------------------------------------------------------------------- /static/images/all_flags/AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AM.png -------------------------------------------------------------------------------- /static/images/all_flags/AN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AN.png -------------------------------------------------------------------------------- /static/images/all_flags/AO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AO.png -------------------------------------------------------------------------------- /static/images/all_flags/AQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AQ.png -------------------------------------------------------------------------------- /static/images/all_flags/AR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AR.png -------------------------------------------------------------------------------- /static/images/all_flags/AS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AS.png -------------------------------------------------------------------------------- /static/images/all_flags/AT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AT.png -------------------------------------------------------------------------------- /static/images/all_flags/AU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AU.png -------------------------------------------------------------------------------- /static/images/all_flags/AW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AW.png -------------------------------------------------------------------------------- /static/images/all_flags/AX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AX.png -------------------------------------------------------------------------------- /static/images/all_flags/AZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/AZ.png -------------------------------------------------------------------------------- /static/images/all_flags/BA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BA.png -------------------------------------------------------------------------------- /static/images/all_flags/BB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BB.png -------------------------------------------------------------------------------- /static/images/all_flags/BD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BD.png -------------------------------------------------------------------------------- /static/images/all_flags/BE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BE.png -------------------------------------------------------------------------------- /static/images/all_flags/BF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BF.png -------------------------------------------------------------------------------- /static/images/all_flags/BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BG.png -------------------------------------------------------------------------------- /static/images/all_flags/BH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BH.png -------------------------------------------------------------------------------- /static/images/all_flags/BI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BI.png -------------------------------------------------------------------------------- /static/images/all_flags/BJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BJ.png -------------------------------------------------------------------------------- /static/images/all_flags/BL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BL.png -------------------------------------------------------------------------------- /static/images/all_flags/BM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BM.png -------------------------------------------------------------------------------- /static/images/all_flags/BN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BN.png -------------------------------------------------------------------------------- /static/images/all_flags/BO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BO.png -------------------------------------------------------------------------------- /static/images/all_flags/BR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BR.png -------------------------------------------------------------------------------- /static/images/all_flags/BS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BS.png -------------------------------------------------------------------------------- /static/images/all_flags/BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BT.png -------------------------------------------------------------------------------- /static/images/all_flags/BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BW.png -------------------------------------------------------------------------------- /static/images/all_flags/BY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BY.png -------------------------------------------------------------------------------- /static/images/all_flags/BZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/BZ.png -------------------------------------------------------------------------------- /static/images/all_flags/CA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CA.png -------------------------------------------------------------------------------- /static/images/all_flags/CC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CC.png -------------------------------------------------------------------------------- /static/images/all_flags/CD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CD.png -------------------------------------------------------------------------------- /static/images/all_flags/CF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CF.png -------------------------------------------------------------------------------- /static/images/all_flags/CG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CG.png -------------------------------------------------------------------------------- /static/images/all_flags/CH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CH.png -------------------------------------------------------------------------------- /static/images/all_flags/CI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CI.png -------------------------------------------------------------------------------- /static/images/all_flags/CK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CK.png -------------------------------------------------------------------------------- /static/images/all_flags/CL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CL.png -------------------------------------------------------------------------------- /static/images/all_flags/CM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CM.png -------------------------------------------------------------------------------- /static/images/all_flags/CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CN.png -------------------------------------------------------------------------------- /static/images/all_flags/CO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CO.png -------------------------------------------------------------------------------- /static/images/all_flags/CR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CR.png -------------------------------------------------------------------------------- /static/images/all_flags/CU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CU.png -------------------------------------------------------------------------------- /static/images/all_flags/CV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CV.png -------------------------------------------------------------------------------- /static/images/all_flags/CW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CW.png -------------------------------------------------------------------------------- /static/images/all_flags/CX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CX.png -------------------------------------------------------------------------------- /static/images/all_flags/CY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CY.png -------------------------------------------------------------------------------- /static/images/all_flags/CZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/CZ.png -------------------------------------------------------------------------------- /static/images/all_flags/DE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/DE.png -------------------------------------------------------------------------------- /static/images/all_flags/DJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/DJ.png -------------------------------------------------------------------------------- /static/images/all_flags/DK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/DK.png -------------------------------------------------------------------------------- /static/images/all_flags/DM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/DM.png -------------------------------------------------------------------------------- /static/images/all_flags/DO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/DO.png -------------------------------------------------------------------------------- /static/images/all_flags/DZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/DZ.png -------------------------------------------------------------------------------- /static/images/all_flags/EC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/EC.png -------------------------------------------------------------------------------- /static/images/all_flags/EE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/EE.png -------------------------------------------------------------------------------- /static/images/all_flags/EG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/EG.png -------------------------------------------------------------------------------- /static/images/all_flags/EH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/EH.png -------------------------------------------------------------------------------- /static/images/all_flags/ER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ER.png -------------------------------------------------------------------------------- /static/images/all_flags/ES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ES.png -------------------------------------------------------------------------------- /static/images/all_flags/ET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ET.png -------------------------------------------------------------------------------- /static/images/all_flags/EU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/EU.png -------------------------------------------------------------------------------- /static/images/all_flags/FI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/FI.png -------------------------------------------------------------------------------- /static/images/all_flags/FJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/FJ.png -------------------------------------------------------------------------------- /static/images/all_flags/FK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/FK.png -------------------------------------------------------------------------------- /static/images/all_flags/FM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/FM.png -------------------------------------------------------------------------------- /static/images/all_flags/FO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/FO.png -------------------------------------------------------------------------------- /static/images/all_flags/GA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GA.png -------------------------------------------------------------------------------- /static/images/all_flags/GB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GB.png -------------------------------------------------------------------------------- /static/images/all_flags/GD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GD.png -------------------------------------------------------------------------------- /static/images/all_flags/GE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GE.png -------------------------------------------------------------------------------- /static/images/all_flags/GG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GG.png -------------------------------------------------------------------------------- /static/images/all_flags/GH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GH.png -------------------------------------------------------------------------------- /static/images/all_flags/GI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GI.png -------------------------------------------------------------------------------- /static/images/all_flags/GL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GL.png -------------------------------------------------------------------------------- /static/images/all_flags/GM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GM.png -------------------------------------------------------------------------------- /static/images/all_flags/GN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GN.png -------------------------------------------------------------------------------- /static/images/all_flags/GQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GQ.png -------------------------------------------------------------------------------- /static/images/all_flags/GR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GR.png -------------------------------------------------------------------------------- /static/images/all_flags/GS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GS.png -------------------------------------------------------------------------------- /static/images/all_flags/GT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GT.png -------------------------------------------------------------------------------- /static/images/all_flags/GU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GU.png -------------------------------------------------------------------------------- /static/images/all_flags/GW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GW.png -------------------------------------------------------------------------------- /static/images/all_flags/GY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/GY.png -------------------------------------------------------------------------------- /static/images/all_flags/HK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/HK.png -------------------------------------------------------------------------------- /static/images/all_flags/HN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/HN.png -------------------------------------------------------------------------------- /static/images/all_flags/HR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/HR.png -------------------------------------------------------------------------------- /static/images/all_flags/HT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/HT.png -------------------------------------------------------------------------------- /static/images/all_flags/HU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/HU.png -------------------------------------------------------------------------------- /static/images/all_flags/IC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IC.png -------------------------------------------------------------------------------- /static/images/all_flags/ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ID.png -------------------------------------------------------------------------------- /static/images/all_flags/IE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IE.png -------------------------------------------------------------------------------- /static/images/all_flags/IL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IL.png -------------------------------------------------------------------------------- /static/images/all_flags/IM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IM.png -------------------------------------------------------------------------------- /static/images/all_flags/IN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IN.png -------------------------------------------------------------------------------- /static/images/all_flags/IQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IQ.png -------------------------------------------------------------------------------- /static/images/all_flags/IR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IR.png -------------------------------------------------------------------------------- /static/images/all_flags/IS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IS.png -------------------------------------------------------------------------------- /static/images/all_flags/IT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/IT.png -------------------------------------------------------------------------------- /static/images/all_flags/JE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/JE.png -------------------------------------------------------------------------------- /static/images/all_flags/JM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/JM.png -------------------------------------------------------------------------------- /static/images/all_flags/JO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/JO.png -------------------------------------------------------------------------------- /static/images/all_flags/JP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/JP.png -------------------------------------------------------------------------------- /static/images/all_flags/KE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KE.png -------------------------------------------------------------------------------- /static/images/all_flags/KG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KG.png -------------------------------------------------------------------------------- /static/images/all_flags/KH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KH.png -------------------------------------------------------------------------------- /static/images/all_flags/KI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KI.png -------------------------------------------------------------------------------- /static/images/all_flags/KM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KM.png -------------------------------------------------------------------------------- /static/images/all_flags/KN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KN.png -------------------------------------------------------------------------------- /static/images/all_flags/KP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KP.png -------------------------------------------------------------------------------- /static/images/all_flags/KR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KR.png -------------------------------------------------------------------------------- /static/images/all_flags/KW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KW.png -------------------------------------------------------------------------------- /static/images/all_flags/KY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KY.png -------------------------------------------------------------------------------- /static/images/all_flags/KZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/KZ.png -------------------------------------------------------------------------------- /static/images/all_flags/LA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LA.png -------------------------------------------------------------------------------- /static/images/all_flags/LB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LB.png -------------------------------------------------------------------------------- /static/images/all_flags/LC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LC.png -------------------------------------------------------------------------------- /static/images/all_flags/LI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LI.png -------------------------------------------------------------------------------- /static/images/all_flags/LK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LK.png -------------------------------------------------------------------------------- /static/images/all_flags/LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LR.png -------------------------------------------------------------------------------- /static/images/all_flags/LS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LS.png -------------------------------------------------------------------------------- /static/images/all_flags/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LT.png -------------------------------------------------------------------------------- /static/images/all_flags/LU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LU.png -------------------------------------------------------------------------------- /static/images/all_flags/LV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LV.png -------------------------------------------------------------------------------- /static/images/all_flags/LY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/LY.png -------------------------------------------------------------------------------- /static/images/all_flags/MA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MA.png -------------------------------------------------------------------------------- /static/images/all_flags/MC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MC.png -------------------------------------------------------------------------------- /static/images/all_flags/MD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MD.png -------------------------------------------------------------------------------- /static/images/all_flags/ME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ME.png -------------------------------------------------------------------------------- /static/images/all_flags/MF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MF.png -------------------------------------------------------------------------------- /static/images/all_flags/MG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MG.png -------------------------------------------------------------------------------- /static/images/all_flags/MH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MH.png -------------------------------------------------------------------------------- /static/images/all_flags/MK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MK.png -------------------------------------------------------------------------------- /static/images/all_flags/ML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ML.png -------------------------------------------------------------------------------- /static/images/all_flags/MM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MM.png -------------------------------------------------------------------------------- /static/images/all_flags/MN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MN.png -------------------------------------------------------------------------------- /static/images/all_flags/MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MO.png -------------------------------------------------------------------------------- /static/images/all_flags/MP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MP.png -------------------------------------------------------------------------------- /static/images/all_flags/MQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MQ.png -------------------------------------------------------------------------------- /static/images/all_flags/MR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MR.png -------------------------------------------------------------------------------- /static/images/all_flags/MS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MS.png -------------------------------------------------------------------------------- /static/images/all_flags/MT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MT.png -------------------------------------------------------------------------------- /static/images/all_flags/MU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MU.png -------------------------------------------------------------------------------- /static/images/all_flags/MV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MV.png -------------------------------------------------------------------------------- /static/images/all_flags/MW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MW.png -------------------------------------------------------------------------------- /static/images/all_flags/MX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MX.png -------------------------------------------------------------------------------- /static/images/all_flags/MY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MY.png -------------------------------------------------------------------------------- /static/images/all_flags/MZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/MZ.png -------------------------------------------------------------------------------- /static/images/all_flags/NA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NA.png -------------------------------------------------------------------------------- /static/images/all_flags/NC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NC.png -------------------------------------------------------------------------------- /static/images/all_flags/NE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NE.png -------------------------------------------------------------------------------- /static/images/all_flags/NF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NF.png -------------------------------------------------------------------------------- /static/images/all_flags/NG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NG.png -------------------------------------------------------------------------------- /static/images/all_flags/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NI.png -------------------------------------------------------------------------------- /static/images/all_flags/NL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NL.png -------------------------------------------------------------------------------- /static/images/all_flags/NO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NO.png -------------------------------------------------------------------------------- /static/images/all_flags/NP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NP.png -------------------------------------------------------------------------------- /static/images/all_flags/NR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NR.png -------------------------------------------------------------------------------- /static/images/all_flags/NU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NU.png -------------------------------------------------------------------------------- /static/images/all_flags/NZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/NZ.png -------------------------------------------------------------------------------- /static/images/all_flags/OM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/OM.png -------------------------------------------------------------------------------- /static/images/all_flags/PA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PA.png -------------------------------------------------------------------------------- /static/images/all_flags/PE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PE.png -------------------------------------------------------------------------------- /static/images/all_flags/PF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PF.png -------------------------------------------------------------------------------- /static/images/all_flags/PG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PG.png -------------------------------------------------------------------------------- /static/images/all_flags/PH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PH.png -------------------------------------------------------------------------------- /static/images/all_flags/PK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PK.png -------------------------------------------------------------------------------- /static/images/all_flags/PL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PL.png -------------------------------------------------------------------------------- /static/images/all_flags/PN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PN.png -------------------------------------------------------------------------------- /static/images/all_flags/PR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PR.png -------------------------------------------------------------------------------- /static/images/all_flags/PS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PS.png -------------------------------------------------------------------------------- /static/images/all_flags/PT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PT.png -------------------------------------------------------------------------------- /static/images/all_flags/PW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PW.png -------------------------------------------------------------------------------- /static/images/all_flags/PY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/PY.png -------------------------------------------------------------------------------- /static/images/all_flags/QA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/QA.png -------------------------------------------------------------------------------- /static/images/all_flags/RO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/RO.png -------------------------------------------------------------------------------- /static/images/all_flags/RS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/RS.png -------------------------------------------------------------------------------- /static/images/all_flags/RU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/RU.png -------------------------------------------------------------------------------- /static/images/all_flags/RW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/RW.png -------------------------------------------------------------------------------- /static/images/all_flags/SA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SA.png -------------------------------------------------------------------------------- /static/images/all_flags/SB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SB.png -------------------------------------------------------------------------------- /static/images/all_flags/SC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SC.png -------------------------------------------------------------------------------- /static/images/all_flags/SD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SD.png -------------------------------------------------------------------------------- /static/images/all_flags/SE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SE.png -------------------------------------------------------------------------------- /static/images/all_flags/SG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SG.png -------------------------------------------------------------------------------- /static/images/all_flags/SH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SH.png -------------------------------------------------------------------------------- /static/images/all_flags/SI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SI.png -------------------------------------------------------------------------------- /static/images/all_flags/SK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SK.png -------------------------------------------------------------------------------- /static/images/all_flags/SL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SL.png -------------------------------------------------------------------------------- /static/images/all_flags/SM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SM.png -------------------------------------------------------------------------------- /static/images/all_flags/SN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SN.png -------------------------------------------------------------------------------- /static/images/all_flags/SO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SO.png -------------------------------------------------------------------------------- /static/images/all_flags/SR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SR.png -------------------------------------------------------------------------------- /static/images/all_flags/SS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SS.png -------------------------------------------------------------------------------- /static/images/all_flags/ST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ST.png -------------------------------------------------------------------------------- /static/images/all_flags/SV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SV.png -------------------------------------------------------------------------------- /static/images/all_flags/SY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SY.png -------------------------------------------------------------------------------- /static/images/all_flags/SZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/SZ.png -------------------------------------------------------------------------------- /static/images/all_flags/TC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TC.png -------------------------------------------------------------------------------- /static/images/all_flags/TD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TD.png -------------------------------------------------------------------------------- /static/images/all_flags/TF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TF.png -------------------------------------------------------------------------------- /static/images/all_flags/TG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TG.png -------------------------------------------------------------------------------- /static/images/all_flags/TH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TH.png -------------------------------------------------------------------------------- /static/images/all_flags/TJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TJ.png -------------------------------------------------------------------------------- /static/images/all_flags/TK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TK.png -------------------------------------------------------------------------------- /static/images/all_flags/TL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TL.png -------------------------------------------------------------------------------- /static/images/all_flags/TM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TM.png -------------------------------------------------------------------------------- /static/images/all_flags/TN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TN.png -------------------------------------------------------------------------------- /static/images/all_flags/TO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TO.png -------------------------------------------------------------------------------- /static/images/all_flags/TR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TR.png -------------------------------------------------------------------------------- /static/images/all_flags/TT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TT.png -------------------------------------------------------------------------------- /static/images/all_flags/TV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TV.png -------------------------------------------------------------------------------- /static/images/all_flags/TW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TW.png -------------------------------------------------------------------------------- /static/images/all_flags/TZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/TZ.png -------------------------------------------------------------------------------- /static/images/all_flags/UA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/UA.png -------------------------------------------------------------------------------- /static/images/all_flags/UG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/UG.png -------------------------------------------------------------------------------- /static/images/all_flags/US.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/US.png -------------------------------------------------------------------------------- /static/images/all_flags/UY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/UY.png -------------------------------------------------------------------------------- /static/images/all_flags/UZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/UZ.png -------------------------------------------------------------------------------- /static/images/all_flags/VA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VA.png -------------------------------------------------------------------------------- /static/images/all_flags/VC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VC.png -------------------------------------------------------------------------------- /static/images/all_flags/VE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VE.png -------------------------------------------------------------------------------- /static/images/all_flags/VG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VG.png -------------------------------------------------------------------------------- /static/images/all_flags/VI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VI.png -------------------------------------------------------------------------------- /static/images/all_flags/VN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VN.png -------------------------------------------------------------------------------- /static/images/all_flags/VU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/VU.png -------------------------------------------------------------------------------- /static/images/all_flags/WF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/WF.png -------------------------------------------------------------------------------- /static/images/all_flags/WS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/WS.png -------------------------------------------------------------------------------- /static/images/all_flags/YE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/YE.png -------------------------------------------------------------------------------- /static/images/all_flags/YT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/YT.png -------------------------------------------------------------------------------- /static/images/all_flags/ZA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ZA.png -------------------------------------------------------------------------------- /static/images/all_flags/ZM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ZM.png -------------------------------------------------------------------------------- /static/images/all_flags/ZW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/ZW.png -------------------------------------------------------------------------------- /static/images/all_flags/_abkhazia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_abkhazia.png -------------------------------------------------------------------------------- /static/images/all_flags/_basque-country.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_basque-country.png -------------------------------------------------------------------------------- /static/images/all_flags/_british-antarctic-territory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_british-antarctic-territory.png -------------------------------------------------------------------------------- /static/images/all_flags/_commonwealth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_commonwealth.png -------------------------------------------------------------------------------- /static/images/all_flags/_england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_england.png -------------------------------------------------------------------------------- /static/images/all_flags/_gosquared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_gosquared.png -------------------------------------------------------------------------------- /static/images/all_flags/_kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_kosovo.png -------------------------------------------------------------------------------- /static/images/all_flags/_mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_mars.png -------------------------------------------------------------------------------- /static/images/all_flags/_nagorno-karabakh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_nagorno-karabakh.png -------------------------------------------------------------------------------- /static/images/all_flags/_nato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_nato.png -------------------------------------------------------------------------------- /static/images/all_flags/_northern-cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_northern-cyprus.png -------------------------------------------------------------------------------- /static/images/all_flags/_olympics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_olympics.png -------------------------------------------------------------------------------- /static/images/all_flags/_red-cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_red-cross.png -------------------------------------------------------------------------------- /static/images/all_flags/_scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_scotland.png -------------------------------------------------------------------------------- /static/images/all_flags/_somaliland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_somaliland.png -------------------------------------------------------------------------------- /static/images/all_flags/_south-ossetia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_south-ossetia.png -------------------------------------------------------------------------------- /static/images/all_flags/_united-nations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_united-nations.png -------------------------------------------------------------------------------- /static/images/all_flags/_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_unknown.png -------------------------------------------------------------------------------- /static/images/all_flags/_wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/all_flags/_wales.png -------------------------------------------------------------------------------- /static/images/ar_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/ar_flag.png -------------------------------------------------------------------------------- /static/images/cn_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/cn_flag.png -------------------------------------------------------------------------------- /static/images/en_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/en_flag.png -------------------------------------------------------------------------------- /static/images/es_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/es_flag.png -------------------------------------------------------------------------------- /static/images/fr_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/fr_flag.png -------------------------------------------------------------------------------- /static/images/hi_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/hi_flag.png -------------------------------------------------------------------------------- /static/images/ja_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/ja_flag.png -------------------------------------------------------------------------------- /static/images/pic01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic01.jpg -------------------------------------------------------------------------------- /static/images/pic02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic02.jpg -------------------------------------------------------------------------------- /static/images/pic03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic03.jpg -------------------------------------------------------------------------------- /static/images/pic04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic04.jpg -------------------------------------------------------------------------------- /static/images/pic05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic05.jpg -------------------------------------------------------------------------------- /static/images/pic06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic06.jpg -------------------------------------------------------------------------------- /static/images/pic07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic07.jpg -------------------------------------------------------------------------------- /static/images/pic08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic08.jpg -------------------------------------------------------------------------------- /static/images/pic09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic09.jpg -------------------------------------------------------------------------------- /static/images/pic10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pic10.jpg -------------------------------------------------------------------------------- /static/images/pt-br_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/pt-br_flag.png -------------------------------------------------------------------------------- /static/images/ru_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PierrePaul/html5-dopetrope/7e62898b276622778c73d776f791665d626b3e03/static/images/ru_flag.png -------------------------------------------------------------------------------- /static/js/config.js: -------------------------------------------------------------------------------- 1 | /* 2 | Dopetrope 2.0 by HTML5 UP 3 | html5up.net | @n33co 4 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) 5 | */ 6 | 7 | window._skel_config = { 8 | preset: 'standard', 9 | prefix: window.SITEURL+'/theme/css/style', 10 | resetCSS: true, 11 | breakpoints: { 12 | 'desktop': { 13 | grid: { 14 | gutters: 50 15 | } 16 | } 17 | } 18 | }; 19 | 20 | window._skel_panels_config = { 21 | preset: 'standard' 22 | }; 23 | 24 | jQuery(function() { 25 | $('#nav > ul').dropotron({ 26 | offsetY: -17, 27 | offsetX: -1, 28 | mode: 'fade', 29 | noOpenerFade: true, 30 | detach: false 31 | }); 32 | }); 33 | -------------------------------------------------------------------------------- /static/js/html5shiv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @preserve HTML5 Shiv v3.6.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed 3 | */ 4 | ;(function(window, document) { 5 | /*jshint evil:true */ 6 | /** version */ 7 | var version = '3.6.2'; 8 | 9 | /** Preset options */ 10 | var options = window.html5 || {}; 11 | 12 | /** Used to skip problem elements */ 13 | var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i; 14 | 15 | /** Not all elements can be cloned in IE **/ 16 | var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i; 17 | 18 | /** Detect whether the browser supports default html5 styles */ 19 | var supportsHtml5Styles; 20 | 21 | /** Name of the expando, to work with multiple documents or to re-shiv one document */ 22 | var expando = '_html5shiv'; 23 | 24 | /** The id for the the documents expando */ 25 | var expanID = 0; 26 | 27 | /** Cached data for each document */ 28 | var expandoData = {}; 29 | 30 | /** Detect whether the browser supports unknown elements */ 31 | var supportsUnknownElements; 32 | 33 | (function() { 34 | try { 35 | var a = document.createElement('a'); 36 | a.innerHTML = ''; 37 | //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles 38 | supportsHtml5Styles = ('hidden' in a); 39 | 40 | supportsUnknownElements = a.childNodes.length == 1 || (function() { 41 | // assign a false positive if unable to shiv 42 | (document.createElement)('a'); 43 | var frag = document.createDocumentFragment(); 44 | return ( 45 | typeof frag.cloneNode == 'undefined' || 46 | typeof frag.createDocumentFragment == 'undefined' || 47 | typeof frag.createElement == 'undefined' 48 | ); 49 | }()); 50 | } catch(e) { 51 | // assign a false positive if detection fails => unable to shiv 52 | supportsHtml5Styles = true; 53 | supportsUnknownElements = true; 54 | } 55 | 56 | }()); 57 | 58 | /*--------------------------------------------------------------------------*/ 59 | 60 | /** 61 | * Creates a style sheet with the given CSS text and adds it to the document. 62 | * @private 63 | * @param {Document} ownerDocument The document. 64 | * @param {String} cssText The CSS text. 65 | * @returns {StyleSheet} The style element. 66 | */ 67 | function addStyleSheet(ownerDocument, cssText) { 68 | var p = ownerDocument.createElement('p'), 69 | parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement; 70 | 71 | p.innerHTML = 'x'; 72 | return parent.insertBefore(p.lastChild, parent.firstChild); 73 | } 74 | 75 | /** 76 | * Returns the value of `html5.elements` as an array. 77 | * @private 78 | * @returns {Array} An array of shived element node names. 79 | */ 80 | function getElements() { 81 | var elements = html5.elements; 82 | return typeof elements == 'string' ? elements.split(' ') : elements; 83 | } 84 | 85 | /** 86 | * Returns the data associated to the given document 87 | * @private 88 | * @param {Document} ownerDocument The document. 89 | * @returns {Object} An object of data. 90 | */ 91 | function getExpandoData(ownerDocument) { 92 | var data = expandoData[ownerDocument[expando]]; 93 | if (!data) { 94 | data = {}; 95 | expanID++; 96 | ownerDocument[expando] = expanID; 97 | expandoData[expanID] = data; 98 | } 99 | return data; 100 | } 101 | 102 | /** 103 | * returns a shived element for the given nodeName and document 104 | * @memberOf html5 105 | * @param {String} nodeName name of the element 106 | * @param {Document} ownerDocument The context document. 107 | * @returns {Object} The shived element. 108 | */ 109 | function createElement(nodeName, ownerDocument, data){ 110 | if (!ownerDocument) { 111 | ownerDocument = document; 112 | } 113 | if(supportsUnknownElements){ 114 | return ownerDocument.createElement(nodeName); 115 | } 116 | if (!data) { 117 | data = getExpandoData(ownerDocument); 118 | } 119 | var node; 120 | 121 | if (data.cache[nodeName]) { 122 | node = data.cache[nodeName].cloneNode(); 123 | } else if (saveClones.test(nodeName)) { 124 | node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode(); 125 | } else { 126 | node = data.createElem(nodeName); 127 | } 128 | 129 | // Avoid adding some elements to fragments in IE < 9 because 130 | // * Attributes like `name` or `type` cannot be set/changed once an element 131 | // is inserted into a document/fragment 132 | // * Link elements with `src` attributes that are inaccessible, as with 133 | // a 403 response, will cause the tab/window to crash 134 | // * Script elements appended to fragments will execute when their `src` 135 | // or `text` property is set 136 | return node.canHaveChildren && !reSkip.test(nodeName) ? data.frag.appendChild(node) : node; 137 | } 138 | 139 | /** 140 | * returns a shived DocumentFragment for the given document 141 | * @memberOf html5 142 | * @param {Document} ownerDocument The context document. 143 | * @returns {Object} The shived DocumentFragment. 144 | */ 145 | function createDocumentFragment(ownerDocument, data){ 146 | if (!ownerDocument) { 147 | ownerDocument = document; 148 | } 149 | if(supportsUnknownElements){ 150 | return ownerDocument.createDocumentFragment(); 151 | } 152 | data = data || getExpandoData(ownerDocument); 153 | var clone = data.frag.cloneNode(), 154 | i = 0, 155 | elems = getElements(), 156 | l = elems.length; 157 | for(;i 0) 57 | menu.add(opener) 58 | .mouseleave(function(e) { 59 | window.clearTimeout(hideTimeoutId); 60 | hideTimeoutId = window.setTimeout(function() { 61 | menu.trigger('doCollapse'); 62 | }, settings.hideDelay); 63 | }); 64 | 65 | menu 66 | .disableSelection_dropotron() 67 | .hide() 68 | .addClass(settings.menuClass) 69 | .css('position', 'absolute') 70 | .mouseenter(function(e) { 71 | window.clearTimeout(hideTimeoutId); 72 | }) 73 | .bind('doExpand', function() { 74 | 75 | if (menu.is(':visible')) 76 | return false; 77 | 78 | window.clearTimeout(hideTimeoutId); 79 | 80 | _menus.each(function() { 81 | var t = jQuery(this); 82 | if (!jQuery.contains(t.get(0), opener.get(0))) 83 | t.trigger('doCollapse'); 84 | }); 85 | 86 | var x, left, top, isTL = (menu.css('z-index') == settings.baseZIndex), oo = opener.offset(), op = opener.position(), opp = opener.parent().position(), ow = opener.outerWidth(), mw = menu.outerWidth(); 87 | 88 | if (isTL) 89 | { 90 | if (!settings.detach) 91 | x = op; 92 | else 93 | x = oo; 94 | 95 | top = x.top + opener.outerHeight() + settings.globalOffsetY; 96 | 97 | switch (settings.alignment) 98 | { 99 | case 'right': 100 | left = x.left - mw + ow; 101 | 102 | if (left < 0) 103 | left = x.left; 104 | 105 | break; 106 | 107 | case 'center': 108 | left = x.left - Math.floor((mw - ow) / 2); 109 | 110 | if (left < 0) 111 | left = x.left; 112 | else if (left + mw > _window.width()) 113 | left = x.left - mw + ow; 114 | 115 | break; 116 | 117 | case 'left': 118 | default: 119 | left = x.left; 120 | 121 | if (left + mw > _window.width()) 122 | left = x.left - mw + ow; 123 | 124 | break; 125 | } 126 | } 127 | else 128 | { 129 | // Non-static position fix 130 | if (opener.css('position') == 'relative' 131 | || opener.css('position') == 'absolute') 132 | { 133 | top = settings.offsetY; 134 | left = (-1 * op.left); 135 | } 136 | else 137 | { 138 | top = op.top + settings.offsetY; 139 | left = 0; 140 | } 141 | 142 | switch (settings.alignment) 143 | { 144 | case 'right': 145 | left += (-1 * opener.parent().outerWidth()) + settings.offsetX; 146 | 147 | break; 148 | 149 | case 'center': 150 | case 'left': 151 | default: 152 | left += opener.parent().outerWidth() + settings.offsetX; 153 | 154 | break; 155 | } 156 | } 157 | 158 | if (navigator.userAgent.match(/MSIE ([0-9]+)\./) && RegExp.$1 < 8) 159 | { 160 | left += settings.IEOffsetX; 161 | top += settings.IEOffsetY; 162 | } 163 | 164 | menu 165 | .css('left', left + 'px') 166 | .css('top', top + 'px'); 167 | 168 | menu.css('opacity', '0.01').show(); 169 | 170 | // Kludge! 171 | var tmp = false; 172 | 173 | // Non-static position fix 174 | if (opener.css('position') == 'relative' 175 | || opener.css('position') == 'absolute') 176 | left = (-1 * op.left); 177 | else 178 | left = 0; 179 | 180 | if (menu.offset().left < 0) 181 | { 182 | left += opener.parent().outerWidth() - settings.offsetX; 183 | tmp = true; 184 | } 185 | else if (menu.offset().left + mw > _window.width()) 186 | { 187 | left += (-1 * opener.parent().outerWidth()) - settings.offsetX; 188 | tmp = true; 189 | } 190 | 191 | if (tmp) 192 | menu.css('left', left + 'px'); 193 | 194 | menu.hide().css('opacity', '1'); 195 | 196 | switch (settings.mode) 197 | { 198 | case 'zoom': 199 | 200 | isLocked = true; 201 | 202 | opener.addClass(settings.openerActiveClass); 203 | menu.animate({ 204 | width: 'toggle', 205 | height: 'toggle' 206 | }, settings.speed, settings.easing, function() { 207 | isLocked = false; 208 | }); 209 | 210 | break; 211 | 212 | case 'slide': 213 | 214 | isLocked = true; 215 | 216 | opener.addClass(settings.openerActiveClass); 217 | menu.animate({ height: 'toggle' }, settings.speed, settings.easing, function() { 218 | isLocked = false; 219 | }); 220 | 221 | break; 222 | 223 | case 'fade': 224 | 225 | isLocked = true; 226 | 227 | if (isTL && !settings.noOpenerFade) 228 | { 229 | var tmp; 230 | 231 | if (settings.speed == 'slow') 232 | tmp = 80; 233 | else if (settings.speed == 'fast') 234 | tmp = 40; 235 | else 236 | tmp = Math.floor(settings.speed / 2); 237 | 238 | opener.fadeTo(tmp, 0.01, function() { 239 | opener.addClass(settings.openerActiveClass); 240 | opener.fadeTo(settings.speed, 1); 241 | menu.fadeIn(settings.speed, function() { 242 | isLocked = false; 243 | }); 244 | }); 245 | } 246 | else 247 | { 248 | opener.addClass(settings.openerActiveClass); 249 | opener.fadeTo(settings.speed, 1); 250 | menu.fadeIn(settings.speed, function() { 251 | isLocked = false; 252 | }); 253 | } 254 | 255 | break; 256 | 257 | case 'instant': 258 | default: 259 | 260 | opener.addClass(settings.openerActiveClass); 261 | menu.show(); 262 | 263 | break; 264 | } 265 | 266 | return false; 267 | }) 268 | .bind('doCollapse', function() { 269 | 270 | if (!menu.is(':visible')) 271 | return false; 272 | 273 | menu.hide(); 274 | opener.removeClass(settings.openerActiveClass); 275 | menu.find('.' + settings.openerActiveClass).removeClass(settings.openerActiveClass); 276 | menu.find('ul').hide(); 277 | 278 | return false; 279 | 280 | }) 281 | .bind('doToggle', function(e) { 282 | 283 | if (menu.is(':visible')) 284 | menu.trigger('doCollapse'); 285 | else 286 | menu.trigger('doExpand'); 287 | 288 | return false; 289 | 290 | }); 291 | 292 | opener 293 | .disableSelection_dropotron() 294 | .addClass('opener') 295 | .css('cursor', 'pointer') 296 | .bind(_eventType, function(e) { 297 | 298 | if (isLocked) 299 | return; 300 | 301 | e.preventDefault(); 302 | e.stopPropagation(); 303 | menu.trigger('doToggle'); 304 | 305 | }); 306 | 307 | if (settings.expandMode == 'hover') 308 | opener.hover(function(e) { 309 | if (isLocked) 310 | return; 311 | hoverTimeoutId = window.setTimeout(function() { 312 | menu.trigger('doExpand'); 313 | }, settings.hoverDelay); 314 | }, 315 | function (e) { 316 | window.clearTimeout(hoverTimeoutId); 317 | } 318 | ); 319 | }); 320 | 321 | _menus.find('a') 322 | .css('display', 'block') 323 | .click(function(e) { 324 | 325 | if (isLocked) 326 | return; 327 | 328 | _top.trigger('doCollapseAll'); 329 | 330 | e.stopPropagation(); 331 | 332 | if (jQuery(this).attr('href').length < 1) 333 | e.preventDefault(); 334 | 335 | }); 336 | 337 | _top.find('li') 338 | .css('white-space', 'nowrap') 339 | .each(function() { 340 | var t = jQuery(this), a = t.children('a'), ul = t.children('ul'); 341 | 342 | a.click(function(e) { 343 | if (jQuery(this).attr('href').length < 1) 344 | e.preventDefault(); 345 | else 346 | e.stopPropagation(); 347 | }); 348 | 349 | if (a.length > 0 && ul.length == 0) 350 | t.click(function(e) { 351 | 352 | if (isLocked) 353 | return; 354 | 355 | _top.trigger('doCollapseAll'); 356 | 357 | e.stopPropagation(); 358 | 359 | }); 360 | }); 361 | 362 | _top.children('li').each(function() { 363 | 364 | var opener = jQuery(this), menu = opener.children('ul'); 365 | 366 | if (menu.length > 0) 367 | { 368 | if (settings.detach) 369 | menu 370 | .detach() 371 | .appendTo('body'); 372 | 373 | for(var z = settings.baseZIndex, i = 1, y = menu; y.length > 0; i++) 374 | { 375 | y.css('z-index', z++); 376 | 377 | if (settings.submenuClassPrefix) 378 | y.addClass(settings.submenuClassPrefix + (z - 1 - settings.baseZIndex)); 379 | 380 | y = y.find('> li > ul'); 381 | } 382 | } 383 | 384 | }); 385 | 386 | _window 387 | .click(function() { 388 | if (!isLocked) 389 | _top.trigger('doCollapseAll'); 390 | }) 391 | .keypress(function(e) { 392 | if (!isLocked 393 | && e.keyCode == 27) { 394 | e.preventDefault(); 395 | _top.trigger('doCollapseAll'); 396 | } 397 | }); 398 | }; 399 | 400 | })(jQuery); -------------------------------------------------------------------------------- /static/js/skel-panels.min.js: -------------------------------------------------------------------------------- 1 | /* skelJS v0.3.3 | (c) n33 | n33.co @n33co | MIT + GPLv2 */skel.registerPlugin("panels",function(){var a={config:{baseZIndex:1E4,speed:250,panels:{},overlays:{}},cache:{panels:{},overlays:{},body:null,window:null,pageWrapper:null,defaultWrapper:null,fixedWrapper:null,activePanel:null},deviceType:null,eventType:"click",isTouch:!1,presets:{standard:{panels:{navPanel:{breakpoints:"mobile",position:"left",style:"push",size:"80%",html:'
'}},overlays:{titleBar:{breakpoints:"mobile",position:"top-left",width:"100%",height:44,html:''}}}},defaults:{config:{panel:{breakpoints:"",position:null,style:null,size:"80%",html:"",resetScroll:!0,resetForms:!0,swipeToClose:!0},overlay:{breakpoints:"",position:null,width:0,height:0,html:""}}},recalcW:function(a){var b=parseInt(a);"string"==typeof a&&"%"==a.charAt(a.length-1)&&(b=Math.floor(jQuery(window).width()*(b/100)));return b},recalcH:function(a){var b=parseInt(a);"string"==typeof a&&"%"==a.charAt(a.length-1)&&(b=Math.floor(jQuery(window).height()*(b/100)));return b},getHalf:function(a){var b=parseInt(a);return"string"==typeof a&&"%"==a.charAt(a.length-1)?Math.floor(b/2)+"%":Math.floor(b/2)+"px"},parseSuspend:function(a){a=a.get(0);a.suspend_skel&&a.suspend_skel()},parseResume:function(a){a=a.get(0);a.resume_skel&&a.resume_skel()},parseInit:function(d){var b,c;b=d.get(0);var f=d.attr("data-action"),g=d.attr("data-args"),e,h;f&&g&&(g=g.split(","));switch(f){case "togglePanel":case "panelToggle":d.css("-webkit-tap-highlight-color","rgba(0,0,0,0)").css("cursor","pointer");b=function(b){b.preventDefault();b.stopPropagation();if(a.cache.activePanel)return a.cache.activePanel.close_skel(),!1;jQuery(this);b=a.cache.panels[g[0]];b.is(":visible")?b.close_skel():b.open_skel()};"android"==a.deviceType?d.bind("click",b):d.bind(a.eventType,b);break;case "navList":e=jQuery("#"+g[0]);b=e.find("a");c=[];b.each(function(){var a=jQuery(this),b;b=Math.max(0,a.parents("li").length-1);c.push(''+a.text()+"")});0"+c.join("")+"");d.find(".link").css("cursor","pointer").css("display","block");break;case "copyText":e=jQuery("#"+g[0]);d.html(e.text());break;case "copyHTML":e=jQuery("#"+g[0]);d.html(e.html());break;case "moveElementContents":e=jQuery("#"+g[0]);b.resume_skel=function(){e.children().each(function(){d.append(jQuery(this))})};b.suspend_skel=function(){d.children().each(function(){e.append(jQuery(this))})};b.resume_skel();break;case "moveElement":e=jQuery("#"+g[0]);b.resume_skel=function(){jQuery('
').insertBefore(e);d.append(e)};b.suspend_skel=function(){jQuery("#skel-panels-tmp-"+e.attr("id")).replaceWith(e)};b.resume_skel();break;case "moveCell":e=jQuery("#"+g[0]),h=jQuery("#"+g[1]),b.resume_skel=function(){jQuery('
').insertBefore(e);d.append(e);e.css("width","auto");h&&h.expandCell_skel()},b.suspend_skel=function(){jQuery("#skel-panels-tmp-"+e.attr("id")).replaceWith(e);e.css("width","");h&&h.css("width","")},b.resume_skel()}},lockView:function(d){a.cache.window.scrollPos_skel=a.cache.window.scrollTop();a.cache.body.css("overflow-"+d,"hidden");a.cache.pageWrapper.bind("touchstart.lock",function(b){b.preventDefault();b.stopPropagation();a.cache.activePanel&&a.cache.activePanel.close_skel()});a.cache.pageWrapper.bind("click.lock",function(b){b.preventDefault();b.stopPropagation();a.cache.activePanel&&a.cache.activePanel.close_skel()});a.cache.pageWrapper.bind("scroll.lock",function(b){b.preventDefault();b.stopPropagation();a.cache.activePanel&&a.cache.activePanel.close_skel()});a.cache.window.bind("orientationchange.lock",function(b){a.cache.activePanel&&a.cache.activePanel.close_skel()});a.isTouch||(a.cache.window.bind("resize.lock",function(b){a.cache.activePanel&&a.cache.activePanel.close_skel()}),a.cache.window.bind("scroll.lock",function(b){a.cache.activePanel&&a.cache.activePanel.close_skel()}))},unlockView:function(d){a.cache.body.css("overflow-"+d,"visible");a.cache.pageWrapper.unbind("touchstart.lock");a.cache.pageWrapper.unbind("click.lock");a.cache.pageWrapper.unbind("scroll.lock");a.cache.window.unbind("orientationchange.lock");a.isTouch||(a.cache.window.unbind("resize.lock"),a.cache.window.unbind("scroll.lock"))},resumeElement:function(d){a.cache[d.type+"s"][d.id].find("*").each(function(){a.parseResume(jQuery(this))})},suspendElement:function(d){d=a.cache[d.type+"s"][d.id];d.css("transform","translate(0,0)");d.find("*").each(function(){a.parseSuspend(jQuery(this))})},initElement:function(d){var b=d.config,c=jQuery(d.object);a.cache[d.type+"s"][d.id]=c;c.applyTransition_skel().accelerate_skel();c.find("*").each(function(){a.parseInit(jQuery(this))});switch(d.type){case "panel":c.addClass("skel-panels-panel").css("z-index",a.config.baseZIndex).css("position","fixed").hide();c.find("a").css("-webkit-tap-highlight-color","rgba(0,0,0,0)").click(function(b){b.preventDefault();b.stopPropagation();var c=jQuery(this).attr("href");a.cache.activePanel.close_skel();window.setTimeout(function(){window.location.href=c},a.config.speed+10)});"ios"==a.deviceType&&c.find("input,select,textarea").focus(function(b){var c=jQuery(this);b.preventDefault();b.stopPropagation();window.setTimeout(function(){var b=a.cache.window.scrollPos_skel,d=a.cache.window.scrollTop()-b;a.cache.window.scrollTop(b);a.cache.activePanel.scrollTop(a.cache.activePanel.scrollTop()+d);c.hide();window.setTimeout(function(){c.show()},0)},100)});switch(b.position){case "top":case "bottom":var f="bottom"==b.position?"-":"";c.addClass("skel-panels-panel-"+b.position).css("height",a.recalcH(b.size)).scrollTop(0);a.isTouch?c.css("overflow-y","scroll").css("-webkit-overflow-scrolling","touch").bind("touchstart",function(a){c._posY=a.originalEvent.touches[0].pageY;c._posX=a.originalEvent.touches[0].pageX}).bind("touchmove",function(a){a=c._posY-a.originalEvent.touches[0].pageY;var b=c.outerHeight(),d=c.get(0).scrollHeight-c.scrollTop();if(0==c.scrollTop()&&0>a||d>b-2&&da&&-20d))return c.close_skel(),!1;if(0==c.scrollTop()&&0>a||k>f-2&&k');a.cache.pageWrapper=jQuery("#skel-panels-pageWrapper");a.cache.pageWrapper.css("position","relative").css("left","0").css("right","0").css("top","0").css("bottom","0").applyTransition_skel().accelerate_skel();a.cache.defaultWrapper=jQuery('
').appendTo(a.cache.body);a.cache.defaultWrapper.css("height","100%");a.cache.fixedWrapper=jQuery('
').appendTo(a.cache.body);a.cache.fixedWrapper.css("position","relative");jQuery(".skel-panels-fixed").appendTo(a.cache.fixedWrapper);a._.registerLocation("skel_panels_defaultWrapper",a.cache.defaultWrapper[0]);a._.registerLocation("skel_panels_fixedWrapper",a.cache.fixedWrapper[0]);a._.registerLocation("skel_panels_pageWrapper",a.cache.pageWrapper[0])})},initDeviceType:function(){var d,b={ios:"(iPad|iPhone|iPod)",android:"Android"};for(d in b)if(navigator.userAgent.match(RegExp(b[d],"g"))){a.deviceType=d;break}a.deviceType||(a.deviceType="other");a.isTouch=!!("ontouchstart"in window);a.eventType=a.isTouch?"touchend":"click"},init:function(){a.initDeviceType();a.initHelpers();a.initObjects();a.initElements("overlay");a.initElements("panel");a._.updateState()}};return a}()); -------------------------------------------------------------------------------- /static/js/skel.min.js: -------------------------------------------------------------------------------- 1 | /* skelJS v0.3.3 | (c) n33 | n33.co @n33co | MIT + GPLv2 */var skel=function(){var a={config:{prefix:null,preloadStyleSheets:!1,pollOnce:!1,resetCSS:!1,normalizeCSS:!1,boxModel:null,useOrientation:!1,containers:960,containerUnits:"px",debug:!1,grid:{collapse:!1,gutters:40,gutterUnits:"px"},breakpoints:{all:{range:"*",hasStyleSheet:!1}},events:{}},isLegacyIE:!1,stateId:"",breakpoints:[],breakpointList:[],events:[],plugins:{},cache:{elements:{},states:{}},locations:{head:null,body:null},css:{r:"html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}",n:'article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{background:#fff;color:#000;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\u0081C" "\u0081D" "\u00818" "\u00819"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}',g:".\\31 2u{width:100%}.\\31 1u{width:91.6666666667%}.\\31 0u{width:83.3333333333%}.\\39 u{width:75%}.\\38 u{width:66.6666666667%}.\\37 u{width:58.3333333333%}.\\36 u{width:50%}.\\35 u{width:41.6666666667%}.\\34 u{width:33.3333333333%}.\\33 u{width:25%}.\\32 u{width:16.6666666667%}.\\31 u{width:8.3333333333%}.\\31 u,.\\32 u,.\\33 u,.\\34 u,.\\35 u,.\\36 u,.\\37 u,.\\38 u,.\\39 u,.\\31 0u,.\\31 1u,.\\31 2u{float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.\\-11u{margin-left:91.6666666667%}.\\-10u{margin-left:83.3333333333%}.\\-9u{margin-left:75%}.\\-8u{margin-left:66.6666666667%}.\\-7u{margin-left:58.3333333333%}.\\-6u{margin-left:50%}.\\-5u{margin-left:41.6666666667%}.\\-4u{margin-left:33.3333333333%}.\\-3u{margin-left:25%}.\\-2u{margin-left:16.6666666667%}.\\-1u{margin-left:8.3333333333%}",gF:".row.flush{margin-left:0}.row.flush>*{padding:0!important}",gR:".row:after{content:'';display:block;clear:both;height:0}.row:first-child>*{padding-top:0}.row>*{padding-top:0}",gCo:".row:not(.persistent){overflow-x:hidden;margin-left:0}.row:not(.persistent)>*{float:none!important;width:100%!important;padding:10px 0 10px 0!important;margin-left:0!important}",d:".row>*{box-shadow:inset 0 0 0 1px red}"},presets:{standard:{breakpoints:{mobile:{range:"-480",lockViewport:!0,containers:"fluid",grid:{collapse:!0}},desktop:{range:"481-",containers:1200},"1000px":{range:"481-1200",containers:960}}}},defaults:{breakpoint:{test:null,config:null,elements:null},config_breakpoint:{range:"",containers:960,containerUnits:"px",lockViewport:!1,viewportWidth:!1,hasStyleSheet:!0,grid:{}}},DOMReady:null,indexOf:null,extend:function(d,b){for(var c in b)"object"==typeof b[c]?("object"!=typeof d[c]&&(d[c]={}),a.extend(d[c],b[c])):d[c]=b[c]},getDevicePixelRatio:function(){if(navigator.userAgent.match(/(iPod|iPhone|iPad|Macintosh)/))return 1;if(void 0!==window.devicePixelRatio&&!navigator.userAgent.match(/(Firefox)/))return window.devicePixelRatio;if(window.matchMedia){if(window.matchMedia("(-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 2dppx)").matches)return 2;if(window.matchMedia("(-webkit-min-device-pixel-ratio: 1.5),(min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),(min-resolution: 1.5dppx)").matches)return 1.5}return 1},getViewportWidth:function(){var d,b,c;d=document.documentElement.clientWidth;b=window.orientation?Math.abs(window.orientation):!1;c=a.getDevicePixelRatio();screen.widthscreen.height?screen.height:screen.width);return d/c},isActive:function(d){return-1!==a.indexOf(a.stateId,"#"+d)},bind:function(d,b){a.events[d]||(a.events[d]=[]);a.events[d].push(b)},trigger:function(d){if(a.events[d]&&0!=a.events[d].length)for(var b in a.events[d])a.events[d][b]()},onStateChange:function(d){a.bind("stateChange",d)},registerLocation:function(d,b){a.locations[d]=b},cacheElement:function(d,b,c,e){return a.cache.elements[d]={id:d,object:b,location:c,priority:e}},cacheBreakpointElement:function(d,b,c,e,g){var h=a.getCachedElement(b);h||(h=a.cacheElement(b,c,e,g));a.breakpoints[d]&&a.breakpoints[d].elements.push(h);return h},getCachedElement:function(d){return a.cache.elements[d]?a.cache.elements[d]:null},detachAllElements:function(){var d,b;for(d in a.cache.elements)if(b=a.cache.elements[d].object,b.parentNode&&(!b.parentNode||b.parentNode.tagName))if(b.parentNode.removeChild(b),a.cache.elements[d].onDetach)a.cache.elements[d].onDetach()},attachElements:function(d){var b=[],c=[],e,g;for(e in d)b[d[e].priority]||(b[d[e].priority]=[]),b[d[e].priority].push(d[e]);for(e in b)if(0!=b[e].length)for(g in b[e])if(d=a.locations[b[e][g].location]){if(d.appendChild(b[e][g].object),b[e][g].onAttach)b[e][g].onAttach()}else c.push(b[e][g]);0*{padding:"+e+" 0 0 "+e+"}.row+.row>*{padding-top:"+e+"}.row{margin-left:-"+e+"}.row.half>*{padding:"+g+" 0 0 "+g+"}.row.half+.row.half>*{padding-top:"+g+"}.row.half{margin-left:-"+g+"}.row.double>*{padding:"+h+" 0 0 "+h+"}.row.double+.row.double>*{padding-top:"+h+"}.row.double{margin-left:-"+h+"}"),"head",3);f.elements.push(c);if(f.config.grid.collapse){if(!(c=a.getCachedElement("iGCo")))c=a.cacheElement("iGCo",a.newInline(a.css.gR+a.css.gCo),"head",3)}else if(!(c=a.getCachedElement("iGNoCo")))c=a.cacheElement("iGNoCo",a.newInline(a.css.gR),"head",3);f.elements.push(c);if(!(c=a.getCachedElement("iCd"+a.stateId))){c=[];e=[];for(b in a.breakpoints)-1!==a.indexOf(d,b)?c.push(".not-"+b):e.push(".only-"+b);c=(0'+d+""):(b=document.createElement("style"),b.type="text/css",b.innerHTML=d);return b},newDiv:function(a){var b=document.createElement("div");b.innerHTML=a;return b},registerPlugin:function(d,b){a.plugins[d]=b;b._=this;a.initPluginConfig(d,b);b.init()},initPluginConfig:function(d,b){var c;c="_skel_"+d+"_config";window[c]?c=window[c]:(c=document.getElementsByTagName("script"),(c=c[c.length-1].innerHTML.replace(/^\s+|\s+$/g,""))&&(c=eval("("+c+")")));"object"==typeof c&&(c.preset&&b.presets[c.preset]&&a.extend(b.config,b.presets[c.preset]),a.extend(b.config,c))},initConfig:function(){function d(b,d){var e;"string"!=typeof d&&(e=function(a){return!1});"*"==d?e=function(a){return!0}:"-"==d.charAt(0)?(c[b]=parseInt(d.substring(1)),e=function(a){return a<=c[b]}):"-"==d.charAt(d.length-1)?(c[b]=parseInt(d.substring(0,d.length-1)),e=function(a){return a>=c[b]}):-1!=a.indexOf(d,"-")?(d=d.split("-"),c[b]=[parseInt(d[0]),parseInt(d[1])],e=function(a){return a>=c[b][0]&&a<=c[b][1]}):(c[b]=parseInt(d),e=function(a){return a==c[b]});return e}var b,c=[],e=[];window._skel_config?b=window._skel_config:(b=document.getElementsByTagName("script"),(b=b[b.length-1].innerHTML.replace(/^\s+|\s+$/g,""))&&(b=eval("("+b+")")));"object"==typeof b&&(b.preset&&a.presets[b.preset]?(a.config.breakpoints={},a.extend(a.config,a.presets[b.preset])):b.breakpoints&&(a.config.breakpoints={}),a.extend(a.config,b));a.extend(a.defaults.config_breakpoint.grid,a.config.grid);a.defaults.config_breakpoint.containers=a.config.containers;for(k in a.config.breakpoints)"object"!=typeof a.config.breakpoints[k]&&(a.config.breakpoints[k]={range:a.config.breakpoints[k]}),b={},a.extend(b,a.defaults.config_breakpoint),a.extend(b,a.config.breakpoints[k]),a.config.breakpoints[k]=b,b={},a.extend(b,a.defaults.breakpoint),b.config=a.config.breakpoints[k],b.test=d(k,b.config.range),b.elements=[],a.breakpoints[k]=b,a.config.preloadStyleSheets&&b.config.hasStyleSheet&&e.push(a.newStyleSheet(a.config.prefix+"-"+k+".css")),a.breakpointList.push(k);for(k in a.config.events)a.bind(k,a.config.events[k]);0=RegExp.$1?!0:!1;(function(){var b=window,c=function(a){g=!1;c.isReady=!1;"function"===typeof a&&h.push(a);a=!1;if(!g)if(g=!0,"loading"!==d.readyState&&l(),d.addEventListener)d.addEventListener("DOMContentLoaded",f,!1),b.addEventListener("load",f,!1);else if(d.attachEvent){d.attachEvent("onreadystatechange",f);b.attachEvent("onload",f);try{a=null==b.frameElement}catch(n){}d.documentElement.doScroll&&a&&m()}},d=b.document,g=!1,h=[],f=function(){d.addEventListener?d.removeEventListener("DOMContentLoaded",f,!1):d.detachEvent("onreadystatechange",f);l()},l=function(){if(!c.isReady){if(!d.body)return setTimeout(l,1);c.isReady=!0;for(var a in h)h[a]();h=[]}},m=function(){if(!c.isReady){try{d.documentElement.doScroll("left")}catch(a){setTimeout(m,1);return}l()}};c.isReady=!1;a.DOMReady=c})();var d=document;d.getElementsByClassName||(d.getElementsByClassName=function(a){return d.querySelectorAll?d.querySelectorAll(("."+a.replace(" "," .")).replace(/\.([0-9])/,".\\3$1 ")):[]});a.indexOf=Array.prototype.indexOf?function(a,c){return a.indexOf(c)}:function(a,c){"string"==typeof a&&(a=a.split(""));var d=a.length>>>0,g=Number(c)||0,g=0>g?Math.ceil(g):Math.floor(g);for(0>g&&(g+=d);g 4 | 14 | {% endif %} 15 | -------------------------------------------------------------------------------- /templates/article.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block content %} 3 |
4 |
5 |
6 |
7 |
8 |
9 | 10 |
11 | {% if article.picture is defined %} 12 | 13 | {% endif %} 14 | 32 | 33 |
{{ article.locale_date }}
34 |

{{ article.title }}

35 | {{ article.content }} 36 |
37 | {% include 'disqus_script.html' %} 38 |
39 |
40 |
41 |
42 |
43 |
44 | {% endblock %} 45 | -------------------------------------------------------------------------------- /templates/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 10 | {% block head %} 11 | {% block title %}{{ SITENAME }}{% endblock title %} 12 | 13 | 14 | {% if FEED_ALL_ATOM %} 15 | 16 | {% endif %} 17 | {% if FEED_ALL_RSS %} 18 | 19 | {% endif %} 20 | {% if FEED_ATOM %} 21 | 22 | {% endif %} 23 | {% if FEED_RSS %} 24 | 25 | {% endif %} 26 | {% if CATEGORY_FEED_ATOM and category %} 27 | 28 | {% endif %} 29 | {% if CATEGORY_FEED_RSS and category %} 30 | 31 | {% endif %} 32 | {% if TAG_FEED_ATOM and tag %} 33 | 34 | {% endif %} 35 | {% if TAG_FEED_RSS and tag %} 36 | 37 | {% endif %} 38 | 39 | 40 | 45 | 48 | {% endblock head %} 49 | 50 | 51 | 52 |
53 |
54 |
55 |
56 | 57 | 58 | 84 | 85 |
86 |
87 |
88 |
89 | 90 | 91 |
92 |
93 | {% block content %} 94 | {% endblock %} 95 | 96 |
97 |
98 | 99 | 100 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | {% include 'analytics.html' %} 240 | 241 | 242 | -------------------------------------------------------------------------------- /templates/disqus_script.html: -------------------------------------------------------------------------------- 1 | {% if DISQUS_SITENAME %} 2 |
3 | 11 | {% endif %} 12 | -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block content %} 3 |
4 |
5 |
6 | {% for article in articles_page.object_list %} 7 | {% if loop.index0 % 3 == 0 %} 8 |
9 | {% endif %} 10 |
11 |
12 | {% if article.picture is defined %} 13 | 14 | {% endif %} 15 |
16 |

{{article.title }}

17 | 18 |
19 | {{ article.summary }} 20 | 23 |
24 |
25 | {% if loop.index % 3 == 0 %} 26 |
27 | {% endif %} 28 | {% endfor %} 29 |
30 | {% if DEFAULT_PAGINATION %} 31 |

32 | {% if articles_page.has_previous() %} 33 | {% if articles_page.previous_page_number() == 1 %} 34 | « 35 | {% else %} 36 | « 37 | {% endif %} 38 | {% endif %} 39 | Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} 40 | {% if articles_page.has_next() %} 41 | » 42 | {% endif %} 43 |

44 | {% endif %} 45 |
46 |
47 | {% endblock content %} 48 | -------------------------------------------------------------------------------- /templates/left-sidebar.html: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | Left Sidebar - Dopetrope by HTML5 UP 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
31 |
32 |
33 | 34 | 35 | 68 | 69 |
70 |
71 |
72 |
73 | 74 | 75 |
76 |
77 |
78 |
79 | 80 | 81 |
82 |
83 |
84 |
85 | 86 | 87 |
88 | 89 |
90 |

Sed etiam lorem nulla

91 |
92 |

Lorem ipsum dolor sit amet sit veroeros sed amet blandit consequat veroeros lorem blandit adipiscing et feugiat phasellus tempus dolore ipsum lorem dolore.

93 | 96 |
97 |
98 |
99 |

Feugiat consequat

100 |
101 |

Veroeros sed amet blandit consequat veroeros lorem blandit adipiscing et feugiat sed lorem consequat feugiat lorem dolore.

102 | 108 | 111 |
112 | 113 |
114 |
115 | 116 | 117 |
118 | 119 |
120 |

Left Sidebar

121 | 122 |
123 |

124 | Vestibulum scelerisque ultricies libero id hendrerit. Vivamus malesuada quam faucibus ante dignissim auctor 125 | hendrerit libero placerat. Nulla facilisi. Proin aliquam felis non arcu molestie at accumsan turpis commodo. 126 | Proin elementum, nibh non egestas sodales, augue quam aliquet est, id egestas diam justo adipiscing ante. 127 | Pellentesque tempus nulla non urna eleifend ut ultrices nisi faucibus. 128 |

129 |

130 | Praesent a dolor leo. Duis in felis in tortor lobortis volutpat et pretium tellus. Vestibulum ac ante nisl, 131 | a elementum odio. Duis semper risus et lectus commodo fringilla. Maecenas sagittis convallis justo vel mattis. 132 | placerat, nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 133 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 134 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 135 | sit amet nullam consequat feugiat dolore tempus. 136 |

137 |
138 |
139 |

Something else

140 |
141 |

142 | Elementum odio duis semper risus et lectus commodo fringilla. Maecenas sagittis convallis justo vel mattis. 143 | placerat, nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 144 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 145 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 146 | sit amet nullam consequat feugiat dolore tempus. 147 |

148 |

149 | Nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 150 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 151 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 152 | sit amet nullam consequat feugiat dolore tempus. 153 |

154 |
155 |
156 |
157 |

So in conclusion ...

158 |
159 |

160 | Nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 161 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 162 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 163 | sit amet nullam consequat feugiat dolore tempus. Elementum odio duis semper risus et lectus commodo fringilla. 164 | Maecenas sagittis convallis justo vel mattis. 165 |

166 |
167 |
168 | 169 |
170 |
171 |
172 |
173 | 174 |
175 |
176 |
177 |
178 | 179 | 180 | 328 | 329 | 330 | -------------------------------------------------------------------------------- /templates/page.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block content %} 3 |
4 |
5 | 6 |
7 |
8 |
9 |
10 | 11 |
12 | {% if page.picture is defined %} 13 | 14 | {% endif %} 15 | {{ page.content }} 16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | {% endblock %} 24 | -------------------------------------------------------------------------------- /templates/right-sidebar.html: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | Right Sidebar - Dopetrope by HTML5 UP 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
31 |
32 |
33 | 34 | 35 | 68 | 69 |
70 |
71 |
72 |
73 | 74 | 75 |
76 |
77 |
78 |
79 | 80 | 81 |
82 |
83 |
84 |
85 | 86 | 87 |
88 | 89 |
90 |

Right sidebar

91 | 92 |
93 |

94 | Vestibulum scelerisque ultricies libero id hendrerit. Vivamus malesuada quam faucibus ante dignissim auctor 95 | hendrerit libero placerat. Nulla facilisi. Proin aliquam felis non arcu molestie at accumsan turpis commodo. 96 | Proin elementum, nibh non egestas sodales, augue quam aliquet est, id egestas diam justo adipiscing ante. 97 | Pellentesque tempus nulla non urna eleifend ut ultrices nisi faucibus. 98 |

99 |

100 | Praesent a dolor leo. Duis in felis in tortor lobortis volutpat et pretium tellus. Vestibulum ac ante nisl, 101 | a elementum odio. Duis semper risus et lectus commodo fringilla. Maecenas sagittis convallis justo vel mattis. 102 | placerat, nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 103 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 104 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 105 | sit amet nullam consequat feugiat dolore tempus. 106 |

107 |
108 |
109 |

Something else

110 |
111 |

112 | Elementum odio duis semper risus et lectus commodo fringilla. Maecenas sagittis convallis justo vel mattis. 113 | placerat, nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 114 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 115 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 116 | sit amet nullam consequat feugiat dolore tempus. 117 |

118 |

119 | Nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 120 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 121 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 122 | sit amet nullam consequat feugiat dolore tempus. 123 |

124 |
125 |
126 |
127 |

So in conclusion ...

128 |
129 |

130 | Nunc diam iaculis massa, et aliquet nibh leo non nisl vitae porta lobortis, enim neque fringilla nunc, 131 | eget faucibus lacus sem quis nunc suspendisse nec lectus sit amet augue rutrum vulputate ut ut mi. Aenean 132 | elementum, mi sit amet porttitor lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor 133 | sit amet nullam consequat feugiat dolore tempus. Elementum odio duis semper risus et lectus commodo fringilla. 134 | Maecenas sagittis convallis justo vel mattis. 135 |

136 |
137 |
138 | 139 |
140 |
141 | 142 | 143 |
144 | 145 |
146 |

Sed etiam lorem nulla

147 |
148 |

Lorem ipsum dolor sit amet sit veroeros sed amet blandit consequat veroeros lorem blandit adipiscing et feugiat phasellus tempus dolore ipsum lorem dolore.

149 | 152 |
153 |
154 |
155 |

Feugiat consequat

156 |
157 |

Veroeros sed amet blandit consequat veroeros lorem blandit adipiscing et feugiat sed lorem consequat feugiat lorem dolore.

158 | 164 | 167 |
168 | 169 |
170 |
171 |
172 |
173 | 174 |
175 |
176 |
177 |
178 | 179 | 180 | 328 | 329 | 330 | -------------------------------------------------------------------------------- /templates/tag.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | {% block title %}{{ SITENAME }} - {{ tag }}{% endblock %} 3 | --------------------------------------------------------------------------------