From 69300461c95fdd3111a9463bf52aa4783b456fda Mon Sep 17 00:00:00 2001 From: davidherrezuelo <71665142+davidherrezuelo@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:19:34 +0200 Subject: [PATCH] boton inicio y anchor points --- SiB.html | 16 +++++++++------- javascript/functions.js | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/SiB.html b/SiB.html index 112d66c..deb209a 100644 --- a/SiB.html +++ b/SiB.html @@ -87,6 +87,8 @@

SiB

Semana del Ingenio BEST

+

+
INSCRIBETE
@@ -126,14 +128,14 @@

Una semana dedicada al
-

El desafío

+

El desafío

Challenge

-

+

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.

@@ -201,7 +203,7 @@

-

Inscripciones y premios

+

Inscripciones y premios

Todos los participantes recibirán un obsequio por presentarse el día de la competición. @@ -210,10 +212,10 @@

PARTICIPA

- CREATORS - CHALLENGE - HACKATHON +

PARTICIPA

+ CREATORS + CHALLENGE + HACKATHON

diff --git a/javascript/functions.js b/javascript/functions.js index ff10965..c18a9bb 100644 --- a/javascript/functions.js +++ b/javascript/functions.js @@ -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";