-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,8 +61,9 @@ | |
para la <a href="https://ifcomp.org">2016 Interactive Fiction Competition</a>. | ||
Contacto: <a href="mailto:[email protected]">[email protected]</a>. | ||
<br/><br/> | ||
<a href="pt/">Traducción al portugués</a> por José Carlos Dias. | ||
Traducción al español por Neido Translations. | ||
<br/><br/> | ||
<a href="pt/">Traducción al portugués</a> por José Carlos Dias. | ||
</p> | ||
<div class="close"><a href="#" onClick="about(event)"><small>Cerrar</small></a></div> | ||
|
||
|
@@ -74,7 +75,8 @@ | |
<ul class="menu"> | ||
<li><a href="#" onClick="reset(event)">Reiniciar</a></li> | ||
<li><a href="#" onClick="reverse(event)">Modo Nocturno</a></li> | ||
<li>PT | <a style="display: inline; padding: 0 20px 0 0; text-decoration: underline; text-transform: none" href=".." title="English">EN</a></li> | ||
<li>ES | | ||
<a style="display: inline; padding: 0 0 0 0; text-decoration: underline; text-transform: none" href="../pt" title="Portuguese">PT</a> | <a style="display: inline; padding: 0 20px 0 0; text-decoration: underline; text-transform: none" href=".." title="English">EN</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,8 @@ | |
entered into the <a href="https://ifcomp.org">2016 Interactive Fiction Competition</a>. | ||
Contact info: <a href="mailto:[email protected]">[email protected]</a>. | ||
<br/><br/> | ||
<a href="es/">Spanish translation</a> by Neido Translations. | ||
<br/><br/> | ||
<a href="pt/">Portuguese translation</a> by José Carlos Dias. | ||
</p> | ||
<div class="close"><a href="#" onClick="about(event)"><small>close</small></a></div> | ||
|
@@ -99,7 +101,12 @@ | |
<ul class="menu"> | ||
<li><a href="#" onClick="reset(event)">Restart</a></li> | ||
<li><a href="#" onClick="reverse(event)">Night Mode</a></li> | ||
<li>EN | <a style="display: inline; padding: 0 20px 0 0; text-decoration: underline; text-transform: none" href="/pt" title="Portuguese translation">PT</a></li> | ||
<li>EN | | ||
<a style="display: inline; padding: 0; text-decoration: underline; text-transform: none" href="/es" title="Spanish translation">ES</a> | ||
| | ||
<a style="display: inline; padding: 0 20px 0 0; text-decoration: underline; text-transform: none" href="/pt" title="Portuguese translation">PT</a> | ||
|
||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,9 @@ | |
Contacto: <a href="mailto:[email protected]">[email protected]</a>. | ||
<br/><br/> | ||
Tradução portuguesa de José Carlos Dias. | ||
<br><br> | ||
<a href="../es">Tradução espanhol</a> de Neido Translations. | ||
|
||
</p> | ||
<div class="close"><a href="#" onClick="about(event)"><small>fechar</small></a></div> | ||
|
||
|
@@ -73,7 +76,9 @@ | |
<ul class="menu"> | ||
<li><a href="#" onClick="reset(event)">RECOMEÇAR</a></li> | ||
<li><a href="#" onClick="reverse(event)">Modo Noturno</a></li> | ||
<li>PT | <a style="display: inline; padding: 0 20px 0 0; text-decoration: underline; text-transform: none" href=".." title="English">EN</a></li> | ||
<li>PT | | ||
<a style="display: inline; padding: 0; text-decoration: underline; text-transform: none" href="../es" title="Espanhol">ES</a> | ||
| <a style="display: inline; padding: 0 20px 0 0; text-decoration: underline; text-transform: none" href=".." title="English">EN</a></li> | ||
|
||
</ul> | ||
</div> | ||
|