Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OHW login.html to some text in Spanish #20

Merged
merged 3 commits into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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