diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index ef48125b5a..2183b0608f 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -142,5 +142,6 @@ module.exports = (app)-> subdomain = _.find Settings.i18n.subdomainLang, (subdomain)-> subdomain.lngCode == req.showUserOtherLng res.locals.recomendSubdomain = subdomain + res.locals.currentLngCode = req.lng next() diff --git a/services/web/app/views/layout/footer.jade b/services/web/app/views/layout/footer.jade index 34e17ab385..b63a895178 100644 --- a/services/web/app/views/layout/footer.jade +++ b/services/web/app/views/layout/footer.jade @@ -1,3 +1,5 @@ + + footer.site-footer .container .row @@ -9,14 +11,22 @@ footer.site-footer else | !{item.text} - ul.col-md-3 - - each subdomainDetails, subdomain in settings.i18n.subdomainLang - li - a(href=subdomainDetails.url+currentUrl) - p #{translate(subdomainDetails.lngCode)} - img(src="/img/flags/32/#{subdomainDetails.lngCode}.png") + + .col-md-3 + .dropdown.dropup.subdued + a.dropdown-toggle( + href="#", + data-toggle="dropdown", + aria-haspopup="true", + aria-expanded="false" + ) #{translate("language")} + img(src="/img/flags/24/#{currentLngCode}.png") + ul.dropdown-menu(role="menu") + each subdomainDetails, subdomain in settings.i18n.subdomainLang + li.lngOption + a.menu-indent(href=subdomainDetails.url+currentUrl) #{translate(subdomainDetails.lngCode)} + img(src="/img/flags/32/#{subdomainDetails.lngCode}.png") ul.col-md-3 diff --git a/services/web/app/views/layout/navbar.jade b/services/web/app/views/layout/navbar.jade index 00a08bdd46..bebc297e8f 100644 --- a/services/web/app/views/layout/navbar.jade +++ b/services/web/app/views/layout/navbar.jade @@ -6,7 +6,7 @@ nav.navbar.navbar-default a(href='/').navbar-brand .navbar-collapse.collapse(collapse="navCollapsed") - + ul.nav.navbar-nav.navbar-right each item in nav.header if ((item.only_when_logged_in && session && session.user) || (item.only_when_logged_out && (!session || !session.user)) || (!item.only_when_logged_out && !item.only_when_logged_in)) diff --git a/services/web/app/views/project/list/side-bar.jade b/services/web/app/views/project/list/side-bar.jade index c560ebc3c3..6206adb376 100644 --- a/services/web/app/views/project/list/side-bar.jade +++ b/services/web/app/views/project/list/side-bar.jade @@ -1,5 +1,5 @@ .dropdown - a.btn.btn-primary.dropdown-toggle( + a.btn.dropdown-toggle( href="#", data-toggle="dropdown" ) diff --git a/services/web/public/img/flags/24/_ASEAN.png b/services/web/public/img/flags/24/_ASEAN.png new file mode 100755 index 0000000000..36a93ffef2 Binary files /dev/null and b/services/web/public/img/flags/24/_ASEAN.png differ diff --git a/services/web/public/img/flags/24/_African Union.png b/services/web/public/img/flags/24/_African Union.png new file mode 100755 index 0000000000..3aa8495e0a Binary files /dev/null and b/services/web/public/img/flags/24/_African Union.png differ diff --git a/services/web/public/img/flags/24/_Alderney.png b/services/web/public/img/flags/24/_Alderney.png new file mode 100755 index 0000000000..1ffc300e39 Binary files /dev/null and b/services/web/public/img/flags/24/_Alderney.png differ diff --git a/services/web/public/img/flags/24/_Arab League.png b/services/web/public/img/flags/24/_Arab League.png new file mode 100755 index 0000000000..ef36d33fca Binary files /dev/null and b/services/web/public/img/flags/24/_Arab League.png differ diff --git a/services/web/public/img/flags/24/_Basque Country.png b/services/web/public/img/flags/24/_Basque Country.png new file mode 100755 index 0000000000..3b686ab10c Binary files /dev/null and b/services/web/public/img/flags/24/_Basque Country.png differ diff --git a/services/web/public/img/flags/24/_CARICOM.png b/services/web/public/img/flags/24/_CARICOM.png new file mode 100755 index 0000000000..ab174c418e Binary files /dev/null and b/services/web/public/img/flags/24/_CARICOM.png differ diff --git a/services/web/public/img/flags/24/_CIS.png b/services/web/public/img/flags/24/_CIS.png new file mode 100755 index 0000000000..0f5d42faed Binary files /dev/null and b/services/web/public/img/flags/24/_CIS.png differ diff --git a/services/web/public/img/flags/24/_Catalonia.png b/services/web/public/img/flags/24/_Catalonia.png new file mode 100755 index 0000000000..6a90a1d7bf Binary files /dev/null and b/services/web/public/img/flags/24/_Catalonia.png differ diff --git a/services/web/public/img/flags/24/_Commonwealth.png b/services/web/public/img/flags/24/_Commonwealth.png new file mode 100755 index 0000000000..e9e1eea0ef Binary files /dev/null and b/services/web/public/img/flags/24/_Commonwealth.png differ diff --git a/services/web/public/img/flags/24/_England.png b/services/web/public/img/flags/24/_England.png new file mode 100755 index 0000000000..83a37c7a09 Binary files /dev/null and b/services/web/public/img/flags/24/_England.png differ diff --git a/services/web/public/img/flags/24/_European Union.png b/services/web/public/img/flags/24/_European Union.png new file mode 100755 index 0000000000..d6dc493316 Binary files /dev/null and b/services/web/public/img/flags/24/_European Union.png differ diff --git a/services/web/public/img/flags/24/_FAO.png b/services/web/public/img/flags/24/_FAO.png new file mode 100755 index 0000000000..ab526ff71a Binary files /dev/null and b/services/web/public/img/flags/24/_FAO.png differ diff --git a/services/web/public/img/flags/24/_Galicia.png b/services/web/public/img/flags/24/_Galicia.png new file mode 100755 index 0000000000..cfef636c08 Binary files /dev/null and b/services/web/public/img/flags/24/_Galicia.png differ diff --git a/services/web/public/img/flags/24/_IAEA.png b/services/web/public/img/flags/24/_IAEA.png new file mode 100755 index 0000000000..65c44785a5 Binary files /dev/null and b/services/web/public/img/flags/24/_IAEA.png differ diff --git a/services/web/public/img/flags/24/_IHO.png b/services/web/public/img/flags/24/_IHO.png new file mode 100755 index 0000000000..ad619713a3 Binary files /dev/null and b/services/web/public/img/flags/24/_IHO.png differ diff --git a/services/web/public/img/flags/24/_Islamic Conference.png b/services/web/public/img/flags/24/_Islamic Conference.png new file mode 100755 index 0000000000..5c651fa3b4 Binary files /dev/null and b/services/web/public/img/flags/24/_Islamic Conference.png differ diff --git a/services/web/public/img/flags/24/_Kosovo.png b/services/web/public/img/flags/24/_Kosovo.png new file mode 100755 index 0000000000..ff1f784afc Binary files /dev/null and b/services/web/public/img/flags/24/_Kosovo.png differ diff --git a/services/web/public/img/flags/24/_NATO.png b/services/web/public/img/flags/24/_NATO.png new file mode 100755 index 0000000000..dd3c5b2b69 Binary files /dev/null and b/services/web/public/img/flags/24/_NATO.png differ diff --git a/services/web/public/img/flags/24/_Northern Cyprus.png b/services/web/public/img/flags/24/_Northern Cyprus.png new file mode 100755 index 0000000000..3518d82fe5 Binary files /dev/null and b/services/web/public/img/flags/24/_Northern Cyprus.png differ diff --git a/services/web/public/img/flags/24/_Northern Ireland.png b/services/web/public/img/flags/24/_Northern Ireland.png new file mode 100755 index 0000000000..2c8e1cb8d6 Binary files /dev/null and b/services/web/public/img/flags/24/_Northern Ireland.png differ diff --git a/services/web/public/img/flags/24/_OAS.png b/services/web/public/img/flags/24/_OAS.png new file mode 100755 index 0000000000..65cfff1b8a Binary files /dev/null and b/services/web/public/img/flags/24/_OAS.png differ diff --git a/services/web/public/img/flags/24/_OECD.png b/services/web/public/img/flags/24/_OECD.png new file mode 100755 index 0000000000..864986dcaf Binary files /dev/null and b/services/web/public/img/flags/24/_OECD.png differ diff --git a/services/web/public/img/flags/24/_OPEC.png b/services/web/public/img/flags/24/_OPEC.png new file mode 100755 index 0000000000..76eaa20e84 Binary files /dev/null and b/services/web/public/img/flags/24/_OPEC.png differ diff --git a/services/web/public/img/flags/24/_Olimpic Movement.png b/services/web/public/img/flags/24/_Olimpic Movement.png new file mode 100755 index 0000000000..7c0041211d Binary files /dev/null and b/services/web/public/img/flags/24/_Olimpic Movement.png differ diff --git a/services/web/public/img/flags/24/_Quebec.png b/services/web/public/img/flags/24/_Quebec.png new file mode 100755 index 0000000000..ce06f16656 Binary files /dev/null and b/services/web/public/img/flags/24/_Quebec.png differ diff --git a/services/web/public/img/flags/24/_Red Cross.png b/services/web/public/img/flags/24/_Red Cross.png new file mode 100755 index 0000000000..aba10d457b Binary files /dev/null and b/services/web/public/img/flags/24/_Red Cross.png differ diff --git a/services/web/public/img/flags/24/_Scotland.png b/services/web/public/img/flags/24/_Scotland.png new file mode 100755 index 0000000000..481cb462a9 Binary files /dev/null and b/services/web/public/img/flags/24/_Scotland.png differ diff --git a/services/web/public/img/flags/24/_Somaliland.png b/services/web/public/img/flags/24/_Somaliland.png new file mode 100755 index 0000000000..b5dca80c70 Binary files /dev/null and b/services/web/public/img/flags/24/_Somaliland.png differ diff --git a/services/web/public/img/flags/24/_Tristan-da-Cunha.png b/services/web/public/img/flags/24/_Tristan-da-Cunha.png new file mode 100755 index 0000000000..05a9a79627 Binary files /dev/null and b/services/web/public/img/flags/24/_Tristan-da-Cunha.png differ diff --git a/services/web/public/img/flags/24/_UNESCO.png b/services/web/public/img/flags/24/_UNESCO.png new file mode 100755 index 0000000000..004b671b9c Binary files /dev/null and b/services/web/public/img/flags/24/_UNESCO.png differ diff --git a/services/web/public/img/flags/24/_UNICEF.png b/services/web/public/img/flags/24/_UNICEF.png new file mode 100755 index 0000000000..720e4af5bc Binary files /dev/null and b/services/web/public/img/flags/24/_UNICEF.png differ diff --git a/services/web/public/img/flags/24/_United Nations.png b/services/web/public/img/flags/24/_United Nations.png new file mode 100755 index 0000000000..70f2375728 Binary files /dev/null and b/services/web/public/img/flags/24/_United Nations.png differ diff --git a/services/web/public/img/flags/24/_WHO.png b/services/web/public/img/flags/24/_WHO.png new file mode 100755 index 0000000000..fe34634d1b Binary files /dev/null and b/services/web/public/img/flags/24/_WHO.png differ diff --git a/services/web/public/img/flags/24/_WTO.png b/services/web/public/img/flags/24/_WTO.png new file mode 100755 index 0000000000..67b9df968e Binary files /dev/null and b/services/web/public/img/flags/24/_WTO.png differ diff --git a/services/web/public/img/flags/24/_Wales.png b/services/web/public/img/flags/24/_Wales.png new file mode 100755 index 0000000000..80bd967566 Binary files /dev/null and b/services/web/public/img/flags/24/_Wales.png differ diff --git a/services/web/public/img/flags/24/ad.png b/services/web/public/img/flags/24/ad.png new file mode 100755 index 0000000000..6345f6641b Binary files /dev/null and b/services/web/public/img/flags/24/ad.png differ diff --git a/services/web/public/img/flags/24/ae.png b/services/web/public/img/flags/24/ae.png new file mode 100755 index 0000000000..6c2a7dbfbc Binary files /dev/null and b/services/web/public/img/flags/24/ae.png differ diff --git a/services/web/public/img/flags/24/af.png b/services/web/public/img/flags/24/af.png new file mode 100755 index 0000000000..cd325bf345 Binary files /dev/null and b/services/web/public/img/flags/24/af.png differ diff --git a/services/web/public/img/flags/24/ag.png b/services/web/public/img/flags/24/ag.png new file mode 100755 index 0000000000..5068b43d1c Binary files /dev/null and b/services/web/public/img/flags/24/ag.png differ diff --git a/services/web/public/img/flags/24/ai.png b/services/web/public/img/flags/24/ai.png new file mode 100755 index 0000000000..a66d2f1016 Binary files /dev/null and b/services/web/public/img/flags/24/ai.png differ diff --git a/services/web/public/img/flags/24/al.png b/services/web/public/img/flags/24/al.png new file mode 100755 index 0000000000..d5aacd9e32 Binary files /dev/null and b/services/web/public/img/flags/24/al.png differ diff --git a/services/web/public/img/flags/24/am.png b/services/web/public/img/flags/24/am.png new file mode 100755 index 0000000000..5864fc877c Binary files /dev/null and b/services/web/public/img/flags/24/am.png differ diff --git a/services/web/public/img/flags/24/an.png b/services/web/public/img/flags/24/an.png new file mode 100755 index 0000000000..febec63de8 Binary files /dev/null and b/services/web/public/img/flags/24/an.png differ diff --git a/services/web/public/img/flags/24/ao.png b/services/web/public/img/flags/24/ao.png new file mode 100755 index 0000000000..277f9405ef Binary files /dev/null and b/services/web/public/img/flags/24/ao.png differ diff --git a/services/web/public/img/flags/24/aq.png b/services/web/public/img/flags/24/aq.png new file mode 100755 index 0000000000..16bb335f70 Binary files /dev/null and b/services/web/public/img/flags/24/aq.png differ diff --git a/services/web/public/img/flags/24/ar.png b/services/web/public/img/flags/24/ar.png new file mode 100755 index 0000000000..5565e71fe9 Binary files /dev/null and b/services/web/public/img/flags/24/ar.png differ diff --git a/services/web/public/img/flags/24/as.png b/services/web/public/img/flags/24/as.png new file mode 100755 index 0000000000..ccd153ed7b Binary files /dev/null and b/services/web/public/img/flags/24/as.png differ diff --git a/services/web/public/img/flags/24/at.png b/services/web/public/img/flags/24/at.png new file mode 100755 index 0000000000..32ec53b13f Binary files /dev/null and b/services/web/public/img/flags/24/at.png differ diff --git a/services/web/public/img/flags/24/au.png b/services/web/public/img/flags/24/au.png new file mode 100755 index 0000000000..b2fcce5e53 Binary files /dev/null and b/services/web/public/img/flags/24/au.png differ diff --git a/services/web/public/img/flags/24/aw.png b/services/web/public/img/flags/24/aw.png new file mode 100755 index 0000000000..d6eb41840c Binary files /dev/null and b/services/web/public/img/flags/24/aw.png differ diff --git a/services/web/public/img/flags/24/ax.png b/services/web/public/img/flags/24/ax.png new file mode 100755 index 0000000000..448ba83154 Binary files /dev/null and b/services/web/public/img/flags/24/ax.png differ diff --git a/services/web/public/img/flags/24/az.png b/services/web/public/img/flags/24/az.png new file mode 100755 index 0000000000..d76fab8fc1 Binary files /dev/null and b/services/web/public/img/flags/24/az.png differ diff --git a/services/web/public/img/flags/24/ba.png b/services/web/public/img/flags/24/ba.png new file mode 100755 index 0000000000..16da3c1f57 Binary files /dev/null and b/services/web/public/img/flags/24/ba.png differ diff --git a/services/web/public/img/flags/24/bb.png b/services/web/public/img/flags/24/bb.png new file mode 100755 index 0000000000..1fd3d827a8 Binary files /dev/null and b/services/web/public/img/flags/24/bb.png differ diff --git a/services/web/public/img/flags/24/bd.png b/services/web/public/img/flags/24/bd.png new file mode 100755 index 0000000000..accbbe3868 Binary files /dev/null and b/services/web/public/img/flags/24/bd.png differ diff --git a/services/web/public/img/flags/24/be.png b/services/web/public/img/flags/24/be.png new file mode 100755 index 0000000000..5b5340242b Binary files /dev/null and b/services/web/public/img/flags/24/be.png differ diff --git a/services/web/public/img/flags/24/bf.png b/services/web/public/img/flags/24/bf.png new file mode 100755 index 0000000000..ad99066759 Binary files /dev/null and b/services/web/public/img/flags/24/bf.png differ diff --git a/services/web/public/img/flags/24/bg.png b/services/web/public/img/flags/24/bg.png new file mode 100755 index 0000000000..ef1131409a Binary files /dev/null and b/services/web/public/img/flags/24/bg.png differ diff --git a/services/web/public/img/flags/24/bh.png b/services/web/public/img/flags/24/bh.png new file mode 100755 index 0000000000..b82eb7ac12 Binary files /dev/null and b/services/web/public/img/flags/24/bh.png differ diff --git a/services/web/public/img/flags/24/bi.png b/services/web/public/img/flags/24/bi.png new file mode 100755 index 0000000000..5dc84b83b6 Binary files /dev/null and b/services/web/public/img/flags/24/bi.png differ diff --git a/services/web/public/img/flags/24/bj.png b/services/web/public/img/flags/24/bj.png new file mode 100755 index 0000000000..0871ec959c Binary files /dev/null and b/services/web/public/img/flags/24/bj.png differ diff --git a/services/web/public/img/flags/24/bl.png b/services/web/public/img/flags/24/bl.png new file mode 100755 index 0000000000..2d3e7436c1 Binary files /dev/null and b/services/web/public/img/flags/24/bl.png differ diff --git a/services/web/public/img/flags/24/bm.png b/services/web/public/img/flags/24/bm.png new file mode 100755 index 0000000000..6da6c00823 Binary files /dev/null and b/services/web/public/img/flags/24/bm.png differ diff --git a/services/web/public/img/flags/24/bn.png b/services/web/public/img/flags/24/bn.png new file mode 100755 index 0000000000..71975557ad Binary files /dev/null and b/services/web/public/img/flags/24/bn.png differ diff --git a/services/web/public/img/flags/24/bo.png b/services/web/public/img/flags/24/bo.png new file mode 100755 index 0000000000..8e91310438 Binary files /dev/null and b/services/web/public/img/flags/24/bo.png differ diff --git a/services/web/public/img/flags/24/bq.png b/services/web/public/img/flags/24/bq.png new file mode 100755 index 0000000000..362c9f06c3 Binary files /dev/null and b/services/web/public/img/flags/24/bq.png differ diff --git a/services/web/public/img/flags/24/br.png b/services/web/public/img/flags/24/br.png new file mode 100755 index 0000000000..78c57dea26 Binary files /dev/null and b/services/web/public/img/flags/24/br.png differ diff --git a/services/web/public/img/flags/24/bs.png b/services/web/public/img/flags/24/bs.png new file mode 100755 index 0000000000..7dfc7b31c8 Binary files /dev/null and b/services/web/public/img/flags/24/bs.png differ diff --git a/services/web/public/img/flags/24/bt.png b/services/web/public/img/flags/24/bt.png new file mode 100755 index 0000000000..652d1286a5 Binary files /dev/null and b/services/web/public/img/flags/24/bt.png differ diff --git a/services/web/public/img/flags/24/bv.png b/services/web/public/img/flags/24/bv.png new file mode 100755 index 0000000000..60939dc746 Binary files /dev/null and b/services/web/public/img/flags/24/bv.png differ diff --git a/services/web/public/img/flags/24/bw.png b/services/web/public/img/flags/24/bw.png new file mode 100755 index 0000000000..cd210e93b9 Binary files /dev/null and b/services/web/public/img/flags/24/bw.png differ diff --git a/services/web/public/img/flags/24/by.png b/services/web/public/img/flags/24/by.png new file mode 100755 index 0000000000..b611880789 Binary files /dev/null and b/services/web/public/img/flags/24/by.png differ diff --git a/services/web/public/img/flags/24/bz.png b/services/web/public/img/flags/24/bz.png new file mode 100755 index 0000000000..08726c802e Binary files /dev/null and b/services/web/public/img/flags/24/bz.png differ diff --git a/services/web/public/img/flags/24/ca.png b/services/web/public/img/flags/24/ca.png new file mode 100755 index 0000000000..bc3371cb98 Binary files /dev/null and b/services/web/public/img/flags/24/ca.png differ diff --git a/services/web/public/img/flags/24/cc.png b/services/web/public/img/flags/24/cc.png new file mode 100755 index 0000000000..c5bef90b2f Binary files /dev/null and b/services/web/public/img/flags/24/cc.png differ diff --git a/services/web/public/img/flags/24/cd.png b/services/web/public/img/flags/24/cd.png new file mode 100755 index 0000000000..97be18e69f Binary files /dev/null and b/services/web/public/img/flags/24/cd.png differ diff --git a/services/web/public/img/flags/24/cf.png b/services/web/public/img/flags/24/cf.png new file mode 100755 index 0000000000..6266f40461 Binary files /dev/null and b/services/web/public/img/flags/24/cf.png differ diff --git a/services/web/public/img/flags/24/cg.png b/services/web/public/img/flags/24/cg.png new file mode 100755 index 0000000000..1e37c7d662 Binary files /dev/null and b/services/web/public/img/flags/24/cg.png differ diff --git a/services/web/public/img/flags/24/ch.png b/services/web/public/img/flags/24/ch.png new file mode 100755 index 0000000000..0732b09162 Binary files /dev/null and b/services/web/public/img/flags/24/ch.png differ diff --git a/services/web/public/img/flags/24/ci.png b/services/web/public/img/flags/24/ci.png new file mode 100755 index 0000000000..b40bf0a8f3 Binary files /dev/null and b/services/web/public/img/flags/24/ci.png differ diff --git a/services/web/public/img/flags/24/ck.png b/services/web/public/img/flags/24/ck.png new file mode 100755 index 0000000000..e4b177313b Binary files /dev/null and b/services/web/public/img/flags/24/ck.png differ diff --git a/services/web/public/img/flags/24/cl.png b/services/web/public/img/flags/24/cl.png new file mode 100755 index 0000000000..4d149df143 Binary files /dev/null and b/services/web/public/img/flags/24/cl.png differ diff --git a/services/web/public/img/flags/24/cm.png b/services/web/public/img/flags/24/cm.png new file mode 100755 index 0000000000..3560c7bc22 Binary files /dev/null and b/services/web/public/img/flags/24/cm.png differ diff --git a/services/web/public/img/flags/24/cn.png b/services/web/public/img/flags/24/cn.png new file mode 100755 index 0000000000..4836b0fe3d Binary files /dev/null and b/services/web/public/img/flags/24/cn.png differ diff --git a/services/web/public/img/flags/24/co.png b/services/web/public/img/flags/24/co.png new file mode 100755 index 0000000000..4823ad0ac5 Binary files /dev/null and b/services/web/public/img/flags/24/co.png differ diff --git a/services/web/public/img/flags/24/cr.png b/services/web/public/img/flags/24/cr.png new file mode 100755 index 0000000000..334fd41fa7 Binary files /dev/null and b/services/web/public/img/flags/24/cr.png differ diff --git a/services/web/public/img/flags/24/cu.png b/services/web/public/img/flags/24/cu.png new file mode 100755 index 0000000000..33817395fe Binary files /dev/null and b/services/web/public/img/flags/24/cu.png differ diff --git a/services/web/public/img/flags/24/cv.png b/services/web/public/img/flags/24/cv.png new file mode 100755 index 0000000000..66c8f07a49 Binary files /dev/null and b/services/web/public/img/flags/24/cv.png differ diff --git a/services/web/public/img/flags/24/cw.png b/services/web/public/img/flags/24/cw.png new file mode 100755 index 0000000000..1814b7d7ce Binary files /dev/null and b/services/web/public/img/flags/24/cw.png differ diff --git a/services/web/public/img/flags/24/cx.png b/services/web/public/img/flags/24/cx.png new file mode 100755 index 0000000000..d99fa57ab6 Binary files /dev/null and b/services/web/public/img/flags/24/cx.png differ diff --git a/services/web/public/img/flags/24/cy.png b/services/web/public/img/flags/24/cy.png new file mode 100755 index 0000000000..18847ce2dc Binary files /dev/null and b/services/web/public/img/flags/24/cy.png differ diff --git a/services/web/public/img/flags/24/cz.png b/services/web/public/img/flags/24/cz.png new file mode 100755 index 0000000000..9e2cef20a1 Binary files /dev/null and b/services/web/public/img/flags/24/cz.png differ diff --git a/services/web/public/img/flags/24/de.png b/services/web/public/img/flags/24/de.png new file mode 100755 index 0000000000..e840992d97 Binary files /dev/null and b/services/web/public/img/flags/24/de.png differ diff --git a/services/web/public/img/flags/24/dj.png b/services/web/public/img/flags/24/dj.png new file mode 100755 index 0000000000..3162e235e6 Binary files /dev/null and b/services/web/public/img/flags/24/dj.png differ diff --git a/services/web/public/img/flags/24/dk.png b/services/web/public/img/flags/24/dk.png new file mode 100755 index 0000000000..cab553dae8 Binary files /dev/null and b/services/web/public/img/flags/24/dk.png differ diff --git a/services/web/public/img/flags/24/dm.png b/services/web/public/img/flags/24/dm.png new file mode 100755 index 0000000000..251d5721cd Binary files /dev/null and b/services/web/public/img/flags/24/dm.png differ diff --git a/services/web/public/img/flags/24/do.png b/services/web/public/img/flags/24/do.png new file mode 100755 index 0000000000..dfed909589 Binary files /dev/null and b/services/web/public/img/flags/24/do.png differ diff --git a/services/web/public/img/flags/24/dz.png b/services/web/public/img/flags/24/dz.png new file mode 100755 index 0000000000..187aa0fcac Binary files /dev/null and b/services/web/public/img/flags/24/dz.png differ diff --git a/services/web/public/img/flags/24/ec.png b/services/web/public/img/flags/24/ec.png new file mode 100755 index 0000000000..79ddc253c3 Binary files /dev/null and b/services/web/public/img/flags/24/ec.png differ diff --git a/services/web/public/img/flags/24/ee.png b/services/web/public/img/flags/24/ee.png new file mode 100755 index 0000000000..20bfc87c0e Binary files /dev/null and b/services/web/public/img/flags/24/ee.png differ diff --git a/services/web/public/img/flags/24/eg.png b/services/web/public/img/flags/24/eg.png new file mode 100755 index 0000000000..d96fd30dc1 Binary files /dev/null and b/services/web/public/img/flags/24/eg.png differ diff --git a/services/web/public/img/flags/24/eh.png b/services/web/public/img/flags/24/eh.png new file mode 100755 index 0000000000..ce9ee8303f Binary files /dev/null and b/services/web/public/img/flags/24/eh.png differ diff --git a/services/web/public/img/flags/24/en.png b/services/web/public/img/flags/24/en.png new file mode 100755 index 0000000000..f9337dc5d2 Binary files /dev/null and b/services/web/public/img/flags/24/en.png differ diff --git a/services/web/public/img/flags/24/er.png b/services/web/public/img/flags/24/er.png new file mode 100755 index 0000000000..87bc7b0813 Binary files /dev/null and b/services/web/public/img/flags/24/er.png differ diff --git a/services/web/public/img/flags/24/es.png b/services/web/public/img/flags/24/es.png new file mode 100755 index 0000000000..2fe8dafb46 Binary files /dev/null and b/services/web/public/img/flags/24/es.png differ diff --git a/services/web/public/img/flags/24/et.png b/services/web/public/img/flags/24/et.png new file mode 100755 index 0000000000..e5e5c7381c Binary files /dev/null and b/services/web/public/img/flags/24/et.png differ diff --git a/services/web/public/img/flags/24/fi.png b/services/web/public/img/flags/24/fi.png new file mode 100755 index 0000000000..453781e44a Binary files /dev/null and b/services/web/public/img/flags/24/fi.png differ diff --git a/services/web/public/img/flags/24/fj.png b/services/web/public/img/flags/24/fj.png new file mode 100755 index 0000000000..51aa3f1c25 Binary files /dev/null and b/services/web/public/img/flags/24/fj.png differ diff --git a/services/web/public/img/flags/24/fk.png b/services/web/public/img/flags/24/fk.png new file mode 100755 index 0000000000..ee59b26b1c Binary files /dev/null and b/services/web/public/img/flags/24/fk.png differ diff --git a/services/web/public/img/flags/24/fm.png b/services/web/public/img/flags/24/fm.png new file mode 100755 index 0000000000..72824685cb Binary files /dev/null and b/services/web/public/img/flags/24/fm.png differ diff --git a/services/web/public/img/flags/24/fo.png b/services/web/public/img/flags/24/fo.png new file mode 100755 index 0000000000..95da08324c Binary files /dev/null and b/services/web/public/img/flags/24/fo.png differ diff --git a/services/web/public/img/flags/24/fr.png b/services/web/public/img/flags/24/fr.png new file mode 100755 index 0000000000..fd40c41169 Binary files /dev/null and b/services/web/public/img/flags/24/fr.png differ diff --git a/services/web/public/img/flags/24/ga.png b/services/web/public/img/flags/24/ga.png new file mode 100755 index 0000000000..b8781c42c3 Binary files /dev/null and b/services/web/public/img/flags/24/ga.png differ diff --git a/services/web/public/img/flags/24/gb.png b/services/web/public/img/flags/24/gb.png new file mode 100755 index 0000000000..51a27cf1d6 Binary files /dev/null and b/services/web/public/img/flags/24/gb.png differ diff --git a/services/web/public/img/flags/24/gd.png b/services/web/public/img/flags/24/gd.png new file mode 100755 index 0000000000..4c4f8c0d57 Binary files /dev/null and b/services/web/public/img/flags/24/gd.png differ diff --git a/services/web/public/img/flags/24/ge.png b/services/web/public/img/flags/24/ge.png new file mode 100755 index 0000000000..3f5baa64f7 Binary files /dev/null and b/services/web/public/img/flags/24/ge.png differ diff --git a/services/web/public/img/flags/24/gf.png b/services/web/public/img/flags/24/gf.png new file mode 100755 index 0000000000..dbd7e65f14 Binary files /dev/null and b/services/web/public/img/flags/24/gf.png differ diff --git a/services/web/public/img/flags/24/gg.png b/services/web/public/img/flags/24/gg.png new file mode 100755 index 0000000000..e3e4f54657 Binary files /dev/null and b/services/web/public/img/flags/24/gg.png differ diff --git a/services/web/public/img/flags/24/gh.png b/services/web/public/img/flags/24/gh.png new file mode 100755 index 0000000000..47d5cf0f9c Binary files /dev/null and b/services/web/public/img/flags/24/gh.png differ diff --git a/services/web/public/img/flags/24/gi.png b/services/web/public/img/flags/24/gi.png new file mode 100755 index 0000000000..0cd716f8b1 Binary files /dev/null and b/services/web/public/img/flags/24/gi.png differ diff --git a/services/web/public/img/flags/24/gl.png b/services/web/public/img/flags/24/gl.png new file mode 100755 index 0000000000..bc12e81ffe Binary files /dev/null and b/services/web/public/img/flags/24/gl.png differ diff --git a/services/web/public/img/flags/24/gm.png b/services/web/public/img/flags/24/gm.png new file mode 100755 index 0000000000..2c9b4e18d8 Binary files /dev/null and b/services/web/public/img/flags/24/gm.png differ diff --git a/services/web/public/img/flags/24/gn.png b/services/web/public/img/flags/24/gn.png new file mode 100755 index 0000000000..37b9383015 Binary files /dev/null and b/services/web/public/img/flags/24/gn.png differ diff --git a/services/web/public/img/flags/24/gp.png b/services/web/public/img/flags/24/gp.png new file mode 100755 index 0000000000..791f46dc63 Binary files /dev/null and b/services/web/public/img/flags/24/gp.png differ diff --git a/services/web/public/img/flags/24/gq.png b/services/web/public/img/flags/24/gq.png new file mode 100755 index 0000000000..9064e45503 Binary files /dev/null and b/services/web/public/img/flags/24/gq.png differ diff --git a/services/web/public/img/flags/24/gr.png b/services/web/public/img/flags/24/gr.png new file mode 100755 index 0000000000..674ef07f37 Binary files /dev/null and b/services/web/public/img/flags/24/gr.png differ diff --git a/services/web/public/img/flags/24/gs.png b/services/web/public/img/flags/24/gs.png new file mode 100755 index 0000000000..967cd3d655 Binary files /dev/null and b/services/web/public/img/flags/24/gs.png differ diff --git a/services/web/public/img/flags/24/gt.png b/services/web/public/img/flags/24/gt.png new file mode 100755 index 0000000000..4760cf8f88 Binary files /dev/null and b/services/web/public/img/flags/24/gt.png differ diff --git a/services/web/public/img/flags/24/gu.png b/services/web/public/img/flags/24/gu.png new file mode 100755 index 0000000000..d92fabcfe8 Binary files /dev/null and b/services/web/public/img/flags/24/gu.png differ diff --git a/services/web/public/img/flags/24/gw.png b/services/web/public/img/flags/24/gw.png new file mode 100755 index 0000000000..3f5dc708c3 Binary files /dev/null and b/services/web/public/img/flags/24/gw.png differ diff --git a/services/web/public/img/flags/24/gy.png b/services/web/public/img/flags/24/gy.png new file mode 100755 index 0000000000..25e4f4b9cc Binary files /dev/null and b/services/web/public/img/flags/24/gy.png differ diff --git a/services/web/public/img/flags/24/hk.png b/services/web/public/img/flags/24/hk.png new file mode 100755 index 0000000000..30e9028897 Binary files /dev/null and b/services/web/public/img/flags/24/hk.png differ diff --git a/services/web/public/img/flags/24/hm.png b/services/web/public/img/flags/24/hm.png new file mode 100755 index 0000000000..7bfbdd304c Binary files /dev/null and b/services/web/public/img/flags/24/hm.png differ diff --git a/services/web/public/img/flags/24/hn.png b/services/web/public/img/flags/24/hn.png new file mode 100755 index 0000000000..c1d7bcb397 Binary files /dev/null and b/services/web/public/img/flags/24/hn.png differ diff --git a/services/web/public/img/flags/24/hr.png b/services/web/public/img/flags/24/hr.png new file mode 100755 index 0000000000..5cca39ee9e Binary files /dev/null and b/services/web/public/img/flags/24/hr.png differ diff --git a/services/web/public/img/flags/24/ht.png b/services/web/public/img/flags/24/ht.png new file mode 100755 index 0000000000..9719e63669 Binary files /dev/null and b/services/web/public/img/flags/24/ht.png differ diff --git a/services/web/public/img/flags/24/hu.png b/services/web/public/img/flags/24/hu.png new file mode 100755 index 0000000000..5d23ba4a41 Binary files /dev/null and b/services/web/public/img/flags/24/hu.png differ diff --git a/services/web/public/img/flags/24/id.png b/services/web/public/img/flags/24/id.png new file mode 100755 index 0000000000..704c21aeb8 Binary files /dev/null and b/services/web/public/img/flags/24/id.png differ diff --git a/services/web/public/img/flags/24/ie.png b/services/web/public/img/flags/24/ie.png new file mode 100755 index 0000000000..505964b9f4 Binary files /dev/null and b/services/web/public/img/flags/24/ie.png differ diff --git a/services/web/public/img/flags/24/il.png b/services/web/public/img/flags/24/il.png new file mode 100755 index 0000000000..39ade9b78a Binary files /dev/null and b/services/web/public/img/flags/24/il.png differ diff --git a/services/web/public/img/flags/24/im.png b/services/web/public/img/flags/24/im.png new file mode 100755 index 0000000000..d3e8da7878 Binary files /dev/null and b/services/web/public/img/flags/24/im.png differ diff --git a/services/web/public/img/flags/24/in.png b/services/web/public/img/flags/24/in.png new file mode 100755 index 0000000000..2467d41512 Binary files /dev/null and b/services/web/public/img/flags/24/in.png differ diff --git a/services/web/public/img/flags/24/io.png b/services/web/public/img/flags/24/io.png new file mode 100755 index 0000000000..15975fec0b Binary files /dev/null and b/services/web/public/img/flags/24/io.png differ diff --git a/services/web/public/img/flags/24/iq.png b/services/web/public/img/flags/24/iq.png new file mode 100755 index 0000000000..47544c7650 Binary files /dev/null and b/services/web/public/img/flags/24/iq.png differ diff --git a/services/web/public/img/flags/24/ir.png b/services/web/public/img/flags/24/ir.png new file mode 100755 index 0000000000..c76443bc3d Binary files /dev/null and b/services/web/public/img/flags/24/ir.png differ diff --git a/services/web/public/img/flags/24/is.png b/services/web/public/img/flags/24/is.png new file mode 100755 index 0000000000..40da30f7d9 Binary files /dev/null and b/services/web/public/img/flags/24/is.png differ diff --git a/services/web/public/img/flags/24/it.png b/services/web/public/img/flags/24/it.png new file mode 100755 index 0000000000..5951ae064e Binary files /dev/null and b/services/web/public/img/flags/24/it.png differ diff --git a/services/web/public/img/flags/24/je.png b/services/web/public/img/flags/24/je.png new file mode 100755 index 0000000000..03786eae74 Binary files /dev/null and b/services/web/public/img/flags/24/je.png differ diff --git a/services/web/public/img/flags/24/jm.png b/services/web/public/img/flags/24/jm.png new file mode 100755 index 0000000000..8462552224 Binary files /dev/null and b/services/web/public/img/flags/24/jm.png differ diff --git a/services/web/public/img/flags/24/jo.png b/services/web/public/img/flags/24/jo.png new file mode 100755 index 0000000000..4a0fa27dd3 Binary files /dev/null and b/services/web/public/img/flags/24/jo.png differ diff --git a/services/web/public/img/flags/24/jp.png b/services/web/public/img/flags/24/jp.png new file mode 100755 index 0000000000..0210320f0d Binary files /dev/null and b/services/web/public/img/flags/24/jp.png differ diff --git a/services/web/public/img/flags/24/ke.png b/services/web/public/img/flags/24/ke.png new file mode 100755 index 0000000000..9163852355 Binary files /dev/null and b/services/web/public/img/flags/24/ke.png differ diff --git a/services/web/public/img/flags/24/kg.png b/services/web/public/img/flags/24/kg.png new file mode 100755 index 0000000000..db8061fd98 Binary files /dev/null and b/services/web/public/img/flags/24/kg.png differ diff --git a/services/web/public/img/flags/24/kh.png b/services/web/public/img/flags/24/kh.png new file mode 100755 index 0000000000..5f4321d072 Binary files /dev/null and b/services/web/public/img/flags/24/kh.png differ diff --git a/services/web/public/img/flags/24/ki.png b/services/web/public/img/flags/24/ki.png new file mode 100755 index 0000000000..c91aa3ac17 Binary files /dev/null and b/services/web/public/img/flags/24/ki.png differ diff --git a/services/web/public/img/flags/24/km.png b/services/web/public/img/flags/24/km.png new file mode 100755 index 0000000000..0dc3c09d9a Binary files /dev/null and b/services/web/public/img/flags/24/km.png differ diff --git a/services/web/public/img/flags/24/kn.png b/services/web/public/img/flags/24/kn.png new file mode 100755 index 0000000000..9953aacfc5 Binary files /dev/null and b/services/web/public/img/flags/24/kn.png differ diff --git a/services/web/public/img/flags/24/kp.png b/services/web/public/img/flags/24/kp.png new file mode 100755 index 0000000000..4524ac6915 Binary files /dev/null and b/services/web/public/img/flags/24/kp.png differ diff --git a/services/web/public/img/flags/24/kr.png b/services/web/public/img/flags/24/kr.png new file mode 100755 index 0000000000..321f5dc6da Binary files /dev/null and b/services/web/public/img/flags/24/kr.png differ diff --git a/services/web/public/img/flags/24/kw.png b/services/web/public/img/flags/24/kw.png new file mode 100755 index 0000000000..e8c7323e15 Binary files /dev/null and b/services/web/public/img/flags/24/kw.png differ diff --git a/services/web/public/img/flags/24/ky.png b/services/web/public/img/flags/24/ky.png new file mode 100755 index 0000000000..9c91821331 Binary files /dev/null and b/services/web/public/img/flags/24/ky.png differ diff --git a/services/web/public/img/flags/24/kz.png b/services/web/public/img/flags/24/kz.png new file mode 100755 index 0000000000..5a05cf273e Binary files /dev/null and b/services/web/public/img/flags/24/kz.png differ diff --git a/services/web/public/img/flags/24/la.png b/services/web/public/img/flags/24/la.png new file mode 100755 index 0000000000..b0ecc4d190 Binary files /dev/null and b/services/web/public/img/flags/24/la.png differ diff --git a/services/web/public/img/flags/24/lb.png b/services/web/public/img/flags/24/lb.png new file mode 100755 index 0000000000..000d1f7504 Binary files /dev/null and b/services/web/public/img/flags/24/lb.png differ diff --git a/services/web/public/img/flags/24/lc.png b/services/web/public/img/flags/24/lc.png new file mode 100755 index 0000000000..52eb6d0f8a Binary files /dev/null and b/services/web/public/img/flags/24/lc.png differ diff --git a/services/web/public/img/flags/24/li.png b/services/web/public/img/flags/24/li.png new file mode 100755 index 0000000000..5a57cd9cec Binary files /dev/null and b/services/web/public/img/flags/24/li.png differ diff --git a/services/web/public/img/flags/24/lk.png b/services/web/public/img/flags/24/lk.png new file mode 100755 index 0000000000..3b4d17c1e5 Binary files /dev/null and b/services/web/public/img/flags/24/lk.png differ diff --git a/services/web/public/img/flags/24/lr.png b/services/web/public/img/flags/24/lr.png new file mode 100755 index 0000000000..302435df77 Binary files /dev/null and b/services/web/public/img/flags/24/lr.png differ diff --git a/services/web/public/img/flags/24/ls.png b/services/web/public/img/flags/24/ls.png new file mode 100755 index 0000000000..a5dad94641 Binary files /dev/null and b/services/web/public/img/flags/24/ls.png differ diff --git a/services/web/public/img/flags/24/lt.png b/services/web/public/img/flags/24/lt.png new file mode 100755 index 0000000000..74ca688dd9 Binary files /dev/null and b/services/web/public/img/flags/24/lt.png differ diff --git a/services/web/public/img/flags/24/lu.png b/services/web/public/img/flags/24/lu.png new file mode 100755 index 0000000000..09cbf31799 Binary files /dev/null and b/services/web/public/img/flags/24/lu.png differ diff --git a/services/web/public/img/flags/24/lv.png b/services/web/public/img/flags/24/lv.png new file mode 100755 index 0000000000..d70b0f1066 Binary files /dev/null and b/services/web/public/img/flags/24/lv.png differ diff --git a/services/web/public/img/flags/24/ly.png b/services/web/public/img/flags/24/ly.png new file mode 100755 index 0000000000..315afa09eb Binary files /dev/null and b/services/web/public/img/flags/24/ly.png differ diff --git a/services/web/public/img/flags/24/ma.png b/services/web/public/img/flags/24/ma.png new file mode 100755 index 0000000000..f5cb1990b7 Binary files /dev/null and b/services/web/public/img/flags/24/ma.png differ diff --git a/services/web/public/img/flags/24/mc.png b/services/web/public/img/flags/24/mc.png new file mode 100755 index 0000000000..704c21aeb8 Binary files /dev/null and b/services/web/public/img/flags/24/mc.png differ diff --git a/services/web/public/img/flags/24/md.png b/services/web/public/img/flags/24/md.png new file mode 100755 index 0000000000..57ca75f385 Binary files /dev/null and b/services/web/public/img/flags/24/md.png differ diff --git a/services/web/public/img/flags/24/me.png b/services/web/public/img/flags/24/me.png new file mode 100755 index 0000000000..435e728dc1 Binary files /dev/null and b/services/web/public/img/flags/24/me.png differ diff --git a/services/web/public/img/flags/24/mf.png b/services/web/public/img/flags/24/mf.png new file mode 100755 index 0000000000..10985d751b Binary files /dev/null and b/services/web/public/img/flags/24/mf.png differ diff --git a/services/web/public/img/flags/24/mg.png b/services/web/public/img/flags/24/mg.png new file mode 100755 index 0000000000..966b068e6d Binary files /dev/null and b/services/web/public/img/flags/24/mg.png differ diff --git a/services/web/public/img/flags/24/mh.png b/services/web/public/img/flags/24/mh.png new file mode 100755 index 0000000000..3c0a3c9a35 Binary files /dev/null and b/services/web/public/img/flags/24/mh.png differ diff --git a/services/web/public/img/flags/24/mk.png b/services/web/public/img/flags/24/mk.png new file mode 100755 index 0000000000..4832f1dc64 Binary files /dev/null and b/services/web/public/img/flags/24/mk.png differ diff --git a/services/web/public/img/flags/24/ml.png b/services/web/public/img/flags/24/ml.png new file mode 100755 index 0000000000..27119373e9 Binary files /dev/null and b/services/web/public/img/flags/24/ml.png differ diff --git a/services/web/public/img/flags/24/mm.png b/services/web/public/img/flags/24/mm.png new file mode 100755 index 0000000000..df6b11d72b Binary files /dev/null and b/services/web/public/img/flags/24/mm.png differ diff --git a/services/web/public/img/flags/24/mn.png b/services/web/public/img/flags/24/mn.png new file mode 100755 index 0000000000..58b3240ef6 Binary files /dev/null and b/services/web/public/img/flags/24/mn.png differ diff --git a/services/web/public/img/flags/24/mo.png b/services/web/public/img/flags/24/mo.png new file mode 100755 index 0000000000..6248cdbd22 Binary files /dev/null and b/services/web/public/img/flags/24/mo.png differ diff --git a/services/web/public/img/flags/24/mp.png b/services/web/public/img/flags/24/mp.png new file mode 100755 index 0000000000..d7f001c880 Binary files /dev/null and b/services/web/public/img/flags/24/mp.png differ diff --git a/services/web/public/img/flags/24/mq.png b/services/web/public/img/flags/24/mq.png new file mode 100755 index 0000000000..a6e45c409f Binary files /dev/null and b/services/web/public/img/flags/24/mq.png differ diff --git a/services/web/public/img/flags/24/mr.png b/services/web/public/img/flags/24/mr.png new file mode 100755 index 0000000000..47805d2dda Binary files /dev/null and b/services/web/public/img/flags/24/mr.png differ diff --git a/services/web/public/img/flags/24/ms.png b/services/web/public/img/flags/24/ms.png new file mode 100755 index 0000000000..5058884abe Binary files /dev/null and b/services/web/public/img/flags/24/ms.png differ diff --git a/services/web/public/img/flags/24/mt.png b/services/web/public/img/flags/24/mt.png new file mode 100755 index 0000000000..7982877f2d Binary files /dev/null and b/services/web/public/img/flags/24/mt.png differ diff --git a/services/web/public/img/flags/24/mu.png b/services/web/public/img/flags/24/mu.png new file mode 100755 index 0000000000..ee1f263c69 Binary files /dev/null and b/services/web/public/img/flags/24/mu.png differ diff --git a/services/web/public/img/flags/24/mv.png b/services/web/public/img/flags/24/mv.png new file mode 100755 index 0000000000..ee817d4a66 Binary files /dev/null and b/services/web/public/img/flags/24/mv.png differ diff --git a/services/web/public/img/flags/24/mw.png b/services/web/public/img/flags/24/mw.png new file mode 100755 index 0000000000..9d3b2315f7 Binary files /dev/null and b/services/web/public/img/flags/24/mw.png differ diff --git a/services/web/public/img/flags/24/mx.png b/services/web/public/img/flags/24/mx.png new file mode 100755 index 0000000000..9776632cd0 Binary files /dev/null and b/services/web/public/img/flags/24/mx.png differ diff --git a/services/web/public/img/flags/24/my.png b/services/web/public/img/flags/24/my.png new file mode 100755 index 0000000000..b303c9ae30 Binary files /dev/null and b/services/web/public/img/flags/24/my.png differ diff --git a/services/web/public/img/flags/24/mz.png b/services/web/public/img/flags/24/mz.png new file mode 100755 index 0000000000..b239a1c428 Binary files /dev/null and b/services/web/public/img/flags/24/mz.png differ diff --git a/services/web/public/img/flags/24/na.png b/services/web/public/img/flags/24/na.png new file mode 100755 index 0000000000..1fe156fde7 Binary files /dev/null and b/services/web/public/img/flags/24/na.png differ diff --git a/services/web/public/img/flags/24/nc.png b/services/web/public/img/flags/24/nc.png new file mode 100755 index 0000000000..86f95a1855 Binary files /dev/null and b/services/web/public/img/flags/24/nc.png differ diff --git a/services/web/public/img/flags/24/ne.png b/services/web/public/img/flags/24/ne.png new file mode 100755 index 0000000000..2de3149332 Binary files /dev/null and b/services/web/public/img/flags/24/ne.png differ diff --git a/services/web/public/img/flags/24/nf.png b/services/web/public/img/flags/24/nf.png new file mode 100755 index 0000000000..9c2bf7567b Binary files /dev/null and b/services/web/public/img/flags/24/nf.png differ diff --git a/services/web/public/img/flags/24/ng.png b/services/web/public/img/flags/24/ng.png new file mode 100755 index 0000000000..3cd82fcfac Binary files /dev/null and b/services/web/public/img/flags/24/ng.png differ diff --git a/services/web/public/img/flags/24/ni.png b/services/web/public/img/flags/24/ni.png new file mode 100755 index 0000000000..a5b4892c67 Binary files /dev/null and b/services/web/public/img/flags/24/ni.png differ diff --git a/services/web/public/img/flags/24/nl.png b/services/web/public/img/flags/24/nl.png new file mode 100755 index 0000000000..362c9f06c3 Binary files /dev/null and b/services/web/public/img/flags/24/nl.png differ diff --git a/services/web/public/img/flags/24/no.png b/services/web/public/img/flags/24/no.png new file mode 100755 index 0000000000..60939dc746 Binary files /dev/null and b/services/web/public/img/flags/24/no.png differ diff --git a/services/web/public/img/flags/24/np.png b/services/web/public/img/flags/24/np.png new file mode 100755 index 0000000000..f59084d347 Binary files /dev/null and b/services/web/public/img/flags/24/np.png differ diff --git a/services/web/public/img/flags/24/nr.png b/services/web/public/img/flags/24/nr.png new file mode 100755 index 0000000000..2531ee5c8c Binary files /dev/null and b/services/web/public/img/flags/24/nr.png differ diff --git a/services/web/public/img/flags/24/nu.png b/services/web/public/img/flags/24/nu.png new file mode 100755 index 0000000000..156231011f Binary files /dev/null and b/services/web/public/img/flags/24/nu.png differ diff --git a/services/web/public/img/flags/24/nz.png b/services/web/public/img/flags/24/nz.png new file mode 100755 index 0000000000..8530e0cf4c Binary files /dev/null and b/services/web/public/img/flags/24/nz.png differ diff --git a/services/web/public/img/flags/24/om.png b/services/web/public/img/flags/24/om.png new file mode 100755 index 0000000000..de999aab0a Binary files /dev/null and b/services/web/public/img/flags/24/om.png differ diff --git a/services/web/public/img/flags/24/pa.png b/services/web/public/img/flags/24/pa.png new file mode 100755 index 0000000000..987336b6fa Binary files /dev/null and b/services/web/public/img/flags/24/pa.png differ diff --git a/services/web/public/img/flags/24/pe.png b/services/web/public/img/flags/24/pe.png new file mode 100755 index 0000000000..0c1951f77d Binary files /dev/null and b/services/web/public/img/flags/24/pe.png differ diff --git a/services/web/public/img/flags/24/pf.png b/services/web/public/img/flags/24/pf.png new file mode 100755 index 0000000000..ac589d633d Binary files /dev/null and b/services/web/public/img/flags/24/pf.png differ diff --git a/services/web/public/img/flags/24/pg.png b/services/web/public/img/flags/24/pg.png new file mode 100755 index 0000000000..f612008a9e Binary files /dev/null and b/services/web/public/img/flags/24/pg.png differ diff --git a/services/web/public/img/flags/24/ph.png b/services/web/public/img/flags/24/ph.png new file mode 100755 index 0000000000..96979ebf63 Binary files /dev/null and b/services/web/public/img/flags/24/ph.png differ diff --git a/services/web/public/img/flags/24/pk.png b/services/web/public/img/flags/24/pk.png new file mode 100755 index 0000000000..887dce54c0 Binary files /dev/null and b/services/web/public/img/flags/24/pk.png differ diff --git a/services/web/public/img/flags/24/pl.png b/services/web/public/img/flags/24/pl.png new file mode 100755 index 0000000000..cfa3f0206b Binary files /dev/null and b/services/web/public/img/flags/24/pl.png differ diff --git a/services/web/public/img/flags/24/pm.png b/services/web/public/img/flags/24/pm.png new file mode 100755 index 0000000000..f8d21a3514 Binary files /dev/null and b/services/web/public/img/flags/24/pm.png differ diff --git a/services/web/public/img/flags/24/pn.png b/services/web/public/img/flags/24/pn.png new file mode 100755 index 0000000000..fbf3ab4be4 Binary files /dev/null and b/services/web/public/img/flags/24/pn.png differ diff --git a/services/web/public/img/flags/24/pr.png b/services/web/public/img/flags/24/pr.png new file mode 100755 index 0000000000..98f18c8862 Binary files /dev/null and b/services/web/public/img/flags/24/pr.png differ diff --git a/services/web/public/img/flags/24/ps.png b/services/web/public/img/flags/24/ps.png new file mode 100755 index 0000000000..4691919fd8 Binary files /dev/null and b/services/web/public/img/flags/24/ps.png differ diff --git a/services/web/public/img/flags/24/pt.png b/services/web/public/img/flags/24/pt.png new file mode 100755 index 0000000000..5a94de5459 Binary files /dev/null and b/services/web/public/img/flags/24/pt.png differ diff --git a/services/web/public/img/flags/24/pw.png b/services/web/public/img/flags/24/pw.png new file mode 100755 index 0000000000..4fcda71633 Binary files /dev/null and b/services/web/public/img/flags/24/pw.png differ diff --git a/services/web/public/img/flags/24/py.png b/services/web/public/img/flags/24/py.png new file mode 100755 index 0000000000..e81e746299 Binary files /dev/null and b/services/web/public/img/flags/24/py.png differ diff --git a/services/web/public/img/flags/24/qa.png b/services/web/public/img/flags/24/qa.png new file mode 100755 index 0000000000..49a1e54fd7 Binary files /dev/null and b/services/web/public/img/flags/24/qa.png differ diff --git a/services/web/public/img/flags/24/re.png b/services/web/public/img/flags/24/re.png new file mode 100755 index 0000000000..5c8749de8d Binary files /dev/null and b/services/web/public/img/flags/24/re.png differ diff --git a/services/web/public/img/flags/24/ro.png b/services/web/public/img/flags/24/ro.png new file mode 100755 index 0000000000..cbffc98a67 Binary files /dev/null and b/services/web/public/img/flags/24/ro.png differ diff --git a/services/web/public/img/flags/24/rs.png b/services/web/public/img/flags/24/rs.png new file mode 100755 index 0000000000..6e1086c1d0 Binary files /dev/null and b/services/web/public/img/flags/24/rs.png differ diff --git a/services/web/public/img/flags/24/ru.png b/services/web/public/img/flags/24/ru.png new file mode 100755 index 0000000000..ca1a087551 Binary files /dev/null and b/services/web/public/img/flags/24/ru.png differ diff --git a/services/web/public/img/flags/24/rw.png b/services/web/public/img/flags/24/rw.png new file mode 100755 index 0000000000..22d96eee1c Binary files /dev/null and b/services/web/public/img/flags/24/rw.png differ diff --git a/services/web/public/img/flags/24/sa.png b/services/web/public/img/flags/24/sa.png new file mode 100755 index 0000000000..032bb1478d Binary files /dev/null and b/services/web/public/img/flags/24/sa.png differ diff --git a/services/web/public/img/flags/24/sb.png b/services/web/public/img/flags/24/sb.png new file mode 100755 index 0000000000..244a5702ae Binary files /dev/null and b/services/web/public/img/flags/24/sb.png differ diff --git a/services/web/public/img/flags/24/sc.png b/services/web/public/img/flags/24/sc.png new file mode 100755 index 0000000000..dbface8d23 Binary files /dev/null and b/services/web/public/img/flags/24/sc.png differ diff --git a/services/web/public/img/flags/24/sd.png b/services/web/public/img/flags/24/sd.png new file mode 100755 index 0000000000..d9867d9700 Binary files /dev/null and b/services/web/public/img/flags/24/sd.png differ diff --git a/services/web/public/img/flags/24/se.png b/services/web/public/img/flags/24/se.png new file mode 100755 index 0000000000..975a2e8c0f Binary files /dev/null and b/services/web/public/img/flags/24/se.png differ diff --git a/services/web/public/img/flags/24/sg.png b/services/web/public/img/flags/24/sg.png new file mode 100755 index 0000000000..3329013a0d Binary files /dev/null and b/services/web/public/img/flags/24/sg.png differ diff --git a/services/web/public/img/flags/24/sh.png b/services/web/public/img/flags/24/sh.png new file mode 100755 index 0000000000..39a17500c9 Binary files /dev/null and b/services/web/public/img/flags/24/sh.png differ diff --git a/services/web/public/img/flags/24/si.png b/services/web/public/img/flags/24/si.png new file mode 100755 index 0000000000..9c588f289e Binary files /dev/null and b/services/web/public/img/flags/24/si.png differ diff --git a/services/web/public/img/flags/24/sj.png b/services/web/public/img/flags/24/sj.png new file mode 100755 index 0000000000..60939dc746 Binary files /dev/null and b/services/web/public/img/flags/24/sj.png differ diff --git a/services/web/public/img/flags/24/sk.png b/services/web/public/img/flags/24/sk.png new file mode 100755 index 0000000000..291e605273 Binary files /dev/null and b/services/web/public/img/flags/24/sk.png differ diff --git a/services/web/public/img/flags/24/sl.png b/services/web/public/img/flags/24/sl.png new file mode 100755 index 0000000000..d0a6a7b67f Binary files /dev/null and b/services/web/public/img/flags/24/sl.png differ diff --git a/services/web/public/img/flags/24/sm.png b/services/web/public/img/flags/24/sm.png new file mode 100755 index 0000000000..b93ac3dd27 Binary files /dev/null and b/services/web/public/img/flags/24/sm.png differ diff --git a/services/web/public/img/flags/24/sn.png b/services/web/public/img/flags/24/sn.png new file mode 100755 index 0000000000..b713c4df3a Binary files /dev/null and b/services/web/public/img/flags/24/sn.png differ diff --git a/services/web/public/img/flags/24/so.png b/services/web/public/img/flags/24/so.png new file mode 100755 index 0000000000..4bbb46646d Binary files /dev/null and b/services/web/public/img/flags/24/so.png differ diff --git a/services/web/public/img/flags/24/sr.png b/services/web/public/img/flags/24/sr.png new file mode 100755 index 0000000000..5f18df099b Binary files /dev/null and b/services/web/public/img/flags/24/sr.png differ diff --git a/services/web/public/img/flags/24/ss.png b/services/web/public/img/flags/24/ss.png new file mode 100755 index 0000000000..d15a493090 Binary files /dev/null and b/services/web/public/img/flags/24/ss.png differ diff --git a/services/web/public/img/flags/24/st.png b/services/web/public/img/flags/24/st.png new file mode 100755 index 0000000000..c6bac56ac8 Binary files /dev/null and b/services/web/public/img/flags/24/st.png differ diff --git a/services/web/public/img/flags/24/sv.png b/services/web/public/img/flags/24/sv.png new file mode 100755 index 0000000000..e03b7bf416 Binary files /dev/null and b/services/web/public/img/flags/24/sv.png differ diff --git a/services/web/public/img/flags/24/sx.png b/services/web/public/img/flags/24/sx.png new file mode 100755 index 0000000000..d79b07c66f Binary files /dev/null and b/services/web/public/img/flags/24/sx.png differ diff --git a/services/web/public/img/flags/24/sy.png b/services/web/public/img/flags/24/sy.png new file mode 100755 index 0000000000..2f270817fb Binary files /dev/null and b/services/web/public/img/flags/24/sy.png differ diff --git a/services/web/public/img/flags/24/sz.png b/services/web/public/img/flags/24/sz.png new file mode 100755 index 0000000000..ca3a139536 Binary files /dev/null and b/services/web/public/img/flags/24/sz.png differ diff --git a/services/web/public/img/flags/24/tc.png b/services/web/public/img/flags/24/tc.png new file mode 100755 index 0000000000..efe267dc35 Binary files /dev/null and b/services/web/public/img/flags/24/tc.png differ diff --git a/services/web/public/img/flags/24/td.png b/services/web/public/img/flags/24/td.png new file mode 100755 index 0000000000..b4904f9a65 Binary files /dev/null and b/services/web/public/img/flags/24/td.png differ diff --git a/services/web/public/img/flags/24/tf.png b/services/web/public/img/flags/24/tf.png new file mode 100755 index 0000000000..bb8abbbe71 Binary files /dev/null and b/services/web/public/img/flags/24/tf.png differ diff --git a/services/web/public/img/flags/24/tg.png b/services/web/public/img/flags/24/tg.png new file mode 100755 index 0000000000..98e7c3821a Binary files /dev/null and b/services/web/public/img/flags/24/tg.png differ diff --git a/services/web/public/img/flags/24/th.png b/services/web/public/img/flags/24/th.png new file mode 100755 index 0000000000..f282628286 Binary files /dev/null and b/services/web/public/img/flags/24/th.png differ diff --git a/services/web/public/img/flags/24/tj.png b/services/web/public/img/flags/24/tj.png new file mode 100755 index 0000000000..dde2aef835 Binary files /dev/null and b/services/web/public/img/flags/24/tj.png differ diff --git a/services/web/public/img/flags/24/tk.png b/services/web/public/img/flags/24/tk.png new file mode 100755 index 0000000000..c31253e787 Binary files /dev/null and b/services/web/public/img/flags/24/tk.png differ diff --git a/services/web/public/img/flags/24/tl.png b/services/web/public/img/flags/24/tl.png new file mode 100755 index 0000000000..d8c0469d44 Binary files /dev/null and b/services/web/public/img/flags/24/tl.png differ diff --git a/services/web/public/img/flags/24/tm.png b/services/web/public/img/flags/24/tm.png new file mode 100755 index 0000000000..7f07f1fd50 Binary files /dev/null and b/services/web/public/img/flags/24/tm.png differ diff --git a/services/web/public/img/flags/24/tn.png b/services/web/public/img/flags/24/tn.png new file mode 100755 index 0000000000..4936cdf4cd Binary files /dev/null and b/services/web/public/img/flags/24/tn.png differ diff --git a/services/web/public/img/flags/24/to.png b/services/web/public/img/flags/24/to.png new file mode 100755 index 0000000000..7ac1ab4284 Binary files /dev/null and b/services/web/public/img/flags/24/to.png differ diff --git a/services/web/public/img/flags/24/tr.png b/services/web/public/img/flags/24/tr.png new file mode 100755 index 0000000000..da41737d57 Binary files /dev/null and b/services/web/public/img/flags/24/tr.png differ diff --git a/services/web/public/img/flags/24/tt.png b/services/web/public/img/flags/24/tt.png new file mode 100755 index 0000000000..a30ccb4408 Binary files /dev/null and b/services/web/public/img/flags/24/tt.png differ diff --git a/services/web/public/img/flags/24/tv.png b/services/web/public/img/flags/24/tv.png new file mode 100755 index 0000000000..5b13608492 Binary files /dev/null and b/services/web/public/img/flags/24/tv.png differ diff --git a/services/web/public/img/flags/24/tw.png b/services/web/public/img/flags/24/tw.png new file mode 100755 index 0000000000..faa796c056 Binary files /dev/null and b/services/web/public/img/flags/24/tw.png differ diff --git a/services/web/public/img/flags/24/tz.png b/services/web/public/img/flags/24/tz.png new file mode 100755 index 0000000000..3fb8b23d8a Binary files /dev/null and b/services/web/public/img/flags/24/tz.png differ diff --git a/services/web/public/img/flags/24/ua.png b/services/web/public/img/flags/24/ua.png new file mode 100755 index 0000000000..f6a492aae7 Binary files /dev/null and b/services/web/public/img/flags/24/ua.png differ diff --git a/services/web/public/img/flags/24/ug.png b/services/web/public/img/flags/24/ug.png new file mode 100755 index 0000000000..f2e1ae7271 Binary files /dev/null and b/services/web/public/img/flags/24/ug.png differ diff --git a/services/web/public/img/flags/24/um.png b/services/web/public/img/flags/24/um.png new file mode 100755 index 0000000000..f9337dc5d2 Binary files /dev/null and b/services/web/public/img/flags/24/um.png differ diff --git a/services/web/public/img/flags/24/us.png b/services/web/public/img/flags/24/us.png new file mode 100755 index 0000000000..f9337dc5d2 Binary files /dev/null and b/services/web/public/img/flags/24/us.png differ diff --git a/services/web/public/img/flags/24/uy.png b/services/web/public/img/flags/24/uy.png new file mode 100755 index 0000000000..a8faab23c5 Binary files /dev/null and b/services/web/public/img/flags/24/uy.png differ diff --git a/services/web/public/img/flags/24/uz.png b/services/web/public/img/flags/24/uz.png new file mode 100755 index 0000000000..b4af750228 Binary files /dev/null and b/services/web/public/img/flags/24/uz.png differ diff --git a/services/web/public/img/flags/24/va.png b/services/web/public/img/flags/24/va.png new file mode 100755 index 0000000000..67e74ca793 Binary files /dev/null and b/services/web/public/img/flags/24/va.png differ diff --git a/services/web/public/img/flags/24/vc.png b/services/web/public/img/flags/24/vc.png new file mode 100755 index 0000000000..cb96a6725b Binary files /dev/null and b/services/web/public/img/flags/24/vc.png differ diff --git a/services/web/public/img/flags/24/ve.png b/services/web/public/img/flags/24/ve.png new file mode 100755 index 0000000000..9e0547a842 Binary files /dev/null and b/services/web/public/img/flags/24/ve.png differ diff --git a/services/web/public/img/flags/24/vg.png b/services/web/public/img/flags/24/vg.png new file mode 100755 index 0000000000..c77696db3b Binary files /dev/null and b/services/web/public/img/flags/24/vg.png differ diff --git a/services/web/public/img/flags/24/vi.png b/services/web/public/img/flags/24/vi.png new file mode 100755 index 0000000000..afbef9458d Binary files /dev/null and b/services/web/public/img/flags/24/vi.png differ diff --git a/services/web/public/img/flags/24/vn.png b/services/web/public/img/flags/24/vn.png new file mode 100755 index 0000000000..1090f2bc8b Binary files /dev/null and b/services/web/public/img/flags/24/vn.png differ diff --git a/services/web/public/img/flags/24/vu.png b/services/web/public/img/flags/24/vu.png new file mode 100755 index 0000000000..cfbe75a97e Binary files /dev/null and b/services/web/public/img/flags/24/vu.png differ diff --git a/services/web/public/img/flags/24/wf.png b/services/web/public/img/flags/24/wf.png new file mode 100755 index 0000000000..2c63fce716 Binary files /dev/null and b/services/web/public/img/flags/24/wf.png differ diff --git a/services/web/public/img/flags/24/ws.png b/services/web/public/img/flags/24/ws.png new file mode 100755 index 0000000000..a71a585499 Binary files /dev/null and b/services/web/public/img/flags/24/ws.png differ diff --git a/services/web/public/img/flags/24/ye.png b/services/web/public/img/flags/24/ye.png new file mode 100755 index 0000000000..4a86685e00 Binary files /dev/null and b/services/web/public/img/flags/24/ye.png differ diff --git a/services/web/public/img/flags/24/yt.png b/services/web/public/img/flags/24/yt.png new file mode 100755 index 0000000000..42f86ecca1 Binary files /dev/null and b/services/web/public/img/flags/24/yt.png differ diff --git a/services/web/public/img/flags/24/za.png b/services/web/public/img/flags/24/za.png new file mode 100755 index 0000000000..10ee332a1f Binary files /dev/null and b/services/web/public/img/flags/24/za.png differ diff --git a/services/web/public/img/flags/24/zm.png b/services/web/public/img/flags/24/zm.png new file mode 100755 index 0000000000..a93f81b766 Binary files /dev/null and b/services/web/public/img/flags/24/zm.png differ diff --git a/services/web/public/img/flags/24/zw.png b/services/web/public/img/flags/24/zw.png new file mode 100755 index 0000000000..8bbd802ed4 Binary files /dev/null and b/services/web/public/img/flags/24/zw.png differ diff --git a/services/web/public/stylesheets/components/footer.less b/services/web/public/stylesheets/components/footer.less index 029832a4cb..a2fcbdef99 100644 --- a/services/web/public/stylesheets/components/footer.less +++ b/services/web/public/stylesheets/components/footer.less @@ -16,4 +16,13 @@ footer.site-footer { ul:last-child { text-align: right; } + li.lngOption { + + text-align: left; + display: list-item; + + img { + float: right; + } + } }