{{ .Title }}
@@ -15,13 +15,13 @@-
{{ range .Pages }}
-
-
+
{{.Title}}
{{ if .Site.Params.dateformShort }}
- {{ time.Format .Site.Params.dateformShort .Date }}
+ {{ .Date.Format .Site.Params.dateformShort }}
{{ else }}
- {{ time.Format "Jan 2" .Date }}
+ {{ .Date.Format "Jan 2"}}
{{ end }}
diff --git a/themes/hello-friend-ng-clone/layouts/_default/single.html b/themes/hello-friend-ng-clone/layouts/_default/single.html
index f59120d..8d3e640 100644
--- a/themes/hello-friend-ng-clone/layouts/_default/single.html
+++ b/themes/hello-friend-ng-clone/layouts/_default/single.html
@@ -5,7 +5,7 @@
{{ if .IsTranslated }}
{{ i18n "postAvailable" }}
{{ range .Translations }}
-
+
{{ end}}
{{ end }}
diff --git a/themes/hello-friend-ng-clone/layouts/index.html b/themes/hello-friend-ng-clone/layouts/index.html
index 3c813d7..56dc443 100644
--- a/themes/hello-friend-ng-clone/layouts/index.html
+++ b/themes/hello-friend-ng-clone/layouts/index.html
@@ -3,15 +3,16 @@
{{ end }}
{{ define "main" }}
-
+ {{ if .Site.Params.Portrait.Path }}{{ end }}
{{ .Site.Title }}
- - {{ partial "subtitle.html" . }} + {{- with .Site.Params.homeSubtitle }} +{{.}}
+ {{- end }} {{- with .Site.Params.social }}diff --git a/themes/hello-friend-ng-clone/layouts/partials/favicons.html b/themes/hello-friend-ng-clone/layouts/partials/favicons.html index 72a10da..36e2eac 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/favicons.html +++ b/themes/hello-friend-ng-clone/layouts/partials/favicons.html @@ -1,7 +1,10 @@ +{{- with .Site.Params.favicon.color }} - + - + + +{{ end }} diff --git a/themes/hello-friend-ng-clone/layouts/partials/footer.html b/themes/hello-friend-ng-clone/layouts/partials/footer.html index 15123a6..41b83cb 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/footer.html +++ b/themes/hello-friend-ng-clone/layouts/partials/footer.html @@ -2,8 +2,8 @@ {{if or (.Site.Params.footer.trademark) (.Site.Params.footer.author) (.Site.Params.footer.copyright) (.Site.Params.footer.rss) (.Site.Params.footer.topText) }}- {{ if .Site.Params.footer.trademark }}© {{ .Site.Params.footer.trademark }}{{ end }} - {{ if .Site.Params.footer.author }}{{ .Site.Params.Author.name }}{{ end }} + {{ if .Site.Params.footer.trademark }}© {{ now.Format "2006" }}{{ end }} + {{ if .Site.Params.footer.author }}{{ .Site.Author.name }}{{ end }} {{ if .Site.Params.footer.copyright }}{{ .Site.Copyright| safeHTML }}{{ end }} {{ if .Site.Params.footer.rss }}{{ end }} {{ range .Site.Params.footer.topText }}{{ . | safeHTML}}{{ end }} diff --git a/themes/hello-friend-ng-clone/layouts/partials/head.html b/themes/hello-friend-ng-clone/layouts/partials/head.html index b908c41..bfc2cde 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/head.html +++ b/themes/hello-friend-ng-clone/layouts/partials/head.html @@ -1,8 +1,5 @@ -{{ if .Params.noindex }} - -{{ end }} @@ -22,11 +19,12 @@ {{ end }} -{{ $opts := dict "transpiler" "libsass" "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true }} -{{ with resources.Get "scss/main.scss" | toCSS $opts | minify | fingerprint }} - -{{ end }} + +{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} +{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} + {{ range $val := $.Site.Params.customCSS }} {{ if gt (len $val) 0 }} @@ -39,6 +37,7 @@ {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} +{{ template "_internal/google_news.html" . }} {{ if isset .Site.Taxonomies "series" }} {{ template "_internal/opengraph.html" . }} @@ -69,11 +68,6 @@ {{- end }} -{{- if .Site.Config.Services.GoogleAnalytics.ID }} +{{- if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics.html" . }} -{{- end }} - - -{{- if $.Site.Params.plausibleDataDomain }} - {{- end}} diff --git a/themes/hello-friend-ng-clone/layouts/partials/header.html b/themes/hello-friend-ng-clone/layouts/partials/header.html index f688b6c..46651d4 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/header.html +++ b/themes/hello-friend-ng-clone/layouts/partials/header.html @@ -3,7 +3,7 @@ {{ partial "logo.html" . }} - {{- if len .Site.Menus }} + {{ if len .Site.Menus }} {{ partial "menu.html" . }} - {{- end }} + {{ end }} {{- if .Site.Params.EnableThemeToggle }} {{ partial "theme-toggle-icon.html" . }} diff --git a/themes/hello-friend-ng-clone/layouts/partials/javascript.html b/themes/hello-friend-ng-clone/layouts/partials/javascript.html index d243d16..69ccb82 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/javascript.html +++ b/themes/hello-friend-ng-clone/layouts/partials/javascript.html @@ -9,29 +9,3 @@ {{ end }} {{ end }} - -{{ if .Page.Store.Get "hasMermaid" }} - -{{ end }} \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/layouts/partials/logo.html b/themes/hello-friend-ng-clone/layouts/partials/logo.html index 0136aac..19777ee 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/logo.html +++ b/themes/hello-friend-ng-clone/layouts/partials/logo.html @@ -1,11 +1,10 @@ - +{{ if .Site.Params.Logo.path }}{{ else }} {{ with .Site.Params.Logo.logoMark }}{{ . }}{{ else }}>{{ end }} - - {{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}hello{{ end }} + {{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}hello{{ end }}
-
{{- $currentPage := . -}}
- {{ range sort .Site.Menus.main ".Identifier" -}}
+ {{ range .Site.Menus.main -}}
- {{ .Name }} {{- end }} - - {{- if .Site.Params.EnableGlobalLanguageMenu }} -
-
- {{ .Language }}
- - {{ if hugo.IsMultilingual }} - {{ range $.Translations }} - {{ .Language }} - {{ end }} - {{ end }} --
-
-- {{- end }}- {{ if .Site.Params.ReadOtherPosts }}{{ .Site.Params.ReadOtherPosts }}- {{ end }}
{{ if .NextInSection }} diff --git a/themes/hello-friend-ng-clone/layouts/partials/social-icons.html b/themes/hello-friend-ng-clone/layouts/partials/social-icons.html index 1facd2b..09ca681 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/social-icons.html +++ b/themes/hello-friend-ng-clone/layouts/partials/social-icons.html @@ -1,3 +1,3 @@ {{ range . -}} - {{ partial "svg.html" . }} + {{ partial "svg.html" . }} {{- end -}} diff --git a/themes/hello-friend-ng-clone/layouts/partials/subtitle.html b/themes/hello-friend-ng-clone/layouts/partials/subtitle.html deleted file mode 100644 index f7f3e24..0000000 --- a/themes/hello-friend-ng-clone/layouts/partials/subtitle.html +++ /dev/null @@ -1,3 +0,0 @@ -{{- with .Site.Params.homeSubtitle }} -{{.}}
-{{- end }} \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/layouts/partials/svg.html b/themes/hello-friend-ng-clone/layouts/partials/svg.html index 2054b1c..ce853e1 100644 --- a/themes/hello-friend-ng-clone/layouts/partials/svg.html +++ b/themes/hello-friend-ng-clone/layouts/partials/svg.html @@ -4,49 +4,35 @@ {{- else if (eq .name "box") -}} -{{- else if (eq .name "behance") -}} +{{- else if (eq .name "behence") -}} {{- else if (eq .name "bitbucket") -}} -{{- else if (eq .name "bluesky") -}} - -{{- else if (eq .name "case") -}} +{{- else if (eq .name "case") -}} -{{- else if (eq .name "chess") -}} - -{{- else if (eq .name "codeberg") -}} - {{- else if (eq .name "codesandbox") -}} {{- else if (eq .name "codechef") -}} {{- else if (eq .name "codepen") -}} -{{- else if (eq .name "csgo") -}} - -{{- else if (eq .name "cyberdefenders") -}} - {{- else if (eq .name "dev") -}} - + {{- else if (eq .name "deviantart") -}} {{- else if (eq .name "discogs") -}} {{- else if (eq .name "discord") -}} - + {{- else if (eq .name "dribbble") -}} {{- else if (eq .name "docker") -}} -{{- else if (eq .name "duolingo") -}} - {{- else if (eq .name "email") -}} {{- else if (eq .name "facebook") -}} -{{- else if (eq .name "facebook-messenger") -}} - -{{- else if (eq .name "fitbit") -}} +{{- else if (eq .name "fitbit") -}} {{- else if (eq .name "git") -}} @@ -74,27 +60,19 @@ {{- else if (eq .name "hackthebox") -}} -{{- else if (eq .name "imdb") -}} - {{- else if (eq .name "instagram") -}} -{{- else if (eq .name "itchio") -}} - -{{- else if (eq .name "jenkins") -}} - {{- else if (eq .name "kaggle") -}} {{- else if (eq .name "keybase") -}} -{{- else if (eq .name "kofi") -}} - {{- else if (eq .name "lastfm") -}} {{- else if (eq .name "leetcode") -}} {{- else if (eq .name "letterboxd") -}} -{{- else if (eq .name "librepay") -}} +{{- else if (eq .name "librepay") -}} {{- else if (eq .name "lichess") -}} @@ -106,28 +84,18 @@ {{- else if (eq .name "medium") -}} -{{- else if (eq .name "meetup") -}} - {{- else if (eq .name "mixcloud") -}} {{- else if (eq .name "npm") -}} -{{- else if (eq .name "opencollective") -}} - {{- else if (eq .name "orcid") -}} -{{- else if (eq .name "patreon") -}} - -{{- else if (eq .name "paypal") -}} - {{- else if (eq .name "peertube") }} {{- else if (eq .name "pinterest") }} {{- else if (eq .name "pixelfed") }} -{{- else if (eq .name "pleroma") }} - {{- else if (eq .name "podcasts-apple") -}} {{- else if (eq .name "podcasts-google") -}} @@ -136,22 +104,14 @@ {{- else if (eq .name "reddit") -}} -{{- else if (eq .name "repec") -}} - {{- else if (eq .name "researchgate") -}} -{{- else if (eq .name "revolut") -}} - -{{- else if (eq .name "rss") -}} - {{- else if (eq .name "signal") -}} {{- else if (eq .name "slack") -}} {{- else if (eq .name "soundcloud") -}} -{{- else if (eq .name "sourcehut") -}} - {{- else if (eq .name "spotify") -}} {{- else if (eq .name "stackoverflow") -}} @@ -162,30 +122,22 @@ {{- else if (eq .name "telegram") -}} -{{- else if (eq .name "threads") -}} - -{{- else if (eq .name "threema") -}} +{{- else if (eq .name "threema") -}} -{{- else if (eq .name "tiktok") -}} - {{- else if (eq .name "tryhackme") -}} {{- else if (eq .name "tumblr") }} {{- else if (eq .name "twitch") -}} - + {{- else if (eq .name "twitter") -}} {{- else if (eq .name "unsplash") -}} {{- else if (eq .name "whatsapp") }} -{{- else if (eq .name "X") }} - {{- else if (eq .name "xampp") -}} -{{- else if (eq .name "xda") -}} - {{- else if (eq .name "xing") -}} {{- else if (eq .name "xmpp") -}} diff --git a/themes/hello-friend-ng-clone/layouts/posts/single.html b/themes/hello-friend-ng-clone/layouts/posts/single.html index 3943de2..181d554 100644 --- a/themes/hello-friend-ng-clone/layouts/posts/single.html +++ b/themes/hello-friend-ng-clone/layouts/posts/single.html @@ -11,7 +11,7 @@ {{ if .IsTranslated }} | {{ i18n "postAvailable" }} {{ range .Translations }} - + {{ end}} {{ end }} @@ -122,7 +122,7 @@ {{ partial "pagination-single.html" . }} - {{ if .Site.Config.Services.Disqus.Shortname }} + {{ if .Site.DisqusShortname }} {{ if not (eq .Params.Comments "false") }}{{ template "_internal/disqus.html" . }} @@ -135,16 +135,5 @@ {{ end }} - {{ if .Site.Params.Utterances.Repository }} - - {{ end }} - {{ end }} diff --git a/themes/hello-friend-ng-clone/static/css/flag-icons.min.css b/themes/hello-friend-ng-clone/static/css/flag-icons.min.css deleted file mode 100644 index 5c19f3f..0000000 --- a/themes/hello-friend-ng-clone/static/css/flag-icons.min.css +++ /dev/null @@ -1 +0,0 @@ -.fib{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.fi:before{content:'\00a0'}.fi.fis{width:1em}.fi-xx{background-image:url(/flags/4x3/xx.svg)}.fi-xx.fis{background-image:url(/flags/1x1/xx.svg)}.fi-ad{background-image:url(/flags/4x3/ad.svg)}.fi-ad.fis{background-image:url(/flags/1x1/ad.svg)}.fi-ae{background-image:url(/flags/4x3/ae.svg)}.fi-ae.fis{background-image:url(/flags/1x1/ae.svg)}.fi-af{background-image:url(/flags/4x3/af.svg)}.fi-af.fis{background-image:url(/flags/1x1/af.svg)}.fi-ag{background-image:url(/flags/4x3/ag.svg)}.fi-ag.fis{background-image:url(/flags/1x1/ag.svg)}.fi-ai{background-image:url(/flags/4x3/ai.svg)}.fi-ai.fis{background-image:url(/flags/1x1/ai.svg)}.fi-al{background-image:url(/flags/4x3/al.svg)}.fi-al.fis{background-image:url(/flags/1x1/al.svg)}.fi-am{background-image:url(/flags/4x3/am.svg)}.fi-am.fis{background-image:url(/flags/1x1/am.svg)}.fi-ao{background-image:url(/flags/4x3/ao.svg)}.fi-ao.fis{background-image:url(/flags/1x1/ao.svg)}.fi-aq{background-image:url(/flags/4x3/aq.svg)}.fi-aq.fis{background-image:url(/flags/1x1/aq.svg)}.fi-ar{background-image:url(/flags/4x3/ar.svg)}.fi-ar.fis{background-image:url(/flags/1x1/ar.svg)}.fi-as{background-image:url(/flags/4x3/as.svg)}.fi-as.fis{background-image:url(/flags/1x1/as.svg)}.fi-at{background-image:url(/flags/4x3/at.svg)}.fi-at.fis{background-image:url(/flags/1x1/at.svg)}.fi-au{background-image:url(/flags/4x3/au.svg)}.fi-au.fis{background-image:url(/flags/1x1/au.svg)}.fi-aw{background-image:url(/flags/4x3/aw.svg)}.fi-aw.fis{background-image:url(/flags/1x1/aw.svg)}.fi-ax{background-image:url(/flags/4x3/ax.svg)}.fi-ax.fis{background-image:url(/flags/1x1/ax.svg)}.fi-az{background-image:url(/flags/4x3/az.svg)}.fi-az.fis{background-image:url(/flags/1x1/az.svg)}.fi-ba{background-image:url(/flags/4x3/ba.svg)}.fi-ba.fis{background-image:url(/flags/1x1/ba.svg)}.fi-bb{background-image:url(/flags/4x3/bb.svg)}.fi-bb.fis{background-image:url(/flags/1x1/bb.svg)}.fi-bd{background-image:url(/flags/4x3/bd.svg)}.fi-bd.fis{background-image:url(/flags/1x1/bd.svg)}.fi-be{background-image:url(/flags/4x3/be.svg)}.fi-be.fis{background-image:url(/flags/1x1/be.svg)}.fi-bf{background-image:url(/flags/4x3/bf.svg)}.fi-bf.fis{background-image:url(/flags/1x1/bf.svg)}.fi-bg{background-image:url(/flags/4x3/bg.svg)}.fi-bg.fis{background-image:url(/flags/1x1/bg.svg)}.fi-bh{background-image:url(/flags/4x3/bh.svg)}.fi-bh.fis{background-image:url(/flags/1x1/bh.svg)}.fi-bi{background-image:url(/flags/4x3/bi.svg)}.fi-bi.fis{background-image:url(/flags/1x1/bi.svg)}.fi-bj{background-image:url(/flags/4x3/bj.svg)}.fi-bj.fis{background-image:url(/flags/1x1/bj.svg)}.fi-bl{background-image:url(/flags/4x3/bl.svg)}.fi-bl.fis{background-image:url(/flags/1x1/bl.svg)}.fi-bm{background-image:url(/flags/4x3/bm.svg)}.fi-bm.fis{background-image:url(/flags/1x1/bm.svg)}.fi-bn{background-image:url(/flags/4x3/bn.svg)}.fi-bn.fis{background-image:url(/flags/1x1/bn.svg)}.fi-bo{background-image:url(/flags/4x3/bo.svg)}.fi-bo.fis{background-image:url(/flags/1x1/bo.svg)}.fi-bq{background-image:url(/flags/4x3/bq.svg)}.fi-bq.fis{background-image:url(/flags/1x1/bq.svg)}.fi-br{background-image:url(/flags/4x3/br.svg)}.fi-br.fis{background-image:url(/flags/1x1/br.svg)}.fi-bs{background-image:url(/flags/4x3/bs.svg)}.fi-bs.fis{background-image:url(/flags/1x1/bs.svg)}.fi-bt{background-image:url(/flags/4x3/bt.svg)}.fi-bt.fis{background-image:url(/flags/1x1/bt.svg)}.fi-bv{background-image:url(/flags/4x3/bv.svg)}.fi-bv.fis{background-image:url(/flags/1x1/bv.svg)}.fi-bw{background-image:url(/flags/4x3/bw.svg)}.fi-bw.fis{background-image:url(/flags/1x1/bw.svg)}.fi-by{background-image:url(/flags/4x3/by.svg)}.fi-by.fis{background-image:url(/flags/1x1/by.svg)}.fi-bz{background-image:url(/flags/4x3/bz.svg)}.fi-bz.fis{background-image:url(/flags/1x1/bz.svg)}.fi-ca{background-image:url(/flags/4x3/ca.svg)}.fi-ca.fis{background-image:url(/flags/1x1/ca.svg)}.fi-cc{background-image:url(/flags/4x3/cc.svg)}.fi-cc.fis{background-image:url(/flags/1x1/cc.svg)}.fi-cd{background-image:url(/flags/4x3/cd.svg)}.fi-cd.fis{background-image:url(/flags/1x1/cd.svg)}.fi-cf{background-image:url(/flags/4x3/cf.svg)}.fi-cf.fis{background-image:url(/flags/1x1/cf.svg)}.fi-cg{background-image:url(/flags/4x3/cg.svg)}.fi-cg.fis{background-image:url(/flags/1x1/cg.svg)}.fi-ch{background-image:url(/flags/4x3/ch.svg)}.fi-ch.fis{background-image:url(/flags/1x1/ch.svg)}.fi-ci{background-image:url(/flags/4x3/ci.svg)}.fi-ci.fis{background-image:url(/flags/1x1/ci.svg)}.fi-ck{background-image:url(/flags/4x3/ck.svg)}.fi-ck.fis{background-image:url(/flags/1x1/ck.svg)}.fi-cl{background-image:url(/flags/4x3/cl.svg)}.fi-cl.fis{background-image:url(/flags/1x1/cl.svg)}.fi-cm{background-image:url(/flags/4x3/cm.svg)}.fi-cm.fis{background-image:url(/flags/1x1/cm.svg)}.fi-cn{background-image:url(/flags/4x3/cn.svg)}.fi-cn.fis{background-image:url(/flags/1x1/cn.svg)}.fi-co{background-image:url(/flags/4x3/co.svg)}.fi-co.fis{background-image:url(/flags/1x1/co.svg)}.fi-cr{background-image:url(/flags/4x3/cr.svg)}.fi-cr.fis{background-image:url(/flags/1x1/cr.svg)}.fi-cu{background-image:url(/flags/4x3/cu.svg)}.fi-cu.fis{background-image:url(/flags/1x1/cu.svg)}.fi-cv{background-image:url(/flags/4x3/cv.svg)}.fi-cv.fis{background-image:url(/flags/1x1/cv.svg)}.fi-cw{background-image:url(/flags/4x3/cw.svg)}.fi-cw.fis{background-image:url(/flags/1x1/cw.svg)}.fi-cx{background-image:url(/flags/4x3/cx.svg)}.fi-cx.fis{background-image:url(/flags/1x1/cx.svg)}.fi-cy{background-image:url(/flags/4x3/cy.svg)}.fi-cy.fis{background-image:url(/flags/1x1/cy.svg)}.fi-cz{background-image:url(/flags/4x3/cz.svg)}.fi-cz.fis{background-image:url(/flags/1x1/cz.svg)}.fi-de{background-image:url(/flags/4x3/de.svg)}.fi-de.fis{background-image:url(/flags/1x1/de.svg)}.fi-dj{background-image:url(/flags/4x3/dj.svg)}.fi-dj.fis{background-image:url(/flags/1x1/dj.svg)}.fi-dk{background-image:url(/flags/4x3/dk.svg)}.fi-dk.fis{background-image:url(/flags/1x1/dk.svg)}.fi-dm{background-image:url(/flags/4x3/dm.svg)}.fi-dm.fis{background-image:url(/flags/1x1/dm.svg)}.fi-do{background-image:url(/flags/4x3/do.svg)}.fi-do.fis{background-image:url(/flags/1x1/do.svg)}.fi-dz{background-image:url(/flags/4x3/dz.svg)}.fi-dz.fis{background-image:url(/flags/1x1/dz.svg)}.fi-ec{background-image:url(/flags/4x3/ec.svg)}.fi-ec.fis{background-image:url(/flags/1x1/ec.svg)}.fi-ee{background-image:url(/flags/4x3/ee.svg)}.fi-ee.fis{background-image:url(/flags/1x1/ee.svg)}.fi-eg{background-image:url(/flags/4x3/eg.svg)}.fi-eg.fis{background-image:url(/flags/1x1/eg.svg)}.fi-eh{background-image:url(/flags/4x3/eh.svg)}.fi-eh.fis{background-image:url(/flags/1x1/eh.svg)}.fi-er{background-image:url(/flags/4x3/er.svg)}.fi-er.fis{background-image:url(/flags/1x1/er.svg)}.fi-es{background-image:url(/flags/4x3/es.svg)}.fi-es.fis{background-image:url(/flags/1x1/es.svg)}.fi-et{background-image:url(/flags/4x3/et.svg)}.fi-et.fis{background-image:url(/flags/1x1/et.svg)}.fi-fi{background-image:url(/flags/4x3/fi.svg)}.fi-fi.fis{background-image:url(/flags/1x1/fi.svg)}.fi-fj{background-image:url(/flags/4x3/fj.svg)}.fi-fj.fis{background-image:url(/flags/1x1/fj.svg)}.fi-fk{background-image:url(/flags/4x3/fk.svg)}.fi-fk.fis{background-image:url(/flags/1x1/fk.svg)}.fi-fm{background-image:url(/flags/4x3/fm.svg)}.fi-fm.fis{background-image:url(/flags/1x1/fm.svg)}.fi-fo{background-image:url(/flags/4x3/fo.svg)}.fi-fo.fis{background-image:url(/flags/1x1/fo.svg)}.fi-fr{background-image:url(/flags/4x3/fr.svg)}.fi-fr.fis{background-image:url(/flags/1x1/fr.svg)}.fi-ga{background-image:url(/flags/4x3/ga.svg)}.fi-ga.fis{background-image:url(/flags/1x1/ga.svg)}.fi-gb{background-image:url(/flags/4x3/gb.svg)}.fi-gb.fis{background-image:url(/flags/1x1/gb.svg)}.fi-gd{background-image:url(/flags/4x3/gd.svg)}.fi-gd.fis{background-image:url(/flags/1x1/gd.svg)}.fi-ge{background-image:url(/flags/4x3/ge.svg)}.fi-ge.fis{background-image:url(/flags/1x1/ge.svg)}.fi-gf{background-image:url(/flags/4x3/gf.svg)}.fi-gf.fis{background-image:url(/flags/1x1/gf.svg)}.fi-gg{background-image:url(/flags/4x3/gg.svg)}.fi-gg.fis{background-image:url(/flags/1x1/gg.svg)}.fi-gh{background-image:url(/flags/4x3/gh.svg)}.fi-gh.fis{background-image:url(/flags/1x1/gh.svg)}.fi-gi{background-image:url(/flags/4x3/gi.svg)}.fi-gi.fis{background-image:url(/flags/1x1/gi.svg)}.fi-gl{background-image:url(/flags/4x3/gl.svg)}.fi-gl.fis{background-image:url(/flags/1x1/gl.svg)}.fi-gm{background-image:url(/flags/4x3/gm.svg)}.fi-gm.fis{background-image:url(/flags/1x1/gm.svg)}.fi-gn{background-image:url(/flags/4x3/gn.svg)}.fi-gn.fis{background-image:url(/flags/1x1/gn.svg)}.fi-gp{background-image:url(/flags/4x3/gp.svg)}.fi-gp.fis{background-image:url(/flags/1x1/gp.svg)}.fi-gq{background-image:url(/flags/4x3/gq.svg)}.fi-gq.fis{background-image:url(/flags/1x1/gq.svg)}.fi-gr{background-image:url(/flags/4x3/gr.svg)}.fi-gr.fis{background-image:url(/flags/1x1/gr.svg)}.fi-gs{background-image:url(/flags/4x3/gs.svg)}.fi-gs.fis{background-image:url(/flags/1x1/gs.svg)}.fi-gt{background-image:url(/flags/4x3/gt.svg)}.fi-gt.fis{background-image:url(/flags/1x1/gt.svg)}.fi-gu{background-image:url(/flags/4x3/gu.svg)}.fi-gu.fis{background-image:url(/flags/1x1/gu.svg)}.fi-gw{background-image:url(/flags/4x3/gw.svg)}.fi-gw.fis{background-image:url(/flags/1x1/gw.svg)}.fi-gy{background-image:url(/flags/4x3/gy.svg)}.fi-gy.fis{background-image:url(/flags/1x1/gy.svg)}.fi-hk{background-image:url(/flags/4x3/hk.svg)}.fi-hk.fis{background-image:url(/flags/1x1/hk.svg)}.fi-hm{background-image:url(/flags/4x3/hm.svg)}.fi-hm.fis{background-image:url(/flags/1x1/hm.svg)}.fi-hn{background-image:url(/flags/4x3/hn.svg)}.fi-hn.fis{background-image:url(/flags/1x1/hn.svg)}.fi-hr{background-image:url(/flags/4x3/hr.svg)}.fi-hr.fis{background-image:url(/flags/1x1/hr.svg)}.fi-ht{background-image:url(/flags/4x3/ht.svg)}.fi-ht.fis{background-image:url(/flags/1x1/ht.svg)}.fi-hu{background-image:url(/flags/4x3/hu.svg)}.fi-hu.fis{background-image:url(/flags/1x1/hu.svg)}.fi-id{background-image:url(/flags/4x3/id.svg)}.fi-id.fis{background-image:url(/flags/1x1/id.svg)}.fi-ie{background-image:url(/flags/4x3/ie.svg)}.fi-ie.fis{background-image:url(/flags/1x1/ie.svg)}.fi-il{background-image:url(/flags/4x3/il.svg)}.fi-il.fis{background-image:url(/flags/1x1/il.svg)}.fi-im{background-image:url(/flags/4x3/im.svg)}.fi-im.fis{background-image:url(/flags/1x1/im.svg)}.fi-in{background-image:url(/flags/4x3/in.svg)}.fi-in.fis{background-image:url(/flags/1x1/in.svg)}.fi-io{background-image:url(/flags/4x3/io.svg)}.fi-io.fis{background-image:url(/flags/1x1/io.svg)}.fi-iq{background-image:url(/flags/4x3/iq.svg)}.fi-iq.fis{background-image:url(/flags/1x1/iq.svg)}.fi-ir{background-image:url(/flags/4x3/ir.svg)}.fi-ir.fis{background-image:url(/flags/1x1/ir.svg)}.fi-is{background-image:url(/flags/4x3/is.svg)}.fi-is.fis{background-image:url(/flags/1x1/is.svg)}.fi-it{background-image:url(/flags/4x3/it.svg)}.fi-it.fis{background-image:url(/flags/1x1/it.svg)}.fi-je{background-image:url(/flags/4x3/je.svg)}.fi-je.fis{background-image:url(/flags/1x1/je.svg)}.fi-jm{background-image:url(/flags/4x3/jm.svg)}.fi-jm.fis{background-image:url(/flags/1x1/jm.svg)}.fi-jo{background-image:url(/flags/4x3/jo.svg)}.fi-jo.fis{background-image:url(/flags/1x1/jo.svg)}.fi-jp{background-image:url(/flags/4x3/jp.svg)}.fi-jp.fis{background-image:url(/flags/1x1/jp.svg)}.fi-ke{background-image:url(/flags/4x3/ke.svg)}.fi-ke.fis{background-image:url(/flags/1x1/ke.svg)}.fi-kg{background-image:url(/flags/4x3/kg.svg)}.fi-kg.fis{background-image:url(/flags/1x1/kg.svg)}.fi-kh{background-image:url(/flags/4x3/kh.svg)}.fi-kh.fis{background-image:url(/flags/1x1/kh.svg)}.fi-ki{background-image:url(/flags/4x3/ki.svg)}.fi-ki.fis{background-image:url(/flags/1x1/ki.svg)}.fi-km{background-image:url(/flags/4x3/km.svg)}.fi-km.fis{background-image:url(/flags/1x1/km.svg)}.fi-kn{background-image:url(/flags/4x3/kn.svg)}.fi-kn.fis{background-image:url(/flags/1x1/kn.svg)}.fi-kp{background-image:url(/flags/4x3/kp.svg)}.fi-kp.fis{background-image:url(/flags/1x1/kp.svg)}.fi-kr{background-image:url(/flags/4x3/kr.svg)}.fi-kr.fis{background-image:url(/flags/1x1/kr.svg)}.fi-kw{background-image:url(/flags/4x3/kw.svg)}.fi-kw.fis{background-image:url(/flags/1x1/kw.svg)}.fi-ky{background-image:url(/flags/4x3/ky.svg)}.fi-ky.fis{background-image:url(/flags/1x1/ky.svg)}.fi-kz{background-image:url(/flags/4x3/kz.svg)}.fi-kz.fis{background-image:url(/flags/1x1/kz.svg)}.fi-la{background-image:url(/flags/4x3/la.svg)}.fi-la.fis{background-image:url(/flags/1x1/la.svg)}.fi-lb{background-image:url(/flags/4x3/lb.svg)}.fi-lb.fis{background-image:url(/flags/1x1/lb.svg)}.fi-lc{background-image:url(/flags/4x3/lc.svg)}.fi-lc.fis{background-image:url(/flags/1x1/lc.svg)}.fi-li{background-image:url(/flags/4x3/li.svg)}.fi-li.fis{background-image:url(/flags/1x1/li.svg)}.fi-lk{background-image:url(/flags/4x3/lk.svg)}.fi-lk.fis{background-image:url(/flags/1x1/lk.svg)}.fi-lr{background-image:url(/flags/4x3/lr.svg)}.fi-lr.fis{background-image:url(/flags/1x1/lr.svg)}.fi-ls{background-image:url(/flags/4x3/ls.svg)}.fi-ls.fis{background-image:url(/flags/1x1/ls.svg)}.fi-lt{background-image:url(/flags/4x3/lt.svg)}.fi-lt.fis{background-image:url(/flags/1x1/lt.svg)}.fi-lu{background-image:url(/flags/4x3/lu.svg)}.fi-lu.fis{background-image:url(/flags/1x1/lu.svg)}.fi-lv{background-image:url(/flags/4x3/lv.svg)}.fi-lv.fis{background-image:url(/flags/1x1/lv.svg)}.fi-ly{background-image:url(/flags/4x3/ly.svg)}.fi-ly.fis{background-image:url(/flags/1x1/ly.svg)}.fi-ma{background-image:url(/flags/4x3/ma.svg)}.fi-ma.fis{background-image:url(/flags/1x1/ma.svg)}.fi-mc{background-image:url(/flags/4x3/mc.svg)}.fi-mc.fis{background-image:url(/flags/1x1/mc.svg)}.fi-md{background-image:url(/flags/4x3/md.svg)}.fi-md.fis{background-image:url(/flags/1x1/md.svg)}.fi-me{background-image:url(/flags/4x3/me.svg)}.fi-me.fis{background-image:url(/flags/1x1/me.svg)}.fi-mf{background-image:url(/flags/4x3/mf.svg)}.fi-mf.fis{background-image:url(/flags/1x1/mf.svg)}.fi-mg{background-image:url(/flags/4x3/mg.svg)}.fi-mg.fis{background-image:url(/flags/1x1/mg.svg)}.fi-mh{background-image:url(/flags/4x3/mh.svg)}.fi-mh.fis{background-image:url(/flags/1x1/mh.svg)}.fi-mk{background-image:url(/flags/4x3/mk.svg)}.fi-mk.fis{background-image:url(/flags/1x1/mk.svg)}.fi-ml{background-image:url(/flags/4x3/ml.svg)}.fi-ml.fis{background-image:url(/flags/1x1/ml.svg)}.fi-mm{background-image:url(/flags/4x3/mm.svg)}.fi-mm.fis{background-image:url(/flags/1x1/mm.svg)}.fi-mn{background-image:url(/flags/4x3/mn.svg)}.fi-mn.fis{background-image:url(/flags/1x1/mn.svg)}.fi-mo{background-image:url(/flags/4x3/mo.svg)}.fi-mo.fis{background-image:url(/flags/1x1/mo.svg)}.fi-mp{background-image:url(/flags/4x3/mp.svg)}.fi-mp.fis{background-image:url(/flags/1x1/mp.svg)}.fi-mq{background-image:url(/flags/4x3/mq.svg)}.fi-mq.fis{background-image:url(/flags/1x1/mq.svg)}.fi-mr{background-image:url(/flags/4x3/mr.svg)}.fi-mr.fis{background-image:url(/flags/1x1/mr.svg)}.fi-ms{background-image:url(/flags/4x3/ms.svg)}.fi-ms.fis{background-image:url(/flags/1x1/ms.svg)}.fi-mt{background-image:url(/flags/4x3/mt.svg)}.fi-mt.fis{background-image:url(/flags/1x1/mt.svg)}.fi-mu{background-image:url(/flags/4x3/mu.svg)}.fi-mu.fis{background-image:url(/flags/1x1/mu.svg)}.fi-mv{background-image:url(/flags/4x3/mv.svg)}.fi-mv.fis{background-image:url(/flags/1x1/mv.svg)}.fi-mw{background-image:url(/flags/4x3/mw.svg)}.fi-mw.fis{background-image:url(/flags/1x1/mw.svg)}.fi-mx{background-image:url(/flags/4x3/mx.svg)}.fi-mx.fis{background-image:url(/flags/1x1/mx.svg)}.fi-my{background-image:url(/flags/4x3/my.svg)}.fi-my.fis{background-image:url(/flags/1x1/my.svg)}.fi-mz{background-image:url(/flags/4x3/mz.svg)}.fi-mz.fis{background-image:url(/flags/1x1/mz.svg)}.fi-na{background-image:url(/flags/4x3/na.svg)}.fi-na.fis{background-image:url(/flags/1x1/na.svg)}.fi-nc{background-image:url(/flags/4x3/nc.svg)}.fi-nc.fis{background-image:url(/flags/1x1/nc.svg)}.fi-ne{background-image:url(/flags/4x3/ne.svg)}.fi-ne.fis{background-image:url(/flags/1x1/ne.svg)}.fi-nf{background-image:url(/flags/4x3/nf.svg)}.fi-nf.fis{background-image:url(/flags/1x1/nf.svg)}.fi-ng{background-image:url(/flags/4x3/ng.svg)}.fi-ng.fis{background-image:url(/flags/1x1/ng.svg)}.fi-ni{background-image:url(/flags/4x3/ni.svg)}.fi-ni.fis{background-image:url(/flags/1x1/ni.svg)}.fi-nl{background-image:url(/flags/4x3/nl.svg)}.fi-nl.fis{background-image:url(/flags/1x1/nl.svg)}.fi-no{background-image:url(/flags/4x3/no.svg)}.fi-no.fis{background-image:url(/flags/1x1/no.svg)}.fi-np{background-image:url(/flags/4x3/np.svg)}.fi-np.fis{background-image:url(/flags/1x1/np.svg)}.fi-nr{background-image:url(/flags/4x3/nr.svg)}.fi-nr.fis{background-image:url(/flags/1x1/nr.svg)}.fi-nu{background-image:url(/flags/4x3/nu.svg)}.fi-nu.fis{background-image:url(/flags/1x1/nu.svg)}.fi-nz{background-image:url(/flags/4x3/nz.svg)}.fi-nz.fis{background-image:url(/flags/1x1/nz.svg)}.fi-om{background-image:url(/flags/4x3/om.svg)}.fi-om.fis{background-image:url(/flags/1x1/om.svg)}.fi-pa{background-image:url(/flags/4x3/pa.svg)}.fi-pa.fis{background-image:url(/flags/1x1/pa.svg)}.fi-pe{background-image:url(/flags/4x3/pe.svg)}.fi-pe.fis{background-image:url(/flags/1x1/pe.svg)}.fi-pf{background-image:url(/flags/4x3/pf.svg)}.fi-pf.fis{background-image:url(/flags/1x1/pf.svg)}.fi-pg{background-image:url(/flags/4x3/pg.svg)}.fi-pg.fis{background-image:url(/flags/1x1/pg.svg)}.fi-ph{background-image:url(/flags/4x3/ph.svg)}.fi-ph.fis{background-image:url(/flags/1x1/ph.svg)}.fi-pk{background-image:url(/flags/4x3/pk.svg)}.fi-pk.fis{background-image:url(/flags/1x1/pk.svg)}.fi-pl{background-image:url(/flags/4x3/pl.svg)}.fi-pl.fis{background-image:url(/flags/1x1/pl.svg)}.fi-pm{background-image:url(/flags/4x3/pm.svg)}.fi-pm.fis{background-image:url(/flags/1x1/pm.svg)}.fi-pn{background-image:url(/flags/4x3/pn.svg)}.fi-pn.fis{background-image:url(/flags/1x1/pn.svg)}.fi-pr{background-image:url(/flags/4x3/pr.svg)}.fi-pr.fis{background-image:url(/flags/1x1/pr.svg)}.fi-ps{background-image:url(/flags/4x3/ps.svg)}.fi-ps.fis{background-image:url(/flags/1x1/ps.svg)}.fi-pt{background-image:url(/flags/4x3/pt.svg)}.fi-pt.fis{background-image:url(/flags/1x1/pt.svg)}.fi-pw{background-image:url(/flags/4x3/pw.svg)}.fi-pw.fis{background-image:url(/flags/1x1/pw.svg)}.fi-py{background-image:url(/flags/4x3/py.svg)}.fi-py.fis{background-image:url(/flags/1x1/py.svg)}.fi-qa{background-image:url(/flags/4x3/qa.svg)}.fi-qa.fis{background-image:url(/flags/1x1/qa.svg)}.fi-re{background-image:url(/flags/4x3/re.svg)}.fi-re.fis{background-image:url(/flags/1x1/re.svg)}.fi-ro{background-image:url(/flags/4x3/ro.svg)}.fi-ro.fis{background-image:url(/flags/1x1/ro.svg)}.fi-rs{background-image:url(/flags/4x3/rs.svg)}.fi-rs.fis{background-image:url(/flags/1x1/rs.svg)}.fi-ru{background-image:url(/flags/4x3/ru.svg)}.fi-ru.fis{background-image:url(/flags/1x1/ru.svg)}.fi-rw{background-image:url(/flags/4x3/rw.svg)}.fi-rw.fis{background-image:url(/flags/1x1/rw.svg)}.fi-sa{background-image:url(/flags/4x3/sa.svg)}.fi-sa.fis{background-image:url(/flags/1x1/sa.svg)}.fi-sb{background-image:url(/flags/4x3/sb.svg)}.fi-sb.fis{background-image:url(/flags/1x1/sb.svg)}.fi-sc{background-image:url(/flags/4x3/sc.svg)}.fi-sc.fis{background-image:url(/flags/1x1/sc.svg)}.fi-sd{background-image:url(/flags/4x3/sd.svg)}.fi-sd.fis{background-image:url(/flags/1x1/sd.svg)}.fi-se{background-image:url(/flags/4x3/se.svg)}.fi-se.fis{background-image:url(/flags/1x1/se.svg)}.fi-sg{background-image:url(/flags/4x3/sg.svg)}.fi-sg.fis{background-image:url(/flags/1x1/sg.svg)}.fi-sh{background-image:url(/flags/4x3/sh.svg)}.fi-sh.fis{background-image:url(/flags/1x1/sh.svg)}.fi-si{background-image:url(/flags/4x3/si.svg)}.fi-si.fis{background-image:url(/flags/1x1/si.svg)}.fi-sj{background-image:url(/flags/4x3/sj.svg)}.fi-sj.fis{background-image:url(/flags/1x1/sj.svg)}.fi-sk{background-image:url(/flags/4x3/sk.svg)}.fi-sk.fis{background-image:url(/flags/1x1/sk.svg)}.fi-sl{background-image:url(/flags/4x3/sl.svg)}.fi-sl.fis{background-image:url(/flags/1x1/sl.svg)}.fi-sm{background-image:url(/flags/4x3/sm.svg)}.fi-sm.fis{background-image:url(/flags/1x1/sm.svg)}.fi-sn{background-image:url(/flags/4x3/sn.svg)}.fi-sn.fis{background-image:url(/flags/1x1/sn.svg)}.fi-so{background-image:url(/flags/4x3/so.svg)}.fi-so.fis{background-image:url(/flags/1x1/so.svg)}.fi-sr{background-image:url(/flags/4x3/sr.svg)}.fi-sr.fis{background-image:url(/flags/1x1/sr.svg)}.fi-ss{background-image:url(/flags/4x3/ss.svg)}.fi-ss.fis{background-image:url(/flags/1x1/ss.svg)}.fi-st{background-image:url(/flags/4x3/st.svg)}.fi-st.fis{background-image:url(/flags/1x1/st.svg)}.fi-sv{background-image:url(/flags/4x3/sv.svg)}.fi-sv.fis{background-image:url(/flags/1x1/sv.svg)}.fi-sx{background-image:url(/flags/4x3/sx.svg)}.fi-sx.fis{background-image:url(/flags/1x1/sx.svg)}.fi-sy{background-image:url(/flags/4x3/sy.svg)}.fi-sy.fis{background-image:url(/flags/1x1/sy.svg)}.fi-sz{background-image:url(/flags/4x3/sz.svg)}.fi-sz.fis{background-image:url(/flags/1x1/sz.svg)}.fi-tc{background-image:url(/flags/4x3/tc.svg)}.fi-tc.fis{background-image:url(/flags/1x1/tc.svg)}.fi-td{background-image:url(/flags/4x3/td.svg)}.fi-td.fis{background-image:url(/flags/1x1/td.svg)}.fi-tf{background-image:url(/flags/4x3/tf.svg)}.fi-tf.fis{background-image:url(/flags/1x1/tf.svg)}.fi-tg{background-image:url(/flags/4x3/tg.svg)}.fi-tg.fis{background-image:url(/flags/1x1/tg.svg)}.fi-th{background-image:url(/flags/4x3/th.svg)}.fi-th.fis{background-image:url(/flags/1x1/th.svg)}.fi-tj{background-image:url(/flags/4x3/tj.svg)}.fi-tj.fis{background-image:url(/flags/1x1/tj.svg)}.fi-tk{background-image:url(/flags/4x3/tk.svg)}.fi-tk.fis{background-image:url(/flags/1x1/tk.svg)}.fi-tl{background-image:url(/flags/4x3/tl.svg)}.fi-tl.fis{background-image:url(/flags/1x1/tl.svg)}.fi-tm{background-image:url(/flags/4x3/tm.svg)}.fi-tm.fis{background-image:url(/flags/1x1/tm.svg)}.fi-tn{background-image:url(/flags/4x3/tn.svg)}.fi-tn.fis{background-image:url(/flags/1x1/tn.svg)}.fi-to{background-image:url(/flags/4x3/to.svg)}.fi-to.fis{background-image:url(/flags/1x1/to.svg)}.fi-tr{background-image:url(/flags/4x3/tr.svg)}.fi-tr.fis{background-image:url(/flags/1x1/tr.svg)}.fi-tt{background-image:url(/flags/4x3/tt.svg)}.fi-tt.fis{background-image:url(/flags/1x1/tt.svg)}.fi-tv{background-image:url(/flags/4x3/tv.svg)}.fi-tv.fis{background-image:url(/flags/1x1/tv.svg)}.fi-tw{background-image:url(/flags/4x3/tw.svg)}.fi-tw.fis{background-image:url(/flags/1x1/tw.svg)}.fi-tz{background-image:url(/flags/4x3/tz.svg)}.fi-tz.fis{background-image:url(/flags/1x1/tz.svg)}.fi-ua{background-image:url(/flags/4x3/ua.svg)}.fi-ua.fis{background-image:url(/flags/1x1/ua.svg)}.fi-ug{background-image:url(/flags/4x3/ug.svg)}.fi-ug.fis{background-image:url(/flags/1x1/ug.svg)}.fi-um{background-image:url(/flags/4x3/um.svg)}.fi-um.fis{background-image:url(/flags/1x1/um.svg)}.fi-us{background-image:url(/flags/4x3/us.svg)}.fi-us.fis{background-image:url(/flags/1x1/us.svg)}.fi-uy{background-image:url(/flags/4x3/uy.svg)}.fi-uy.fis{background-image:url(/flags/1x1/uy.svg)}.fi-uz{background-image:url(/flags/4x3/uz.svg)}.fi-uz.fis{background-image:url(/flags/1x1/uz.svg)}.fi-va{background-image:url(/flags/4x3/va.svg)}.fi-va.fis{background-image:url(/flags/1x1/va.svg)}.fi-vc{background-image:url(/flags/4x3/vc.svg)}.fi-vc.fis{background-image:url(/flags/1x1/vc.svg)}.fi-ve{background-image:url(/flags/4x3/ve.svg)}.fi-ve.fis{background-image:url(/flags/1x1/ve.svg)}.fi-vg{background-image:url(/flags/4x3/vg.svg)}.fi-vg.fis{background-image:url(/flags/1x1/vg.svg)}.fi-vi{background-image:url(/flags/4x3/vi.svg)}.fi-vi.fis{background-image:url(/flags/1x1/vi.svg)}.fi-vn{background-image:url(/flags/4x3/vn.svg)}.fi-vn.fis{background-image:url(/flags/1x1/vn.svg)}.fi-vu{background-image:url(/flags/4x3/vu.svg)}.fi-vu.fis{background-image:url(/flags/1x1/vu.svg)}.fi-wf{background-image:url(/flags/4x3/wf.svg)}.fi-wf.fis{background-image:url(/flags/1x1/wf.svg)}.fi-ws{background-image:url(/flags/4x3/ws.svg)}.fi-ws.fis{background-image:url(/flags/1x1/ws.svg)}.fi-ye{background-image:url(/flags/4x3/ye.svg)}.fi-ye.fis{background-image:url(/flags/1x1/ye.svg)}.fi-yt{background-image:url(/flags/4x3/yt.svg)}.fi-yt.fis{background-image:url(/flags/1x1/yt.svg)}.fi-za{background-image:url(/flags/4x3/za.svg)}.fi-za.fis{background-image:url(/flags/1x1/za.svg)}.fi-zm{background-image:url(/flags/4x3/zm.svg)}.fi-zm.fis{background-image:url(/flags/1x1/zm.svg)}.fi-zw{background-image:url(/flags/4x3/zw.svg)}.fi-zw.fis{background-image:url(/flags/1x1/zw.svg)}.fi-ac{background-image:url(/flags/4x3/ac.svg)}.fi-ac.fis{background-image:url(/flags/1x1/ac.svg)}.fi-cefta{background-image:url(/flags/4x3/cefta.svg)}.fi-cefta.fis{background-image:url(/flags/1x1/cefta.svg)}.fi-cp{background-image:url(/flags/4x3/cp.svg)}.fi-cp.fis{background-image:url(/flags/1x1/cp.svg)}.fi-dg{background-image:url(/flags/4x3/dg.svg)}.fi-dg.fis{background-image:url(/flags/1x1/dg.svg)}.fi-ea{background-image:url(/flags/4x3/ea.svg)}.fi-ea.fis{background-image:url(/flags/1x1/ea.svg)}.fi-es-ct{background-image:url(/flags/4x3/es-ct.svg)}.fi-es-ct.fis{background-image:url(/flags/1x1/es-ct.svg)}.fi-es-ga{background-image:url(/flags/4x3/es-ga.svg)}.fi-es-ga.fis{background-image:url(/flags/1x1/es-ga.svg)}.fi-es-pv{background-image:url(/flags/4x3/es-pv.svg)}.fi-es-pv.fis{background-image:url(/flags/1x1/es-pv.svg)}.fi-eu{background-image:url(/flags/4x3/eu.svg)}.fi-eu.fis{background-image:url(/flags/1x1/eu.svg)}.fi-gb-eng{background-image:url(/flags/4x3/gb-eng.svg)}.fi-gb-eng.fis{background-image:url(/flags/1x1/gb-eng.svg)}.fi-gb-nir{background-image:url(/flags/4x3/gb-nir.svg)}.fi-gb-nir.fis{background-image:url(/flags/1x1/gb-nir.svg)}.fi-gb-sct{background-image:url(/flags/4x3/gb-sct.svg)}.fi-gb-sct.fis{background-image:url(/flags/1x1/gb-sct.svg)}.fi-gb-wls{background-image:url(/flags/4x3/gb-wls.svg)}.fi-gb-wls.fis{background-image:url(/flags/1x1/gb-wls.svg)}.fi-ic{background-image:url(/flags/4x3/ic.svg)}.fi-ic.fis{background-image:url(/flags/1x1/ic.svg)}.fi-ta{background-image:url(/flags/4x3/ta.svg)}.fi-ta.fis{background-image:url(/flags/1x1/ta.svg)}.fi-un{background-image:url(/flags/4x3/un.svg)}.fi-un.fis{background-image:url(/flags/1x1/un.svg)}.fi-xk{background-image:url(/flags/4x3/xk.svg)}.fi-xk.fis{background-image:url(/flags/1x1/xk.svg)} \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ac.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ac.svg deleted file mode 100644 index 3840caf..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ac.svg +++ /dev/null @@ -1,76 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ad.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ad.svg deleted file mode 100644 index f1d7fde..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ad.svg +++ /dev/null @@ -1,148 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ae.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ae.svg deleted file mode 100644 index 058c16e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ae.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/af.svg b/themes/hello-friend-ng-clone/static/flags/1x1/af.svg deleted file mode 100644 index 04d064a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/af.svg +++ /dev/null @@ -1,81 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ag.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ag.svg deleted file mode 100644 index 59d73ff..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ag.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ai.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ai.svg deleted file mode 100644 index a82f26e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ai.svg +++ /dev/null @@ -1,758 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/al.svg b/themes/hello-friend-ng-clone/static/flags/1x1/al.svg deleted file mode 100644 index d4c6d5d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/al.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/am.svg b/themes/hello-friend-ng-clone/static/flags/1x1/am.svg deleted file mode 100644 index a188adf..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/am.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ao.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ao.svg deleted file mode 100644 index ba77036..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ao.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/aq.svg b/themes/hello-friend-ng-clone/static/flags/1x1/aq.svg deleted file mode 100644 index a4d9a20..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/aq.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ar.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ar.svg deleted file mode 100644 index 1db3825..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ar.svg +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/as.svg b/themes/hello-friend-ng-clone/static/flags/1x1/as.svg deleted file mode 100644 index 3c9c8b5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/as.svg +++ /dev/null @@ -1,73 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/at.svg b/themes/hello-friend-ng-clone/static/flags/1x1/at.svg deleted file mode 100644 index 4736319..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/at.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/au.svg b/themes/hello-friend-ng-clone/static/flags/1x1/au.svg deleted file mode 100644 index d0465a2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/au.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/aw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/aw.svg deleted file mode 100644 index 6445b66..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/aw.svg +++ /dev/null @@ -1,186 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ax.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ax.svg deleted file mode 100644 index 43cd591..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ax.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/az.svg b/themes/hello-friend-ng-clone/static/flags/1x1/az.svg deleted file mode 100644 index eedd9e6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/az.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ba.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ba.svg deleted file mode 100644 index 28184da..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ba.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bb.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bb.svg deleted file mode 100644 index 026bb0a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bb.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bd.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bd.svg deleted file mode 100644 index 86fcfba..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bd.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/be.svg b/themes/hello-friend-ng-clone/static/flags/1x1/be.svg deleted file mode 100644 index 31b9723..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/be.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bf.svg deleted file mode 100644 index a5078df..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bf.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bg.svg deleted file mode 100644 index 16fe7e0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bg.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bh.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bh.svg deleted file mode 100644 index 2d131aa..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bh.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bi.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bi.svg deleted file mode 100644 index db5df38..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bi.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bj.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bj.svg deleted file mode 100644 index 34c30b1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bj.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bl.svg deleted file mode 100644 index 65550d9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bl.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bm.svg deleted file mode 100644 index 0dca49b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bm.svg +++ /dev/null @@ -1,97 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bn.svg deleted file mode 100644 index afad727..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bn.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bo.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bo.svg deleted file mode 100644 index 5f1311a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bo.svg +++ /dev/null @@ -1,678 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bq.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bq.svg deleted file mode 100644 index 4b9168e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bq.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/br.svg b/themes/hello-friend-ng-clone/static/flags/1x1/br.svg deleted file mode 100644 index 6c854ac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/br.svg +++ /dev/null @@ -1,45 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bs.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bs.svg deleted file mode 100644 index 6914138..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bs.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bt.svg deleted file mode 100644 index 0a9dfeb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bt.svg +++ /dev/null @@ -1,89 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bv.svg deleted file mode 100644 index 36fefad..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bv.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bw.svg deleted file mode 100644 index d276018..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bw.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/by.svg b/themes/hello-friend-ng-clone/static/flags/1x1/by.svg deleted file mode 100644 index 9fd7121..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/by.svg +++ /dev/null @@ -1,22 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/bz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/bz.svg deleted file mode 100644 index 48bd0b0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/bz.svg +++ /dev/null @@ -1,145 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ca.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ca.svg deleted file mode 100644 index 84cde34..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ca.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cc.svg deleted file mode 100644 index d107bdc..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cc.svg +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cd.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cd.svg deleted file mode 100644 index 4c804d8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cd.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cefta.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cefta.svg deleted file mode 100644 index 1fcc0aa..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cefta.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cf.svg deleted file mode 100644 index 667fc93..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cf.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cg.svg deleted file mode 100644 index df4e316..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cg.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ch.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ch.svg deleted file mode 100644 index 52578bf..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ch.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ci.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ci.svg deleted file mode 100644 index 2abf641..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ci.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ck.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ck.svg deleted file mode 100644 index 43a1057..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ck.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cl.svg deleted file mode 100644 index 7cc494d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cl.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cm.svg deleted file mode 100644 index 9233b92..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cm.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cn.svg deleted file mode 100644 index 7f27dae..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cn.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/co.svg b/themes/hello-friend-ng-clone/static/flags/1x1/co.svg deleted file mode 100644 index 5804bfe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/co.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cp.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cp.svg deleted file mode 100644 index c3157fb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cp.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cr.svg deleted file mode 100644 index 4e7889e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cr.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cu.svg deleted file mode 100644 index f1f90d8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cu.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cv.svg deleted file mode 100644 index cb8b597..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cv.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cw.svg deleted file mode 100644 index 88fddec..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cw.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cx.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cx.svg deleted file mode 100644 index 44d3757..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cx.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cy.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cy.svg deleted file mode 100644 index 58d87e7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cy.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/cz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/cz.svg deleted file mode 100644 index dcd0a6b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/cz.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/de.svg b/themes/hello-friend-ng-clone/static/flags/1x1/de.svg deleted file mode 100644 index ccb5ff1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/de.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/dg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/dg.svg deleted file mode 100644 index 7ab4111..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/dg.svg +++ /dev/null @@ -1,130 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/dj.svg b/themes/hello-friend-ng-clone/static/flags/1x1/dj.svg deleted file mode 100644 index 9530b06..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/dj.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/dk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/dk.svg deleted file mode 100644 index 5aaaa19..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/dk.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/dm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/dm.svg deleted file mode 100644 index 0bcf5b2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/dm.svg +++ /dev/null @@ -1,152 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/do.svg b/themes/hello-friend-ng-clone/static/flags/1x1/do.svg deleted file mode 100644 index 76dd8e4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/do.svg +++ /dev/null @@ -1,128 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/dz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/dz.svg deleted file mode 100644 index 8abcd25..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/dz.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ea.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ea.svg deleted file mode 100644 index bab6a69..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ea.svg +++ /dev/null @@ -1,547 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ec.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ec.svg deleted file mode 100644 index 06495b9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ec.svg +++ /dev/null @@ -1,138 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ee.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ee.svg deleted file mode 100644 index a921ce4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ee.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/eg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/eg.svg deleted file mode 100644 index 900abc6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/eg.svg +++ /dev/null @@ -1,38 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/eh.svg b/themes/hello-friend-ng-clone/static/flags/1x1/eh.svg deleted file mode 100644 index 0f9d3c2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/eh.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/er.svg b/themes/hello-friend-ng-clone/static/flags/1x1/er.svg deleted file mode 100644 index 8f04e39..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/er.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/es-ct.svg b/themes/hello-friend-ng-clone/static/flags/1x1/es-ct.svg deleted file mode 100644 index a06a2e3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/es-ct.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/es-ga.svg b/themes/hello-friend-ng-clone/static/flags/1x1/es-ga.svg deleted file mode 100644 index bb1abbb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/es-ga.svg +++ /dev/null @@ -1,187 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/es-pv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/es-pv.svg deleted file mode 100644 index 4a83268..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/es-pv.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/es.svg b/themes/hello-friend-ng-clone/static/flags/1x1/es.svg deleted file mode 100644 index f9c9b4b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/es.svg +++ /dev/null @@ -1,547 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/et.svg b/themes/hello-friend-ng-clone/static/flags/1x1/et.svg deleted file mode 100644 index 0c62956..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/et.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/eu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/eu.svg deleted file mode 100644 index f992981..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/eu.svg +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/fi.svg b/themes/hello-friend-ng-clone/static/flags/1x1/fi.svg deleted file mode 100644 index aba2ef3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/fi.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/fj.svg b/themes/hello-friend-ng-clone/static/flags/1x1/fj.svg deleted file mode 100644 index e2ca5b4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/fj.svg +++ /dev/null @@ -1,123 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/fk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/fk.svg deleted file mode 100644 index 1156f36..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/fk.svg +++ /dev/null @@ -1,89 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/fm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/fm.svg deleted file mode 100644 index 4077f47..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/fm.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/fo.svg b/themes/hello-friend-ng-clone/static/flags/1x1/fo.svg deleted file mode 100644 index 2a2b065..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/fo.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/fr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/fr.svg deleted file mode 100644 index 0946ba0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/fr.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ga.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ga.svg deleted file mode 100644 index 113a5b5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ga.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gb-eng.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gb-eng.svg deleted file mode 100644 index ee48fed..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gb-eng.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gb-nir.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gb-nir.svg deleted file mode 100644 index c4d2a85..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gb-nir.svg +++ /dev/null @@ -1,131 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gb-sct.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gb-sct.svg deleted file mode 100644 index 44d38cc..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gb-sct.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gb-wls.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gb-wls.svg deleted file mode 100644 index 3126882..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gb-wls.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gb.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gb.svg deleted file mode 100644 index b261273..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gb.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gd.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gd.svg deleted file mode 100644 index 97d87f4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gd.svg +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ge.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ge.svg deleted file mode 100644 index a1c3808..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ge.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gf.svg deleted file mode 100644 index a38c0ac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gf.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gg.svg deleted file mode 100644 index 23aca9e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gg.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gh.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gh.svg deleted file mode 100644 index 84f4bab..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gh.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gi.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gi.svg deleted file mode 100644 index ded225d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gi.svg +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gl.svg deleted file mode 100644 index eaa817b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gl.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gm.svg deleted file mode 100644 index 2a8f724..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gm.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gn.svg deleted file mode 100644 index ae81f9d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gn.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gp.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gp.svg deleted file mode 100644 index a38c0ac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gp.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gq.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gq.svg deleted file mode 100644 index 3fb086e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gq.svg +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gr.svg deleted file mode 100644 index a268830..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gr.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gs.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gs.svg deleted file mode 100644 index 791bf01..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gs.svg +++ /dev/null @@ -1,132 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gt.svg deleted file mode 100644 index 790f9a1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gt.svg +++ /dev/null @@ -1,220 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gu.svg deleted file mode 100644 index 316edc8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gu.svg +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gw.svg deleted file mode 100644 index cae163d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gw.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/gy.svg b/themes/hello-friend-ng-clone/static/flags/1x1/gy.svg deleted file mode 100644 index 8188c44..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/gy.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/hk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/hk.svg deleted file mode 100644 index bf81198..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/hk.svg +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/hm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/hm.svg deleted file mode 100644 index 51e236a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/hm.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/hn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/hn.svg deleted file mode 100644 index 432ead6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/hn.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/hr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/hr.svg deleted file mode 100644 index 8e98781..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/hr.svg +++ /dev/null @@ -1,56 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ht.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ht.svg deleted file mode 100644 index 965dd03..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ht.svg +++ /dev/null @@ -1,116 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/hu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/hu.svg deleted file mode 100644 index 088242d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/hu.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ic.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ic.svg deleted file mode 100644 index 096603d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ic.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/id.svg b/themes/hello-friend-ng-clone/static/flags/1x1/id.svg deleted file mode 100644 index df08018..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/id.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ie.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ie.svg deleted file mode 100644 index e13de22..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ie.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/il.svg b/themes/hello-friend-ng-clone/static/flags/1x1/il.svg deleted file mode 100644 index 9c19148..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/il.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/im.svg b/themes/hello-friend-ng-clone/static/flags/1x1/im.svg deleted file mode 100644 index af18aa4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/im.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/in.svg b/themes/hello-friend-ng-clone/static/flags/1x1/in.svg deleted file mode 100644 index 7b79eeb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/in.svg +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/io.svg b/themes/hello-friend-ng-clone/static/flags/1x1/io.svg deleted file mode 100644 index 8087c89..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/io.svg +++ /dev/null @@ -1,130 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/iq.svg b/themes/hello-friend-ng-clone/static/flags/1x1/iq.svg deleted file mode 100644 index f009ae2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/iq.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ir.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ir.svg deleted file mode 100644 index 45f6eec..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ir.svg +++ /dev/null @@ -1,219 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/is.svg b/themes/hello-friend-ng-clone/static/flags/1x1/is.svg deleted file mode 100644 index 7b79052..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/is.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/it.svg b/themes/hello-friend-ng-clone/static/flags/1x1/it.svg deleted file mode 100644 index b9596d0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/it.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/je.svg b/themes/hello-friend-ng-clone/static/flags/1x1/je.svg deleted file mode 100644 index de73a00..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/je.svg +++ /dev/null @@ -1,44 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/jm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/jm.svg deleted file mode 100644 index e2c0e54..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/jm.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/jo.svg b/themes/hello-friend-ng-clone/static/flags/1x1/jo.svg deleted file mode 100644 index 43888cb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/jo.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/jp.svg b/themes/hello-friend-ng-clone/static/flags/1x1/jp.svg deleted file mode 100644 index c3aeaa6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/jp.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ke.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ke.svg deleted file mode 100644 index ad76b35..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ke.svg +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kg.svg deleted file mode 100644 index ab37474..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kg.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kh.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kh.svg deleted file mode 100644 index adda387..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kh.svg +++ /dev/null @@ -1,61 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ki.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ki.svg deleted file mode 100644 index 58586c0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ki.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/km.svg b/themes/hello-friend-ng-clone/static/flags/1x1/km.svg deleted file mode 100644 index 3831b1d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/km.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kn.svg deleted file mode 100644 index 24dec7e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kn.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kp.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kp.svg deleted file mode 100644 index 16f7ac2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kp.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kr.svg deleted file mode 100644 index ca75181..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kr.svg +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kw.svg deleted file mode 100644 index f9d34d0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kw.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ky.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ky.svg deleted file mode 100644 index 4c99478..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ky.svg +++ /dev/null @@ -1,109 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/kz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/kz.svg deleted file mode 100644 index 40db501..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/kz.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/la.svg b/themes/hello-friend-ng-clone/static/flags/1x1/la.svg deleted file mode 100644 index 7fcf263..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/la.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lb.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lb.svg deleted file mode 100644 index 6cbf329..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lb.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lc.svg deleted file mode 100644 index d39c7f6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lc.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/li.svg b/themes/hello-friend-ng-clone/static/flags/1x1/li.svg deleted file mode 100644 index 260c8f6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/li.svg +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lk.svg deleted file mode 100644 index 3fc4f4d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lk.svg +++ /dev/null @@ -1,22 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lr.svg deleted file mode 100644 index 03ebae5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lr.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ls.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ls.svg deleted file mode 100644 index aa8810b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ls.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lt.svg deleted file mode 100644 index 52ada94..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lt.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lu.svg deleted file mode 100644 index 5c0d6da..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lu.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/lv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/lv.svg deleted file mode 100644 index 5af883c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/lv.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ly.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ly.svg deleted file mode 100644 index 5ff903a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ly.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ma.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ma.svg deleted file mode 100644 index 8041667..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ma.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mc.svg deleted file mode 100644 index 04173a4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mc.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/md.svg b/themes/hello-friend-ng-clone/static/flags/1x1/md.svg deleted file mode 100644 index 8720921..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/md.svg +++ /dev/null @@ -1,71 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/me.svg b/themes/hello-friend-ng-clone/static/flags/1x1/me.svg deleted file mode 100644 index fbd8b86..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/me.svg +++ /dev/null @@ -1,118 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mf.svg deleted file mode 100644 index 0946ba0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mf.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mg.svg deleted file mode 100644 index 4f901ca..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mg.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mh.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mh.svg deleted file mode 100644 index 8ff2256..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mh.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mk.svg deleted file mode 100644 index 0ee923a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mk.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ml.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ml.svg deleted file mode 100644 index 665d6b2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ml.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mm.svg deleted file mode 100644 index 9b235f3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mm.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mn.svg deleted file mode 100644 index c9d6104..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mn.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mo.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mo.svg deleted file mode 100644 index f79bf12..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mo.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mp.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mp.svg deleted file mode 100644 index 6fef8fd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mp.svg +++ /dev/null @@ -1,86 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mq.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mq.svg deleted file mode 100644 index a38c0ac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mq.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mr.svg deleted file mode 100644 index a98ec2a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mr.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ms.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ms.svg deleted file mode 100644 index ba504db..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ms.svg +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mt.svg deleted file mode 100644 index a9f58e1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mt.svg +++ /dev/null @@ -1,50 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mu.svg deleted file mode 100644 index 2afe1d3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mu.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mv.svg deleted file mode 100644 index c9a6c5b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mv.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mw.svg deleted file mode 100644 index 5de0311..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mw.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mx.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mx.svg deleted file mode 100644 index 4b0c5d4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mx.svg +++ /dev/null @@ -1,378 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/my.svg b/themes/hello-friend-ng-clone/static/flags/1x1/my.svg deleted file mode 100644 index 14f4d43..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/my.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/mz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/mz.svg deleted file mode 100644 index cceb0de..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/mz.svg +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/na.svg b/themes/hello-friend-ng-clone/static/flags/1x1/na.svg deleted file mode 100644 index 5cb08a3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/na.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/nc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/nc.svg deleted file mode 100644 index 7063a99..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/nc.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ne.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ne.svg deleted file mode 100644 index a96b027..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ne.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/nf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/nf.svg deleted file mode 100644 index e47b4cd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/nf.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ng.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ng.svg deleted file mode 100644 index 62813e8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ng.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ni.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ni.svg deleted file mode 100644 index 265a71c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ni.svg +++ /dev/null @@ -1,129 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/nl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/nl.svg deleted file mode 100644 index eb0e360..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/nl.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/no.svg b/themes/hello-friend-ng-clone/static/flags/1x1/no.svg deleted file mode 100644 index 939920d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/no.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/np.svg b/themes/hello-friend-ng-clone/static/flags/1x1/np.svg deleted file mode 100644 index 67af928..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/np.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/nr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/nr.svg deleted file mode 100644 index d506071..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/nr.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/nu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/nu.svg deleted file mode 100644 index ce31672..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/nu.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/nz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/nz.svg deleted file mode 100644 index e61ed29..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/nz.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/om.svg b/themes/hello-friend-ng-clone/static/flags/1x1/om.svg deleted file mode 100644 index ff624ae..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/om.svg +++ /dev/null @@ -1,115 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pa.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pa.svg deleted file mode 100644 index 2c53cdd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pa.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pe.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pe.svg deleted file mode 100644 index bbb8f78..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pe.svg +++ /dev/null @@ -1,244 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pf.svg deleted file mode 100644 index 2aff155..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pf.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pg.svg deleted file mode 100644 index 63dff19..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pg.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ph.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ph.svg deleted file mode 100644 index fee5308..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ph.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pk.svg deleted file mode 100644 index 7a12a49..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pk.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pl.svg deleted file mode 100644 index 8c43577..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pl.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pm.svg deleted file mode 100644 index a38c0ac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pm.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pn.svg deleted file mode 100644 index a546e21..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pn.svg +++ /dev/null @@ -1,53 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pr.svg deleted file mode 100644 index 29cc0ed..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pr.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ps.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ps.svg deleted file mode 100644 index a4ab807..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ps.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pt.svg deleted file mode 100644 index 43cdb97..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pt.svg +++ /dev/null @@ -1,57 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/pw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/pw.svg deleted file mode 100644 index 439a583..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/pw.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/py.svg b/themes/hello-friend-ng-clone/static/flags/1x1/py.svg deleted file mode 100644 index 86ec718..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/py.svg +++ /dev/null @@ -1,156 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/qa.svg b/themes/hello-friend-ng-clone/static/flags/1x1/qa.svg deleted file mode 100644 index 4edb827..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/qa.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/re.svg b/themes/hello-friend-ng-clone/static/flags/1x1/re.svg deleted file mode 100644 index 41d87d9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/re.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ro.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ro.svg deleted file mode 100644 index e6cf0f6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ro.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/rs.svg b/themes/hello-friend-ng-clone/static/flags/1x1/rs.svg deleted file mode 100644 index c87e41b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/rs.svg +++ /dev/null @@ -1,296 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ru.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ru.svg deleted file mode 100644 index 485c24e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ru.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/rw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/rw.svg deleted file mode 100644 index 55c48e6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/rw.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sa.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sa.svg deleted file mode 100644 index 7e3cf8e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sa.svg +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sb.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sb.svg deleted file mode 100644 index 5bea33d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sb.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sc.svg deleted file mode 100644 index 2996bac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sc.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sd.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sd.svg deleted file mode 100644 index c2de460..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sd.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/se.svg b/themes/hello-friend-ng-clone/static/flags/1x1/se.svg deleted file mode 100644 index bae316d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/se.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sg.svg deleted file mode 100644 index 5c60b94..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sg.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sh.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sh.svg deleted file mode 100644 index 4285db8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sh.svg +++ /dev/null @@ -1,76 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/si.svg b/themes/hello-friend-ng-clone/static/flags/1x1/si.svg deleted file mode 100644 index 3beab9b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/si.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sj.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sj.svg deleted file mode 100644 index ecb9c79..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sj.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sk.svg deleted file mode 100644 index 3e4ff50..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sk.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sl.svg deleted file mode 100644 index 7eda1e8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sl.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sm.svg deleted file mode 100644 index fec66d8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sm.svg +++ /dev/null @@ -1,73 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sn.svg deleted file mode 100644 index ff9cf2e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sn.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/so.svg b/themes/hello-friend-ng-clone/static/flags/1x1/so.svg deleted file mode 100644 index 39cf47b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/so.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sr.svg deleted file mode 100644 index 0ca3596..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sr.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ss.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ss.svg deleted file mode 100644 index e950241..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ss.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/st.svg b/themes/hello-friend-ng-clone/static/flags/1x1/st.svg deleted file mode 100644 index 6c834b3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/st.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sv.svg deleted file mode 100644 index 95f1da0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sv.svg +++ /dev/null @@ -1,594 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sx.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sx.svg deleted file mode 100644 index 4b6ec4b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sx.svg +++ /dev/null @@ -1,56 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sy.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sy.svg deleted file mode 100644 index b910dd8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sy.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/sz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/sz.svg deleted file mode 100644 index 2f19ee1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/sz.svg +++ /dev/null @@ -1,34 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ta.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ta.svg deleted file mode 100644 index ce1542d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ta.svg +++ /dev/null @@ -1,76 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tc.svg deleted file mode 100644 index c3caf3f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tc.svg +++ /dev/null @@ -1,50 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/td.svg b/themes/hello-friend-ng-clone/static/flags/1x1/td.svg deleted file mode 100644 index 9bb0ce6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/td.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tf.svg deleted file mode 100644 index 8d85a2b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tf.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tg.svg deleted file mode 100644 index 96dc042..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tg.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/th.svg b/themes/hello-friend-ng-clone/static/flags/1x1/th.svg deleted file mode 100644 index 35141d3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/th.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tj.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tj.svg deleted file mode 100644 index 93bb4a8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tj.svg +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tk.svg deleted file mode 100644 index e9f5b42..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tk.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tl.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tl.svg deleted file mode 100644 index 09b7ed1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tl.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tm.svg deleted file mode 100644 index 0ad764a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tm.svg +++ /dev/null @@ -1,202 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tn.svg deleted file mode 100644 index b1164b9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tn.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/to.svg b/themes/hello-friend-ng-clone/static/flags/1x1/to.svg deleted file mode 100644 index 3f1b600..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/to.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tr.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tr.svg deleted file mode 100644 index 9a882a2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tr.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tt.svg deleted file mode 100644 index 8413969..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tt.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tv.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tv.svg deleted file mode 100644 index 098b916..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tv.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tw.svg deleted file mode 100644 index 067edaa..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tw.svg +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/tz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/tz.svg deleted file mode 100644 index dfb0233..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/tz.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ua.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ua.svg deleted file mode 100644 index 7ceb894..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ua.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ug.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ug.svg deleted file mode 100644 index 3acd558..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ug.svg +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/um.svg b/themes/hello-friend-ng-clone/static/flags/1x1/um.svg deleted file mode 100644 index 8fda3e9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/um.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/un.svg b/themes/hello-friend-ng-clone/static/flags/1x1/un.svg deleted file mode 100644 index 258cb01..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/un.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/us.svg b/themes/hello-friend-ng-clone/static/flags/1x1/us.svg deleted file mode 100644 index 28f56d5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/us.svg +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/uy.svg b/themes/hello-friend-ng-clone/static/flags/1x1/uy.svg deleted file mode 100644 index f4a502f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/uy.svg +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/uz.svg b/themes/hello-friend-ng-clone/static/flags/1x1/uz.svg deleted file mode 100644 index 48d62e3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/uz.svg +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/va.svg b/themes/hello-friend-ng-clone/static/flags/1x1/va.svg deleted file mode 100644 index 5c8e878..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/va.svg +++ /dev/null @@ -1,479 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/vc.svg b/themes/hello-friend-ng-clone/static/flags/1x1/vc.svg deleted file mode 100644 index f347db9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/vc.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ve.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ve.svg deleted file mode 100644 index 2d02c6a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ve.svg +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/vg.svg b/themes/hello-friend-ng-clone/static/flags/1x1/vg.svg deleted file mode 100644 index 7a3bbab..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/vg.svg +++ /dev/null @@ -1,63 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/vi.svg b/themes/hello-friend-ng-clone/static/flags/1x1/vi.svg deleted file mode 100644 index 114995e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/vi.svg +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/vn.svg b/themes/hello-friend-ng-clone/static/flags/1x1/vn.svg deleted file mode 100644 index 865d264..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/vn.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/vu.svg b/themes/hello-friend-ng-clone/static/flags/1x1/vu.svg deleted file mode 100644 index 09add70..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/vu.svg +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/wf.svg b/themes/hello-friend-ng-clone/static/flags/1x1/wf.svg deleted file mode 100644 index 0946ba0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/wf.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ws.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ws.svg deleted file mode 100644 index ab08fdb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ws.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/xk.svg b/themes/hello-friend-ng-clone/static/flags/1x1/xk.svg deleted file mode 100644 index 1e43b95..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/xk.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/xx.svg b/themes/hello-friend-ng-clone/static/flags/1x1/xx.svg deleted file mode 100644 index ccf6c1f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/xx.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/ye.svg b/themes/hello-friend-ng-clone/static/flags/1x1/ye.svg deleted file mode 100644 index 4cac4a8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/ye.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/yt.svg b/themes/hello-friend-ng-clone/static/flags/1x1/yt.svg deleted file mode 100644 index a38c0ac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/yt.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/za.svg b/themes/hello-friend-ng-clone/static/flags/1x1/za.svg deleted file mode 100644 index 7bbe274..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/za.svg +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/zm.svg b/themes/hello-friend-ng-clone/static/flags/1x1/zm.svg deleted file mode 100644 index 9506601..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/zm.svg +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/1x1/zw.svg b/themes/hello-friend-ng-clone/static/flags/1x1/zw.svg deleted file mode 100644 index 1533a81..0000000 --- a/themes/hello-friend-ng-clone/static/flags/1x1/zw.svg +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ac.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ac.svg deleted file mode 100644 index 1a6d508..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ac.svg +++ /dev/null @@ -1,76 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ad.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ad.svg deleted file mode 100644 index 726f981..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ad.svg +++ /dev/null @@ -1,150 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ae.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ae.svg deleted file mode 100644 index b7acdbd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ae.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/af.svg b/themes/hello-friend-ng-clone/static/flags/4x3/af.svg deleted file mode 100644 index 6e75539..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/af.svg +++ /dev/null @@ -1,81 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ag.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ag.svg deleted file mode 100644 index 875f975..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ag.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ai.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ai.svg deleted file mode 100644 index cf91b39..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ai.svg +++ /dev/null @@ -1,758 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/al.svg b/themes/hello-friend-ng-clone/static/flags/4x3/al.svg deleted file mode 100644 index 4e7098f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/al.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/am.svg b/themes/hello-friend-ng-clone/static/flags/4x3/am.svg deleted file mode 100644 index 99fa4dc..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/am.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ao.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ao.svg deleted file mode 100644 index 4dc39f6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ao.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/aq.svg b/themes/hello-friend-ng-clone/static/flags/4x3/aq.svg deleted file mode 100644 index 53840cc..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/aq.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ar.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ar.svg deleted file mode 100644 index d1810f2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ar.svg +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/as.svg b/themes/hello-friend-ng-clone/static/flags/4x3/as.svg deleted file mode 100644 index 88e2ca5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/as.svg +++ /dev/null @@ -1,72 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/at.svg b/themes/hello-friend-ng-clone/static/flags/4x3/at.svg deleted file mode 100644 index c282508..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/at.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/au.svg b/themes/hello-friend-ng-clone/static/flags/4x3/au.svg deleted file mode 100644 index 407fef4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/au.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/aw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/aw.svg deleted file mode 100644 index e840233..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/aw.svg +++ /dev/null @@ -1,186 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ax.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ax.svg deleted file mode 100644 index 9f04648..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ax.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/az.svg b/themes/hello-friend-ng-clone/static/flags/4x3/az.svg deleted file mode 100644 index 8e56ef5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/az.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ba.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ba.svg deleted file mode 100644 index 7c30421..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ba.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bb.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bb.svg deleted file mode 100644 index 420a688..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bb.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bd.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bd.svg deleted file mode 100644 index 16b794d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bd.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/be.svg b/themes/hello-friend-ng-clone/static/flags/4x3/be.svg deleted file mode 100644 index 327f28f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/be.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bf.svg deleted file mode 100644 index 4713822..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bf.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bg.svg deleted file mode 100644 index b100dd0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bg.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bh.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bh.svg deleted file mode 100644 index 7a2ea54..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bh.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bi.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bi.svg deleted file mode 100644 index a37bc67..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bi.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bj.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bj.svg deleted file mode 100644 index 871c57e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bj.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bl.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bl.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bm.svg deleted file mode 100644 index 330d5ec..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bm.svg +++ /dev/null @@ -1,97 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bn.svg deleted file mode 100644 index 19f15fa..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bn.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bo.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bo.svg deleted file mode 100644 index 391e226..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bo.svg +++ /dev/null @@ -1,676 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bq.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bq.svg deleted file mode 100644 index 0e6bc76..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bq.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/br.svg b/themes/hello-friend-ng-clone/static/flags/4x3/br.svg deleted file mode 100644 index 354a701..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/br.svg +++ /dev/null @@ -1,45 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bs.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bs.svg deleted file mode 100644 index b26d476..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bs.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bt.svg deleted file mode 100644 index cea6006..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bt.svg +++ /dev/null @@ -1,89 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bv.svg deleted file mode 100644 index 86431fc..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bv.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bw.svg deleted file mode 100644 index a1c8db0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bw.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/by.svg b/themes/hello-friend-ng-clone/static/flags/4x3/by.svg deleted file mode 100644 index 20ae52b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/by.svg +++ /dev/null @@ -1,20 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/bz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/bz.svg deleted file mode 100644 index fbc6d7c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/bz.svg +++ /dev/null @@ -1,145 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ca.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ca.svg deleted file mode 100644 index f1b2c96..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ca.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cc.svg deleted file mode 100644 index c4457de..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cc.svg +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cd.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cd.svg deleted file mode 100644 index e106ddd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cd.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cefta.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cefta.svg deleted file mode 100644 index d66e18b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cefta.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cf.svg deleted file mode 100644 index fd30063..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cf.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cg.svg deleted file mode 100644 index a290234..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cg.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ch.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ch.svg deleted file mode 100644 index b42d670..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ch.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ci.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ci.svg deleted file mode 100644 index e400f0c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ci.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ck.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ck.svg deleted file mode 100644 index 18e547b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ck.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cl.svg deleted file mode 100644 index 50218c8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cl.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cm.svg deleted file mode 100644 index d06f656..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cm.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cn.svg deleted file mode 100644 index 2416236..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cn.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/co.svg b/themes/hello-friend-ng-clone/static/flags/4x3/co.svg deleted file mode 100644 index ebd0a0f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/co.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cp.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cp.svg deleted file mode 100644 index b3efb07..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cp.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cr.svg deleted file mode 100644 index 5a409ee..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cr.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cu.svg deleted file mode 100644 index 528ebac..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cu.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cv.svg deleted file mode 100644 index 381985a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cv.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cw.svg deleted file mode 100644 index 4294b5b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cw.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cx.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cx.svg deleted file mode 100644 index 39fa9b0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cx.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cy.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cy.svg deleted file mode 100644 index b72473a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cy.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/cz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/cz.svg deleted file mode 100644 index 7913de3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/cz.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/de.svg b/themes/hello-friend-ng-clone/static/flags/4x3/de.svg deleted file mode 100644 index b08334b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/de.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/dg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/dg.svg deleted file mode 100644 index f101d52..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/dg.svg +++ /dev/null @@ -1,130 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/dj.svg b/themes/hello-friend-ng-clone/static/flags/4x3/dj.svg deleted file mode 100644 index 674d7ef..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/dj.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/dk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/dk.svg deleted file mode 100644 index 563277f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/dk.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/dm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/dm.svg deleted file mode 100644 index 7fa4dd8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/dm.svg +++ /dev/null @@ -1,152 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/do.svg b/themes/hello-friend-ng-clone/static/flags/4x3/do.svg deleted file mode 100644 index df21264..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/do.svg +++ /dev/null @@ -1,129 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/dz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/dz.svg deleted file mode 100644 index 5ff29a7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/dz.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ea.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ea.svg deleted file mode 100644 index d55c9b6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ea.svg +++ /dev/null @@ -1,544 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ec.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ec.svg deleted file mode 100644 index 65b7885..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ec.svg +++ /dev/null @@ -1,138 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ee.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ee.svg deleted file mode 100644 index 36ea288..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ee.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/eg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/eg.svg deleted file mode 100644 index 728538b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/eg.svg +++ /dev/null @@ -1,38 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/eh.svg b/themes/hello-friend-ng-clone/static/flags/4x3/eh.svg deleted file mode 100644 index 8743371..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/eh.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/er.svg b/themes/hello-friend-ng-clone/static/flags/4x3/er.svg deleted file mode 100644 index 2705295..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/er.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/es-ct.svg b/themes/hello-friend-ng-clone/static/flags/4x3/es-ct.svg deleted file mode 100644 index 4d85911..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/es-ct.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/es-ga.svg b/themes/hello-friend-ng-clone/static/flags/4x3/es-ga.svg deleted file mode 100644 index cc52c84..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/es-ga.svg +++ /dev/null @@ -1,187 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/es-pv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/es-pv.svg deleted file mode 100644 index 0128915..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/es-pv.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/es.svg b/themes/hello-friend-ng-clone/static/flags/4x3/es.svg deleted file mode 100644 index 815e0f8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/es.svg +++ /dev/null @@ -1,544 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/et.svg b/themes/hello-friend-ng-clone/static/flags/4x3/et.svg deleted file mode 100644 index 7075040..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/et.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/eu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/eu.svg deleted file mode 100644 index 1bb04ec..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/eu.svg +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/fi.svg b/themes/hello-friend-ng-clone/static/flags/4x3/fi.svg deleted file mode 100644 index 470be2d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/fi.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/fj.svg b/themes/hello-friend-ng-clone/static/flags/4x3/fj.svg deleted file mode 100644 index 2d7cd98..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/fj.svg +++ /dev/null @@ -1,120 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/fk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/fk.svg deleted file mode 100644 index 8aeee57..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/fk.svg +++ /dev/null @@ -1,90 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/fm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/fm.svg deleted file mode 100644 index baa9668..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/fm.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/fo.svg b/themes/hello-friend-ng-clone/static/flags/4x3/fo.svg deleted file mode 100644 index 898f669..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/fo.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/fr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/fr.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/fr.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ga.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ga.svg deleted file mode 100644 index 76edab4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ga.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gb-eng.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gb-eng.svg deleted file mode 100644 index 12e3b67..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gb-eng.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gb-nir.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gb-nir.svg deleted file mode 100644 index e34b224..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gb-nir.svg +++ /dev/null @@ -1,132 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gb-sct.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gb-sct.svg deleted file mode 100644 index f50cd32..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gb-sct.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gb-wls.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gb-wls.svg deleted file mode 100644 index 6e15fd0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gb-wls.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gb.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gb.svg deleted file mode 100644 index dbac25e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gb.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gd.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gd.svg deleted file mode 100644 index dad1107..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gd.svg +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ge.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ge.svg deleted file mode 100644 index d8126ec..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ge.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gf.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gf.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gg.svg deleted file mode 100644 index e40a838..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gg.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gh.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gh.svg deleted file mode 100644 index a6497de..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gh.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gi.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gi.svg deleted file mode 100644 index 64a69e8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gi.svg +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gl.svg deleted file mode 100644 index eb5a52e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gl.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gm.svg deleted file mode 100644 index 2fbcb19..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gm.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gn.svg deleted file mode 100644 index 40d6ad4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gn.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gp.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gp.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gp.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gq.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gq.svg deleted file mode 100644 index ba2acf2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gq.svg +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gr.svg deleted file mode 100644 index 599741e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gr.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gs.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gs.svg deleted file mode 100644 index 7e0692c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gs.svg +++ /dev/null @@ -1,133 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gt.svg deleted file mode 100644 index be45324..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gt.svg +++ /dev/null @@ -1,220 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gu.svg deleted file mode 100644 index a5584ff..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gu.svg +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gw.svg deleted file mode 100644 index 9e0aeeb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gw.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/gy.svg b/themes/hello-friend-ng-clone/static/flags/4x3/gy.svg deleted file mode 100644 index f4d9b8a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/gy.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/hk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/hk.svg deleted file mode 100644 index 84ff340..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/hk.svg +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/hm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/hm.svg deleted file mode 100644 index c0748d3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/hm.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/hn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/hn.svg deleted file mode 100644 index 6f92950..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/hn.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/hr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/hr.svg deleted file mode 100644 index 70115ae..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/hr.svg +++ /dev/null @@ -1,58 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ht.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ht.svg deleted file mode 100644 index 9cddb29..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ht.svg +++ /dev/null @@ -1,116 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/hu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/hu.svg deleted file mode 100644 index baddf7f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/hu.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ic.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ic.svg deleted file mode 100644 index 81e6ee2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ic.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/id.svg b/themes/hello-friend-ng-clone/static/flags/4x3/id.svg deleted file mode 100644 index 3b7c8fc..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/id.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ie.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ie.svg deleted file mode 100644 index 049be14..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ie.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/il.svg b/themes/hello-friend-ng-clone/static/flags/4x3/il.svg deleted file mode 100644 index d9d8213..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/il.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/im.svg b/themes/hello-friend-ng-clone/static/flags/4x3/im.svg deleted file mode 100644 index ce1243c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/im.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/in.svg b/themes/hello-friend-ng-clone/static/flags/4x3/in.svg deleted file mode 100644 index 53c29b3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/in.svg +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/io.svg b/themes/hello-friend-ng-clone/static/flags/4x3/io.svg deleted file mode 100644 index 439923f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/io.svg +++ /dev/null @@ -1,130 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/iq.svg b/themes/hello-friend-ng-clone/static/flags/4x3/iq.svg deleted file mode 100644 index 6891785..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/iq.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ir.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ir.svg deleted file mode 100644 index c937a36..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ir.svg +++ /dev/null @@ -1,219 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/is.svg b/themes/hello-friend-ng-clone/static/flags/4x3/is.svg deleted file mode 100644 index b0828a4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/is.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/it.svg b/themes/hello-friend-ng-clone/static/flags/4x3/it.svg deleted file mode 100644 index 20a8bfd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/it.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/je.svg b/themes/hello-friend-ng-clone/static/flags/4x3/je.svg deleted file mode 100644 index b65965c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/je.svg +++ /dev/null @@ -1,45 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/jm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/jm.svg deleted file mode 100644 index e03a342..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/jm.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/jo.svg b/themes/hello-friend-ng-clone/static/flags/4x3/jo.svg deleted file mode 100644 index df0ce75..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/jo.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/jp.svg b/themes/hello-friend-ng-clone/static/flags/4x3/jp.svg deleted file mode 100644 index 90af6c4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/jp.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ke.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ke.svg deleted file mode 100644 index ad190f5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ke.svg +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kg.svg deleted file mode 100644 index 1d237fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kg.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kh.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kh.svg deleted file mode 100644 index 984e84e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kh.svg +++ /dev/null @@ -1,61 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ki.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ki.svg deleted file mode 100644 index c469370..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ki.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/km.svg b/themes/hello-friend-ng-clone/static/flags/4x3/km.svg deleted file mode 100644 index fda3a53..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/km.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kn.svg deleted file mode 100644 index f96b06c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kn.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kp.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kp.svg deleted file mode 100644 index b405e45..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kp.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kr.svg deleted file mode 100644 index 39fa999..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kr.svg +++ /dev/null @@ -1,24 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kw.svg deleted file mode 100644 index d55aa19..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kw.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ky.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ky.svg deleted file mode 100644 index 103af5b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ky.svg +++ /dev/null @@ -1,109 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/kz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/kz.svg deleted file mode 100644 index e09beb2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/kz.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/la.svg b/themes/hello-friend-ng-clone/static/flags/4x3/la.svg deleted file mode 100644 index cd7ea9d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/la.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lb.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lb.svg deleted file mode 100644 index f8b8b6d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lb.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lc.svg deleted file mode 100644 index 46bbc6c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lc.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/li.svg b/themes/hello-friend-ng-clone/static/flags/4x3/li.svg deleted file mode 100644 index d557d31..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/li.svg +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lk.svg deleted file mode 100644 index 416c0f0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lk.svg +++ /dev/null @@ -1,22 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lr.svg deleted file mode 100644 index 0025221..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lr.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ls.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ls.svg deleted file mode 100644 index e701650..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ls.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lt.svg deleted file mode 100644 index 90ec5d2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lt.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lu.svg deleted file mode 100644 index c31d2bf..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lu.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/lv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/lv.svg deleted file mode 100644 index 6a9e75e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/lv.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ly.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ly.svg deleted file mode 100644 index 7324a87..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ly.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ma.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ma.svg deleted file mode 100644 index 7ce56ef..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ma.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mc.svg deleted file mode 100644 index 9cb6c9e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mc.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/md.svg b/themes/hello-friend-ng-clone/static/flags/4x3/md.svg deleted file mode 100644 index a806572..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/md.svg +++ /dev/null @@ -1,70 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/me.svg b/themes/hello-friend-ng-clone/static/flags/4x3/me.svg deleted file mode 100644 index b56cce0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/me.svg +++ /dev/null @@ -1,116 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mf.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mf.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mg.svg deleted file mode 100644 index 5fa2d24..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mg.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mh.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mh.svg deleted file mode 100644 index 46351e5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mh.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mk.svg deleted file mode 100644 index 4f5cae7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mk.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ml.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ml.svg deleted file mode 100644 index 6f6b716..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ml.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mm.svg deleted file mode 100644 index 3527782..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mm.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mn.svg deleted file mode 100644 index 56cb072..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mn.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mo.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mo.svg deleted file mode 100644 index 6b70cc7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mo.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mp.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mp.svg deleted file mode 100644 index d94f688..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mp.svg +++ /dev/null @@ -1,86 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mq.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mq.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mq.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mr.svg deleted file mode 100644 index e9cc291..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mr.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ms.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ms.svg deleted file mode 100644 index a1e52d9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ms.svg +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mt.svg deleted file mode 100644 index 676e801..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mt.svg +++ /dev/null @@ -1,49 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mu.svg deleted file mode 100644 index 82d7a3b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mu.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mv.svg deleted file mode 100644 index 10450f9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mv.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mw.svg deleted file mode 100644 index 113aae5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mw.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mx.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mx.svg deleted file mode 100644 index 4219195..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mx.svg +++ /dev/null @@ -1,382 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/my.svg b/themes/hello-friend-ng-clone/static/flags/4x3/my.svg deleted file mode 100644 index 267c39a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/my.svg +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/mz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/mz.svg deleted file mode 100644 index dab81a6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/mz.svg +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/na.svg b/themes/hello-friend-ng-clone/static/flags/4x3/na.svg deleted file mode 100644 index 3b9202b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/na.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/nc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/nc.svg deleted file mode 100644 index 9679540..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/nc.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ne.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ne.svg deleted file mode 100644 index 39a82b8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ne.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/nf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/nf.svg deleted file mode 100644 index ecdb4a3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/nf.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ng.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ng.svg deleted file mode 100644 index 81eb35f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ng.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ni.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ni.svg deleted file mode 100644 index 64d2aa0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ni.svg +++ /dev/null @@ -1,129 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/nl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/nl.svg deleted file mode 100644 index 4faaf49..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/nl.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/no.svg b/themes/hello-friend-ng-clone/static/flags/4x3/no.svg deleted file mode 100644 index a5f2a15..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/no.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/np.svg b/themes/hello-friend-ng-clone/static/flags/4x3/np.svg deleted file mode 100644 index a2f9819..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/np.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/nr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/nr.svg deleted file mode 100644 index c7db7dd..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/nr.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/nu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/nu.svg deleted file mode 100644 index 4067baf..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/nu.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/nz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/nz.svg deleted file mode 100644 index 8ae592a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/nz.svg +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/om.svg b/themes/hello-friend-ng-clone/static/flags/4x3/om.svg deleted file mode 100644 index 5be12ed..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/om.svg +++ /dev/null @@ -1,115 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pa.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pa.svg deleted file mode 100644 index 658c87e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pa.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pe.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pe.svg deleted file mode 100644 index eeb29a3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pe.svg +++ /dev/null @@ -1,244 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pf.svg deleted file mode 100644 index 1b35cdb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pf.svg +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pg.svg deleted file mode 100644 index 1080add..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pg.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ph.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ph.svg deleted file mode 100644 index 65489e1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ph.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pk.svg deleted file mode 100644 index 0babde6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pk.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pl.svg deleted file mode 100644 index 0fa5145..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pl.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pm.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pm.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pn.svg deleted file mode 100644 index 972792f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pn.svg +++ /dev/null @@ -1,53 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pr.svg deleted file mode 100644 index 964b421..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pr.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ps.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ps.svg deleted file mode 100644 index ddd1dc1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ps.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pt.svg deleted file mode 100644 index afd2e4a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pt.svg +++ /dev/null @@ -1,57 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/pw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/pw.svg deleted file mode 100644 index 77547c7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/pw.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/py.svg b/themes/hello-friend-ng-clone/static/flags/4x3/py.svg deleted file mode 100644 index bfbf01f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/py.svg +++ /dev/null @@ -1,157 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/qa.svg b/themes/hello-friend-ng-clone/static/flags/4x3/qa.svg deleted file mode 100644 index bd493c3..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/qa.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/re.svg b/themes/hello-friend-ng-clone/static/flags/4x3/re.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/re.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ro.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ro.svg deleted file mode 100644 index fda0f7b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ro.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/rs.svg b/themes/hello-friend-ng-clone/static/flags/4x3/rs.svg deleted file mode 100644 index 86ad291..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/rs.svg +++ /dev/null @@ -1,292 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ru.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ru.svg deleted file mode 100644 index f4d27ef..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ru.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/rw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/rw.svg deleted file mode 100644 index 2c6c5d9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/rw.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sa.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sa.svg deleted file mode 100644 index b0d56df..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sa.svg +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sb.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sb.svg deleted file mode 100644 index f450a9c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sb.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sc.svg deleted file mode 100644 index 9a46b36..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sc.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sd.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sd.svg deleted file mode 100644 index c00a1a5..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sd.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/se.svg b/themes/hello-friend-ng-clone/static/flags/4x3/se.svg deleted file mode 100644 index 0e41780..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/se.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sg.svg deleted file mode 100644 index c0d3d08..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sg.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sh.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sh.svg deleted file mode 100644 index 131b069..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sh.svg +++ /dev/null @@ -1,76 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/si.svg b/themes/hello-friend-ng-clone/static/flags/4x3/si.svg deleted file mode 100644 index 223fc49..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/si.svg +++ /dev/null @@ -1,18 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sj.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sj.svg deleted file mode 100644 index bb2799c..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sj.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sk.svg deleted file mode 100644 index a1953fa..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sk.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sl.svg deleted file mode 100644 index a07baf7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sl.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sm.svg deleted file mode 100644 index 0892990..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sm.svg +++ /dev/null @@ -1,75 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sn.svg deleted file mode 100644 index 7c0673d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sn.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/so.svg b/themes/hello-friend-ng-clone/static/flags/4x3/so.svg deleted file mode 100644 index 4d4337a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/so.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sr.svg deleted file mode 100644 index 5e71c40..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sr.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ss.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ss.svg deleted file mode 100644 index 73804d8..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ss.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/st.svg b/themes/hello-friend-ng-clone/static/flags/4x3/st.svg deleted file mode 100644 index 2259f31..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/st.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sv.svg deleted file mode 100644 index 752dd3d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sv.svg +++ /dev/null @@ -1,594 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sx.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sx.svg deleted file mode 100644 index bcc90d6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sx.svg +++ /dev/null @@ -1,56 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sy.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sy.svg deleted file mode 100644 index 29636ae..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sy.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/sz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/sz.svg deleted file mode 100644 index 02ef495..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/sz.svg +++ /dev/null @@ -1,34 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ta.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ta.svg deleted file mode 100644 index b68ad23..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ta.svg +++ /dev/null @@ -1,76 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tc.svg deleted file mode 100644 index dbdb716..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tc.svg +++ /dev/null @@ -1,50 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/td.svg b/themes/hello-friend-ng-clone/static/flags/4x3/td.svg deleted file mode 100644 index 9fadf85..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/td.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tf.svg deleted file mode 100644 index 4572f4e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tf.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tg.svg deleted file mode 100644 index 8d763cb..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tg.svg +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/th.svg b/themes/hello-friend-ng-clone/static/flags/4x3/th.svg deleted file mode 100644 index 1e93a61..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/th.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tj.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tj.svg deleted file mode 100644 index 563c97b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tj.svg +++ /dev/null @@ -1,22 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tk.svg deleted file mode 100644 index 65bab13..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tk.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tl.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tl.svg deleted file mode 100644 index 1f11e92..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tl.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tm.svg deleted file mode 100644 index 3c72f09..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tm.svg +++ /dev/null @@ -1,205 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tn.svg deleted file mode 100644 index 4dc0949..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tn.svg +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/to.svg b/themes/hello-friend-ng-clone/static/flags/4x3/to.svg deleted file mode 100644 index d072337..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/to.svg +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tr.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tr.svg deleted file mode 100644 index a92804f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tr.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tt.svg deleted file mode 100644 index 14adbe0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tt.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tv.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tv.svg deleted file mode 100644 index 675210e..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tv.svg +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tw.svg deleted file mode 100644 index 78f3b9d..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tw.svg +++ /dev/null @@ -1,34 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/tz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/tz.svg deleted file mode 100644 index ca74eec..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/tz.svg +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ua.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ua.svg deleted file mode 100644 index a339eb1..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ua.svg +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ug.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ug.svg deleted file mode 100644 index f9c5e1b..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ug.svg +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/um.svg b/themes/hello-friend-ng-clone/static/flags/4x3/um.svg deleted file mode 100644 index 7b91838..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/um.svg +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/un.svg b/themes/hello-friend-ng-clone/static/flags/4x3/un.svg deleted file mode 100644 index b04c3c4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/un.svg +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/us.svg b/themes/hello-friend-ng-clone/static/flags/4x3/us.svg deleted file mode 100644 index a218516..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/us.svg +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/uy.svg b/themes/hello-friend-ng-clone/static/flags/4x3/uy.svg deleted file mode 100644 index 1634d71..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/uy.svg +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/uz.svg b/themes/hello-friend-ng-clone/static/flags/4x3/uz.svg deleted file mode 100644 index 8c6a532..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/uz.svg +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/va.svg b/themes/hello-friend-ng-clone/static/flags/4x3/va.svg deleted file mode 100644 index 6a03dc4..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/va.svg +++ /dev/null @@ -1,479 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/vc.svg b/themes/hello-friend-ng-clone/static/flags/4x3/vc.svg deleted file mode 100644 index 450f6f0..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/vc.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ve.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ve.svg deleted file mode 100644 index 77bb549..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ve.svg +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/vg.svg b/themes/hello-friend-ng-clone/static/flags/4x3/vg.svg deleted file mode 100644 index 39023a9..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/vg.svg +++ /dev/null @@ -1,63 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/vi.svg b/themes/hello-friend-ng-clone/static/flags/4x3/vi.svg deleted file mode 100644 index 8a0941f..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/vi.svg +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/vn.svg b/themes/hello-friend-ng-clone/static/flags/4x3/vn.svg deleted file mode 100644 index c557e3a..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/vn.svg +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/vu.svg b/themes/hello-friend-ng-clone/static/flags/4x3/vu.svg deleted file mode 100644 index 32f4377..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/vu.svg +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/wf.svg b/themes/hello-friend-ng-clone/static/flags/4x3/wf.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/wf.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ws.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ws.svg deleted file mode 100644 index 0e758a7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ws.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/xk.svg b/themes/hello-friend-ng-clone/static/flags/4x3/xk.svg deleted file mode 100644 index 0edc0c7..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/xk.svg +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/xx.svg b/themes/hello-friend-ng-clone/static/flags/4x3/xx.svg deleted file mode 100644 index 34515ce..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/xx.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/ye.svg b/themes/hello-friend-ng-clone/static/flags/4x3/ye.svg deleted file mode 100644 index 61f0ed6..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/ye.svg +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/yt.svg b/themes/hello-friend-ng-clone/static/flags/4x3/yt.svg deleted file mode 100644 index 79689fe..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/yt.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/za.svg b/themes/hello-friend-ng-clone/static/flags/4x3/za.svg deleted file mode 100644 index 0c1f3af..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/za.svg +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/zm.svg b/themes/hello-friend-ng-clone/static/flags/4x3/zm.svg deleted file mode 100644 index 84c99c2..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/zm.svg +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/flags/4x3/zw.svg b/themes/hello-friend-ng-clone/static/flags/4x3/zw.svg deleted file mode 100644 index 64e8d48..0000000 --- a/themes/hello-friend-ng-clone/static/flags/4x3/zw.svg +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Bold.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4b..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Bold.woff and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Bold.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-BoldItalic.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-BoldItalic.woff deleted file mode 100644 index 3275076..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-BoldItalic.woff and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-BoldItalic.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-BoldItalic.woff2 deleted file mode 100644 index 0b1fe8e..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-BoldItalic.woff2 and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Italic.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-Italic.woff deleted file mode 100644 index a806b38..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Italic.woff and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Italic.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-Italic.woff2 deleted file mode 100644 index a619fc5..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Italic.woff2 and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Medium.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-Medium.woff deleted file mode 100644 index d546843..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Medium.woff and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Medium.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-MediumItalic.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-MediumItalic.woff deleted file mode 100644 index 459a656..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-MediumItalic.woff and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-MediumItalic.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-MediumItalic.woff2 deleted file mode 100644 index 0e3019f..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-MediumItalic.woff2 and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Regular.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a61..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Regular.woff and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-Regular.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b689..0000000 Binary files a/themes/hello-friend-ng-clone/static/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Bold.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Bold.woff new file mode 100644 index 0000000..8fefb2d Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Bold.woff differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Bold.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Bold.woff2 new file mode 100644 index 0000000..522adb9 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Bold.woff2 differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-BoldItalic.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-BoldItalic.woff new file mode 100644 index 0000000..8e0e289 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-BoldItalic.woff differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-BoldItalic.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-BoldItalic.woff2 new file mode 100644 index 0000000..66d8511 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-BoldItalic.woff2 differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Italic.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Italic.woff new file mode 100644 index 0000000..70c132b Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Italic.woff differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Italic.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Italic.woff2 new file mode 100644 index 0000000..6af8a7f Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Italic.woff2 differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Medium.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Medium.woff new file mode 100644 index 0000000..8aef504 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Medium.woff differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Medium.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Medium.woff2 new file mode 100644 index 0000000..7bdc267 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Medium.woff2 differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-MediumItalic.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-MediumItalic.woff new file mode 100644 index 0000000..58119ef Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-MediumItalic.woff differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-MediumItalic.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-MediumItalic.woff2 new file mode 100644 index 0000000..4d4034b Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-MediumItalic.woff2 differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Regular.woff b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Regular.woff new file mode 100644 index 0000000..2ada3d0 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Regular.woff differ diff --git a/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Regular.woff2 b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Regular.woff2 new file mode 100644 index 0000000..e29e9c9 Binary files /dev/null and b/themes/hello-friend-ng-clone/static/fonts/Inter-UI-Regular.woff2 differ