From e676b447df6cb020914d245d18d07e4ea5c8ecf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 14:24:26 +0100 Subject: [PATCH 01/13] Update index.html --- hello/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index 467443254..f76ae173a 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,7 +8,7 @@ -

Borja Python on Heroku website

+

LEANDRO Python on Heroku website

This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.

Getting Started with Python Source on GitHub @@ -45,4 +45,4 @@

Helpful Links

Please do work through the Getting Started guide, even if you do know how to build such an application. The guide covers the basics of working with Heroku, and will familiarize you with all the concepts you need in order to build and deploy your own apps. -{% endblock %} \ No newline at end of file +{% endblock %} From 0715c2f224dea19df76d02943548893805634cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 14:27:38 +0100 Subject: [PATCH 02/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce66bbb8..0f8325bb6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ foreman start web Your app should now be running on [localhost:5000](http://localhost:5000/). ## Deploying to Heroku -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/borja/python-getting-started/tree/master) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/lsog/python-getting-started/tree/master) ```sh $ heroku create From a6a15b7f52eb2742325ace94ad06c425dc34758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 21:39:15 +0100 Subject: [PATCH 03/13] Create quiensoy.html --- hello/templates/quiensoy.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello/templates/quiensoy.html diff --git a/hello/templates/quiensoy.html b/hello/templates/quiensoy.html new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/hello/templates/quiensoy.html @@ -0,0 +1 @@ + From c2dbd36186978012ff57958d64a7b7ad4d4c68b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 21:41:13 +0100 Subject: [PATCH 04/13] diversas pruebas y cosas variadas --- hello/templates/variedades.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello/templates/variedades.html diff --git a/hello/templates/variedades.html b/hello/templates/variedades.html new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/hello/templates/variedades.html @@ -0,0 +1 @@ + From f82e341d2818790eafd82bf1388d56b8b011f295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:35:11 +0100 Subject: [PATCH 05/13] Update base.html --- hello/templates/base.html | 72 +++++++++++++-------------------------- 1 file changed, 24 insertions(+), 48 deletions(-) diff --git a/hello/templates/base.html b/hello/templates/base.html index b3da1dbd7..6f4d0843a 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,45 +1,38 @@ -GettingStarted +Página de Leandro @@ -48,30 +41,13 @@ From e09a2ba9f3ca1bb3a09167170a209f5025c3c680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:35:36 +0100 Subject: [PATCH 06/13] Update index.html --- hello/templates/index.html | 42 +++++++++++++++----------------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index f76ae173a..d938e4e6f 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -3,46 +3,38 @@ {% block content %} -
-
- -

LEANDRO Python on Heroku website

-

This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.

- Getting Started with Python - Source on GitHub -
+
+


+

LEANDRO SANTIAGO OTÓN GONZÁLEZ

+


+

¿Quieres conocer más acerca de quién soy y qué hago? No te lo pierdas y accede a la secciones ¿Quién soy? y Variedades

+


+

Patrocinador oficial de www.runfuncionalxtrem.es. Los mejores consejos deportivos de mano del gran profesional Paul Sastre

+


-
+
+
-

How this sample app works

+

Información adicional

    -
  • This app was deployed to Heroku, either using Git or by using Heroku Button on the repository.
  • - -
  • When Heroku received the source code, it grabbed all the dependencies in the requirements.txt file.
  • -
  • The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.
  • -
  • You can scale your app, manage it, and deploy over 150 add-on services, from the Dashboard or CLI.
  • -
  • Check out the Getting Started guide to learn more!
  • +
  • Página creada utilizando el entorno de GitHub
  • +
  • Primera vez que utilizo GitHub
-
{% endblock %} From 2542983b682f519476055e618fe13c6c0c71b162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:35:48 +0100 Subject: [PATCH 07/13] Update quiensoy.html --- hello/templates/quiensoy.html | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/hello/templates/quiensoy.html b/hello/templates/quiensoy.html index 8b1378917..800ba61ee 100644 --- a/hello/templates/quiensoy.html +++ b/hello/templates/quiensoy.html @@ -1 +1,42 @@ +{% extends "base.html" %} +{% load staticfiles %} + +{% block content %} + +
+


+

Me llamo Leandro Santiago Otón González y soy Graduado en Ingeniería en Tecnologías de la Telecomunicación + por la Universidad de Alcalá. + Entre mis aficiones destacan el deporte y estoy empezando a desarrollar alguna página Web + Para saber más sobre mi trayectoria profesional puedes acceder al siguiente link que te llevará a mi página oficial de + LinkedIn:

+

LinkedIn Leandro

+


+
+
+ +
+
+
+
+

Información adicional

+
    +
  • Página creada utilizando el entorno de GitHub
  • +
  • Primera vez que utilizo GitHub
  • +
+
+ +
+
+{% endblock %} From 8b9f13bbf641f21d2136c853d901bac8dc3d85e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:36:07 +0100 Subject: [PATCH 08/13] Update variedades.html --- hello/templates/variedades.html | 74 +++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/hello/templates/variedades.html b/hello/templates/variedades.html index 8b1378917..a9129fa8a 100644 --- a/hello/templates/variedades.html +++ b/hello/templates/variedades.html @@ -1 +1,75 @@ +{% extends "base.html" %} +{% load staticfiles %} + +{% block content %} + +
+

Pruebas de un slider

+
+ + + +
+ +
+
+
+
+

Información adicional

+
    +
  • Página creada utilizando el entorno de GitHub
  • +
  • Primera vez que utilizo GitHub
  • +
+
+ +
+
+{% endblock %} From 0b1d927fcbd547b09ef3a795a11b79f7b373f963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:47:02 +0100 Subject: [PATCH 09/13] Update index.html --- hello/templates/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index d938e4e6f..bd843bbd5 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -9,9 +9,10 @@

LEANDRO SANTIAGO OTÓN GONZÁLEZ




¿Quieres conocer más acerca de quién soy y qué hago? No te lo pierdas y accede a la secciones ¿Quién soy? y Variedades




-

Patrocinador oficial de www.runfuncionalxtrem.es. Los mejores consejos deportivos de mano del gran profesional Paul Sastre

+

Patrocinador oficial de www.runfuncionalxtrem.es. Los mejores consejos deportivos de mano del gran profesional Paul Sastre




+
From 92a82d2f0db8849a72c8b89be73bab4b7e7d8c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:48:09 +0100 Subject: [PATCH 10/13] Delete quiensoy.html --- hello/templates/quiensoy.html | 42 ----------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 hello/templates/quiensoy.html diff --git a/hello/templates/quiensoy.html b/hello/templates/quiensoy.html deleted file mode 100644 index 800ba61ee..000000000 --- a/hello/templates/quiensoy.html +++ /dev/null @@ -1,42 +0,0 @@ - -{% extends "base.html" %} -{% load staticfiles %} - -{% block content %} - -
-


-

Me llamo Leandro Santiago Otón González y soy Graduado en Ingeniería en Tecnologías de la Telecomunicación - por la Universidad de Alcalá. - Entre mis aficiones destacan el deporte y estoy empezando a desarrollar alguna página Web - Para saber más sobre mi trayectoria profesional puedes acceder al siguiente link que te llevará a mi página oficial de - LinkedIn:

-

LinkedIn Leandro

-


-
-
- -
-
-
-
-

Información adicional

-
    -
  • Página creada utilizando el entorno de GitHub
  • -
  • Primera vez que utilizo GitHub
  • -
-
- -
-
-{% endblock %} From a21e30612c13a94526f7f5393a09d6da4cde18a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:48:29 +0100 Subject: [PATCH 11/13] Delete variedades.html --- hello/templates/variedades.html | 75 --------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 hello/templates/variedades.html diff --git a/hello/templates/variedades.html b/hello/templates/variedades.html deleted file mode 100644 index a9129fa8a..000000000 --- a/hello/templates/variedades.html +++ /dev/null @@ -1,75 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} - -{% block content %} - -
-

Pruebas de un slider

-
- - - -
- -
-
-
-
-

Información adicional

-
    -
  • Página creada utilizando el entorno de GitHub
  • -
  • Primera vez que utilizo GitHub
  • -
-
- -
-
-{% endblock %} - From 6823d264f8359a320b3314a0408474d795d1e4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:49:51 +0100 Subject: [PATCH 12/13] Update base.html --- hello/templates/base.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/hello/templates/base.html b/hello/templates/base.html index 6f4d0843a..f0235487e 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -23,16 +23,6 @@ text-align: center; color: white; } -.segundo{ - background-color: #25282D; - text-align: justify; - color: white; -} - .carousel-inner > .item > img, - .carousel-inner > .item > a > img { - width: 100%; - margin: auto; - } @@ -41,13 +31,7 @@ From 89d1ad09f3d166442adbfd995f002ad602c8c7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Santiago=20Ot=C3=B3n=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 22:51:52 +0100 Subject: [PATCH 13/13] Update index.html --- hello/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/templates/index.html b/hello/templates/index.html index bd843bbd5..b580fcddb 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -7,7 +7,7 @@


LEANDRO SANTIAGO OTÓN GONZÁLEZ




-

¿Quieres conocer más acerca de quién soy y qué hago? No te lo pierdas y accede a la secciones ¿Quién soy? y Variedades

+

¿Quieres conocer más acerca de quién soy y qué hago? No te lo pierdas y accede a mi LinkedIn




Patrocinador oficial de www.runfuncionalxtrem.es. Los mejores consejos deportivos de mano del gran profesional Paul Sastre