diff --git a/README.md b/README.md index 2ce66bbb8..ced3ce255 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/rodvic/python-getting-started/tree/master) ```sh $ heroku create diff --git a/hello/static/IMAG0246.jpg b/hello/static/IMAG0246.jpg new file mode 100644 index 000000000..d3e56538a Binary files /dev/null and b/hello/static/IMAG0246.jpg differ diff --git a/hello/templates/base.html b/hello/templates/base.html index b3da1dbd7..2798b4b67 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,7 +1,7 @@ -GettingStarted +Alejandro Rodríguez Vicente @@ -9,7 +9,9 @@ .jumbotron { background: #532f8c; color: white; - padding-bottom: 80px + padding-bottom: 80px; + background-image: url('../static/IMAG0246.jpg'); + background-size: 100%; } .jumbotron .btn-primary { background: #845ac7; @@ -21,7 +23,12 @@ .jumbotron p { color: #d9ccee; max-width: 75%; - margin: 1em auto 2em + margin: 5px; + background-color: #000000; + margin: auto; + } + .jumbotron h1{ + font-weight: bold; } .navbar+.jumbotron { margin-top: -20px @@ -39,7 +46,22 @@ .jumbotron .lang-logo img { max-width: 100% } - + .titulo { + color:#F90; + padding: 5px; + font-size:25px; + font-weight: bold; + text-transform:uppercase; + line-height: 20px; + } + .texto{ + font-size: 16px; + padding-left: 5px; + } + .contenedor{ + padding: 10px; + background-color: #EAECEB; + } @@ -48,34 +70,26 @@
-
+
+
+

Alejandro Rodríguez Vicente

+

Ingeniero Informático

+
+
{% block content %}{% endblock %} diff --git a/hello/templates/index.html b/hello/templates/index.html index 467443254..dfe20ed8c 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -3,46 +3,34 @@ {% block content %} -
-
- -

Borja 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 +
+

+ Datos de Interés +

+
+ En esta publicación indico algunos datos de interés sobre mi ficha complementaria a la información encontrada en los diferentes enlaces del menú principal: +
    +
  • Lenguajes de Programación: Java, MySQL, PHP, C#, Haskell, Prolog, Visual Basic, ASP.NET, JSP, HTML5, CSS, JavaScript, AJAX, JSON.
  • +
  • Sistemas operativos: +
      +
    • Windows XP, Vista, 7, 8 y 10.
    • +
    • Windows Server 2000, 2003, 2008 y 2012.
    • +
    • Linux: Ubuntu y Open Suse.
    • +
    • Diferentes versiones de Android e iOS.
    • +
    +
  • +
  • Entorno de desarrollo: Yii Framework 1.0 y 2.0, Joomla, WordPress.
  • +
  • Idiomas: +
      +
    • Castellano: nativo.
    • +
    • Inglés: nivel KET (A2) de Cambridge. Preparando nivel PET (B1).
    • +
    • Portugués: nivel conversación.
    • +
    +
  • +
  • Permiso de conducir: B (Obtenido en 2008).
  • +
  • Disponibilidad de viajar y cambio de residencia.
  • +
  • Incorporación inmediata.
  • +
-
- -
-
-
-

How this sample app works

-
    -
  • 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!
  • -
-
- -
- -
-{% endblock %} \ No newline at end of file +{% endblock %}