Skip to content

Commit

Permalink
Merge pull request #20 from emiliom/patch-1
Browse files Browse the repository at this point in the history
Update OHW login.html to some text in Spanish
  • Loading branch information
consideRatio authored Feb 13, 2023
2 parents 1c3d5bc + fb95a89 commit b009e87
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
title='hub logo' />
</a>
<div id="operated-by">
Operated by: <a href="{{ custom.operated_by.url }}">{{ custom.operated_by.name }}</a> |
Funded by: <a href="{{ custom.funded_by.url }}">{{ custom.funded_by.name }}</a> |
Designed by: <a href="{{ custom.designed_by.url }}">{{ custom.designed_by.name }}</a>
Operación: <a href="{{ custom.operated_by.url }}">{{ custom.operated_by.name }}</a> |
Financiamiento: <a href="{{ custom.funded_by.url }}">{{ custom.funded_by.name }}</a> |
Diseño: <a href="{{ custom.designed_by.url }}">{{ custom.designed_by.name }}</a>
</div>
</div>
<div class="login-container text-center">
Expand Down Expand Up @@ -61,20 +61,33 @@
</a>
{% else %}
<a role="button" class='btn btn-jupyter btn-lg' href='{{authenticator_login_url}}'>
Log in to continue
Log in para continuar
</a>
{% endif %}
</div>

<div class="col-md-8 col-md-offset-2 details">
<div class="col-md-6">
<big class="details-welcome lead">
Welcome to the <a href="{{ custom.org.url }}">{{ custom.org.name }}</a> <strong>2i2c JupyterHub</strong>.
Bienvenido al <strong>JupyterHub-2i2c</strong> de <a href="{{ custom.org.url }}">{{ custom.org.name }}</a>
del evento Intercoonecta OceanHackWeek en español, Feb. 27 - Mar. 3, 2023.
<br />
El interfaz de JupyterLab inicialmente aparecerá en Inglés por defecto. Para cambiarlo al español,
ver las <a href="https://github.com/Intercoonecta/Aula-invertida/blob/main/Intro-a-Jupyter/jupyter-tutorial.md#cambiar-el-interfaz-al-espa%C3%B1ol">instrucciones que hemos desarrollado</a>.

<br />
(<strong>Welcome to the OceanHackWeek 2i2c JupyterHub! From February 13 through March 3, 2023,
this hub will prioritize support for an OceanHackWeek event taking place in Spanish, Feb. 27 - Mar. 3.
We will add more information about that event here, soon. If you are not participating in this
event, please use this hub lightly.</strong>)
</big>
<br />
<br />
Este servicio corre sobre infraestructura de código abierto. Para mayor información, consulte
la <a href="https://2i2c.org/pilot">documentación (en inglés)</a>.
<br />
This is a pilot service running on open source infrastructure.
See <a href="https://2i2c.org/pilot">the 2i2c Pilot documentation</a> for usage and deployment information.</p>
See <a href="https://2i2c.org/pilot">the 2i2c Pilot documentation</a> for usage and deployment information.
</div>
<div class="col-md-6 details-logos">
<div class="pull-right">
Expand Down

0 comments on commit b009e87

Please sign in to comment.