diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f66d61b..2c05662 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,8 +6,8 @@ title: 'Feature Request' ### Describe the solution you'd like diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 1c147d7..3f941f2 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout to latest commit - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 - name: Setup Node uses: actions/setup-node@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4121b8..0d6d9e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-18.04 steps: # checkout to the commit that has been pushed - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d2e8b1a..cbe49f1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index 1828fee..91c04d7 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: # checkout to latest commit - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 # run markdown linter - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 diff --git a/README.md b/README.md index 85a7f79..437e33e 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ For more details about the features please visit [here](https://toha-guides.netl - Tiếng Việt - Turkish - Arabic (العربية) +- Português To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io). diff --git a/i18n/de.toml b/i18n/de.toml index 191b73b..940e089 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -72,10 +72,10 @@ other = "Belegte Kurse" other = "Kursname" [total_credit] -other = "Gesamtguthaben" +other = "Mögliche Punktzahl" [obtained_credit] -other = "Erhaltenes Guthaben" +other = "Note" [extracurricular_activities] other = "Außerschulische Aktivitäten" @@ -108,7 +108,7 @@ other = "Star" other = "Details" [err_404] -other = "Die Seite nach der Seite ist noch nicht vorhanden." +other = "Die von Ihnen gesuchte Seite ist noch nicht vorhanden." [more] other = "Mehr" diff --git a/i18n/pt.toml b/i18n/pt.toml new file mode 100644 index 0000000..65f7703 --- /dev/null +++ b/i18n/pt.toml @@ -0,0 +1,126 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Início" + +[posts] +other = "Artigos" + +[toc_heading] +other = "Tabela de conteúdos" + +[tags] +other = "Etiquetas" + +[categories] +other = "Categorias" + +[at] +other = "em" + +[resume] +other = "O meu Currículo" + +[navigation] +other = "Navegação" + +[contact_me] +other = "Contacte-me:" + +[email] +other = "Email" + +[phone] +other = "Telefone" + +[newsletter_text] +other = "Mantenha-se actualizado com notificações por email" + +[newsletter_input_placeholder] +other = "Inserir email" + +[newsletter_warning] +other = "Ao submeter o seu endereço de email, concorda em receber a newsletter deste website." + +[submit] +other = "Enviar" + +[hugoAttributionText] +other = "Desenvolvido por" + +[prev] +other = "Anterior" + +[next] +other = "Próximo" + +[share_on] +other = "Partilha" + +[improve_this_page] +other = "Melhore esta página" + +[out_of] +other = "de" + +[publications] +other = "Publicações" + +[taken_courses] +other = "Cursos frequentados" + +[course_name] +other = "Nome do Curso" + +[total_credit] +other = "Créditos Totais" + +[obtained_credit] +other = "Créditos Obtidos" + +[extracurricular_activities] +other = "Actividades Extracurriculares" + +[show_more] +other = "Ver Mais" + +[show_less] +other = "Ver Menos" + +[responsibilities] +other = "Responsabilidades:" + +[present] +other = "Presente" + +[comments_javascript] +other = "Por favor active JavaScript para ver o" + +[comments_by] +other = "comentários por" + +[read] +other = "Ler" + +[project_star] +other = "Star" + +[project_details] +other = "Detalhes" + +[err_404] +other = "A página que procura ainda não está aqui." + +[more] +other = "Mais" + +[view_certificate] +other = "Ver Certificado" + +[notes] +other = "Notas" + +[disclaimer_text] +other = "Nota legal" + +[search] +other = "Pesquisar" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index df966c5..8f3ce47 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -191,7 +191,7 @@
- + Toha Theme Logo Toha diff --git a/layouts/partials/sections/home.html b/layouts/partials/sections/home.html index 37608da..9dddf46 100644 --- a/layouts/partials/sections/home.html +++ b/layouts/partials/sections/home.html @@ -132,7 +132,7 @@ {{ if .section.id }} {{ $sectionID = .section.id }} {{ end }} - + {{ end }} {{ end }}
diff --git a/package-lock.json b/package-lock.json index 302b506..b2143bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "autoprefixer": "^10.4.8", - "postcss": "^8.4.16", + "autoprefixer": "^10.4.12", + "postcss": "^8.4.17", "postcss-cli": "^8.3.1" } }, @@ -104,9 +104,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz", - "integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==", + "version": "10.4.12", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz", + "integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==", "dev": true, "funding": [ { @@ -119,8 +119,8 @@ } ], "dependencies": { - "browserslist": "^4.21.3", - "caniuse-lite": "^1.0.30001373", + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001407", "fraction.js": "^4.2.0", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", @@ -158,9 +158,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", - "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", "dev": true, "funding": [ { @@ -173,10 +173,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001370", - "electron-to-chromium": "^1.4.202", + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.5" + "update-browserslist-db": "^1.0.9" }, "bin": { "browserslist": "cli.js" @@ -186,9 +186,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001373", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz", - "integrity": "sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==", + "version": "1.0.30001414", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001414.tgz", + "integrity": "sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==", "dev": true, "funding": [ { @@ -295,9 +295,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.206", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.206.tgz", - "integrity": "sha512-h+Fadt1gIaQ06JaIiyqPsBjJ08fV5Q7md+V8bUvQW/9OvXfL2LRICTz2EcnnCP7QzrFTS6/27MRV6Bl9Yn97zA==", + "version": "1.4.270", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.270.tgz", + "integrity": "sha512-KNhIzgLiJmDDC444dj9vEOpZEgsV96ult9Iff98Vanumn+ShJHd5se8aX6KeVxdc0YQeqdrezBZv89rleDbvSg==", "dev": true }, "node_modules/emoji-regex": { @@ -692,9 +692,9 @@ } }, "node_modules/postcss": { - "version": "8.4.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", - "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", + "version": "8.4.17", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz", + "integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==", "dev": true, "funding": [ { @@ -979,9 +979,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", - "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz", + "integrity": "sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==", "dev": true, "funding": [ { @@ -1132,13 +1132,13 @@ "dev": true }, "autoprefixer": { - "version": "10.4.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz", - "integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==", + "version": "10.4.12", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz", + "integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==", "dev": true, "requires": { - "browserslist": "^4.21.3", - "caniuse-lite": "^1.0.30001373", + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001407", "fraction.js": "^4.2.0", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", @@ -1161,21 +1161,21 @@ } }, "browserslist": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", - "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001370", - "electron-to-chromium": "^1.4.202", + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.5" + "update-browserslist-db": "^1.0.9" } }, "caniuse-lite": { - "version": "1.0.30001373", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz", - "integrity": "sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==", + "version": "1.0.30001414", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001414.tgz", + "integrity": "sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==", "dev": true }, "chalk": { @@ -1252,9 +1252,9 @@ } }, "electron-to-chromium": { - "version": "1.4.206", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.206.tgz", - "integrity": "sha512-h+Fadt1gIaQ06JaIiyqPsBjJ08fV5Q7md+V8bUvQW/9OvXfL2LRICTz2EcnnCP7QzrFTS6/27MRV6Bl9Yn97zA==", + "version": "1.4.270", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.270.tgz", + "integrity": "sha512-KNhIzgLiJmDDC444dj9vEOpZEgsV96ult9Iff98Vanumn+ShJHd5se8aX6KeVxdc0YQeqdrezBZv89rleDbvSg==", "dev": true }, "emoji-regex": { @@ -1543,9 +1543,9 @@ "dev": true }, "postcss": { - "version": "8.4.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", - "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", + "version": "8.4.17", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz", + "integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==", "dev": true, "requires": { "nanoid": "^3.3.4", @@ -1718,9 +1718,9 @@ "dev": true }, "update-browserslist-db": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", - "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz", + "integrity": "sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==", "dev": true, "requires": { "escalade": "^3.1.1", diff --git a/package.json b/package.json index d48bedc..7c0d7a5 100644 --- a/package.json +++ b/package.json @@ -8,17 +8,17 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hossainemruz/toha.git" + "url": "git+https://github.com/hugo-toha/toha.git" }, "author": "Emruz Hossain", "license": "MIT", "bugs": { - "url": "https://github.com/hossainemruz/toha/issues" + "url": "https://github.com/hugo-toha/toha/issues" }, - "homepage": "https://github.com/hossainemruz/toha#readme", + "homepage": "https://github.com/hugo-toha/toha#readme", "devDependencies": { - "autoprefixer": "^10.4.8", - "postcss": "^8.4.16", + "autoprefixer": "^10.4.12", + "postcss": "^8.4.17", "postcss-cli": "^8.3.1" } } diff --git a/static/css/layouts/list.css b/static/css/layouts/list.css index 2dfeba3..9eff7c0 100644 --- a/static/css/layouts/list.css +++ b/static/css/layouts/list.css @@ -67,7 +67,6 @@ } .paginator { - width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: auto; @@ -91,7 +90,6 @@ margin-right: auto; margin-top: 0.5rem; margin-bottom: 0.5rem; - width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } diff --git a/static/css/layouts/main.css b/static/css/layouts/main.css index ddf9342..e2ed1ab 100644 --- a/static/css/layouts/main.css +++ b/static/css/layouts/main.css @@ -244,10 +244,8 @@ td { figure { border: 1px solid #c0ccda; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; - width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; align-self: center; @@ -312,7 +310,6 @@ mark { /* ======= Paginator ========= */ .paginator { - width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: auto; diff --git a/static/css/layouts/single.css b/static/css/layouts/single.css index 0e4f5f6..91246e7 100644 --- a/static/css/layouts/single.css +++ b/static/css/layouts/single.css @@ -37,7 +37,6 @@ body { } .toc-holder { - position: -webkit-sticky; position: sticky; top: 4.5rem; overflow-x: hidden; @@ -439,7 +438,6 @@ h6 { .toc-section { order: 2; width: 100%; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; max-height: 0; @@ -452,7 +450,6 @@ h6 { position: relative; /* height: fit-content; */ flex: 100%; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; max-height: 200vh; diff --git a/static/css/navigators/navbar.css b/static/css/navigators/navbar.css index 4d3748b..be06752 100644 --- a/static/css/navigators/navbar.css +++ b/static/css/navigators/navbar.css @@ -167,7 +167,6 @@ /* IPad Pro */ @media (max-width: 1024px) { .top-navbar { - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; padding-bottom: 0px; diff --git a/static/css/navigators/sidebar.css b/static/css/navigators/sidebar.css index 9faf7e7..d25305e 100644 --- a/static/css/navigators/sidebar.css +++ b/static/css/navigators/sidebar.css @@ -8,7 +8,6 @@ .sidebar-holder { top: 2.5rem; - position: -webkit-sticky; position: sticky; background-color: #f9fafc; height: 100vh; @@ -26,7 +25,6 @@ .sidebar-tree { padding-left: 1rem; position: relative; - width: -webkit-max-content; width: -moz-max-content; width: max-content; } @@ -192,7 +190,6 @@ a.focused { transition: all ease-out 0.3s; } .sidebar-holder { - position: -webkit-sticky; position: sticky; top: 2.5rem; width: 100%; @@ -222,7 +219,6 @@ a.focused { transition: all ease-out 0.3s; } .sidebar-holder { - position: -webkit-sticky; position: sticky; top: 2.5rem; width: 100%; @@ -250,7 +246,6 @@ a.focused { .sidebar-section.hide { margin-top: 2rem; position: relative; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; flex: none; @@ -261,7 +256,6 @@ a.focused { .sidebar-holder { max-height: 0; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; overflow: hidden; @@ -276,10 +270,8 @@ a.focused { .sidebar { position: relative; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; - max-height: -webkit-fit-content; max-height: -moz-fit-content; max-height: fit-content; width: 100vw; diff --git a/static/css/sections/about.css b/static/css/sections/about.css index f384f96..1cb12f6 100644 --- a/static/css/sections/about.css +++ b/static/css/sections/about.css @@ -76,8 +76,7 @@ border-bottom-left-radius: 80px; border-right: 0; transform-origin: center right; - -webkit-animation: circular-loading-1 1.8s linear forwards; - animation: circular-loading-1 1.8s linear forwards; + animation: circular-loading-1 1.8s linear forwards; } .circular-progress .circular-progress-value { @@ -123,67 +122,47 @@ } .circular-progress-percentage-50 { - -webkit-animation: circular-loading-50 0s linear forwards 1.8s; - animation: circular-loading-50 0s linear forwards 1.8s; + animation: circular-loading-50 0s linear forwards 1.8s; } .circular-progress-percentage-55 { - -webkit-animation: circular-loading-55 0.18s linear forwards 1.8s; - animation: circular-loading-55 0.18s linear forwards 1.8s; + animation: circular-loading-55 0.18s linear forwards 1.8s; } .circular-progress-percentage-60 { - -webkit-animation: circular-loading-60 0.36s linear forwards 1.8s; - animation: circular-loading-60 0.36s linear forwards 1.8s; + animation: circular-loading-60 0.36s linear forwards 1.8s; } .circular-progress-percentage-65 { - -webkit-animation: circular-loading-65 0.54s linear forwards 1.8s; - animation: circular-loading-65 0.54s linear forwards 1.8s; + animation: circular-loading-65 0.54s linear forwards 1.8s; } .circular-progress-percentage-70 { - -webkit-animation: circular-loading-70 0.72s linear forwards 1.8s; - animation: circular-loading-70 0.72s linear forwards 1.8s; + animation: circular-loading-70 0.72s linear forwards 1.8s; } .circular-progress-percentage-75 { - -webkit-animation: circular-loading-75 0.9s linear forwards 1.8s; - animation: circular-loading-75 0.9s linear forwards 1.8s; + animation: circular-loading-75 0.9s linear forwards 1.8s; } .circular-progress-percentage-80 { - -webkit-animation: circular-loading-80 1.08s linear forwards 1.8s; - animation: circular-loading-80 1.08s linear forwards 1.8s; + animation: circular-loading-80 1.08s linear forwards 1.8s; } .circular-progress-percentage-85 { - -webkit-animation: circular-loading-85 1.26s linear forwards 1.8s; - animation: circular-loading-85 1.26s linear forwards 1.8s; + animation: circular-loading-85 1.26s linear forwards 1.8s; } .circular-progress-percentage-90 { - -webkit-animation: circular-loading-90 1.44s linear forwards 1.8s; - animation: circular-loading-90 1.44s linear forwards 1.8s; + animation: circular-loading-90 1.44s linear forwards 1.8s; } .circular-progress-percentage-95 { - -webkit-animation: circular-loading-95 1.62s linear forwards 1.8s; - animation: circular-loading-95 1.62s linear forwards 1.8s; + animation: circular-loading-95 1.62s linear forwards 1.8s; } .circular-progress-percentage-100 { - -webkit-animation: circular-loading-100 1.8s linear forwards 1.8s; - animation: circular-loading-100 1.8s linear forwards 1.8s; -} - -@-webkit-keyframes circular-loading-50 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(0deg); - } + animation: circular-loading-100 1.8s linear forwards 1.8s; } @keyframes circular-loading-50 { @@ -195,15 +174,6 @@ } } -@-webkit-keyframes circular-loading-55 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(18deg); - } -} - @keyframes circular-loading-55 { 0% { transform: rotate(0deg); @@ -213,15 +183,6 @@ } } -@-webkit-keyframes circular-loading-60 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(36deg); - } -} - @keyframes circular-loading-60 { 0% { transform: rotate(0deg); @@ -231,15 +192,6 @@ } } -@-webkit-keyframes circular-loading-65 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(54deg); - } -} - @keyframes circular-loading-65 { 0% { transform: rotate(0deg); @@ -249,15 +201,6 @@ } } -@-webkit-keyframes circular-loading-70 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(72deg); - } -} - @keyframes circular-loading-70 { 0% { transform: rotate(0deg); @@ -267,15 +210,6 @@ } } -@-webkit-keyframes circular-loading-75 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(90deg); - } -} - @keyframes circular-loading-75 { 0% { transform: rotate(0deg); @@ -285,15 +219,6 @@ } } -@-webkit-keyframes circular-loading-80 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(108deg); - } -} - @keyframes circular-loading-80 { 0% { transform: rotate(0deg); @@ -303,15 +228,6 @@ } } -@-webkit-keyframes circular-loading-85 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(126deg); - } -} - @keyframes circular-loading-85 { 0% { transform: rotate(0deg); @@ -321,15 +237,6 @@ } } -@-webkit-keyframes circular-loading-90 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(144deg); - } -} - @keyframes circular-loading-90 { 0% { transform: rotate(0deg); @@ -339,15 +246,6 @@ } } -@-webkit-keyframes circular-loading-95 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(162deg); - } -} - @keyframes circular-loading-95 { 0% { transform: rotate(0deg); @@ -357,15 +255,6 @@ } } -@-webkit-keyframes circular-loading-100 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(180deg); - } -} - @keyframes circular-loading-100 { 0% { transform: rotate(0deg); @@ -375,15 +264,6 @@ } } -@-webkit-keyframes circular-loading-1 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(180deg); - } -} - @keyframes circular-loading-1 { 0% { transform: rotate(0deg); @@ -393,15 +273,6 @@ } } -@-webkit-keyframes circular-loading-2 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(144deg); - } -} - @keyframes circular-loading-2 { 0% { transform: rotate(0deg); @@ -411,15 +282,6 @@ } } -@-webkit-keyframes circular-loading-3 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(90deg); - } -} - @keyframes circular-loading-3 { 0% { transform: rotate(0deg); @@ -429,15 +291,6 @@ } } -@-webkit-keyframes circular-loading-4 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(36deg); - } -} - @keyframes circular-loading-4 { 0% { transform: rotate(0deg); @@ -447,15 +300,6 @@ } } -@-webkit-keyframes circular-loading-5 { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(126deg); - } -} - @keyframes circular-loading-5 { 0% { transform: rotate(0deg); diff --git a/static/css/sections/home.css b/static/css/sections/home.css index b108556..e3edea8 100644 --- a/static/css/sections/home.css +++ b/static/css/sections/home.css @@ -18,8 +18,13 @@ background-size: cover; } +.arrow-center { + display: flex; + justify-content: center; +} + /* - Resolves https://github.com/hossainemruz/toha/issues/70 + Resolves https://github.com/hugo-toha/toha/issues/70 fixed attached images use the whole size. On mobile this can get really tall which blows your image out. Setting the attachment back to scroll allows @@ -66,24 +71,7 @@ } .bounce { - -webkit-animation: bounce 2s infinite; - animation: bounce 2s infinite; -} - -@-webkit-keyframes bounce { - 0%, - 20%, - 50%, - 80%, - 100% { - transform: translateY(0); - } - 40% { - transform: translateY(-30px); - } - 60% { - transform: translateY(-15px); - } + animation: bounce 2s infinite; } @keyframes bounce { diff --git a/static/css/sections/skills.css b/static/css/sections/skills.css index 3fdc05f..57fc985 100644 --- a/static/css/sections/skills.css +++ b/static/css/sections/skills.css @@ -1,6 +1,5 @@ .skills-section .card .card-head { background-color: #f9fafc; - height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; padding: 0.7rem; diff --git a/static/flags/1x1/ac.svg b/static/flags/1x1/ac.svg new file mode 100644 index 0000000..0a6adbd --- /dev/null +++ b/static/flags/1x1/ac.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ad.svg b/static/flags/1x1/ad.svg new file mode 100644 index 0000000..c8695ee --- /dev/null +++ b/static/flags/1x1/ad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ae.svg b/static/flags/1x1/ae.svg new file mode 100644 index 0000000..fe4df5c --- /dev/null +++ b/static/flags/1x1/ae.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/af.svg b/static/flags/1x1/af.svg new file mode 100644 index 0000000..0b3ae0b --- /dev/null +++ b/static/flags/1x1/af.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ag.svg b/static/flags/1x1/ag.svg new file mode 100644 index 0000000..258b7b6 --- /dev/null +++ b/static/flags/1x1/ag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ai.svg b/static/flags/1x1/ai.svg new file mode 100644 index 0000000..382ebe5 --- /dev/null +++ b/static/flags/1x1/ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/al.svg b/static/flags/1x1/al.svg new file mode 100644 index 0000000..0db359f --- /dev/null +++ b/static/flags/1x1/al.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/am.svg b/static/flags/1x1/am.svg new file mode 100644 index 0000000..f5605b3 --- /dev/null +++ b/static/flags/1x1/am.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ao.svg b/static/flags/1x1/ao.svg new file mode 100644 index 0000000..e2745a4 --- /dev/null +++ b/static/flags/1x1/ao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/aq.svg b/static/flags/1x1/aq.svg new file mode 100644 index 0000000..fe20318 --- /dev/null +++ b/static/flags/1x1/aq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ar.svg b/static/flags/1x1/ar.svg new file mode 100644 index 0000000..1db3825 --- /dev/null +++ b/static/flags/1x1/ar.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/flags/1x1/as.svg b/static/flags/1x1/as.svg new file mode 100644 index 0000000..67acd68 --- /dev/null +++ b/static/flags/1x1/as.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/at.svg b/static/flags/1x1/at.svg new file mode 100644 index 0000000..6f1a645 --- /dev/null +++ b/static/flags/1x1/at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/au.svg b/static/flags/1x1/au.svg new file mode 100644 index 0000000..65c6087 --- /dev/null +++ b/static/flags/1x1/au.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/aw.svg b/static/flags/1x1/aw.svg new file mode 100644 index 0000000..744ed2f --- /dev/null +++ b/static/flags/1x1/aw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ax.svg b/static/flags/1x1/ax.svg new file mode 100644 index 0000000..13e5e4b --- /dev/null +++ b/static/flags/1x1/ax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/az.svg b/static/flags/1x1/az.svg new file mode 100644 index 0000000..87e4917 --- /dev/null +++ b/static/flags/1x1/az.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ba.svg b/static/flags/1x1/ba.svg new file mode 100644 index 0000000..4c9271c --- /dev/null +++ b/static/flags/1x1/ba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bb.svg b/static/flags/1x1/bb.svg new file mode 100644 index 0000000..cfe258a --- /dev/null +++ b/static/flags/1x1/bb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bd.svg b/static/flags/1x1/bd.svg new file mode 100644 index 0000000..026abad --- /dev/null +++ b/static/flags/1x1/bd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/be.svg b/static/flags/1x1/be.svg new file mode 100644 index 0000000..a0dc293 --- /dev/null +++ b/static/flags/1x1/be.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bf.svg b/static/flags/1x1/bf.svg new file mode 100644 index 0000000..2ab3629 --- /dev/null +++ b/static/flags/1x1/bf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bg.svg b/static/flags/1x1/bg.svg new file mode 100644 index 0000000..b2e92fa --- /dev/null +++ b/static/flags/1x1/bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bh.svg b/static/flags/1x1/bh.svg new file mode 100644 index 0000000..437a428 --- /dev/null +++ b/static/flags/1x1/bh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bi.svg b/static/flags/1x1/bi.svg new file mode 100644 index 0000000..eee7dc3 --- /dev/null +++ b/static/flags/1x1/bi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bj.svg b/static/flags/1x1/bj.svg new file mode 100644 index 0000000..19bc4fc --- /dev/null +++ b/static/flags/1x1/bj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bl.svg b/static/flags/1x1/bl.svg new file mode 100644 index 0000000..bf5c786 --- /dev/null +++ b/static/flags/1x1/bl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bm.svg b/static/flags/1x1/bm.svg new file mode 100644 index 0000000..4849cf0 --- /dev/null +++ b/static/flags/1x1/bm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bn.svg b/static/flags/1x1/bn.svg new file mode 100644 index 0000000..e1b7a2d --- /dev/null +++ b/static/flags/1x1/bn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bo.svg b/static/flags/1x1/bo.svg new file mode 100644 index 0000000..61b12aa --- /dev/null +++ b/static/flags/1x1/bo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bq.svg b/static/flags/1x1/bq.svg new file mode 100644 index 0000000..e3d72a3 --- /dev/null +++ b/static/flags/1x1/bq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/br.svg b/static/flags/1x1/br.svg new file mode 100644 index 0000000..53b5a49 --- /dev/null +++ b/static/flags/1x1/br.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bs.svg b/static/flags/1x1/bs.svg new file mode 100644 index 0000000..f617db7 --- /dev/null +++ b/static/flags/1x1/bs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bt.svg b/static/flags/1x1/bt.svg new file mode 100644 index 0000000..ff23ee9 --- /dev/null +++ b/static/flags/1x1/bt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bv.svg b/static/flags/1x1/bv.svg new file mode 100644 index 0000000..7dc8f4f --- /dev/null +++ b/static/flags/1x1/bv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bw.svg b/static/flags/1x1/bw.svg new file mode 100644 index 0000000..8a4b689 --- /dev/null +++ b/static/flags/1x1/bw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/by.svg b/static/flags/1x1/by.svg new file mode 100644 index 0000000..71a2c83 --- /dev/null +++ b/static/flags/1x1/by.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/bz.svg b/static/flags/1x1/bz.svg new file mode 100644 index 0000000..de82a37 --- /dev/null +++ b/static/flags/1x1/bz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ca.svg b/static/flags/1x1/ca.svg new file mode 100644 index 0000000..a37b1b0 --- /dev/null +++ b/static/flags/1x1/ca.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cc.svg b/static/flags/1x1/cc.svg new file mode 100644 index 0000000..c4c7430 --- /dev/null +++ b/static/flags/1x1/cc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cd.svg b/static/flags/1x1/cd.svg new file mode 100644 index 0000000..5b1e20a --- /dev/null +++ b/static/flags/1x1/cd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cefta.svg b/static/flags/1x1/cefta.svg new file mode 100644 index 0000000..59acd3f --- /dev/null +++ b/static/flags/1x1/cefta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cf.svg b/static/flags/1x1/cf.svg new file mode 100644 index 0000000..95650f6 --- /dev/null +++ b/static/flags/1x1/cf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cg.svg b/static/flags/1x1/cg.svg new file mode 100644 index 0000000..e5280c5 --- /dev/null +++ b/static/flags/1x1/cg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ch.svg b/static/flags/1x1/ch.svg new file mode 100644 index 0000000..73d5e9d --- /dev/null +++ b/static/flags/1x1/ch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ci.svg b/static/flags/1x1/ci.svg new file mode 100644 index 0000000..6b241e5 --- /dev/null +++ b/static/flags/1x1/ci.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ck.svg b/static/flags/1x1/ck.svg new file mode 100644 index 0000000..f0c93a8 --- /dev/null +++ b/static/flags/1x1/ck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cl.svg b/static/flags/1x1/cl.svg new file mode 100644 index 0000000..e13915b --- /dev/null +++ b/static/flags/1x1/cl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cm.svg b/static/flags/1x1/cm.svg new file mode 100644 index 0000000..da951a4 --- /dev/null +++ b/static/flags/1x1/cm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cn.svg b/static/flags/1x1/cn.svg new file mode 100644 index 0000000..7f27dae --- /dev/null +++ b/static/flags/1x1/cn.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/flags/1x1/co.svg b/static/flags/1x1/co.svg new file mode 100644 index 0000000..e56d5f7 --- /dev/null +++ b/static/flags/1x1/co.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cp.svg b/static/flags/1x1/cp.svg new file mode 100644 index 0000000..693d7e1 --- /dev/null +++ b/static/flags/1x1/cp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cr.svg b/static/flags/1x1/cr.svg new file mode 100644 index 0000000..88fa548 --- /dev/null +++ b/static/flags/1x1/cr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cu.svg b/static/flags/1x1/cu.svg new file mode 100644 index 0000000..0ee6cc6 --- /dev/null +++ b/static/flags/1x1/cu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cv.svg b/static/flags/1x1/cv.svg new file mode 100644 index 0000000..2b80132 --- /dev/null +++ b/static/flags/1x1/cv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cw.svg b/static/flags/1x1/cw.svg new file mode 100644 index 0000000..4b89b54 --- /dev/null +++ b/static/flags/1x1/cw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cx.svg b/static/flags/1x1/cx.svg new file mode 100644 index 0000000..ed78cd1 --- /dev/null +++ b/static/flags/1x1/cx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cy.svg b/static/flags/1x1/cy.svg new file mode 100644 index 0000000..0182ee6 --- /dev/null +++ b/static/flags/1x1/cy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/cz.svg b/static/flags/1x1/cz.svg new file mode 100644 index 0000000..cb4ecd8 --- /dev/null +++ b/static/flags/1x1/cz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/de.svg b/static/flags/1x1/de.svg new file mode 100644 index 0000000..f4aa9b4 --- /dev/null +++ b/static/flags/1x1/de.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/dg.svg b/static/flags/1x1/dg.svg new file mode 100644 index 0000000..381b674 --- /dev/null +++ b/static/flags/1x1/dg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/dj.svg b/static/flags/1x1/dj.svg new file mode 100644 index 0000000..408c83a --- /dev/null +++ b/static/flags/1x1/dj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/dk.svg b/static/flags/1x1/dk.svg new file mode 100644 index 0000000..72a0e17 --- /dev/null +++ b/static/flags/1x1/dk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/dm.svg b/static/flags/1x1/dm.svg new file mode 100644 index 0000000..76f7fb9 --- /dev/null +++ b/static/flags/1x1/dm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/do.svg b/static/flags/1x1/do.svg new file mode 100644 index 0000000..f5906d0 --- /dev/null +++ b/static/flags/1x1/do.svg @@ -0,0 +1,6745 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/flags/1x1/dz.svg b/static/flags/1x1/dz.svg new file mode 100644 index 0000000..db0545c --- /dev/null +++ b/static/flags/1x1/dz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ea.svg b/static/flags/1x1/ea.svg new file mode 100644 index 0000000..6b8f150 --- /dev/null +++ b/static/flags/1x1/ea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ec.svg b/static/flags/1x1/ec.svg new file mode 100644 index 0000000..11360dc --- /dev/null +++ b/static/flags/1x1/ec.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ee.svg b/static/flags/1x1/ee.svg new file mode 100644 index 0000000..0a9123c --- /dev/null +++ b/static/flags/1x1/ee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/eg.svg b/static/flags/1x1/eg.svg new file mode 100644 index 0000000..9b1631a --- /dev/null +++ b/static/flags/1x1/eg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/eh.svg b/static/flags/1x1/eh.svg new file mode 100644 index 0000000..e8f1a5b --- /dev/null +++ b/static/flags/1x1/eh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/er.svg b/static/flags/1x1/er.svg new file mode 100644 index 0000000..d9bcc75 --- /dev/null +++ b/static/flags/1x1/er.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/es-ct.svg b/static/flags/1x1/es-ct.svg new file mode 100644 index 0000000..a06a2e3 --- /dev/null +++ b/static/flags/1x1/es-ct.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/flags/1x1/es-ga.svg b/static/flags/1x1/es-ga.svg new file mode 100644 index 0000000..f401137 --- /dev/null +++ b/static/flags/1x1/es-ga.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/es.svg b/static/flags/1x1/es.svg new file mode 100644 index 0000000..8ceacc4 --- /dev/null +++ b/static/flags/1x1/es.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/et.svg b/static/flags/1x1/et.svg new file mode 100644 index 0000000..73bbaee --- /dev/null +++ b/static/flags/1x1/et.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/eu.svg b/static/flags/1x1/eu.svg new file mode 100644 index 0000000..88ec69f --- /dev/null +++ b/static/flags/1x1/eu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/fi.svg b/static/flags/1x1/fi.svg new file mode 100644 index 0000000..6b62396 --- /dev/null +++ b/static/flags/1x1/fi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/fj.svg b/static/flags/1x1/fj.svg new file mode 100644 index 0000000..1832bf7 --- /dev/null +++ b/static/flags/1x1/fj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/fk.svg b/static/flags/1x1/fk.svg new file mode 100644 index 0000000..a2c6329 --- /dev/null +++ b/static/flags/1x1/fk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/fm.svg b/static/flags/1x1/fm.svg new file mode 100644 index 0000000..985b721 --- /dev/null +++ b/static/flags/1x1/fm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/fo.svg b/static/flags/1x1/fo.svg new file mode 100644 index 0000000..ab24a08 --- /dev/null +++ b/static/flags/1x1/fo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/fr.svg b/static/flags/1x1/fr.svg new file mode 100644 index 0000000..70695dc --- /dev/null +++ b/static/flags/1x1/fr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ga.svg b/static/flags/1x1/ga.svg new file mode 100644 index 0000000..db26432 --- /dev/null +++ b/static/flags/1x1/ga.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gb-eng.svg b/static/flags/1x1/gb-eng.svg new file mode 100644 index 0000000..ebd8ed4 --- /dev/null +++ b/static/flags/1x1/gb-eng.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gb-nir.svg b/static/flags/1x1/gb-nir.svg new file mode 100644 index 0000000..25fc29a --- /dev/null +++ b/static/flags/1x1/gb-nir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gb-sct.svg b/static/flags/1x1/gb-sct.svg new file mode 100644 index 0000000..0582be9 --- /dev/null +++ b/static/flags/1x1/gb-sct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gb-wls.svg b/static/flags/1x1/gb-wls.svg new file mode 100644 index 0000000..91cd2e2 --- /dev/null +++ b/static/flags/1x1/gb-wls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gb-zet.svg b/static/flags/1x1/gb-zet.svg new file mode 100644 index 0000000..dea6eb3 --- /dev/null +++ b/static/flags/1x1/gb-zet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gb.svg b/static/flags/1x1/gb.svg new file mode 100644 index 0000000..b746149 --- /dev/null +++ b/static/flags/1x1/gb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gd.svg b/static/flags/1x1/gd.svg new file mode 100644 index 0000000..ff12307 --- /dev/null +++ b/static/flags/1x1/gd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ge.svg b/static/flags/1x1/ge.svg new file mode 100644 index 0000000..66e86e2 --- /dev/null +++ b/static/flags/1x1/ge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gf.svg b/static/flags/1x1/gf.svg new file mode 100644 index 0000000..08881e6 --- /dev/null +++ b/static/flags/1x1/gf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gg.svg b/static/flags/1x1/gg.svg new file mode 100644 index 0000000..ff1c13d --- /dev/null +++ b/static/flags/1x1/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gh.svg b/static/flags/1x1/gh.svg new file mode 100644 index 0000000..cce26f6 --- /dev/null +++ b/static/flags/1x1/gh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gi.svg b/static/flags/1x1/gi.svg new file mode 100644 index 0000000..346279b --- /dev/null +++ b/static/flags/1x1/gi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gl.svg b/static/flags/1x1/gl.svg new file mode 100644 index 0000000..4d3f130 --- /dev/null +++ b/static/flags/1x1/gl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gm.svg b/static/flags/1x1/gm.svg new file mode 100644 index 0000000..1a03ed8 --- /dev/null +++ b/static/flags/1x1/gm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gn.svg b/static/flags/1x1/gn.svg new file mode 100644 index 0000000..29efa7d --- /dev/null +++ b/static/flags/1x1/gn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gp.svg b/static/flags/1x1/gp.svg new file mode 100644 index 0000000..0ce416d --- /dev/null +++ b/static/flags/1x1/gp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gq.svg b/static/flags/1x1/gq.svg new file mode 100644 index 0000000..04be5c2 --- /dev/null +++ b/static/flags/1x1/gq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gr.svg b/static/flags/1x1/gr.svg new file mode 100644 index 0000000..2b34727 --- /dev/null +++ b/static/flags/1x1/gr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gs.svg b/static/flags/1x1/gs.svg new file mode 100644 index 0000000..baca456 --- /dev/null +++ b/static/flags/1x1/gs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gt.svg b/static/flags/1x1/gt.svg new file mode 100644 index 0000000..4846cfe --- /dev/null +++ b/static/flags/1x1/gt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gu.svg b/static/flags/1x1/gu.svg new file mode 100644 index 0000000..78a4b29 --- /dev/null +++ b/static/flags/1x1/gu.svg @@ -0,0 +1 @@ +GUAM \ No newline at end of file diff --git a/static/flags/1x1/gw.svg b/static/flags/1x1/gw.svg new file mode 100644 index 0000000..9c3789a --- /dev/null +++ b/static/flags/1x1/gw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/gy.svg b/static/flags/1x1/gy.svg new file mode 100644 index 0000000..4d0b9a5 --- /dev/null +++ b/static/flags/1x1/gy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/hk.svg b/static/flags/1x1/hk.svg new file mode 100644 index 0000000..030e6a5 --- /dev/null +++ b/static/flags/1x1/hk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/hm.svg b/static/flags/1x1/hm.svg new file mode 100644 index 0000000..18f6772 --- /dev/null +++ b/static/flags/1x1/hm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/hn.svg b/static/flags/1x1/hn.svg new file mode 100644 index 0000000..cfdc8bb --- /dev/null +++ b/static/flags/1x1/hn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/hr.svg b/static/flags/1x1/hr.svg new file mode 100644 index 0000000..8e98781 --- /dev/null +++ b/static/flags/1x1/hr.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/flags/1x1/ht.svg b/static/flags/1x1/ht.svg new file mode 100644 index 0000000..0897e2e --- /dev/null +++ b/static/flags/1x1/ht.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/hu.svg b/static/flags/1x1/hu.svg new file mode 100644 index 0000000..0298329 --- /dev/null +++ b/static/flags/1x1/hu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ic.svg b/static/flags/1x1/ic.svg new file mode 100644 index 0000000..92fcafa --- /dev/null +++ b/static/flags/1x1/ic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/id.svg b/static/flags/1x1/id.svg new file mode 100644 index 0000000..f017dbc --- /dev/null +++ b/static/flags/1x1/id.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ie.svg b/static/flags/1x1/ie.svg new file mode 100644 index 0000000..53fc17e --- /dev/null +++ b/static/flags/1x1/ie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/il.svg b/static/flags/1x1/il.svg new file mode 100644 index 0000000..41932e3 --- /dev/null +++ b/static/flags/1x1/il.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/im.svg b/static/flags/1x1/im.svg new file mode 100644 index 0000000..bfa5652 --- /dev/null +++ b/static/flags/1x1/im.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/in.svg b/static/flags/1x1/in.svg new file mode 100644 index 0000000..03d6ae5 --- /dev/null +++ b/static/flags/1x1/in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/io.svg b/static/flags/1x1/io.svg new file mode 100644 index 0000000..4cc6ade --- /dev/null +++ b/static/flags/1x1/io.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/iq.svg b/static/flags/1x1/iq.svg new file mode 100644 index 0000000..a7f7f92 --- /dev/null +++ b/static/flags/1x1/iq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ir.svg b/static/flags/1x1/ir.svg new file mode 100644 index 0000000..ecabb0d --- /dev/null +++ b/static/flags/1x1/ir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/is.svg b/static/flags/1x1/is.svg new file mode 100644 index 0000000..78d1334 --- /dev/null +++ b/static/flags/1x1/is.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/it.svg b/static/flags/1x1/it.svg new file mode 100644 index 0000000..2a37d80 --- /dev/null +++ b/static/flags/1x1/it.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/je.svg b/static/flags/1x1/je.svg new file mode 100644 index 0000000..e4218c4 --- /dev/null +++ b/static/flags/1x1/je.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/jm.svg b/static/flags/1x1/jm.svg new file mode 100644 index 0000000..1037f36 --- /dev/null +++ b/static/flags/1x1/jm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/jo.svg b/static/flags/1x1/jo.svg new file mode 100644 index 0000000..421b6e4 --- /dev/null +++ b/static/flags/1x1/jo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/jp.svg b/static/flags/1x1/jp.svg new file mode 100644 index 0000000..35e8aa8 --- /dev/null +++ b/static/flags/1x1/jp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ke.svg b/static/flags/1x1/ke.svg new file mode 100644 index 0000000..0447d98 --- /dev/null +++ b/static/flags/1x1/ke.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kg.svg b/static/flags/1x1/kg.svg new file mode 100644 index 0000000..38eecea --- /dev/null +++ b/static/flags/1x1/kg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kh.svg b/static/flags/1x1/kh.svg new file mode 100644 index 0000000..9b9bf37 --- /dev/null +++ b/static/flags/1x1/kh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ki.svg b/static/flags/1x1/ki.svg new file mode 100644 index 0000000..6a51386 --- /dev/null +++ b/static/flags/1x1/ki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/km.svg b/static/flags/1x1/km.svg new file mode 100644 index 0000000..f225145 --- /dev/null +++ b/static/flags/1x1/km.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kn.svg b/static/flags/1x1/kn.svg new file mode 100644 index 0000000..d67c7ae --- /dev/null +++ b/static/flags/1x1/kn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kp.svg b/static/flags/1x1/kp.svg new file mode 100644 index 0000000..f48b977 --- /dev/null +++ b/static/flags/1x1/kp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kr.svg b/static/flags/1x1/kr.svg new file mode 100644 index 0000000..c79ca9f --- /dev/null +++ b/static/flags/1x1/kr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kw.svg b/static/flags/1x1/kw.svg new file mode 100644 index 0000000..196fa6a --- /dev/null +++ b/static/flags/1x1/kw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ky.svg b/static/flags/1x1/ky.svg new file mode 100644 index 0000000..355b5af --- /dev/null +++ b/static/flags/1x1/ky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/kz.svg b/static/flags/1x1/kz.svg new file mode 100644 index 0000000..cfdd094 --- /dev/null +++ b/static/flags/1x1/kz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/la.svg b/static/flags/1x1/la.svg new file mode 100644 index 0000000..0af3223 --- /dev/null +++ b/static/flags/1x1/la.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lb.svg b/static/flags/1x1/lb.svg new file mode 100644 index 0000000..67dd418 --- /dev/null +++ b/static/flags/1x1/lb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lc.svg b/static/flags/1x1/lc.svg new file mode 100644 index 0000000..df2a8fd --- /dev/null +++ b/static/flags/1x1/lc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lgbt.svg b/static/flags/1x1/lgbt.svg new file mode 100644 index 0000000..1533f5f --- /dev/null +++ b/static/flags/1x1/lgbt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/li.svg b/static/flags/1x1/li.svg new file mode 100644 index 0000000..54fd3f8 --- /dev/null +++ b/static/flags/1x1/li.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lk.svg b/static/flags/1x1/lk.svg new file mode 100644 index 0000000..96607df --- /dev/null +++ b/static/flags/1x1/lk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lr.svg b/static/flags/1x1/lr.svg new file mode 100644 index 0000000..b4582f5 --- /dev/null +++ b/static/flags/1x1/lr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ls.svg b/static/flags/1x1/ls.svg new file mode 100644 index 0000000..aa8810b --- /dev/null +++ b/static/flags/1x1/ls.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/flags/1x1/lt.svg b/static/flags/1x1/lt.svg new file mode 100644 index 0000000..7247fca --- /dev/null +++ b/static/flags/1x1/lt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lu.svg b/static/flags/1x1/lu.svg new file mode 100644 index 0000000..db6ea47 --- /dev/null +++ b/static/flags/1x1/lu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/lv.svg b/static/flags/1x1/lv.svg new file mode 100644 index 0000000..f62fa9b --- /dev/null +++ b/static/flags/1x1/lv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ly.svg b/static/flags/1x1/ly.svg new file mode 100644 index 0000000..3e7c17a --- /dev/null +++ b/static/flags/1x1/ly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ma.svg b/static/flags/1x1/ma.svg new file mode 100644 index 0000000..8041667 --- /dev/null +++ b/static/flags/1x1/ma.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/flags/1x1/mc.svg b/static/flags/1x1/mc.svg new file mode 100644 index 0000000..ca23554 --- /dev/null +++ b/static/flags/1x1/mc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/md.svg b/static/flags/1x1/md.svg new file mode 100644 index 0000000..da96d85 --- /dev/null +++ b/static/flags/1x1/md.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/me.svg b/static/flags/1x1/me.svg new file mode 100644 index 0000000..d8fa3e4 --- /dev/null +++ b/static/flags/1x1/me.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mf.svg b/static/flags/1x1/mf.svg new file mode 100644 index 0000000..b3afd80 --- /dev/null +++ b/static/flags/1x1/mf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mg.svg b/static/flags/1x1/mg.svg new file mode 100644 index 0000000..4cd2ef4 --- /dev/null +++ b/static/flags/1x1/mg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mh.svg b/static/flags/1x1/mh.svg new file mode 100644 index 0000000..a4da3bb --- /dev/null +++ b/static/flags/1x1/mh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mk.svg b/static/flags/1x1/mk.svg new file mode 100644 index 0000000..163ff1a --- /dev/null +++ b/static/flags/1x1/mk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ml.svg b/static/flags/1x1/ml.svg new file mode 100644 index 0000000..796c6fe --- /dev/null +++ b/static/flags/1x1/ml.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mm.svg b/static/flags/1x1/mm.svg new file mode 100644 index 0000000..1be4927 --- /dev/null +++ b/static/flags/1x1/mm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mn.svg b/static/flags/1x1/mn.svg new file mode 100644 index 0000000..4c2e3f9 --- /dev/null +++ b/static/flags/1x1/mn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mo.svg b/static/flags/1x1/mo.svg new file mode 100644 index 0000000..866726b --- /dev/null +++ b/static/flags/1x1/mo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mp.svg b/static/flags/1x1/mp.svg new file mode 100644 index 0000000..a16ef27 --- /dev/null +++ b/static/flags/1x1/mp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mq.svg b/static/flags/1x1/mq.svg new file mode 100644 index 0000000..552a91e --- /dev/null +++ b/static/flags/1x1/mq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mr.svg b/static/flags/1x1/mr.svg new file mode 100644 index 0000000..cf880bc --- /dev/null +++ b/static/flags/1x1/mr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ms.svg b/static/flags/1x1/ms.svg new file mode 100644 index 0000000..51613b4 --- /dev/null +++ b/static/flags/1x1/ms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mt.svg b/static/flags/1x1/mt.svg new file mode 100644 index 0000000..077a30a --- /dev/null +++ b/static/flags/1x1/mt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mu.svg b/static/flags/1x1/mu.svg new file mode 100644 index 0000000..6ff584b --- /dev/null +++ b/static/flags/1x1/mu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mv.svg b/static/flags/1x1/mv.svg new file mode 100644 index 0000000..c79fd60 --- /dev/null +++ b/static/flags/1x1/mv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mw.svg b/static/flags/1x1/mw.svg new file mode 100644 index 0000000..2f83304 --- /dev/null +++ b/static/flags/1x1/mw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mx.svg b/static/flags/1x1/mx.svg new file mode 100644 index 0000000..0670a7c --- /dev/null +++ b/static/flags/1x1/mx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/my.svg b/static/flags/1x1/my.svg new file mode 100644 index 0000000..b9600b4 --- /dev/null +++ b/static/flags/1x1/my.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/mz.svg b/static/flags/1x1/mz.svg new file mode 100644 index 0000000..79c5ac6 --- /dev/null +++ b/static/flags/1x1/mz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/na.svg b/static/flags/1x1/na.svg new file mode 100644 index 0000000..318645e --- /dev/null +++ b/static/flags/1x1/na.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/nc.svg b/static/flags/1x1/nc.svg new file mode 100644 index 0000000..ab90d2b --- /dev/null +++ b/static/flags/1x1/nc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ne.svg b/static/flags/1x1/ne.svg new file mode 100644 index 0000000..f32ae0e --- /dev/null +++ b/static/flags/1x1/ne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/nf.svg b/static/flags/1x1/nf.svg new file mode 100644 index 0000000..a3ba319 --- /dev/null +++ b/static/flags/1x1/nf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ng.svg b/static/flags/1x1/ng.svg new file mode 100644 index 0000000..b574023 --- /dev/null +++ b/static/flags/1x1/ng.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ni.svg b/static/flags/1x1/ni.svg new file mode 100644 index 0000000..7c1d02b --- /dev/null +++ b/static/flags/1x1/ni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/nl.svg b/static/flags/1x1/nl.svg new file mode 100644 index 0000000..e874a93 --- /dev/null +++ b/static/flags/1x1/nl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/no.svg b/static/flags/1x1/no.svg new file mode 100644 index 0000000..7dc7741 --- /dev/null +++ b/static/flags/1x1/no.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/np.svg b/static/flags/1x1/np.svg new file mode 100644 index 0000000..880e716 --- /dev/null +++ b/static/flags/1x1/np.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/nr.svg b/static/flags/1x1/nr.svg new file mode 100644 index 0000000..7e5b996 --- /dev/null +++ b/static/flags/1x1/nr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/nu.svg b/static/flags/1x1/nu.svg new file mode 100644 index 0000000..953938f --- /dev/null +++ b/static/flags/1x1/nu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/nz.svg b/static/flags/1x1/nz.svg new file mode 100644 index 0000000..540ae5a --- /dev/null +++ b/static/flags/1x1/nz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/om.svg b/static/flags/1x1/om.svg new file mode 100644 index 0000000..ff624ae --- /dev/null +++ b/static/flags/1x1/om.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/flags/1x1/pa.svg b/static/flags/1x1/pa.svg new file mode 100644 index 0000000..c839185 --- /dev/null +++ b/static/flags/1x1/pa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pe.svg b/static/flags/1x1/pe.svg new file mode 100644 index 0000000..f685e58 --- /dev/null +++ b/static/flags/1x1/pe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pf.svg b/static/flags/1x1/pf.svg new file mode 100644 index 0000000..04e8884 --- /dev/null +++ b/static/flags/1x1/pf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pg.svg b/static/flags/1x1/pg.svg new file mode 100644 index 0000000..041f931 --- /dev/null +++ b/static/flags/1x1/pg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ph.svg b/static/flags/1x1/ph.svg new file mode 100644 index 0000000..4d8a33d --- /dev/null +++ b/static/flags/1x1/ph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pk.svg b/static/flags/1x1/pk.svg new file mode 100644 index 0000000..31b0ef9 --- /dev/null +++ b/static/flags/1x1/pk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pl.svg b/static/flags/1x1/pl.svg new file mode 100644 index 0000000..a9868a6 --- /dev/null +++ b/static/flags/1x1/pl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pm.svg b/static/flags/1x1/pm.svg new file mode 100644 index 0000000..a7a34ba --- /dev/null +++ b/static/flags/1x1/pm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pn.svg b/static/flags/1x1/pn.svg new file mode 100644 index 0000000..be5918d --- /dev/null +++ b/static/flags/1x1/pn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pr.svg b/static/flags/1x1/pr.svg new file mode 100644 index 0000000..423f997 --- /dev/null +++ b/static/flags/1x1/pr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ps.svg b/static/flags/1x1/ps.svg new file mode 100644 index 0000000..813293a --- /dev/null +++ b/static/flags/1x1/ps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pt.svg b/static/flags/1x1/pt.svg new file mode 100644 index 0000000..84fe6c1 --- /dev/null +++ b/static/flags/1x1/pt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/pw.svg b/static/flags/1x1/pw.svg new file mode 100644 index 0000000..439a583 --- /dev/null +++ b/static/flags/1x1/pw.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/flags/1x1/py.svg b/static/flags/1x1/py.svg new file mode 100644 index 0000000..b5782d0 --- /dev/null +++ b/static/flags/1x1/py.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/qa.svg b/static/flags/1x1/qa.svg new file mode 100644 index 0000000..659da2c --- /dev/null +++ b/static/flags/1x1/qa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/re.svg b/static/flags/1x1/re.svg new file mode 100644 index 0000000..fd951b9 --- /dev/null +++ b/static/flags/1x1/re.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ro.svg b/static/flags/1x1/ro.svg new file mode 100644 index 0000000..0edeb78 --- /dev/null +++ b/static/flags/1x1/ro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/rs.svg b/static/flags/1x1/rs.svg new file mode 100644 index 0000000..496a249 --- /dev/null +++ b/static/flags/1x1/rs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ru.svg b/static/flags/1x1/ru.svg new file mode 100644 index 0000000..3ddeda5 --- /dev/null +++ b/static/flags/1x1/ru.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/rw.svg b/static/flags/1x1/rw.svg new file mode 100644 index 0000000..6c8c6c3 --- /dev/null +++ b/static/flags/1x1/rw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sa.svg b/static/flags/1x1/sa.svg new file mode 100644 index 0000000..bccdfa8 --- /dev/null +++ b/static/flags/1x1/sa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sb.svg b/static/flags/1x1/sb.svg new file mode 100644 index 0000000..d9d0771 --- /dev/null +++ b/static/flags/1x1/sb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sc.svg b/static/flags/1x1/sc.svg new file mode 100644 index 0000000..7bfaede --- /dev/null +++ b/static/flags/1x1/sc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sd.svg b/static/flags/1x1/sd.svg new file mode 100644 index 0000000..5520a50 --- /dev/null +++ b/static/flags/1x1/sd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/se.svg b/static/flags/1x1/se.svg new file mode 100644 index 0000000..1b77a3b --- /dev/null +++ b/static/flags/1x1/se.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sg.svg b/static/flags/1x1/sg.svg new file mode 100644 index 0000000..9a748d8 --- /dev/null +++ b/static/flags/1x1/sg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sh.svg b/static/flags/1x1/sh.svg new file mode 100644 index 0000000..4285db8 --- /dev/null +++ b/static/flags/1x1/sh.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/flags/1x1/si.svg b/static/flags/1x1/si.svg new file mode 100644 index 0000000..147c7bf --- /dev/null +++ b/static/flags/1x1/si.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sj.svg b/static/flags/1x1/sj.svg new file mode 100644 index 0000000..9ec6869 --- /dev/null +++ b/static/flags/1x1/sj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sk.svg b/static/flags/1x1/sk.svg new file mode 100644 index 0000000..20c17e1 --- /dev/null +++ b/static/flags/1x1/sk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sl.svg b/static/flags/1x1/sl.svg new file mode 100644 index 0000000..895629e --- /dev/null +++ b/static/flags/1x1/sl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sm.svg b/static/flags/1x1/sm.svg new file mode 100644 index 0000000..281965e --- /dev/null +++ b/static/flags/1x1/sm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sn.svg b/static/flags/1x1/sn.svg new file mode 100644 index 0000000..347b324 --- /dev/null +++ b/static/flags/1x1/sn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/so.svg b/static/flags/1x1/so.svg new file mode 100644 index 0000000..20bab07 --- /dev/null +++ b/static/flags/1x1/so.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sr.svg b/static/flags/1x1/sr.svg new file mode 100644 index 0000000..454911e --- /dev/null +++ b/static/flags/1x1/sr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ss.svg b/static/flags/1x1/ss.svg new file mode 100644 index 0000000..5d665e6 --- /dev/null +++ b/static/flags/1x1/ss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/st.svg b/static/flags/1x1/st.svg new file mode 100644 index 0000000..5c8182b --- /dev/null +++ b/static/flags/1x1/st.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sv.svg b/static/flags/1x1/sv.svg new file mode 100644 index 0000000..10c678c --- /dev/null +++ b/static/flags/1x1/sv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sx.svg b/static/flags/1x1/sx.svg new file mode 100644 index 0000000..e27c6ea --- /dev/null +++ b/static/flags/1x1/sx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sy.svg b/static/flags/1x1/sy.svg new file mode 100644 index 0000000..0c89c41 --- /dev/null +++ b/static/flags/1x1/sy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/sz.svg b/static/flags/1x1/sz.svg new file mode 100644 index 0000000..6b408ab --- /dev/null +++ b/static/flags/1x1/sz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ta.svg b/static/flags/1x1/ta.svg new file mode 100644 index 0000000..fbfa0d2 --- /dev/null +++ b/static/flags/1x1/ta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tc.svg b/static/flags/1x1/tc.svg new file mode 100644 index 0000000..6c0d142 --- /dev/null +++ b/static/flags/1x1/tc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/td.svg b/static/flags/1x1/td.svg new file mode 100644 index 0000000..6a6740c --- /dev/null +++ b/static/flags/1x1/td.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tf.svg b/static/flags/1x1/tf.svg new file mode 100644 index 0000000..9574a28 --- /dev/null +++ b/static/flags/1x1/tf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tg.svg b/static/flags/1x1/tg.svg new file mode 100644 index 0000000..4a2b55b --- /dev/null +++ b/static/flags/1x1/tg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/th.svg b/static/flags/1x1/th.svg new file mode 100644 index 0000000..4723319 --- /dev/null +++ b/static/flags/1x1/th.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tj.svg b/static/flags/1x1/tj.svg new file mode 100644 index 0000000..650b07e --- /dev/null +++ b/static/flags/1x1/tj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tk.svg b/static/flags/1x1/tk.svg new file mode 100644 index 0000000..b121aed --- /dev/null +++ b/static/flags/1x1/tk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tl.svg b/static/flags/1x1/tl.svg new file mode 100644 index 0000000..b32aa02 --- /dev/null +++ b/static/flags/1x1/tl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tm.svg b/static/flags/1x1/tm.svg new file mode 100644 index 0000000..266f24e --- /dev/null +++ b/static/flags/1x1/tm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tn.svg b/static/flags/1x1/tn.svg new file mode 100644 index 0000000..18ca8de --- /dev/null +++ b/static/flags/1x1/tn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/to.svg b/static/flags/1x1/to.svg new file mode 100644 index 0000000..a3859ef --- /dev/null +++ b/static/flags/1x1/to.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tr.svg b/static/flags/1x1/tr.svg new file mode 100644 index 0000000..8fdcba6 --- /dev/null +++ b/static/flags/1x1/tr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tt.svg b/static/flags/1x1/tt.svg new file mode 100644 index 0000000..23e65f7 --- /dev/null +++ b/static/flags/1x1/tt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tv.svg b/static/flags/1x1/tv.svg new file mode 100644 index 0000000..411c314 --- /dev/null +++ b/static/flags/1x1/tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tw.svg b/static/flags/1x1/tw.svg new file mode 100644 index 0000000..c5b40f5 --- /dev/null +++ b/static/flags/1x1/tw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/tz.svg b/static/flags/1x1/tz.svg new file mode 100644 index 0000000..0943d2d --- /dev/null +++ b/static/flags/1x1/tz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ua.svg b/static/flags/1x1/ua.svg new file mode 100644 index 0000000..575f7d0 --- /dev/null +++ b/static/flags/1x1/ua.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ug.svg b/static/flags/1x1/ug.svg new file mode 100644 index 0000000..bfc6859 --- /dev/null +++ b/static/flags/1x1/ug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/um.svg b/static/flags/1x1/um.svg new file mode 100644 index 0000000..9d602d2 --- /dev/null +++ b/static/flags/1x1/um.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/un.svg b/static/flags/1x1/un.svg new file mode 100644 index 0000000..eeeb6c3 --- /dev/null +++ b/static/flags/1x1/un.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/us.svg b/static/flags/1x1/us.svg new file mode 100644 index 0000000..cb52ca6 --- /dev/null +++ b/static/flags/1x1/us.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/flags/1x1/uy.svg b/static/flags/1x1/uy.svg new file mode 100644 index 0000000..f4a502f --- /dev/null +++ b/static/flags/1x1/uy.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/flags/1x1/uz.svg b/static/flags/1x1/uz.svg new file mode 100644 index 0000000..4ec5483 --- /dev/null +++ b/static/flags/1x1/uz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/va.svg b/static/flags/1x1/va.svg new file mode 100644 index 0000000..0d8e4f2 --- /dev/null +++ b/static/flags/1x1/va.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/vc.svg b/static/flags/1x1/vc.svg new file mode 100644 index 0000000..393b1ce --- /dev/null +++ b/static/flags/1x1/vc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ve.svg b/static/flags/1x1/ve.svg new file mode 100644 index 0000000..1ef3e68 --- /dev/null +++ b/static/flags/1x1/ve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/vg.svg b/static/flags/1x1/vg.svg new file mode 100644 index 0000000..fba5ace --- /dev/null +++ b/static/flags/1x1/vg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/vi.svg b/static/flags/1x1/vi.svg new file mode 100644 index 0000000..60f4756 --- /dev/null +++ b/static/flags/1x1/vi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/vn.svg b/static/flags/1x1/vn.svg new file mode 100644 index 0000000..6b07c4b --- /dev/null +++ b/static/flags/1x1/vn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/vu.svg b/static/flags/1x1/vu.svg new file mode 100644 index 0000000..6027a6c --- /dev/null +++ b/static/flags/1x1/vu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/wf.svg b/static/flags/1x1/wf.svg new file mode 100644 index 0000000..eab14f3 --- /dev/null +++ b/static/flags/1x1/wf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ws.svg b/static/flags/1x1/ws.svg new file mode 100644 index 0000000..0d5647a --- /dev/null +++ b/static/flags/1x1/ws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/xk.svg b/static/flags/1x1/xk.svg new file mode 100644 index 0000000..703f93c --- /dev/null +++ b/static/flags/1x1/xk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/xx.svg b/static/flags/1x1/xx.svg new file mode 100644 index 0000000..c883b70 --- /dev/null +++ b/static/flags/1x1/xx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/ye.svg b/static/flags/1x1/ye.svg new file mode 100644 index 0000000..4eed6b5 --- /dev/null +++ b/static/flags/1x1/ye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/yt.svg b/static/flags/1x1/yt.svg new file mode 100644 index 0000000..5b0f659 --- /dev/null +++ b/static/flags/1x1/yt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/za.svg b/static/flags/1x1/za.svg new file mode 100644 index 0000000..bb60280 --- /dev/null +++ b/static/flags/1x1/za.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/zm.svg b/static/flags/1x1/zm.svg new file mode 100644 index 0000000..81650cf --- /dev/null +++ b/static/flags/1x1/zm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/1x1/zw.svg b/static/flags/1x1/zw.svg new file mode 100644 index 0000000..c8aba89 --- /dev/null +++ b/static/flags/1x1/zw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/flags/4x3/bb.svg b/static/flags/4x3/bb.svg index 73f5329..7ab64ff 100644 --- a/static/flags/4x3/bb.svg +++ b/static/flags/4x3/bb.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/static/icons/computer-svgrepo-com.svg b/static/icons/computer-svgrepo-com.svg index bec726e..1933caf 100644 --- a/static/icons/computer-svgrepo-com.svg +++ b/static/icons/computer-svgrepo-com.svg @@ -1,45 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/icons/moon-svgrepo-com.svg b/static/icons/moon-svgrepo-com.svg index 7fdbf4a..2192c65 100644 --- a/static/icons/moon-svgrepo-com.svg +++ b/static/icons/moon-svgrepo-com.svg @@ -1,66 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/static/icons/sun-svgrepo-com.svg b/static/icons/sun-svgrepo-com.svg index 079b8c2..4031692 100644 --- a/static/icons/sun-svgrepo-com.svg +++ b/static/icons/sun-svgrepo-com.svg @@ -1,68 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file