diff --git a/Gemfile b/Gemfile
index f01211b..439643d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,7 @@ gem "minima", "~> 2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
+ gem 'jekyll_picture_tag', '~> 2.0'
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -31,3 +32,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+
+
diff --git a/Gemfile.lock b/Gemfile.lock
index 2fafe10..f35aadc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -50,6 +50,13 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
+ jekyll_picture_tag (2.1.0)
+ addressable (~> 2.6)
+ jekyll (~> 4.0)
+ mime-types (~> 3.0)
+ objective_elements (~> 1.1)
+ rainbow (~> 3.0)
+ ruby-vips (~> 2.0.17)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@@ -59,19 +66,26 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
+ mime-types (3.5.2)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2024.0305)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
+ objective_elements (1.1.2)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
+ rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.1)
+ ruby-vips (2.0.17)
+ ffi (~> 1.9)
safe_yaml (1.0.5)
sass-embedded (1.72.0)
google-protobuf (>= 3.25, < 5.0)
@@ -133,6 +147,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
+ jekyll_picture_tag (~> 2.0)
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
diff --git a/_config.yml b/_config.yml
index 0dc3240..63036f0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -50,7 +50,7 @@ t:
url: https://wiki.openstreetmap.org/wiki/State_Of_The_Map_Latam_2024
intro_section:
alt_text: "State of the Map LATAM - Belém 2024"
- headline: "What world do your maps reveal?"
+ headline: "The Latin American OpenStreetMap Conference"
location: "Belém, Brazil"
dates: "December 7 and 8"
register_button: "Register"
@@ -85,7 +85,7 @@ t:
# Sections
intro_section:
alt_text: "State of the Map LATAM - Belém 2024"
- headline: "¿Qué mundo revelan tus mapas?"
+ headline: "La conferencia latinoamericana de OpenStreetMap"
location: "Belém, Brasil"
dates: "7 y 8 de diciembre"
register_button: "Regístrate"
@@ -120,7 +120,7 @@ t:
url: https://wiki.openstreetmap.org/wiki/Pt:State_of_the_Map_Latam_2024
intro_section:
alt_text: "State of the Map LATAM - Belém 2024"
- headline: "Que mundo os seus mapas revelam?"
+ headline: "A conferência latino-americana de OpenStreetMap"
location: "Belém, Brasil"
dates: "7 e 8 de dezembro"
register_button: "Registre-se"
diff --git a/_includes/footer.html b/_includes/footer.html
index 56164e4..1e95ea1 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,28 +1,5 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_includes/head.html b/_includes/head.html
index 6a27fa7..97f390a 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -44,17 +44,14 @@
-
+
+
+
-
diff --git a/_includes/home/intro.html b/_includes/home/intro.html
index ed33e6a..3d7f9d6 100644
--- a/_includes/home/intro.html
+++ b/_includes/home/intro.html
@@ -1,15 +1,15 @@
-
+
-
{{ site.t[page.lang].intro_section.headline }}
{{ site.t[page.lang].intro_section.location }}
{{ site.t[page.lang].intro_section.dates }}
-
+
\ No newline at end of file
diff --git a/_includes/home/sponsors.html b/_includes/home/sponsors.html
index f599c4f..f67a924 100644
--- a/_includes/home/sponsors.html
+++ b/_includes/home/sponsors.html
@@ -1,96 +1,4 @@
\ No newline at end of file
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
new file mode 100644
index 0000000..0813af4
--- /dev/null
+++ b/assets/css/styles.scss
@@ -0,0 +1,38 @@
+---
+---
+
+.intro {
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background: url('/assets/images/intro-background-1920.jpg') no-repeat center center;
+ background-size: cover;
+ color: #ffffff; /* Add white color for text */
+}
+
+.intro::before {
+ content: '';
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ background: rgba(0, 0, 0, 0.4); /* Semi-transparent black overlay */
+ z-index: 0;
+}
+
+.intro-body {
+ position: relative;
+ z-index: 1;
+}
+
+.intro h1, .intro h2, .intro h4 {
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Text shadow for legibility */
+}
+
+/* Responsive typography */
+@media (max-width: 768px) {
+ .intro h1 {
+ font-size: 2rem;
+ }
+}
diff --git a/assets/images/intro-background-1920.jpg b/assets/images/intro-background-1920.jpg
new file mode 100644
index 0000000..6ea066b
Binary files /dev/null and b/assets/images/intro-background-1920.jpg differ
diff --git a/assets/images/intro-background.jpg b/assets/images/intro-background.jpg
new file mode 100644
index 0000000..8df4068
Binary files /dev/null and b/assets/images/intro-background.jpg differ
diff --git a/css/main.scss b/css/main.scss
deleted file mode 100644
index ed5e3b0..0000000
--- a/css/main.scss
+++ /dev/null
@@ -1,512 +0,0 @@
----
----
-
-@charset "utf-8";
-
-/*
- * Variables
- */
-
-$font-size-base: 16px !default;
-//
-// $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
-// $font-size-h2: floor(($font-size-base * 2.3)) !default; // ~30px
-// $font-size-h3: ceil(($font-size-base * 1.9)) !default; // ~24px
-// $font-size-h4: ceil(($font-size-base * 1.6)) !default; // ~18px
-// $font-size-h5: $font-size-base !default;
-// $font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
-
-$dark-grey: #6D6D6D;
-// $white: #fff;
-
-/*
- * General styles
- */
-
-body {
- background-color: white !important;
- color: #170202;
- font-family: 'Chivo', sans-serif;
-}
-
-.navbar-custom.top-nav-collapse {
- background: #170202 none repeat scroll 0 0 !important;
-}
-
-.venue {
- font-size: 18px;
-}
-
-.popup-content {
- color: #000;
- font-size: 14px;
-}
-
-#map {
- width: 100%;
- height: 330px;
- margin-bottom: 30px;
- margin-top: 0px !important;
-}
-
-.thumbnail span {
- color: #000;
- font-size: 20px;
-}
-
-.thumbnail:hover {
- background-color: #ddd;
-}
-
-.card-speaker{
- width: 85%;
- margin-left: auto;
- margin-right: auto;
-}
-
-.modal-title, .modal-body {
- color: #272b30 !important;
-}
-
-.modal-body p {
- font-size: 18px !important;
- margin: 10px 0;
-}
-
-.modal-body h4 {
- margin: 25px 0;
-}
-
-.caption p {
- margin: 7px 0 !important;
-}
-
-.fb_iframe_widget {
- display: inline !important;
- padding: 4px 0;
- position: absolute !important;
-}
-
-.twitter-col {
- padding-right: 7px;
-}
-
-.fb-col {
- padding-left: 7px;
-}
-
-.nav li a {
- padding: 10px;
-}
-
-.content-section {
- padding-top: 60px !important;
-}
-
-/* Language bar
----------------------------------------------- */
-.nav-lang {
- font-size: 12px;
- background: rgba(255,255,255,0.2);
- padding-left: 10px;
- padding-right: 10px;
- li > a {
- padding-left: 5px;
- padding-right: 5px;
- }
-}
-
-/* Index
----------------------------------------------- */
-.intro {
- background-image: linear-gradient(rgba(0,0,0,.4), rgba(255,255,255,1)), url('{{ site.baseurl }}/images/encar-min.jpg');
- color: #170202;
- img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 20px;
- padding-bottom: 10px;
- border-bottom: 1px solid #170202;
- }
- h1 {
- margin-left: auto;
- margin-right: auto;
- line-height: 30px;
- font-size: 20px;
- padding-bottom: 20px;
- margin-bottom: 20px;
- padding-bottom: 13px;
- border-bottom: 1px solid #170202;
- span {
- display: block;
- }
- span::before {
- content: attr(data-text);
- }
- }
- .about-button {
- display: table;
- margin: 0 auto;
- table-layout: fixed;
- width: 100%;
- .btn-item {
- line-height: 70px;
- .btn {
- margin-top: 0px !important;
- }
- }
- }
-}
-
-#join-us {
- .thumbnail {
- padding: 20px;
- height: 230px;
- }
-}
-
-h3 {
- margin: 0;
-}
-
-.sponsors {
- margin: 7px 0;
- text-transform: none !important;
-}
-
-.social-icon {
- width: 60px;
- padding: 0 10px;
-}
-
-.bottom-espace {
- margin-bottom: 30px;
-}
-
-.btn-circle {
- border-color: #a04040;
- color: #a04040;
-}
-
-#program-board {
- background-color: #fff;
-}
-
-#program-board p, #program-board #label {
- margin: 10px 0 !important;
-}
-
-#program-board p {
- font-size: 16px;
- color: #000;
-}
-
-#speakers {
- padding: 0px 0px 8px 0px;
-}
-
-.speaker {
- display: inline;
-}
-
-.talk-title {
- font-weight: bold;
- // color: #2e6da4 !important;
-}
-
-#program-board #label {
- font-size: 12px;
- color: #31708f;
-}
-
-.container-fluid p::selection {
- background: #B0B0B0;
-}
-
-.container-fluid p::-moz-selection {
- background: #B0B0B0;
-}
-
-.room {
- border-top: 1px solid #b2b2b2;
-}
-
-.empty {
- border-left: 1px solid #b2b2b2;
-}
-
-.btn-program {
- border-radius: 3px;
- background-color: #ddd;
-}
-
-.btn-program:hover {
- border-radius: 3px;
- background-color: #ddd;
-}
-
-#program-board {
- border-bottom: 1px solid #b2b2b2;
-}
-
-.hour {
- border-top: 1px solid #b2b2b2;
- border-left: 1px solid #b2b2b2;
-}
-
-.activity {
- border-top: 1px solid #b2b2b2;
- border-left: 1px solid #b2b2b2;
- border-right: 1px solid #b2b2b2;
-}
-
-.extra-top-padding {
- padding-top: 10px;
-}
-
-.dark-link {
- color: #1d9b6c;
-}
-
-#sponsors h4 {
- font-size: 20px;
-}
-
-.program-app {
- font-size: 16px;
-}
-
-/** SOTM 2017 LIMA **/
-
-a {
- // color: #48A9C1;
- color: #a04040;
-}
-
-a:focus, a:hover {
- color: #672323;
-}
-
-.btn-default {
- color: #a04040;
- border-top-color: #a04040;
- border-right-color: #a04040;
- border-bottom-color: #a04040;
- border-left-color: #a04040;
-}
-.btn-default:visited {
- color: #a04040;
- border-top-color: #a04040;
- border-right-color: #a04040;
- border-bottom-color: #a04040;
- border-left-color: #a04040;
-}
-.btn-default:focus, .btn-default:hover {
- color: #FFFFFF;
- background-color: #a04040;
- border-top-color: #a04040;
- border-right-color: #a04040;
- border-bottom-color: #a04040;
- border-left-color: #a04040;
-}
-.btn-default:active {
- color: #FFFFFF;
- background-color: #672323;
- border-top-color: #672323;
- border-right-color: #672323;
- border-bottom-color: #672323;
- border-left-color: #672323;
-}
-
-/** SOTM 2018 BUENOS AIRES **/
-.main-logo {
- margin-top: 75px;
- width: 220px;
-}
-@media (min-width: 700px) {
- .thumbnail.center-block {
- display: block !important;
- margin-right: auto !important;
- margin-left: auto !important;
- min-height: 242px;
- }
-}
-
-.video-size {
- width:100% !important;
- height: 250px;
-}
-
-.video-size-full {
- width:100% !important;
- height: 500px;
- padding-top: 2%;
-}
-
-.margen {
- margin-bottom: 40px;
-}
-
-
-
-/*
- * Bootrap carousel plugin
- * --------------------------------------------------
- */
-
-.youtube-carousel{
- border: 4px solid #e25454;
-}
-
-.video-container {
- position: relative; /* keeps the aspect ratio */
- padding-bottom: 56.25%; /* fine tunes the video positioning */
- padding-top: 60px; overflow: hidden;
- margin-bottom: -1px;
- margin-right: -1px;
-}
-
-.video-container iframe,
-.video-container object,
-.video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-}
-
-.carousel-control .glyphicon-chevron-left{
- top:35%;
- font-size: 20px;
- left:5%;
- margin: 0;
-}
-
-.carousel-control .glyphicon-chevron-right{
- top:35%;
- font-size: 20px;
- left:33%;
- margin: 0;
-}
-
-.carousel-control.left, .carousel-control.right {
- background-image: none;
- color: #ffffff;
- top: 50%;
- transform: translate(0,-50%);
- -webkit-transform: translate(0,-50%);
- -ms-transform: translate(0,-50%);
- opacity: 1;
- height:120px;
-}
-
-.controls{
- display: none;
-}
-
-.carousel-control:hover {
- text-decoration: none;
- filter: alpha(opacity=60);
- outline: 0;
- opacity: 0.6;
-}
-
-.left-button {
- height:70px;
- width:35px;
- border-radius: 0 90px 90px 0;
- top: 50%;
- -webkit-transform: translate(0,-50%);
- -ms-transform: translate(0,-50%);
- transform: translate(0,-50%);
- -moz-border-radius: 0 90px 90px 0;
- -webkit-border-radius: 0 90px 90px 0;
- background-color: #e25454;
- display: inline-block;
- position: relative;
- float:left;
- /*subpixel bug*/
- margin-left: -1px;
-}
-
-.right-button {
- height:70px;
- width:35px;
- border-radius: 90px 0 0 90px;
- top: 50%;
- -webkit-transform: translate(0,-50%);
- -ms-transform: translate(0,-50%);
- transform: translate(0,-50%);
- -moz-border-radius: 90px 0 0 90px;
- -webkit-border-radius: 90px 0 0 90px;
- background-color: #e25454;
- display: inline-block;
- position: relative;
- float:right;
- /*subpixel bug*/
- margin-right: -1px;
-}
-
-
-.carousel-caption {
- display: none;
- background: none repeat scroll 0 0 #e25454;
- bottom: 0;
- font-size: 12px;
- text-align: center;
- opacity: 1;
- padding:7px 30px 7px;
- text-transform: uppercase;
- z-index:11;
- pointer-events:none;
-}
-
-@media screen and (min-width: 768px) {
-.right-button {
- height:120px;
- width:60px;
- border-radius: 90px 0 0 90px;
- -moz-border-radius: 90px 0 0 90px;
- -webkit-border-radius: 90px 0 0 90px;
- display: inline-block;
- position: relative;
- float:right;
-}
-
-.left-button {
- height:120px;
- width:60px;
- border-radius: 0 90px 90px 0;
- -moz-border-radius: 0 90px 90px 0;
- -webkit-border-radius: 0 90px 90px 0;
- display: inline-block;
- position: relative;
- float:left;
-}
-
-.carousel-control .glyphicon-chevron-left{
- top:35%;
- font-size: 35px;
- left:5%;
-}
-
-.carousel-control .glyphicon-chevron-right{
- top:35%;
- font-size: 35px;
- left:35%;
-}
-
-.carousel-caption {
- font-size: 18px;
- padding:15px 20px 15px;
- }
-}
-@media screen and (min-width: 992px) {
- .carousel-caption {
- font-size: 18px;
- padding:15px 20px 15px;
- }
-}
-
diff --git a/css/normalize.css b/css/normalize.css
deleted file mode 100644
index 81c6f31..0000000
--- a/css/normalize.css
+++ /dev/null
@@ -1,427 +0,0 @@
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
-
-/**
- * 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- * user zoom.
- */
-
-html {
- font-family: sans-serif; /* 1 */
- -ms-text-size-adjust: 100%; /* 2 */
- -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/**
- * Remove default margin.
- */
-
-body {
- margin: 0;
-}
-
-/* HTML5 display definitions
- ========================================================================== */
-
-/**
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
- * Correct `block` display not defined for `details` or `summary` in IE 10/11
- * and Firefox.
- * Correct `block` display not defined for `main` in IE 11.
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
- display: block;
-}
-
-/**
- * 1. Correct `inline-block` display not defined in IE 8/9.
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
- */
-
-audio,
-canvas,
-progress,
-video {
- display: inline-block; /* 1 */
- vertical-align: baseline; /* 2 */
-}
-
-/**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
-
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-/**
- * Address `[hidden]` styling not present in IE 8/9/10.
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
- */
-
-[hidden],
-template {
- display: none;
-}
-
-/* Links
- ========================================================================== */
-
-/**
- * Remove the gray background color from active links in IE 10.
- */
-
-a {
- background-color: transparent;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-
-a:active,
-a:hover {
- outline: 0;
-}
-
-/* Text-level semantics
- ========================================================================== */
-
-/**
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
- */
-
-abbr[title] {
- border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
- */
-
-b,
-strong {
- font-weight: bold;
-}
-
-/**
- * Address styling not present in Safari and Chrome.
- */
-
-dfn {
- font-style: italic;
-}
-
-/**
- * Address variable `h1` font-size and margin within `section` and `article`
- * contexts in Firefox 4+, Safari, and Chrome.
- */
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/**
- * Address styling not present in IE 8/9.
- */
-
-mark {
- background: #ff0;
- color: #000;
-}
-
-/**
- * Address inconsistent and variable font size in all browsers.
- */
-
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sup {
- top: -0.5em;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-/* Embedded content
- ========================================================================== */
-
-/**
- * Remove border when inside `a` element in IE 8/9/10.
- */
-
-img {
- border: 0;
-}
-
-/**
- * Correct overflow not hidden in IE 9/10/11.
- */
-
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* Grouping content
- ========================================================================== */
-
-/**
- * Address margin not present in IE 8/9 and Safari.
- */
-
-figure {
- margin: 1em 40px;
-}
-
-/**
- * Address differences between Firefox and other browsers.
- */
-
-hr {
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
-}
-
-/**
- * Contain overflow in all browsers.
- */
-
-pre {
- overflow: auto;
-}
-
-/**
- * Address odd `em`-unit font size rendering in all browsers.
- */
-
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
-/* Forms
- ========================================================================== */
-
-/**
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
- * styling of `select`, unless a `border` property is set.
- */
-
-/**
- * 1. Correct color not being inherited.
- * Known issue: affects color of disabled elements.
- * 2. Correct font properties not being inherited.
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
- */
-
-button,
-input,
-optgroup,
-select,
-textarea {
- color: inherit; /* 1 */
- font: inherit; /* 2 */
- margin: 0; /* 3 */
-}
-
-/**
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
- */
-
-button {
- overflow: visible;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
- * Correct `select` style inheritance in Firefox.
- */
-
-button,
-select {
- text-transform: none;
-}
-
-/**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- * and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- * `input` and others.
- */
-
-button,
-html input[type="button"], /* 1 */
-input[type="reset"],
-input[type="submit"] {
- -webkit-appearance: button; /* 2 */
- cursor: pointer; /* 3 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-
-/**
- * Remove inner padding and border in Firefox 4+.
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
- padding: 0;
-}
-
-/**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-
-input {
- line-height: normal;
-}
-
-/**
- * It's recommended that you don't attempt to style these elements.
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
- *
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
- * 2. Remove excess padding in IE 8/9/10.
- */
-
-input[type="checkbox"],
-input[type="radio"] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
- * `font-size` values of the `input`, it causes the cursor style of the
- * decrement button to change from `default` to `text`.
- */
-
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
- * (include `-moz` to future-proof).
- */
-
-input[type="search"] {
- -webkit-appearance: textfield; /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box; /* 2 */
- box-sizing: content-box;
-}
-
-/**
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
- * Safari (but not Chrome) clips the cancel button when the search input has
- * padding (and `textfield` appearance).
- */
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * Define consistent border, margin, and padding.
- */
-
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
- */
-
-legend {
- border: 0; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Remove default vertical scrollbar in IE 8/9/10/11.
- */
-
-textarea {
- overflow: auto;
-}
-
-/**
- * Don't inherit the `font-weight` (applied by a rule above).
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
- */
-
-optgroup {
- font-weight: bold;
-}
-
-/* Tables
- ========================================================================== */
-
-/**
- * Remove most spacing between table cells.
- */
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-td,
-th {
- padding: 0;
-}
\ No newline at end of file
diff --git a/css/skeleton.css b/css/skeleton.css
deleted file mode 100644
index 9fcb9fb..0000000
--- a/css/skeleton.css
+++ /dev/null
@@ -1,418 +0,0 @@
-/*
-* Skeleton V2.0.4
-* Copyright 2014, Dave Gamache
-* www.getskeleton.com
-* Free to use under the MIT license.
-* http://www.opensource.org/licenses/mit-license.php
-* 12/29/2014
-*/
-
-
-/* Table of contents
-––––––––––––––––––––––––––––––––––––––––––––––––––
-- Grid
-- Base Styles
-- Typography
-- Links
-- Buttons
-- Forms
-- Lists
-- Code
-- Tables
-- Spacing
-- Utilities
-- Clearing
-- Media Queries
-*/
-
-
-/* Grid
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-.container {
- position: relative;
- width: 100%;
- max-width: 960px;
- margin: 0 auto;
- padding: 0 20px;
- box-sizing: border-box; }
-.column,
-.columns {
- width: 100%;
- float: left;
- box-sizing: border-box; }
-
-/* For devices larger than 400px */
-@media (min-width: 400px) {
- .container {
- width: 85%;
- padding: 0; }
-}
-
-/* For devices larger than 550px */
-@media (min-width: 550px) {
- .container {
- width: 80%; }
- .column,
- .columns {
- margin-left: 4%; }
- .column:first-child,
- .columns:first-child {
- margin-left: 0; }
-
- .one.column,
- .one.columns { width: 4.66666666667%; }
- .two.columns { width: 13.3333333333%; }
- .three.columns { width: 22%; }
- .four.columns { width: 30.6666666667%; }
- .five.columns { width: 39.3333333333%; }
- .six.columns { width: 48%; }
- .seven.columns { width: 56.6666666667%; }
- .eight.columns { width: 65.3333333333%; }
- .nine.columns { width: 74.0%; }
- .ten.columns { width: 82.6666666667%; }
- .eleven.columns { width: 91.3333333333%; }
- .twelve.columns { width: 100%; margin-left: 0; }
-
- .one-third.column { width: 30.6666666667%; }
- .two-thirds.column { width: 65.3333333333%; }
-
- .one-half.column { width: 48%; }
-
- /* Offsets */
- .offset-by-one.column,
- .offset-by-one.columns { margin-left: 8.66666666667%; }
- .offset-by-two.column,
- .offset-by-two.columns { margin-left: 17.3333333333%; }
- .offset-by-three.column,
- .offset-by-three.columns { margin-left: 26%; }
- .offset-by-four.column,
- .offset-by-four.columns { margin-left: 34.6666666667%; }
- .offset-by-five.column,
- .offset-by-five.columns { margin-left: 43.3333333333%; }
- .offset-by-six.column,
- .offset-by-six.columns { margin-left: 52%; }
- .offset-by-seven.column,
- .offset-by-seven.columns { margin-left: 60.6666666667%; }
- .offset-by-eight.column,
- .offset-by-eight.columns { margin-left: 69.3333333333%; }
- .offset-by-nine.column,
- .offset-by-nine.columns { margin-left: 78.0%; }
- .offset-by-ten.column,
- .offset-by-ten.columns { margin-left: 86.6666666667%; }
- .offset-by-eleven.column,
- .offset-by-eleven.columns { margin-left: 95.3333333333%; }
-
- .offset-by-one-third.column,
- .offset-by-one-third.columns { margin-left: 34.6666666667%; }
- .offset-by-two-thirds.column,
- .offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
-
- .offset-by-one-half.column,
- .offset-by-one-half.columns { margin-left: 52%; }
-
-}
-
-
-/* Base Styles
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-/* NOTE
-html is set to 62.5% so that all the REM measurements throughout Skeleton
-are based on 10px sizing. So basically 1.5rem = 15px :) */
-html {
- font-size: 62.5%; }
-body {
- font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
- line-height: 1.6;
- font-weight: 400;
- font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
- color: #222; }
-
-
-/* Typography
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-h1, h2, h3, h4, h5, h6 {
- margin-top: 0;
- margin-bottom: 2rem;
- font-weight: 300; }
-h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
-h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
-h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
-h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
-h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
-h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
-
-/* Larger than phablet */
-@media (min-width: 550px) {
- h1 { font-size: 5.0rem; }
- h2 { font-size: 4.2rem; }
- h3 { font-size: 3.6rem; }
- h4 { font-size: 3.0rem; }
- h5 { font-size: 2.4rem; }
- h6 { font-size: 1.5rem; }
-}
-
-p {
- margin-top: 0; }
-
-
-/* Links
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-a {
- color: #a04040; }
-a:hover {
- color: #672323; }
-
-
-/* Buttons
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-.button,
-button,
-input[type="submit"],
-input[type="reset"],
-input[type="button"] {
- display: inline-block;
- height: 38px;
- padding: 0 30px;
- color: #555;
- text-align: center;
- font-size: 11px;
- font-weight: 600;
- line-height: 38px;
- letter-spacing: .1rem;
- text-transform: uppercase;
- text-decoration: none;
- white-space: nowrap;
- background-color: transparent;
- border-radius: 4px;
- border: 1px solid #bbb;
- cursor: pointer;
- box-sizing: border-box; }
-.button:hover,
-button:hover,
-input[type="submit"]:hover,
-input[type="reset"]:hover,
-input[type="button"]:hover,
-.button:focus,
-button:focus,
-input[type="submit"]:focus,
-input[type="reset"]:focus,
-input[type="button"]:focus {
- color: #333;
- border-color: #888;
- outline: 0; }
-.button.button-primary,
-button.button-primary,
-input[type="submit"].button-primary,
-input[type="reset"].button-primary,
-input[type="button"].button-primary {
- color: #FFF;
- background-color: #a04040;
- border-color: #a04040; }
-.button.button-primary:hover,
-button.button-primary:hover,
-input[type="submit"].button-primary:hover,
-input[type="reset"].button-primary:hover,
-input[type="button"].button-primary:hover,
-.button.button-primary:focus,
-button.button-primary:focus,
-input[type="submit"].button-primary:focus,
-input[type="reset"].button-primary:focus,
-input[type="button"].button-primary:focus {
- color: #FFF;
- background-color: #672323;
- border-color: #672323; }
-
-
-/* Forms
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-input[type="email"],
-input[type="number"],
-input[type="search"],
-input[type="text"],
-input[type="tel"],
-input[type="url"],
-input[type="password"],
-textarea,
-select {
- height: 38px;
- padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
- background-color: #fff;
- border: 1px solid #D1D1D1;
- border-radius: 4px;
- box-shadow: none;
- box-sizing: border-box; }
-/* Removes awkward default styles on some inputs for iOS */
-input[type="email"],
-input[type="number"],
-input[type="search"],
-input[type="text"],
-input[type="tel"],
-input[type="url"],
-input[type="password"],
-textarea {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none; }
-textarea {
- min-height: 65px;
- padding-top: 6px;
- padding-bottom: 6px; }
-input[type="email"]:focus,
-input[type="number"]:focus,
-input[type="search"]:focus,
-input[type="text"]:focus,
-input[type="tel"]:focus,
-input[type="url"]:focus,
-input[type="password"]:focus,
-textarea:focus,
-select:focus {
- border: 1px solid #33C3F0;
- outline: 0; }
-label,
-legend {
- display: block;
- margin-bottom: .5rem;
- font-weight: 600; }
-fieldset {
- padding: 0;
- border-width: 0; }
-input[type="checkbox"],
-input[type="radio"] {
- display: inline; }
-label > .label-body {
- display: inline-block;
- margin-left: .5rem;
- font-weight: normal; }
-
-
-/* Lists
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-ul {
- list-style: circle inside; }
-ol {
- list-style: decimal inside; }
-ol, ul {
- padding-left: 0;
- margin-top: 0; }
-ul ul,
-ul ol,
-ol ol,
-ol ul {
- margin: 1.5rem 0 1.5rem 3rem;
- font-size: 90%; }
-li {
- margin-bottom: 1rem; }
-
-
-/* Code
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-code {
- padding: .2rem .5rem;
- margin: 0 .2rem;
- font-size: 90%;
- white-space: nowrap;
- background: #F1F1F1;
- border: 1px solid #E1E1E1;
- border-radius: 4px; }
-pre > code {
- display: block;
- padding: 1rem 1.5rem;
- white-space: pre; }
-
-
-/* Tables
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-th,
-td {
- padding: 12px 15px;
- text-align: left;
- border-bottom: 1px solid #E1E1E1; }
-th:first-child,
-td:first-child {
- padding-left: 0; }
-th:last-child,
-td:last-child {
- padding-right: 0; }
-
-
-/* Spacing
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-button,
-.button {
- margin-bottom: 1rem; }
-input,
-textarea,
-select,
-fieldset {
- margin-bottom: 1.5rem; }
-pre,
-blockquote,
-dl,
-figure,
-table,
-p,
-ul,
-ol,
-form {
- margin-bottom: 2.5rem; }
-
-
-/* Utilities
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-.u-full-width {
- width: 100%;
- box-sizing: border-box; }
-.u-max-full-width {
- max-width: 100%;
- box-sizing: border-box; }
-.u-pull-right {
- float: right; }
-.u-pull-left {
- float: left; }
-
-
-/* Misc
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-hr {
- margin-top: 3rem;
- margin-bottom: 3.5rem;
- border-width: 0;
- border-top: 1px solid #E1E1E1; }
-
-
-/* Clearing
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-
-/* Self Clearing Goodness */
-.container:after,
-.row:after,
-.u-cf {
- content: "";
- display: table;
- clear: both; }
-
-
-/* Media Queries
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-/*
-Note: The best way to structure the use of media queries is to create the queries
-near the relevant code. For example, if you wanted to change the styles for buttons
-on small devices, paste the mobile query code up in the buttons section and style it
-there.
-*/
-
-
-/* Larger than mobile */
-@media (min-width: 400px) {}
-
-/* Larger than phablet (also point when grid becomes active) */
-@media (min-width: 550px) {}
-
-/* Larger than tablet */
-@media (min-width: 750px) {}
-
-/* Larger than desktop */
-@media (min-width: 1000px) {}
-
-/* Larger than Desktop HD */
-@media (min-width: 1200px) {}
diff --git a/images/flags/AD.png b/images/flags/AD.png
deleted file mode 100644
index 29e0027..0000000
Binary files a/images/flags/AD.png and /dev/null differ
diff --git a/images/flags/AE.png b/images/flags/AE.png
deleted file mode 100644
index 8263f12..0000000
Binary files a/images/flags/AE.png and /dev/null differ
diff --git a/images/flags/AF.png b/images/flags/AF.png
deleted file mode 100644
index e5c8d7b..0000000
Binary files a/images/flags/AF.png and /dev/null differ
diff --git a/images/flags/AG.png b/images/flags/AG.png
deleted file mode 100644
index 81a6c22..0000000
Binary files a/images/flags/AG.png and /dev/null differ
diff --git a/images/flags/AI.png b/images/flags/AI.png
deleted file mode 100644
index 754da16..0000000
Binary files a/images/flags/AI.png and /dev/null differ
diff --git a/images/flags/AL.png b/images/flags/AL.png
deleted file mode 100644
index 281fd92..0000000
Binary files a/images/flags/AL.png and /dev/null differ
diff --git a/images/flags/AM.png b/images/flags/AM.png
deleted file mode 100644
index 5e6fcd9..0000000
Binary files a/images/flags/AM.png and /dev/null differ
diff --git a/images/flags/AN.png b/images/flags/AN.png
deleted file mode 100644
index 1432569..0000000
Binary files a/images/flags/AN.png and /dev/null differ
diff --git a/images/flags/AO.png b/images/flags/AO.png
deleted file mode 100644
index feac91a..0000000
Binary files a/images/flags/AO.png and /dev/null differ
diff --git a/images/flags/AQ.png b/images/flags/AQ.png
deleted file mode 100644
index 69be87b..0000000
Binary files a/images/flags/AQ.png and /dev/null differ
diff --git a/images/flags/AR.png b/images/flags/AR.png
deleted file mode 100644
index 5a0e3a6..0000000
Binary files a/images/flags/AR.png and /dev/null differ
diff --git a/images/flags/AS.png b/images/flags/AS.png
deleted file mode 100644
index 07ce8bd..0000000
Binary files a/images/flags/AS.png and /dev/null differ
diff --git a/images/flags/AT.png b/images/flags/AT.png
deleted file mode 100644
index 4c43c02..0000000
Binary files a/images/flags/AT.png and /dev/null differ
diff --git a/images/flags/AU.png b/images/flags/AU.png
deleted file mode 100644
index a7962b5..0000000
Binary files a/images/flags/AU.png and /dev/null differ
diff --git a/images/flags/AW.png b/images/flags/AW.png
deleted file mode 100644
index e411a75..0000000
Binary files a/images/flags/AW.png and /dev/null differ
diff --git a/images/flags/AX.png b/images/flags/AX.png
deleted file mode 100644
index 906ee2e..0000000
Binary files a/images/flags/AX.png and /dev/null differ
diff --git a/images/flags/AZ.png b/images/flags/AZ.png
deleted file mode 100644
index 64931b7..0000000
Binary files a/images/flags/AZ.png and /dev/null differ
diff --git a/images/flags/BA.png b/images/flags/BA.png
deleted file mode 100644
index 9508043..0000000
Binary files a/images/flags/BA.png and /dev/null differ
diff --git a/images/flags/BB.png b/images/flags/BB.png
deleted file mode 100644
index 3e6ce2e..0000000
Binary files a/images/flags/BB.png and /dev/null differ
diff --git a/images/flags/BD.png b/images/flags/BD.png
deleted file mode 100644
index a6a4ecf..0000000
Binary files a/images/flags/BD.png and /dev/null differ
diff --git a/images/flags/BE.png b/images/flags/BE.png
deleted file mode 100644
index df1eb16..0000000
Binary files a/images/flags/BE.png and /dev/null differ
diff --git a/images/flags/BF.png b/images/flags/BF.png
deleted file mode 100644
index e352be3..0000000
Binary files a/images/flags/BF.png and /dev/null differ
diff --git a/images/flags/BG.png b/images/flags/BG.png
deleted file mode 100644
index b24e1e2..0000000
Binary files a/images/flags/BG.png and /dev/null differ
diff --git a/images/flags/BH.png b/images/flags/BH.png
deleted file mode 100644
index 2d5e754..0000000
Binary files a/images/flags/BH.png and /dev/null differ
diff --git a/images/flags/BI.png b/images/flags/BI.png
deleted file mode 100644
index d5acd66..0000000
Binary files a/images/flags/BI.png and /dev/null differ
diff --git a/images/flags/BJ.png b/images/flags/BJ.png
deleted file mode 100644
index 3cdb27c..0000000
Binary files a/images/flags/BJ.png and /dev/null differ
diff --git a/images/flags/BL.png b/images/flags/BL.png
deleted file mode 100644
index 67f7149..0000000
Binary files a/images/flags/BL.png and /dev/null differ
diff --git a/images/flags/BM.png b/images/flags/BM.png
deleted file mode 100644
index f06f74c..0000000
Binary files a/images/flags/BM.png and /dev/null differ
diff --git a/images/flags/BN.png b/images/flags/BN.png
deleted file mode 100644
index ef38045..0000000
Binary files a/images/flags/BN.png and /dev/null differ
diff --git a/images/flags/BO.png b/images/flags/BO.png
deleted file mode 100644
index d413a72..0000000
Binary files a/images/flags/BO.png and /dev/null differ
diff --git a/images/flags/BR.png b/images/flags/BR.png
deleted file mode 100644
index 40890a6..0000000
Binary files a/images/flags/BR.png and /dev/null differ
diff --git a/images/flags/BS.png b/images/flags/BS.png
deleted file mode 100644
index b9ca7b5..0000000
Binary files a/images/flags/BS.png and /dev/null differ
diff --git a/images/flags/BT.png b/images/flags/BT.png
deleted file mode 100644
index acaa380..0000000
Binary files a/images/flags/BT.png and /dev/null differ
diff --git a/images/flags/BW.png b/images/flags/BW.png
deleted file mode 100644
index c651877..0000000
Binary files a/images/flags/BW.png and /dev/null differ
diff --git a/images/flags/BY.png b/images/flags/BY.png
deleted file mode 100644
index 9c5be98..0000000
Binary files a/images/flags/BY.png and /dev/null differ
diff --git a/images/flags/BZ.png b/images/flags/BZ.png
deleted file mode 100644
index c303165..0000000
Binary files a/images/flags/BZ.png and /dev/null differ
diff --git a/images/flags/CA.png b/images/flags/CA.png
deleted file mode 100644
index dae9153..0000000
Binary files a/images/flags/CA.png and /dev/null differ
diff --git a/images/flags/CC.png b/images/flags/CC.png
deleted file mode 100644
index aee171e..0000000
Binary files a/images/flags/CC.png and /dev/null differ
diff --git a/images/flags/CD.png b/images/flags/CD.png
deleted file mode 100644
index 1b9bf6f..0000000
Binary files a/images/flags/CD.png and /dev/null differ
diff --git a/images/flags/CF.png b/images/flags/CF.png
deleted file mode 100644
index 902b323..0000000
Binary files a/images/flags/CF.png and /dev/null differ
diff --git a/images/flags/CG.png b/images/flags/CG.png
deleted file mode 100644
index b744905..0000000
Binary files a/images/flags/CG.png and /dev/null differ
diff --git a/images/flags/CH.png b/images/flags/CH.png
deleted file mode 100644
index 985ff52..0000000
Binary files a/images/flags/CH.png and /dev/null differ
diff --git a/images/flags/CI.png b/images/flags/CI.png
deleted file mode 100644
index f908d9b..0000000
Binary files a/images/flags/CI.png and /dev/null differ
diff --git a/images/flags/CK.png b/images/flags/CK.png
deleted file mode 100644
index 7b884db..0000000
Binary files a/images/flags/CK.png and /dev/null differ
diff --git a/images/flags/CL.png b/images/flags/CL.png
deleted file mode 100644
index 9e16fd9..0000000
Binary files a/images/flags/CL.png and /dev/null differ
diff --git a/images/flags/CM.png b/images/flags/CM.png
deleted file mode 100644
index 70136aa..0000000
Binary files a/images/flags/CM.png and /dev/null differ
diff --git a/images/flags/CN.png b/images/flags/CN.png
deleted file mode 100644
index 17cd5d0..0000000
Binary files a/images/flags/CN.png and /dev/null differ
diff --git a/images/flags/CO.png b/images/flags/CO.png
deleted file mode 100644
index 0b0eddc..0000000
Binary files a/images/flags/CO.png and /dev/null differ
diff --git a/images/flags/CR.png b/images/flags/CR.png
deleted file mode 100644
index 7d9c882..0000000
Binary files a/images/flags/CR.png and /dev/null differ
diff --git a/images/flags/CT.png b/images/flags/CT.png
deleted file mode 100644
index 3d7ca44..0000000
Binary files a/images/flags/CT.png and /dev/null differ
diff --git a/images/flags/CU.png b/images/flags/CU.png
deleted file mode 100644
index e282c1c..0000000
Binary files a/images/flags/CU.png and /dev/null differ
diff --git a/images/flags/CV.png b/images/flags/CV.png
deleted file mode 100644
index 03b727b..0000000
Binary files a/images/flags/CV.png and /dev/null differ
diff --git a/images/flags/CW.png b/images/flags/CW.png
deleted file mode 100644
index 2073ba2..0000000
Binary files a/images/flags/CW.png and /dev/null differ
diff --git a/images/flags/CX.png b/images/flags/CX.png
deleted file mode 100644
index 96c0173..0000000
Binary files a/images/flags/CX.png and /dev/null differ
diff --git a/images/flags/CY.png b/images/flags/CY.png
deleted file mode 100644
index 89b1ced..0000000
Binary files a/images/flags/CY.png and /dev/null differ
diff --git a/images/flags/CZ.png b/images/flags/CZ.png
deleted file mode 100644
index 82ce85c..0000000
Binary files a/images/flags/CZ.png and /dev/null differ
diff --git a/images/flags/DE.png b/images/flags/DE.png
deleted file mode 100644
index ebb1843..0000000
Binary files a/images/flags/DE.png and /dev/null differ
diff --git a/images/flags/DJ.png b/images/flags/DJ.png
deleted file mode 100644
index a0b0bcc..0000000
Binary files a/images/flags/DJ.png and /dev/null differ
diff --git a/images/flags/DK.png b/images/flags/DK.png
deleted file mode 100644
index cb7bff7..0000000
Binary files a/images/flags/DK.png and /dev/null differ
diff --git a/images/flags/DM.png b/images/flags/DM.png
deleted file mode 100644
index 1a336cc..0000000
Binary files a/images/flags/DM.png and /dev/null differ
diff --git a/images/flags/DO.png b/images/flags/DO.png
deleted file mode 100644
index 76f1363..0000000
Binary files a/images/flags/DO.png and /dev/null differ
diff --git a/images/flags/DZ.png b/images/flags/DZ.png
deleted file mode 100644
index 124e087..0000000
Binary files a/images/flags/DZ.png and /dev/null differ
diff --git a/images/flags/EC.png b/images/flags/EC.png
deleted file mode 100644
index 58a6aa4..0000000
Binary files a/images/flags/EC.png and /dev/null differ
diff --git a/images/flags/EE.png b/images/flags/EE.png
deleted file mode 100644
index 47eb4f6..0000000
Binary files a/images/flags/EE.png and /dev/null differ
diff --git a/images/flags/EG.png b/images/flags/EG.png
deleted file mode 100644
index 9bc7284..0000000
Binary files a/images/flags/EG.png and /dev/null differ
diff --git a/images/flags/EH.png b/images/flags/EH.png
deleted file mode 100644
index 7cd1b3b..0000000
Binary files a/images/flags/EH.png and /dev/null differ
diff --git a/images/flags/ER.png b/images/flags/ER.png
deleted file mode 100644
index 025ac94..0000000
Binary files a/images/flags/ER.png and /dev/null differ
diff --git a/images/flags/ES.png b/images/flags/ES.png
deleted file mode 100644
index cf53a8d..0000000
Binary files a/images/flags/ES.png and /dev/null differ
diff --git a/images/flags/ET.png b/images/flags/ET.png
deleted file mode 100644
index 95711dd..0000000
Binary files a/images/flags/ET.png and /dev/null differ
diff --git a/images/flags/EU.png b/images/flags/EU.png
deleted file mode 100644
index a9af51c..0000000
Binary files a/images/flags/EU.png and /dev/null differ
diff --git a/images/flags/FI.png b/images/flags/FI.png
deleted file mode 100644
index a585cf4..0000000
Binary files a/images/flags/FI.png and /dev/null differ
diff --git a/images/flags/FJ.png b/images/flags/FJ.png
deleted file mode 100644
index f7b5ccb..0000000
Binary files a/images/flags/FJ.png and /dev/null differ
diff --git a/images/flags/FK.png b/images/flags/FK.png
deleted file mode 100644
index e375bc1..0000000
Binary files a/images/flags/FK.png and /dev/null differ
diff --git a/images/flags/FM.png b/images/flags/FM.png
deleted file mode 100644
index 7dccaf0..0000000
Binary files a/images/flags/FM.png and /dev/null differ
diff --git a/images/flags/FO.png b/images/flags/FO.png
deleted file mode 100644
index 02daeca..0000000
Binary files a/images/flags/FO.png and /dev/null differ
diff --git a/images/flags/FR.png b/images/flags/FR.png
deleted file mode 100644
index 91a645e..0000000
Binary files a/images/flags/FR.png and /dev/null differ
diff --git a/images/flags/GA.png b/images/flags/GA.png
deleted file mode 100644
index beeaa4f..0000000
Binary files a/images/flags/GA.png and /dev/null differ
diff --git a/images/flags/GB.png b/images/flags/GB.png
deleted file mode 100644
index fb1edaa..0000000
Binary files a/images/flags/GB.png and /dev/null differ
diff --git a/images/flags/GD.png b/images/flags/GD.png
deleted file mode 100644
index ccd4271..0000000
Binary files a/images/flags/GD.png and /dev/null differ
diff --git a/images/flags/GE.png b/images/flags/GE.png
deleted file mode 100644
index ae3088b..0000000
Binary files a/images/flags/GE.png and /dev/null differ
diff --git a/images/flags/GG.png b/images/flags/GG.png
deleted file mode 100644
index 2d7233c..0000000
Binary files a/images/flags/GG.png and /dev/null differ
diff --git a/images/flags/GH.png b/images/flags/GH.png
deleted file mode 100644
index d76972e..0000000
Binary files a/images/flags/GH.png and /dev/null differ
diff --git a/images/flags/GI.png b/images/flags/GI.png
deleted file mode 100644
index 07017ba..0000000
Binary files a/images/flags/GI.png and /dev/null differ
diff --git a/images/flags/GL.png b/images/flags/GL.png
deleted file mode 100644
index 572fa5c..0000000
Binary files a/images/flags/GL.png and /dev/null differ
diff --git a/images/flags/GM.png b/images/flags/GM.png
deleted file mode 100644
index 643f21a..0000000
Binary files a/images/flags/GM.png and /dev/null differ
diff --git a/images/flags/GN.png b/images/flags/GN.png
deleted file mode 100644
index eeb48b7..0000000
Binary files a/images/flags/GN.png and /dev/null differ
diff --git a/images/flags/GQ.png b/images/flags/GQ.png
deleted file mode 100644
index 8292015..0000000
Binary files a/images/flags/GQ.png and /dev/null differ
diff --git a/images/flags/GR.png b/images/flags/GR.png
deleted file mode 100644
index c185d0b..0000000
Binary files a/images/flags/GR.png and /dev/null differ
diff --git a/images/flags/GS.png b/images/flags/GS.png
deleted file mode 100644
index 73ac17c..0000000
Binary files a/images/flags/GS.png and /dev/null differ
diff --git a/images/flags/GT.png b/images/flags/GT.png
deleted file mode 100644
index 8ce5c71..0000000
Binary files a/images/flags/GT.png and /dev/null differ
diff --git a/images/flags/GU.png b/images/flags/GU.png
deleted file mode 100644
index 3a0081a..0000000
Binary files a/images/flags/GU.png and /dev/null differ
diff --git a/images/flags/GW.png b/images/flags/GW.png
deleted file mode 100644
index d87c835..0000000
Binary files a/images/flags/GW.png and /dev/null differ
diff --git a/images/flags/GY.png b/images/flags/GY.png
deleted file mode 100644
index 0064a1c..0000000
Binary files a/images/flags/GY.png and /dev/null differ
diff --git a/images/flags/HK.png b/images/flags/HK.png
deleted file mode 100644
index 1137e86..0000000
Binary files a/images/flags/HK.png and /dev/null differ
diff --git a/images/flags/HN.png b/images/flags/HN.png
deleted file mode 100644
index d59671c..0000000
Binary files a/images/flags/HN.png and /dev/null differ
diff --git a/images/flags/HR.png b/images/flags/HR.png
deleted file mode 100644
index effebf8..0000000
Binary files a/images/flags/HR.png and /dev/null differ
diff --git a/images/flags/HT.png b/images/flags/HT.png
deleted file mode 100644
index c12253a..0000000
Binary files a/images/flags/HT.png and /dev/null differ
diff --git a/images/flags/HU.png b/images/flags/HU.png
deleted file mode 100644
index 62bfc27..0000000
Binary files a/images/flags/HU.png and /dev/null differ
diff --git a/images/flags/IC.png b/images/flags/IC.png
deleted file mode 100644
index b600e4e..0000000
Binary files a/images/flags/IC.png and /dev/null differ
diff --git a/images/flags/ID.png b/images/flags/ID.png
deleted file mode 100644
index e938f43..0000000
Binary files a/images/flags/ID.png and /dev/null differ
diff --git a/images/flags/IE.png b/images/flags/IE.png
deleted file mode 100644
index baaae6a..0000000
Binary files a/images/flags/IE.png and /dev/null differ
diff --git a/images/flags/IL.png b/images/flags/IL.png
deleted file mode 100644
index 9bac6ec..0000000
Binary files a/images/flags/IL.png and /dev/null differ
diff --git a/images/flags/IM.png b/images/flags/IM.png
deleted file mode 100644
index 442bfd9..0000000
Binary files a/images/flags/IM.png and /dev/null differ
diff --git a/images/flags/IN.png b/images/flags/IN.png
deleted file mode 100644
index 0e5ee79..0000000
Binary files a/images/flags/IN.png and /dev/null differ
diff --git a/images/flags/IQ.png b/images/flags/IQ.png
deleted file mode 100644
index b712f74..0000000
Binary files a/images/flags/IQ.png and /dev/null differ
diff --git a/images/flags/IR.png b/images/flags/IR.png
deleted file mode 100644
index eca434c..0000000
Binary files a/images/flags/IR.png and /dev/null differ
diff --git a/images/flags/IS.png b/images/flags/IS.png
deleted file mode 100644
index 01e12fb..0000000
Binary files a/images/flags/IS.png and /dev/null differ
diff --git a/images/flags/IT.png b/images/flags/IT.png
deleted file mode 100644
index 8e9e7fa..0000000
Binary files a/images/flags/IT.png and /dev/null differ
diff --git a/images/flags/JE.png b/images/flags/JE.png
deleted file mode 100644
index 606798c..0000000
Binary files a/images/flags/JE.png and /dev/null differ
diff --git a/images/flags/JM.png b/images/flags/JM.png
deleted file mode 100644
index 002f61f..0000000
Binary files a/images/flags/JM.png and /dev/null differ
diff --git a/images/flags/JO.png b/images/flags/JO.png
deleted file mode 100644
index ace43ca..0000000
Binary files a/images/flags/JO.png and /dev/null differ
diff --git a/images/flags/JP.png b/images/flags/JP.png
deleted file mode 100644
index 8fb1a36..0000000
Binary files a/images/flags/JP.png and /dev/null differ
diff --git a/images/flags/KE.png b/images/flags/KE.png
deleted file mode 100644
index 87f6c6e..0000000
Binary files a/images/flags/KE.png and /dev/null differ
diff --git a/images/flags/KG.png b/images/flags/KG.png
deleted file mode 100644
index c3bd3f6..0000000
Binary files a/images/flags/KG.png and /dev/null differ
diff --git a/images/flags/KH.png b/images/flags/KH.png
deleted file mode 100644
index f9f196d..0000000
Binary files a/images/flags/KH.png and /dev/null differ
diff --git a/images/flags/KI.png b/images/flags/KI.png
deleted file mode 100644
index 6f04a1f..0000000
Binary files a/images/flags/KI.png and /dev/null differ
diff --git a/images/flags/KM.png b/images/flags/KM.png
deleted file mode 100644
index fbaceec..0000000
Binary files a/images/flags/KM.png and /dev/null differ
diff --git a/images/flags/KN.png b/images/flags/KN.png
deleted file mode 100644
index 27a1f7f..0000000
Binary files a/images/flags/KN.png and /dev/null differ
diff --git a/images/flags/KP.png b/images/flags/KP.png
deleted file mode 100644
index bd631b8..0000000
Binary files a/images/flags/KP.png and /dev/null differ
diff --git a/images/flags/KR.png b/images/flags/KR.png
deleted file mode 100644
index 58b00b5..0000000
Binary files a/images/flags/KR.png and /dev/null differ
diff --git a/images/flags/KW.png b/images/flags/KW.png
deleted file mode 100644
index 7ac9ab1..0000000
Binary files a/images/flags/KW.png and /dev/null differ
diff --git a/images/flags/KY.png b/images/flags/KY.png
deleted file mode 100644
index fb4ea9b..0000000
Binary files a/images/flags/KY.png and /dev/null differ
diff --git a/images/flags/KZ.png b/images/flags/KZ.png
deleted file mode 100644
index 9891af6..0000000
Binary files a/images/flags/KZ.png and /dev/null differ
diff --git a/images/flags/LA.png b/images/flags/LA.png
deleted file mode 100644
index 8905a7b..0000000
Binary files a/images/flags/LA.png and /dev/null differ
diff --git a/images/flags/LB.png b/images/flags/LB.png
deleted file mode 100644
index 9486645..0000000
Binary files a/images/flags/LB.png and /dev/null differ
diff --git a/images/flags/LC.png b/images/flags/LC.png
deleted file mode 100644
index 7c03a0f..0000000
Binary files a/images/flags/LC.png and /dev/null differ
diff --git a/images/flags/LI.png b/images/flags/LI.png
deleted file mode 100644
index 1d9203e..0000000
Binary files a/images/flags/LI.png and /dev/null differ
diff --git a/images/flags/LICENSE.txt b/images/flags/LICENSE.txt
deleted file mode 100644
index 0836cb4..0000000
--- a/images/flags/LICENSE.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (c) 2017 Go Squared Ltd. http://www.gosquared.com/
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/images/flags/LK.png b/images/flags/LK.png
deleted file mode 100644
index e9b9c87..0000000
Binary files a/images/flags/LK.png and /dev/null differ
diff --git a/images/flags/LR.png b/images/flags/LR.png
deleted file mode 100644
index 5a1f700..0000000
Binary files a/images/flags/LR.png and /dev/null differ
diff --git a/images/flags/LS.png b/images/flags/LS.png
deleted file mode 100644
index 6c8b9f5..0000000
Binary files a/images/flags/LS.png and /dev/null differ
diff --git a/images/flags/LT.png b/images/flags/LT.png
deleted file mode 100644
index ed53328..0000000
Binary files a/images/flags/LT.png and /dev/null differ
diff --git a/images/flags/LU.png b/images/flags/LU.png
deleted file mode 100644
index b28669f..0000000
Binary files a/images/flags/LU.png and /dev/null differ
diff --git a/images/flags/LV.png b/images/flags/LV.png
deleted file mode 100644
index 007cdce..0000000
Binary files a/images/flags/LV.png and /dev/null differ
diff --git a/images/flags/LY.png b/images/flags/LY.png
deleted file mode 100644
index 6ebc286..0000000
Binary files a/images/flags/LY.png and /dev/null differ
diff --git a/images/flags/MA.png b/images/flags/MA.png
deleted file mode 100644
index 05ba811..0000000
Binary files a/images/flags/MA.png and /dev/null differ
diff --git a/images/flags/MC.png b/images/flags/MC.png
deleted file mode 100644
index e938f43..0000000
Binary files a/images/flags/MC.png and /dev/null differ
diff --git a/images/flags/MD.png b/images/flags/MD.png
deleted file mode 100644
index 20870c2..0000000
Binary files a/images/flags/MD.png and /dev/null differ
diff --git a/images/flags/ME.png b/images/flags/ME.png
deleted file mode 100644
index 90be1f1..0000000
Binary files a/images/flags/ME.png and /dev/null differ
diff --git a/images/flags/MF.png b/images/flags/MF.png
deleted file mode 100644
index 73b5251..0000000
Binary files a/images/flags/MF.png and /dev/null differ
diff --git a/images/flags/MG.png b/images/flags/MG.png
deleted file mode 100644
index 404af71..0000000
Binary files a/images/flags/MG.png and /dev/null differ
diff --git a/images/flags/MH.png b/images/flags/MH.png
deleted file mode 100644
index e93857a..0000000
Binary files a/images/flags/MH.png and /dev/null differ
diff --git a/images/flags/MK.png b/images/flags/MK.png
deleted file mode 100644
index a93dc0e..0000000
Binary files a/images/flags/MK.png and /dev/null differ
diff --git a/images/flags/ML.png b/images/flags/ML.png
deleted file mode 100644
index bc27e26..0000000
Binary files a/images/flags/ML.png and /dev/null differ
diff --git a/images/flags/MM.png b/images/flags/MM.png
deleted file mode 100644
index 6ef221a..0000000
Binary files a/images/flags/MM.png and /dev/null differ
diff --git a/images/flags/MN.png b/images/flags/MN.png
deleted file mode 100644
index 1dc766a..0000000
Binary files a/images/flags/MN.png and /dev/null differ
diff --git a/images/flags/MO.png b/images/flags/MO.png
deleted file mode 100644
index cc4f379..0000000
Binary files a/images/flags/MO.png and /dev/null differ
diff --git a/images/flags/MP.png b/images/flags/MP.png
deleted file mode 100644
index cfc7261..0000000
Binary files a/images/flags/MP.png and /dev/null differ
diff --git a/images/flags/MQ.png b/images/flags/MQ.png
deleted file mode 100644
index c90ff2a..0000000
Binary files a/images/flags/MQ.png and /dev/null differ
diff --git a/images/flags/MR.png b/images/flags/MR.png
deleted file mode 100644
index f5866f8..0000000
Binary files a/images/flags/MR.png and /dev/null differ
diff --git a/images/flags/MS.png b/images/flags/MS.png
deleted file mode 100644
index f633212..0000000
Binary files a/images/flags/MS.png and /dev/null differ
diff --git a/images/flags/MT.png b/images/flags/MT.png
deleted file mode 100644
index f633f29..0000000
Binary files a/images/flags/MT.png and /dev/null differ
diff --git a/images/flags/MU.png b/images/flags/MU.png
deleted file mode 100644
index 18fc541..0000000
Binary files a/images/flags/MU.png and /dev/null differ
diff --git a/images/flags/MV.png b/images/flags/MV.png
deleted file mode 100644
index 703aa75..0000000
Binary files a/images/flags/MV.png and /dev/null differ
diff --git a/images/flags/MW.png b/images/flags/MW.png
deleted file mode 100644
index 10e134a..0000000
Binary files a/images/flags/MW.png and /dev/null differ
diff --git a/images/flags/MX.png b/images/flags/MX.png
deleted file mode 100644
index 5a8e4b4..0000000
Binary files a/images/flags/MX.png and /dev/null differ
diff --git a/images/flags/MY.png b/images/flags/MY.png
deleted file mode 100644
index 51606fa..0000000
Binary files a/images/flags/MY.png and /dev/null differ
diff --git a/images/flags/MZ.png b/images/flags/MZ.png
deleted file mode 100644
index 2825be9..0000000
Binary files a/images/flags/MZ.png and /dev/null differ
diff --git a/images/flags/NA.png b/images/flags/NA.png
deleted file mode 100644
index 6ab06d1..0000000
Binary files a/images/flags/NA.png and /dev/null differ
diff --git a/images/flags/NC.png b/images/flags/NC.png
deleted file mode 100644
index 36f9c70..0000000
Binary files a/images/flags/NC.png and /dev/null differ
diff --git a/images/flags/NE.png b/images/flags/NE.png
deleted file mode 100644
index 2b46f7a..0000000
Binary files a/images/flags/NE.png and /dev/null differ
diff --git a/images/flags/NF.png b/images/flags/NF.png
deleted file mode 100644
index 2bca954..0000000
Binary files a/images/flags/NF.png and /dev/null differ
diff --git a/images/flags/NG.png b/images/flags/NG.png
deleted file mode 100644
index 14eef79..0000000
Binary files a/images/flags/NG.png and /dev/null differ
diff --git a/images/flags/NI.png b/images/flags/NI.png
deleted file mode 100644
index 1dcb912..0000000
Binary files a/images/flags/NI.png and /dev/null differ
diff --git a/images/flags/NL.png b/images/flags/NL.png
deleted file mode 100644
index 0f98743..0000000
Binary files a/images/flags/NL.png and /dev/null differ
diff --git a/images/flags/NO.png b/images/flags/NO.png
deleted file mode 100644
index f228e9f..0000000
Binary files a/images/flags/NO.png and /dev/null differ
diff --git a/images/flags/NP.png b/images/flags/NP.png
deleted file mode 100644
index 3d896f9..0000000
Binary files a/images/flags/NP.png and /dev/null differ
diff --git a/images/flags/NR.png b/images/flags/NR.png
deleted file mode 100644
index 179fa78..0000000
Binary files a/images/flags/NR.png and /dev/null differ
diff --git a/images/flags/NU.png b/images/flags/NU.png
deleted file mode 100644
index 7bb2da2..0000000
Binary files a/images/flags/NU.png and /dev/null differ
diff --git a/images/flags/NZ.png b/images/flags/NZ.png
deleted file mode 100644
index 70091f3..0000000
Binary files a/images/flags/NZ.png and /dev/null differ
diff --git a/images/flags/OM.png b/images/flags/OM.png
deleted file mode 100644
index d757f90..0000000
Binary files a/images/flags/OM.png and /dev/null differ
diff --git a/images/flags/PA.png b/images/flags/PA.png
deleted file mode 100644
index 0908aac..0000000
Binary files a/images/flags/PA.png and /dev/null differ
diff --git a/images/flags/PE.png b/images/flags/PE.png
deleted file mode 100644
index ff92542..0000000
Binary files a/images/flags/PE.png and /dev/null differ
diff --git a/images/flags/PF.png b/images/flags/PF.png
deleted file mode 100644
index dc3a828..0000000
Binary files a/images/flags/PF.png and /dev/null differ
diff --git a/images/flags/PG.png b/images/flags/PG.png
deleted file mode 100644
index 0f2c976..0000000
Binary files a/images/flags/PG.png and /dev/null differ
diff --git a/images/flags/PH.png b/images/flags/PH.png
deleted file mode 100644
index 9686b25..0000000
Binary files a/images/flags/PH.png and /dev/null differ
diff --git a/images/flags/PK.png b/images/flags/PK.png
deleted file mode 100644
index d01eddf..0000000
Binary files a/images/flags/PK.png and /dev/null differ
diff --git a/images/flags/PL.png b/images/flags/PL.png
deleted file mode 100644
index b9807dc..0000000
Binary files a/images/flags/PL.png and /dev/null differ
diff --git a/images/flags/PN.png b/images/flags/PN.png
deleted file mode 100644
index a27696f..0000000
Binary files a/images/flags/PN.png and /dev/null differ
diff --git a/images/flags/PR.png b/images/flags/PR.png
deleted file mode 100644
index fdfc417..0000000
Binary files a/images/flags/PR.png and /dev/null differ
diff --git a/images/flags/PS.png b/images/flags/PS.png
deleted file mode 100644
index 205061f..0000000
Binary files a/images/flags/PS.png and /dev/null differ
diff --git a/images/flags/PT.png b/images/flags/PT.png
deleted file mode 100644
index 8698cfa..0000000
Binary files a/images/flags/PT.png and /dev/null differ
diff --git a/images/flags/PW.png b/images/flags/PW.png
deleted file mode 100644
index cf148a2..0000000
Binary files a/images/flags/PW.png and /dev/null differ
diff --git a/images/flags/PY.png b/images/flags/PY.png
deleted file mode 100644
index fc4b2a2..0000000
Binary files a/images/flags/PY.png and /dev/null differ
diff --git a/images/flags/QA.png b/images/flags/QA.png
deleted file mode 100644
index 0a1876f..0000000
Binary files a/images/flags/QA.png and /dev/null differ
diff --git a/images/flags/RE.png b/images/flags/RE.png
deleted file mode 100644
index cb73c02..0000000
Binary files a/images/flags/RE.png and /dev/null differ
diff --git a/images/flags/RO.png b/images/flags/RO.png
deleted file mode 100644
index cc2494d..0000000
Binary files a/images/flags/RO.png and /dev/null differ
diff --git a/images/flags/RS.png b/images/flags/RS.png
deleted file mode 100644
index 8dca354..0000000
Binary files a/images/flags/RS.png and /dev/null differ
diff --git a/images/flags/RU.png b/images/flags/RU.png
deleted file mode 100644
index d36f4b8..0000000
Binary files a/images/flags/RU.png and /dev/null differ
diff --git a/images/flags/RW.png b/images/flags/RW.png
deleted file mode 100644
index 2e87e41..0000000
Binary files a/images/flags/RW.png and /dev/null differ
diff --git a/images/flags/SA.png b/images/flags/SA.png
deleted file mode 100644
index f5a10f0..0000000
Binary files a/images/flags/SA.png and /dev/null differ
diff --git a/images/flags/SB.png b/images/flags/SB.png
deleted file mode 100644
index 4836b72..0000000
Binary files a/images/flags/SB.png and /dev/null differ
diff --git a/images/flags/SC.png b/images/flags/SC.png
deleted file mode 100644
index 52becc5..0000000
Binary files a/images/flags/SC.png and /dev/null differ
diff --git a/images/flags/SD.png b/images/flags/SD.png
deleted file mode 100644
index 7d75423..0000000
Binary files a/images/flags/SD.png and /dev/null differ
diff --git a/images/flags/SE.png b/images/flags/SE.png
deleted file mode 100644
index df52050..0000000
Binary files a/images/flags/SE.png and /dev/null differ
diff --git a/images/flags/SG.png b/images/flags/SG.png
deleted file mode 100644
index b23f685..0000000
Binary files a/images/flags/SG.png and /dev/null differ
diff --git a/images/flags/SH.png b/images/flags/SH.png
deleted file mode 100644
index 35c6ac7..0000000
Binary files a/images/flags/SH.png and /dev/null differ
diff --git a/images/flags/SI.png b/images/flags/SI.png
deleted file mode 100644
index 584888a..0000000
Binary files a/images/flags/SI.png and /dev/null differ
diff --git a/images/flags/SK.png b/images/flags/SK.png
deleted file mode 100644
index 8d9d1d7..0000000
Binary files a/images/flags/SK.png and /dev/null differ
diff --git a/images/flags/SL.png b/images/flags/SL.png
deleted file mode 100644
index 3ff9f7c..0000000
Binary files a/images/flags/SL.png and /dev/null differ
diff --git a/images/flags/SM.png b/images/flags/SM.png
deleted file mode 100644
index b058d14..0000000
Binary files a/images/flags/SM.png and /dev/null differ
diff --git a/images/flags/SN.png b/images/flags/SN.png
deleted file mode 100644
index 0c6664f..0000000
Binary files a/images/flags/SN.png and /dev/null differ
diff --git a/images/flags/SO.png b/images/flags/SO.png
deleted file mode 100644
index 8acf3de..0000000
Binary files a/images/flags/SO.png and /dev/null differ
diff --git a/images/flags/SR.png b/images/flags/SR.png
deleted file mode 100644
index dca8d1b..0000000
Binary files a/images/flags/SR.png and /dev/null differ
diff --git a/images/flags/SS.png b/images/flags/SS.png
deleted file mode 100644
index bdaa77c..0000000
Binary files a/images/flags/SS.png and /dev/null differ
diff --git a/images/flags/ST.png b/images/flags/ST.png
deleted file mode 100644
index 5fe3cb2..0000000
Binary files a/images/flags/ST.png and /dev/null differ
diff --git a/images/flags/SV.png b/images/flags/SV.png
deleted file mode 100644
index 78c554a..0000000
Binary files a/images/flags/SV.png and /dev/null differ
diff --git a/images/flags/SX.png b/images/flags/SX.png
deleted file mode 100644
index b725f51..0000000
Binary files a/images/flags/SX.png and /dev/null differ
diff --git a/images/flags/SY.png b/images/flags/SY.png
deleted file mode 100644
index cf21d7f..0000000
Binary files a/images/flags/SY.png and /dev/null differ
diff --git a/images/flags/SZ.png b/images/flags/SZ.png
deleted file mode 100644
index a1a9d5a..0000000
Binary files a/images/flags/SZ.png and /dev/null differ
diff --git a/images/flags/TC.png b/images/flags/TC.png
deleted file mode 100644
index 10a9798..0000000
Binary files a/images/flags/TC.png and /dev/null differ
diff --git a/images/flags/TD.png b/images/flags/TD.png
deleted file mode 100644
index 09a1236..0000000
Binary files a/images/flags/TD.png and /dev/null differ
diff --git a/images/flags/TF.png b/images/flags/TF.png
deleted file mode 100644
index 83b017b..0000000
Binary files a/images/flags/TF.png and /dev/null differ
diff --git a/images/flags/TG.png b/images/flags/TG.png
deleted file mode 100644
index 406e51b..0000000
Binary files a/images/flags/TG.png and /dev/null differ
diff --git a/images/flags/TH.png b/images/flags/TH.png
deleted file mode 100644
index a50b0e4..0000000
Binary files a/images/flags/TH.png and /dev/null differ
diff --git a/images/flags/TJ.png b/images/flags/TJ.png
deleted file mode 100644
index 147d03f..0000000
Binary files a/images/flags/TJ.png and /dev/null differ
diff --git a/images/flags/TK.png b/images/flags/TK.png
deleted file mode 100644
index 6c965dd..0000000
Binary files a/images/flags/TK.png and /dev/null differ
diff --git a/images/flags/TL.png b/images/flags/TL.png
deleted file mode 100644
index ee26b56..0000000
Binary files a/images/flags/TL.png and /dev/null differ
diff --git a/images/flags/TM.png b/images/flags/TM.png
deleted file mode 100644
index c2f342a..0000000
Binary files a/images/flags/TM.png and /dev/null differ
diff --git a/images/flags/TN.png b/images/flags/TN.png
deleted file mode 100644
index cf508c6..0000000
Binary files a/images/flags/TN.png and /dev/null differ
diff --git a/images/flags/TO.png b/images/flags/TO.png
deleted file mode 100644
index 36873d3..0000000
Binary files a/images/flags/TO.png and /dev/null differ
diff --git a/images/flags/TR.png b/images/flags/TR.png
deleted file mode 100644
index c147631..0000000
Binary files a/images/flags/TR.png and /dev/null differ
diff --git a/images/flags/TT.png b/images/flags/TT.png
deleted file mode 100644
index 2a2ec08..0000000
Binary files a/images/flags/TT.png and /dev/null differ
diff --git a/images/flags/TV.png b/images/flags/TV.png
deleted file mode 100644
index b48b323..0000000
Binary files a/images/flags/TV.png and /dev/null differ
diff --git a/images/flags/TW.png b/images/flags/TW.png
deleted file mode 100644
index 03a51bc..0000000
Binary files a/images/flags/TW.png and /dev/null differ
diff --git a/images/flags/TZ.png b/images/flags/TZ.png
deleted file mode 100644
index 26389e1..0000000
Binary files a/images/flags/TZ.png and /dev/null differ
diff --git a/images/flags/UA.png b/images/flags/UA.png
deleted file mode 100644
index badac50..0000000
Binary files a/images/flags/UA.png and /dev/null differ
diff --git a/images/flags/UG.png b/images/flags/UG.png
deleted file mode 100644
index 3a8f4e1..0000000
Binary files a/images/flags/UG.png and /dev/null differ
diff --git a/images/flags/US.png b/images/flags/US.png
deleted file mode 100644
index b269593..0000000
Binary files a/images/flags/US.png and /dev/null differ
diff --git a/images/flags/UY.png b/images/flags/UY.png
deleted file mode 100644
index 6789faa..0000000
Binary files a/images/flags/UY.png and /dev/null differ
diff --git a/images/flags/UZ.png b/images/flags/UZ.png
deleted file mode 100644
index 0a0cc51..0000000
Binary files a/images/flags/UZ.png and /dev/null differ
diff --git a/images/flags/VA.png b/images/flags/VA.png
deleted file mode 100644
index 6ebc4ee..0000000
Binary files a/images/flags/VA.png and /dev/null differ
diff --git a/images/flags/VC.png b/images/flags/VC.png
deleted file mode 100644
index f0b561d..0000000
Binary files a/images/flags/VC.png and /dev/null differ
diff --git a/images/flags/VE.png b/images/flags/VE.png
deleted file mode 100644
index 6e3a465..0000000
Binary files a/images/flags/VE.png and /dev/null differ
diff --git a/images/flags/VG.png b/images/flags/VG.png
deleted file mode 100644
index 870a155..0000000
Binary files a/images/flags/VG.png and /dev/null differ
diff --git a/images/flags/VI.png b/images/flags/VI.png
deleted file mode 100644
index fcaf84e..0000000
Binary files a/images/flags/VI.png and /dev/null differ
diff --git a/images/flags/VN.png b/images/flags/VN.png
deleted file mode 100644
index 6668916..0000000
Binary files a/images/flags/VN.png and /dev/null differ
diff --git a/images/flags/VU.png b/images/flags/VU.png
deleted file mode 100644
index b000f11..0000000
Binary files a/images/flags/VU.png and /dev/null differ
diff --git a/images/flags/WF.png b/images/flags/WF.png
deleted file mode 100644
index bf2c868..0000000
Binary files a/images/flags/WF.png and /dev/null differ
diff --git a/images/flags/WS.png b/images/flags/WS.png
deleted file mode 100644
index c88f2e8..0000000
Binary files a/images/flags/WS.png and /dev/null differ
diff --git a/images/flags/YE.png b/images/flags/YE.png
deleted file mode 100644
index eed64e0..0000000
Binary files a/images/flags/YE.png and /dev/null differ
diff --git a/images/flags/YT.png b/images/flags/YT.png
deleted file mode 100644
index 3386074..0000000
Binary files a/images/flags/YT.png and /dev/null differ
diff --git a/images/flags/ZA.png b/images/flags/ZA.png
deleted file mode 100644
index be9909f..0000000
Binary files a/images/flags/ZA.png and /dev/null differ
diff --git a/images/flags/ZM.png b/images/flags/ZM.png
deleted file mode 100644
index 04946dd..0000000
Binary files a/images/flags/ZM.png and /dev/null differ
diff --git a/images/flags/ZW.png b/images/flags/ZW.png
deleted file mode 100644
index 52b47a4..0000000
Binary files a/images/flags/ZW.png and /dev/null differ
diff --git a/images/flags/_abkhazia.png b/images/flags/_abkhazia.png
deleted file mode 100644
index b410c95..0000000
Binary files a/images/flags/_abkhazia.png and /dev/null differ
diff --git a/images/flags/_basque-country.png b/images/flags/_basque-country.png
deleted file mode 100644
index ea014d7..0000000
Binary files a/images/flags/_basque-country.png and /dev/null differ
diff --git a/images/flags/_british-antarctic-territory.png b/images/flags/_british-antarctic-territory.png
deleted file mode 100644
index 2a2bf70..0000000
Binary files a/images/flags/_british-antarctic-territory.png and /dev/null differ
diff --git a/images/flags/_commonwealth.png b/images/flags/_commonwealth.png
deleted file mode 100644
index e7fd173..0000000
Binary files a/images/flags/_commonwealth.png and /dev/null differ
diff --git a/images/flags/_england.png b/images/flags/_england.png
deleted file mode 100644
index f6d3af3..0000000
Binary files a/images/flags/_england.png and /dev/null differ
diff --git a/images/flags/_gosquared.png b/images/flags/_gosquared.png
deleted file mode 100644
index 428fb4e..0000000
Binary files a/images/flags/_gosquared.png and /dev/null differ
diff --git a/images/flags/_kosovo.png b/images/flags/_kosovo.png
deleted file mode 100644
index f42a566..0000000
Binary files a/images/flags/_kosovo.png and /dev/null differ
diff --git a/images/flags/_mars.png b/images/flags/_mars.png
deleted file mode 100644
index f6554b1..0000000
Binary files a/images/flags/_mars.png and /dev/null differ
diff --git a/images/flags/_nagorno-karabakh.png b/images/flags/_nagorno-karabakh.png
deleted file mode 100644
index 8168fa3..0000000
Binary files a/images/flags/_nagorno-karabakh.png and /dev/null differ
diff --git a/images/flags/_nato.png b/images/flags/_nato.png
deleted file mode 100644
index c7404d1..0000000
Binary files a/images/flags/_nato.png and /dev/null differ
diff --git a/images/flags/_northern-cyprus.png b/images/flags/_northern-cyprus.png
deleted file mode 100644
index 65242f0..0000000
Binary files a/images/flags/_northern-cyprus.png and /dev/null differ
diff --git a/images/flags/_olympics.png b/images/flags/_olympics.png
deleted file mode 100644
index 35912bc..0000000
Binary files a/images/flags/_olympics.png and /dev/null differ
diff --git a/images/flags/_red-cross.png b/images/flags/_red-cross.png
deleted file mode 100644
index 1676e65..0000000
Binary files a/images/flags/_red-cross.png and /dev/null differ
diff --git a/images/flags/_scotland.png b/images/flags/_scotland.png
deleted file mode 100644
index 293bef5..0000000
Binary files a/images/flags/_scotland.png and /dev/null differ
diff --git a/images/flags/_somaliland.png b/images/flags/_somaliland.png
deleted file mode 100644
index 5dfd5a2..0000000
Binary files a/images/flags/_somaliland.png and /dev/null differ
diff --git a/images/flags/_south-ossetia.png b/images/flags/_south-ossetia.png
deleted file mode 100644
index 094884a..0000000
Binary files a/images/flags/_south-ossetia.png and /dev/null differ
diff --git a/images/flags/_united-nations.png b/images/flags/_united-nations.png
deleted file mode 100644
index 629d744..0000000
Binary files a/images/flags/_united-nations.png and /dev/null differ
diff --git a/images/flags/_unknown.png b/images/flags/_unknown.png
deleted file mode 100644
index 656e8dd..0000000
Binary files a/images/flags/_unknown.png and /dev/null differ
diff --git a/images/flags/_wales.png b/images/flags/_wales.png
deleted file mode 100644
index 1bf5a19..0000000
Binary files a/images/flags/_wales.png and /dev/null differ
diff --git a/js/main.js b/js/main.js
deleted file mode 100644
index a0fc4f8..0000000
--- a/js/main.js
+++ /dev/null
@@ -1,124 +0,0 @@
-(function () {
- 'use strict';
-
- var App = angular.module("App", []);
-
- App.config(function($interpolateProvider) {
- $interpolateProvider.startSymbol('{[{');
- $interpolateProvider.endSymbol('}]}');
- });
-
- App.controller('sotm', ['$scope', '$http', function ($scope, $http) {
- $http.get('/js/sotmprogram.json').then(function(json_f) {
- $scope.countries = json_f.data.countries;
- $scope.days = json_f.data.days;
- $scope.locations = json_f.data.locations;
- $scope.speakers = json_f.data.speakers;
- $scope.talks = json_f.data.talks;
- $scope.types = json_f.data.types;
- });
-
- $scope.get_country = function(id) {
- return $scope.countries[id - 1];
- };
- $scope.get_day = function(id) {
- return $scope.days[id - 1];
- };
- $scope.get_location = function(id) {
- return $scope.locations[id - 1];
- };
- $scope.get_speaker = function(id) {
- return $scope.speakers[id - 1];
- };
- $scope.get_speakers = function(activity_id) {
- return $scope.speakers[id - 1];
- };
- $scope.get_talk = function(id) {
- return $scope.talks[id - 1];
- };
- $scope.get_type = function(id) {
- return $scope.types[id - 1];
- };
- }]);
-})();
-
-
-//Start Youtube API
-var tag = document.createElement('script');
-tag.src = "https://www.youtube.com/iframe_api";
-var firstScriptTag = document.getElementsByTagName('script')[0];
-firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
-
-var youtubeReady = false;
-
-//Variable for the dynamically created youtube players
-var players= new Array();
-var isPlaying = false;
-function onYouTubeIframeAPIReady(){
- //The id of the iframe and is the same as the videoId
- jQuery(".youtube-video").each(function(i, obj) {
- players[obj.id] = new YT.Player(obj.id, {
- videoId: obj.id,
- playerVars: {
- controls: 2,
- rel:0,
- autohide:1,
- showinfo: 0 ,
- modestbranding: 1,
- wmode: "transparent",
- html5: 1
- },
- events: {
- 'onStateChange': onPlayerStateChange
- }
- });
- });
- youtubeReady = true;
- }
-
-
-function onPlayerStateChange(event) {
- var target_control = jQuery(event.target.getIframe()).parent().parent().parent().find(".controls");
-
- var target_caption = jQuery(event.target.getIframe()).parent().find(".carousel-caption");
- switch(event.data){
- case -1:
- jQuery(target_control).fadeIn(500);
- jQuery(target_control).children().unbind('click');
- break
- case 0:
- jQuery(target_control).fadeIn(500);
- jQuery(target_control).children().unbind('click');
- break;
- case 1:
- jQuery(target_control).children().click(function () {return false;});
- jQuery(target_caption).fadeOut(500);
- jQuery(target_control).fadeOut(500);
- break;
- case 2:
- jQuery(target_control).fadeIn(500);
- jQuery(target_control).children().unbind('click');
- break;
- case 3:
- jQuery(target_control).children().click(function () {return false;});
- jQuery(target_caption).fadeOut(500);
- jQuery(target_control).fadeOut(500);
- break;
- case 5:
- jQuery(target_control).children().click(function () {return false;});
- jQuery(target_caption).fadeOut(500);
- jQuery(target_control).fadeOut(500);
- break;
- default:
- break;
- }
-};
-
-jQuery(window).bind('load', function(){
- jQuery(".carousel-caption").fadeIn(500);
- jQuery(".controls").fadeIn(500);
- });
-
-jQuery('.carousel').bind('slid.bs.carousel', function (event) {
- jQuery(".controls").fadeIn(500);
-});
\ No newline at end of file
diff --git a/js/sotmprogram.json b/js/sotmprogram.json
deleted file mode 100644
index 3f7d509..0000000
--- a/js/sotmprogram.json
+++ /dev/null
@@ -1,520 +0,0 @@
-{
- "days": [
- {
- "id": 1,
- "date": {
- "en": "Monday - September 24",
- "es": "Lunes - 24 de Septiembre",
- "pt": "Segunda-feira - 24 de Setembro"
- },
- "activities": [
- {
- "hour": "10:30",
- "type": 1,
- "talk": 1,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 2,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 3,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 4,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 5,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 6,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 7,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 8,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 9,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 10,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 11,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 12,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 13,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 14,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 15,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 17,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 16,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 18,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 19,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 20,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 21,
- "location": 1,
- "duration": "30min"
- }
- ]
- }
- ],
- "locations": [
- {
- "id": 1,
- "name": {
- "en": "Room 1",
- "es": "Sala 1",
- "pt": "Sala 1"
- }
- },
- {
- "id": 2,
- "name": {
- "en": "Room 2",
- "es": "Sala 2",
- "pt": "Sala 2"
- }
- }
- ],
- "speakers": [
- {
- "id": 1,
- "name": "Thierry Jean",
- "country": 2,
- "organization": "OSM Brasil"
- },
- {
- "id": 2,
- "name": "Daniel Marcelo Quisbert Calle",
- "country": 4,
- "organization": "OSM Bolivia"
- },
- {
- "id": 3,
- "name": "Fernando Castro",
- "country": 7,
- "organization": "OSM Colombia"
- },
- {
- "id": 4,
- "name": "Martina Lewin Hirschhorn y Rosario Fassina",
- "country": 1,
- "organization": "ACIJ"
- },
- {
- "id": 5,
- "name": "Selene Yang",
- "country": 8,
- "organization": "Geochicas"
- },
- {
- "id": 6,
- "name": "Ariel Anthieni",
- "country": 1,
- "organization": "OSM Argentina"
- },
- {
- "id": 7,
- "name": "Horacio Castellaro",
- "country": 1,
- "organization": "OSM Argentina"
- },
- {
- "id": 8,
- "name": "Alban Vivert",
- "country": 9,
- "organization": ""
- },
- {
- "id": 9,
- "name": "Helmut Kemper",
- "country": 2,
- "organization": "OSM Brasil"
- },
- {
- "id": 10,
- "name": "Ruben Lopez Mendoza",
- "country": 6,
- "organization": "OSM Perú"
- },
- {
- "id": 11,
- "name": "Nicolas Perez",
- "country": 1,
- "organization": "Gobierno de la Ciudad de Buenos Aires"
- },
- {
- "id": 12,
- "name": "Gonzalo Gabriel Perez",
- "country": 1,
- "organization": "OSM Argentina"
- },
- {
- "id": 13,
- "name": "Manuel Retamozo",
- "country": 1,
- "organization": "OSM Argentina"
- },
- {
- "id": 14,
- "name": "John Carlo Sainvil",
- "country": 10,
- "organization": "Humanitarian OpenStreetMap Team"
- },
- {
- "id": 15,
- "name": "Everton Bortolini",
- "country": 2,
- "organization": "OSM Brasil"
- },
- {
- "id": 16,
- "name": "Federico Pértile",
- "country": 1,
- "organization": "OSM Argentina"
- },
- {
- "id": 17,
- "name": "Nixon Arley Aristizabal Niño",
- "country": 7,
- "organization": "Universidad de Antioquia"
- },
- {
- "id": 18,
- "name": "Martín Fernando Ortiz",
- "country": 1,
- "organization": "Cooperativa Geográfica Cambalache"
- },
- {
- "id": 19,
- "name": "José Mourglia",
- "country": 1,
- "organization": "OSM Argentina"
- },
- {
- "id": 20,
- "name": "Jaime Gutiérrez Alfaro",
- "country": 11,
- "organization": "Instituto Tecnológico de Costa Rica"
- }
- ],
- "talks": [
- {
- "id": 1,
- "title": "How to sell OSM",
- "abstract": "Thierry has focused on Selling OSM project in Brazil developing Public Relation initiatives with Governments, Utility companies, ministries, etc… Thierry will show how a business minded professional can help OSM and will give ways for other OSM enthusiasts to do the same in their countries.",
- "speakers": [1]
- },
- {
- "id": 2,
- "title": "El mapa de OpenStreetMap (Mapnik) en offline sobre Linux y su aplicación en la educación",
- "abstract": "ge0tic es un proyecto 100% implementado y desarrollado en OpenSource, utiliza el mapa de OSM (mapnik) como mapa base, mapas de interés educativo, todo sobre una plataforma Linux y pretendo llevarlo a todas las unidades educativas de Bolivia, para pueda ser una herramienta SIG web de apoyo educativo.",
- "speakers": [2]
- },
- {
- "id": 3,
- "title": "Herramientas para coordinar equipos para el trabajo en Cartografía Comunitaria",
- "abstract": "OSM Colombia ha dispuesto una serie herramientas libres para la comunidad de Latam para ejercicios de Cartografía, están asociadas a una metodología para enseñar a hacer mapas con herramientas de OSM, compartiremos la forma como hemos coordinado equipos de trabajo para realizar tareas de mapeo.",
- "speakers": [3]
- },
- {
- "id": 4,
- "title": "Proyecto: Caminos de la Villa",
- "abstract": "'Caminos de la Villa' es un portal que visibiliza las condiciones de vida en más de 20 barrios segregados de la Ciudad de Buenos Aires, aportando a sus pobladores una herramienta tecnológica para el diagnóstico comunitario de las prestaciones de servicios y de monitoreo y control de obras públicas.",
- "speakers": [4]
- },
- {
- "id": 5,
- "title": "Geochicas y geofeminismos. Proyectos, resultados y desafíos",
- "abstract": "A dos años de haber la fundación de Geochicas, queremos presentar un recorrido de nuestros proyectos, resultados más importantes, alianzas y desafíos como colectivo de mujeres mapeadoras.",
- "speakers": [5]
- },
- {
- "id": 6,
- "title": "Integración de Catálogo de Objetos de Infraestructura de Datos Espaciales (IDE) con OSM",
- "abstract": "La propuesta que se está trabajando es que a partir de una estructura ya consensuada como el catálogo de objetos de IDERA (IDE República Argentina) se generan los conjuntos de etiquetas para la identificación de los objetos, y así también retroalimentar el catálogo de objetos de la IDE. Como resultado de esto se está generando un conjunto de present para JOSM y la generación del catálogo de objetos de la IDE en un soporte compatible (en XML, según la ISO 19110) donde se puedan integrar un catálogo en Geonetwork con los conjuntos de etiquetas que identifican al objeto.",
- "speakers": [6]
- },
- {
- "id": 7,
- "title": "Geocodificación de domicilios con OSM",
- "abstract": "Geocodificación de domicilios con OSM. Repaso de métodos de geocodificación. Cobertura de datos de base para la geocodificación en Argentina. Existencia de datos oficiales para incorporar a OSM. Evaluación de la calidad de la información geoespacial para la geocodificación.",
- "speakers": [7]
- },
- {
- "id": 8,
- "title": "Nomad Maps: Itinerancia cartográfica andina... a bicicleta",
- "abstract": "Nomad Maps (proyecto voluntario de CartONG) es una itinerancia cartográfica de 5000 kms a bicicleta atravesando Colombia, Ecuador y Perú entre mayo y septiembre 2018. Se les presentará los resultados de la expedición, los proyectos emblemáticos de OSM encontrados y perspectivas para el futuro!",
- "speakers": [8]
- },
- {
- "id": 9,
- "title": "Projeto gOsm",
- "abstract": "Um servidor de mapas de código aberto feito para que qualquer pessoa possa ter seu próprio servidor.",
- "speakers": [9]
- },
- {
- "id": 10,
- "title": "Mapeo de redes eléctricas con ayuda de Machine Learning",
- "abstract": "Aproximadamente 1,1 billones de personas en todo el mundo carecen de acceso a la electricidad, mientras que en Latinoamérica alrededor 30 millones de personas no tienen accesso a la red elétrica. Mapas precisos de la infraestructura de energía son fundamentales para ampliar el acceso de la población",
- "speakers": [10]
- },
- {
- "id": 11,
- "title": "OpenStreetMap, Arquitectura y Urbanismo",
- "abstract": "OpenStreetMap es abierto y ademas multidisciplinario. En esta charla veremos como puede interacturar en la Arquitectura y el Urbanismo a la hora de realizar proyectos.",
- "speakers": [11]
- },
- {
- "id": 12,
- "title": "El Ecosistema OpenStreetMap",
- "abstract": "OpenStreetMap no es sólo un mapa, es una base de datos. A partir de ese concepto exploraremos los diversos servicios, aplicaciones, herramientas, usos y soluciones que surgieron de los datos de OSM, su comunidad y organizaciones relacionadas.",
- "speakers": [12]
- },
- {
- "id": 13,
- "title": "OSM sale al campo con INDEC",
- "abstract": "Cómo se incorporó información de OpenStreetMap al Censo Nacional Agropecuario 2018 - INDEC Argentina. Informacíon offline y online. Cruce de información de diferentes fuentes para componer un capa base a fin de identificar las parcelas agropecuarias durante el operativo",
- "speakers": [13]
- },
- {
- "id": 14,
- "title": "OSM mapeo libre a los servicios de ayuda humanitaria",
- "abstract": "Al participar en muchas actividades cartográficas apoyadas por OIF en Haití. Me gustaría compartir mi experiencia sobre el uso del software libre de cartografía en crisis. Caso del huracán Mateo: http://urlz.fr/7yP3",
- "speakers": [14]
- },
- {
- "id": 15,
- "title": "Mapeamento de Favelas com uso do OpenStreetMap (OSM) no TETO Brasil",
- "abstract": "A fala visa apresentar os processos de mapeamento de favelas desenvolvidos pelo TETO (TECHO) Brasil. O foco estão nas contribuições e limitações que as aplicações do “universo” OSM podem dar a tais processos. Os pontos abordados contribuem em atividades de ONGs em área vulneráveis na América Latina.",
- "speakers": [15]
- },
- {
- "id": 16,
- "title": "Mapeamento Colaborativo e Mapeamento de Referência Oficial: importando informação geográfica entre eles",
- "abstract": "A fala visa explanar sobre as potencialidades e os desafios da importação de informações geográficas mutuamente entre o Mapeamento Colaborativo e o Mapeamento de Referência Oficial. Além disso, apresenta o desenvolvimento de ferramenta que busca a integração desses mapeamentos no contexto brasileiro",
- "speakers": [15]
- },
- {
- "id": 17,
- "title": "Creando un mapa impreso con distintas alternativas",
- "abstract": "Por qué dejar a OSM solo en la web. En esta charla veremos pros y contras de distintas alternativas para elaborar un mapa impreso basado en la fuente más completa del mundo. Resultado: un mapa libre para colgar en la pared.",
- "speakers": [16]
- },
- {
- "id": 18,
- "title": "Cartografía humanitaria de los humedales y comunidades de pescadores costeras para la resiliencia ante el cambio y la variabilidad climática",
- "abstract": "Resultados del proyecto desarrollado por la Universidad de Antioquia. Aborda el trabajo de mapeo de los asentamientos de comunidades pesqueras insertados en este territorio, y trabajo de campo participativo, integrando la percepción de los servicios brindados por el ecosistema y cambio climático.",
- "speakers": [17]
- },
- {
- "id": 19,
- "title": "Construcción de Isocronas para análisis de accesibilidad",
- "abstract": "Las isocronas son polígonos que nos permiten determinar cuanta distancia se puede recorrer en una cantidad de tiempo definida en un modo de transporte también definido - ya sea en auto, bus, a pie. El objetivo de este trabajo es analizar diferentes métodos y herramientas para construir isócronas.",
- "speakers": [18]
- },
- {
- "id": 20,
- "title": "Obtener y Visualizar Datos de OSM con R",
- "abstract": "En esta charla, vamos a compartir paquetes del lenguaje R para poder obtener datos brutos de OSM, a través de la API Overpass. La idea es que una vez que tengamos los datos en el entorno R y/o RStudio, podemos usarlos con la potencia de dicho lenguaje.",
- "speakers": [19]
- },
- {
- "id": 21,
- "title": "Compartiendo experiencias de incorporar estudiantes universitarios en proyectos y actividades que utilizan OSM",
- "abstract": "El LabExp es un espacio de extensión e investigación donde incorporamos estudiantes universitarios en actividades y proyectos que utilizan OSM y que buscan hacer aportes a distintas comunidades; con lo cual fortalecemos el proceso formativo de los estudiantes más allá de lo técnico.",
- "speakers": [20]
- }
- ],
- "types": [
- {
- "id": 1,
- "title": {
- "en": "Talk",
- "es": "Charla",
- "pt": "Palestra"
- }
- },
- {
- "id": 2,
- "title": {
- "en": "Workshop",
- "es": "Taller",
- "pt": "Workshop"
- }
- },
- {
- "id": 3,
- "title": {
- "en": "Plenary",
- "es": "Plenaria",
- "pt": "Plenário"
- }
- },
- {
- "id": 4,
- "title": {
- "en": "Mapathon",
- "es": "Mapaton",
- "pt": "Mapaton"
- }
- }
- ],
- "countries": [
- {
- "id": 1,
- "name": "Argentina",
- "code": "AR"
- },
- {
- "id": 2,
- "name": "Brasil",
- "code": "BR"
- },
- {
- "id": 3,
- "name": "México",
- "code": "MX"
- },
- {
- "id": 4,
- "name": "Bolivia",
- "code": "BO"
- },
- {
- "id": 5,
- "name": "Chile",
- "code": "CL"
- },
- {
- "id": 6,
- "name": "Perú",
- "code": "PE"
- },
- {
- "id": 7,
- "name": "Colombia",
- "code": "CO"
- },
- {
- "id": 8,
- "name": "Nicaragua",
- "code": "NI"
- },
- {
- "id": 9,
- "name": "Francia",
- "code": "FR"
- },
- {
- "id": 10,
- "name": "Haití",
- "code": "HT"
- },
- {
- "id": 11,
- "name": "Costa Rica",
- "code": "CR"
- }
- ]
-}
\ No newline at end of file
diff --git a/js/sotmprogram_full.json b/js/sotmprogram_full.json
deleted file mode 100644
index c43ba97..0000000
--- a/js/sotmprogram_full.json
+++ /dev/null
@@ -1,244 +0,0 @@
-{
- "days": [
- {
- "id": 1,
- "date": {
- "en": "Monday - September 24",
- "es": "Lunes - 24 de Septiembre",
- "pt": "Segunda-feira - 24 de Setembro"
- },
- "activities": [
- {
- "hour": "9:00",
- "type": "interval",
- "message": {
- "en": "Registration of participants",
- "es": "Registro de participantes",
- "pt": "Registro de participantes"
- }
- },
- {
- "hour": "10:00",
- "type": "interval",
- "message": {
- "en": "Opening",
- "es": "Apertura",
- "pt": "Abertura"
- }
- },
- {
- "hour": "10:30",
- "type": 1,
- "talk": 1,
- "location": 1,
- "duration": "30min"
- },
- {
- "hour": "11:00",
- "type": "interval",
- "message": {
- "en": "Coffee break",
- "es": "Café",
- "pt": "Café"
- }
- },
- {
- "hour": "13:00",
- "type": "interval",
- "message": {
- "en": "Lunch",
- "es": "Almuerzo",
- "pt": "Almoço"
- }
- },
- {
- "hour": "16:00",
- "type": "interval",
- "message": {
- "en": "Coffee break",
- "es": "Café",
- "pt": "Café"
- }
- },
- {
- "hour": "night",
- "type": "interval",
- "message": {
- "en": "GeoBeers",
- "es": "Geobirras",
- "pt": "Geobirras"
- }
- }
- ]
- },
- {
- "id": 2,
- "date": {
- "en": "Tuesday - September 25",
- "es": "Martes - 25 de Septiembre",
- "pt": "Terça-feira - 25 de Setembro"
- },
- "activities": [
- {
- "hour": "9:00",
- "type": "interval",
- "message": {
- "en": "Registration of participants",
- "es": "Registro de participantes",
- "pt": "Registro de participantes"
- }
- },
- {
- "hour": "11:00",
- "type": "interval",
- "message": {
- "en": "Coffee break",
- "es": "Café",
- "pt": "Café"
- }
- },
- {
- "hour": "13:00",
- "type": "interval",
- "message": {
- "en": "Lunch",
- "es": "Almuerzo",
- "pt": "Almoço"
- }
- },
- {
- "hour": "16:00",
- "type": "interval",
- "message": {
- "en": "Coffee break",
- "es": "Café",
- "pt": "Café"
- }
- },
- {
- "hour": "night",
- "type": "interval",
- "message": {
- "en": "Closure",
- "es": "Cierre",
- "pt": "Fechamento"
- }
- },
- {
- "hour": "night",
- "type": "interval",
- "message": {
- "en": "Farewell geoBeers",
- "es": "Geobirras de despedida",
- "pt": "Geobirras de despedida"
- }
- }
- ]
- }
- ],
- "locations": [
- {
- "id": 1,
- "name": {
- "en": "Room 1",
- "es": "Sala 1",
- "pt": "Sala 1"
- }
- },
- {
- "id": 2,
- "name": {
- "en": "Room 2",
- "es": "Sala 2",
- "pt": "Sala 2"
- }
- }
- ],
- "speakers": [
- {
- "id": 1,
- "name": "Thierry Jean",
- "country": 2,
- "organization": ""
- }
- ],
- "talks": [
- {
- "id": 1,
- "title": "How to sell OSM",
- "abstract": "Thierry has focused on Selling OSM project in Brazil developing Public Relation initiatives with Governments, Utility companies, ministries, etc… Thierry will show how a business minded professional can help OSM and will give ways for other OSM enthusiasts to do the same in their countries.",
- "speakers": [1]
- }
- ],
- "types": [
- {
- "id": 1,
- "title": {
- "en": "Talk",
- "es": "Charla",
- "pt": "Palestra"
- }
- },
- {
- "id": 2,
- "title": {
- "en": "Workshop",
- "es": "Taller",
- "pt": "Workshop"
- }
- },
- {
- "id": 3,
- "title": {
- "en": "Plenary",
- "es": "Plenaria",
- "pt": "Plenário"
- }
- },
- {
- "id": 4,
- "title": {
- "en": "Mapathon",
- "es": "Mapaton",
- "pt": "Mapaton"
- }
- }
- ],
- "countries": [
- {
- "id": 1,
- "name": "Argentina",
- "code": "AR"
- },
- {
- "id": 2,
- "name": "Brasil",
- "code": "BR"
- },
- {
- "id": 3,
- "name": "México",
- "code": "MX"
- },
- {
- "id": 4,
- "name": "Bolivia",
- "code": "BO"
- },
- {
- "id": 5,
- "name": "Chile",
- "code": "CL"
- },
- {
- "id": 6,
- "name": "Perú",
- "code": "PE"
- },
- {
- "id": 7,
- "name": "Colombia",
- "code": "CO"
- }
- ]
-}
\ No newline at end of file