Skip to content

Commit

Permalink
boton inicio y anchor points
Browse files Browse the repository at this point in the history
  • Loading branch information
davidherrezuelo committed Oct 21, 2024
1 parent 44e7346 commit 6930046
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions SiB.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
<div class="container">
<h1 class="center big-title" trd="SiB.title"><b>SiB</b></h1>
<h2 class="center" trd="SiB.subtitle">Semana del Ingenio BEST</h2>
<p></p>
<center><a class="boton" trd="SiB.inscriptions.comming_up" href="./SiB.html#inscripciones" style="background-color: #fff; color:#530086; margin-bottom: 33px;margin-top: 33px; font-size:xx-large; text-shadow: none;">INSCRIBETE</a></center>
</div>
</section>

Expand Down Expand Up @@ -126,14 +128,14 @@ <h1 trd="Sib.activities.title" style="color: #530086"><b>Una semana dedicada al

<section class="white-background" style="background-color: #fff">
<div class="container">
<h1 class="huge-padding center" trd="SiB.competitions.title" style="font-size: 60px; color: #530086"> <b>El desafío</b> </h1>
<h1 class="huge-padding center" trd="SiB.competitions.title" style="font-size: 60px; color: #530086"><a id="competiciones"> <b>El desafío</b> </a></h1>
<div class="row">
<div class="col-3">
<img src="media/sib/challenge.png" class="circular">
<div class="big-padding">
<h2 trd="SiB.challenge.title" style="color: #530086"><b>Challenge</b></h2>

<p trd="SiB.challenge.info" style="color: #530086">
<p trd="SiB.challenge.info" style="color: #530086">
En esta modalidad, la presentación de un modelo teórico y un plan de proyecto es el grueso del trabajo a la hora de evaluar el proyecto.
</p>
</div>
Expand Down Expand Up @@ -201,7 +203,7 @@ <h1 trd=""></h1>
</section>

<section class="white-background" style="background-color: #fff">
<h1 class="huge-padding center" trd="SiB.inscriptions.title" style="color: #530086"> <b>Inscripciones y premios</b></h1>
<h1 class="huge-padding center" trd="SiB.inscriptions.title" style="color: #530086"> <b><a id="inscripciones">Inscripciones y premios</a></b></h1>
<div class="center">
<p class="center" trd="SiB.inscriptions.info1" style="color: #530086">
Todos los participantes recibirán un obsequio por presentarse el día de la competición.
Expand All @@ -210,10 +212,10 @@ <h1 class="huge-padding center" trd="SiB.inscriptions.title" style="color: #5300
Habrá múltiples premios de nuestros patrocinadores al finalizar el evento, además de un premio exclusivo para miembros
del equipo ganador.
</p>
<h2 trd="SiB.inscriptions.participate" class="huge-padding center" style="background-color: #fff; color:#530086;"><a href=""> PARTICIPA </a></h2>
<a class="boton" trd="SiB.inscriptions.comming_up" href="https://forms.gle/P9hj4WYZMoKXX2g2A" style="background-color: #530086; color:#fff; margin: 33px; font-size:xx-large">CREATORS</a>
<a class="boton" trd="SiB.inscriptions.comming_up" href="https://forms.gle/ncc3GJztfy53SsPj8" style="background-color: #530086; color:#fff; margin: 33px; font-size:xx-large">CHALLENGE</a>
<a class="boton" trd="SiB.inscriptions.comming_up" href="https://forms.gle/HtqsB9tHfDaJ7mS39" style="background-color: #530086; color:#fff; margin: 33px; font-size:xx-large">HACKATHON</a>
<h2 trd="SiB.inscriptions.participate" class="huge-padding center" style="background-color: #fff; color:#530086;"><a> PARTICIPA </a></h2>
<a class="boton" trd="SiB.inscriptions.comming_up" href="https://forms.gle/P9hj4WYZMoKXX2g2A" style="background-color: #530086; color:#fff; margin: 33px; margin-bottom: 100px;margin-top: 100px; font-size:xx-large">CREATORS</a>
<a class="boton" trd="SiB.inscriptions.comming_up" href="https://forms.gle/ncc3GJztfy53SsPj8" style="background-color: #530086; color:#fff; margin: 33px; margin-bottom: 100px;margin-top: 100px; font-size:xx-large">CHALLENGE</a>
<a class="boton" trd="SiB.inscriptions.comming_up" href="https://forms.gle/HtqsB9tHfDaJ7mS39" style="background-color: #530086; color:#fff; margin: 33px; margin-bottom: 100px;margin-top: 100px; font-size:xx-large">HACKATHON</a>
<h1 class="huge-padding center" style="background-color: #fff"> </h1>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion javascript/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* To translate pages in client side.
*/

const DEFAULT_LANG = "en";
const DEFAULT_LANG = "es";
const SUPPORTED_LANGS = ["en", "es"];
const LANG_PATH = "javascript/lang/";
const TRANSLATION_ATTR_NAME = "trd";
Expand Down

0 comments on commit 6930046

Please sign in to comment.