Our app is available on any mobile device! Download now to get started!
+
Colaboración masiva contra los incendios
+
Imágenes capturadas por los satélites de la NASA muestran el humo de grandes incendios que se extienden sobre el Océano Pacífico. La actividad del fuego está delineada en rojo.
@@ -141,8 +141,8 @@ class Index extends Component {
-
Unlimited Features, Unlimited Fun
-
Check out what you can do with this app theme!
+
Somos muchos ojos
+
Usamos diferentes fuentes de datos para notificarte de fuegos activos en tus zonas de interés
@@ -165,11 +165,11 @@ class Index extends Component {
diff --git a/imports/ui/pages/Login/Login.js b/imports/ui/pages/Login/Login.js
index 1e41299..ecb8881 100644
--- a/imports/ui/pages/Login/Login.js
+++ b/imports/ui/pages/Login/Login.js
@@ -75,7 +75,7 @@ class Login extends React.Component {
services={['google']}
emailMessage={{
offset: 100,
- text: this.t('o inicia sesión con un correo')
+ text: this.t('o con un correo')
}}
/>
diff --git a/imports/ui/stylesheets/new-age.scss b/imports/ui/stylesheets/new-age.scss
index cef5356..d458745 100644
--- a/imports/ui/stylesheets/new-age.scss
+++ b/imports/ui/stylesheets/new-age.scss
@@ -14,13 +14,13 @@ body {
}
a {
- color: #fdcc52;
+ /* color: #fdcc52; */
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s; }
a:hover, a:focus {
- color: #fcbd20; }
+ /* color: #fcbd20; */ }
hr {
max-width: 100px;
@@ -263,22 +263,6 @@ section.contact ul.list-social li.social-google-plus a {
section.contact ul.list-social li.social-google-plus a:hover {
background-color: #d73925; }
-footer {
- padding: 25px 0;
- text-align: center;
- color: rgba(255, 255, 255, 0.3);
- background-color: #222222; }
-footer p {
- font-size: 12px;
- margin: 0; }
-footer ul {
- margin-bottom: 0; }
-footer ul li a {
- font-size: 12px;
- color: rgba(255, 255, 255, 0.3); }
-footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
- text-decoration: none; }
-
.bg-primary {
background: #fdcc52;
background: -webkit-linear-gradient(#fdcc52, #fdc539);
@@ -301,11 +285,34 @@ footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li
background-color: #fdcc52; }
.btn {
- border-radius: 300px;
+ /* border-radius: 300px; */
font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
- letter-spacing: 2px;
- text-transform: uppercase; }
+ /* text-transform: uppercase; */ }
+
+@media (min-width: 480px) {
+ .btn {
+ letter-spacing: 2px;
+ text-transform: uppercase;
+ }
+}
+
+.EmailMessage {
+ font-size: 16px;
+}
+
+.OAuthLoginButtons > .btn {
+ letter-spacing: inherit;
+ text-transform: none;
+}
+
+h1 {
+ font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
+}
.btn-xl {
font-size: 11px;
padding: 15px 45px; }
+
+a.feature-link:hover {
+ text-decoration: none;
+}
diff --git a/package-lock.json b/package-lock.json
index 96dada4..bda53ec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4849,10 +4849,6 @@
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz",
"integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ=="
},
- "hoist-non-react-statics": {
- "version": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
- "integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
- },
"home-or-tmp": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
@@ -9861,13 +9857,20 @@
}
},
"react-i18next": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-6.2.0.tgz",
- "integrity": "sha512-OYoZku8QErBiqEvSq8/Lm7RPdOQP/TQF/CWa52vwT6SeBll4YFeGu4dssz3fmKgTEDmxC3MOaNb7NZv9V4Yc8Q==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-7.1.1.tgz",
+ "integrity": "sha1-T7XLTvf3rU/HfMKY6Sln0H1t7nU=",
"requires": {
- "hoist-non-react-statics": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
+ "hoist-non-react-statics": "2.3.1",
"html-parse-stringify2": "2.0.1",
"prop-types": "15.6.0"
+ },
+ "dependencies": {
+ "hoist-non-react-statics": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
+ "integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
+ }
}
},
"react-leaflet": {
diff --git a/package.json b/package.json
index f3080d7..ec0ded3 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"react-addons-pure-render-mixin": "^15.6.2",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
- "react-i18next": "^6.1.0",
+ "react-i18next": "^7.1.1",
"react-leaflet": "^1.7.7",
"react-leaflet-control": "^1.4.0",
"react-places-autocomplete": "^5.4.3",
diff --git a/private/pages/credits.md b/private/pages/credits.md
new file mode 100644
index 0000000..3e4e86b
--- /dev/null
+++ b/private/pages/credits.md
@@ -0,0 +1,9 @@
+
+## Data ##
+
+We acknowledge the use of data and imagery from LANCE FIRMS operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ.
+
+## Photos ##
+
+https://commons.wikimedia.org/wiki/File:California_Wildfires_October_23_2007.jpg
+Source: http://www.nasa.gov/vision/earth/lookingatearth/socal_wildfires_oct07.html
diff --git a/public/home-fires-1000.jpg b/public/home-fires-1000.jpg
new file mode 100644
index 0000000..ef92b60
Binary files /dev/null and b/public/home-fires-1000.jpg differ
diff --git a/public/home-fires-400.jpg b/public/home-fires-400.jpg
new file mode 100644
index 0000000..cba887a
Binary files /dev/null and b/public/home-fires-400.jpg differ
diff --git a/public/home-fires-800.jpg b/public/home-fires-800.jpg
new file mode 100644
index 0000000..9e1d0d7
Binary files /dev/null and b/public/home-fires-800.jpg differ
diff --git a/public/home-fires.jpg b/public/home-fires.jpg
new file mode 100644
index 0000000..d1d835a
Binary files /dev/null and b/public/home-fires.jpg differ
diff --git a/public/locales/en/common.json b/public/locales/en/common.json
index 1105b53..499d537 100644
--- a/public/locales/en/common.json
+++ b/public/locales/en/common.json
@@ -15,8 +15,8 @@
"Regístrate": "Sign Up",
"Iniciar sesión": "Login",
"o regístrate con un correo": "or Sign Up with an Email Address",
- "o inicia sesión con un correo":
- "or Log In with an Email Address",
+ "o con un correo":
+ "or with an Email Address",
"Nombre":
"First Name",
"Apellidos":
@@ -100,5 +100,9 @@
"Repite la nueva contraseña":
"Repeat New Password",
"Resetea la contraseña y entra":
- "Reset Password & Login"
+ "Reset Password & Login",
+ "Imágenes capturadas por los satélites de la NASA muestran el humo de grandes incendios que se extienden sobre el Océano Pacífico. La actividad del fuego está delineada en rojo.":
+ "Images captured by NASA satellites show the smoke of large fires spreading over the Pacific Ocean. Fire activity is outlined in red.",
+ "Colaboración masiva contra los incendios":
+ "Corwdsourcing against wildfires"
}
diff --git a/public/locales/es/common.json b/public/locales/es/common.json
index ef9cad3..ffa21a4 100644
--- a/public/locales/es/common.json
+++ b/public/locales/es/common.json
@@ -16,8 +16,8 @@
"Iniciar sesión": "Iniciar sesión",
"o regístrate con un correo":
"o regístrate con un correo",
- "o inicia sesión con un correo":
- "o inicia sesión con un correo",
+ "o con un correo":
+ "o con un correo",
"Nombre":
"Nombre",
"Apellidos":
@@ -127,5 +127,9 @@
"mapPrivacy":
"<0>Para preservar la privacidad de nuestros usuarios/as, los datos reflejados están aleatoriamente alterados y son solo orientativos.0> <0>Para preservar la privacidad de nuestros usuarios/as, los datos reflejados están aleatoriamente alterados y son solo orientativos.0>",
"Nuevas notificaciones de {{app}}":
- "Nuevas notificaciones de {{app}}"
+ "Nuevas notificaciones de {{app}}",
+ "Imágenes capturadas por los satélites de la NASA muestran el humo de grandes incendios que se extienden sobre el Océano Pacífico. La actividad del fuego está delineada en rojo.":
+ "Imágenes capturadas por los satélites de la NASA muestran el humo de grandes incendios que se extienden sobre el Océano Pacífico. La actividad del fuego está delineada en rojo.",
+ "Colaboración masiva contra los incendios":
+ "Colaboración masiva contra los incendios"
}