diff --git a/licenciaturas/assets/css/licenciaturas.css b/licenciaturas/assets/css/licenciaturas.css
index c7c06dc..82bcbec 100644
--- a/licenciaturas/assets/css/licenciaturas.css
+++ b/licenciaturas/assets/css/licenciaturas.css
@@ -26,9 +26,10 @@ main
}
#main .container {
display: flex;
+ gap: 10px;
+
position: relative;
text-align: start;
- gap: 100px;
margin-bottom: 30px;
}
/* Time line */
@@ -36,6 +37,9 @@ main
list-style: none;
position: relative;
}
+.time-line > li{
+ max-width: 95%;
+}
.time-line::before{
content: '';
background: #bb8800;
@@ -67,6 +71,9 @@ main
.contact{
position: relative;
}
+.contact p{
+ max-width: 95%;
+}
.contact-wrapper::before{
content: '';
display: inline-block;
@@ -96,7 +103,9 @@ main
.mainfooter {
display: flex;
flex-direction: column;
+ align-items: center;
gap: 10px;
+
background-color: white;
}
@@ -109,6 +118,7 @@ main
display: flex;
align-items: flex-start;
font-weight: normal;
+ max-width: 95%;
}
.ul-points li i{
color: #bb8800;
@@ -233,4 +243,4 @@ main
padding-bottom: 30px;
padding-right: 30px;
}
-}
+}
\ No newline at end of file
diff --git a/licenciaturas/assets/licenciaturas.js b/licenciaturas/assets/licenciaturas.js
index 9faf22e..542f2ed 100644
--- a/licenciaturas/assets/licenciaturas.js
+++ b/licenciaturas/assets/licenciaturas.js
@@ -1,25 +1,25 @@
//nav of change manager
-let opcionPlanEstudio06 = document.getElementById('opcionPlan06');
-let opcionPlanEstudios14 = document.getElementById('opcionPlan14');
-let opcionCampoLaboral = document.getElementById('opcionCampo');
+let opcionUno = document.getElementById('opcionUno');
+let opcionDos = document.getElementById('opcionDos');
+let opcionTres = document.getElementById('opcionTres');
-let infoPlanEstudios06 = document.getElementById('planEstudios06');
-let infoPlanEstudios14 = document.getElementById('planEstudios14');
-let infoCampoLaboral = document.getElementById('campoLaboral');
+let infoUno = document.getElementById('campoUno');
+let infoDos = document.getElementById('campoDos');
+let infoTres = document.getElementById('campoTres');
function actualizarVista(seleccionado, infoMostrar) {
// hide all information elements
- infoCampoLaboral.className = 'd-none';
- infoPlanEstudios06.className = 'd-none';
- infoPlanEstudios14.className = 'd-none';
+ infoUno.className = 'd-none';
+ infoDos.className = 'd-none';
+ infoTres.className = 'd-none';
// show selected items
- infoMostrar.className = 'd-block';
+ infoMostrar.className = 'col-9 contact ms-3 d-block';
// resets button classes
- opcionPlanEstudio06.className = 'campo-plan-opcion';
- opcionPlanEstudios14.className = 'campo-plan-opcion';
- opcionCampoLaboral.className = 'campo-plan-opcion';
+ opcionDos.className = 'campo-plan-opcion';
+ opcionTres.className = 'campo-plan-opcion';
+ opcionUno.className = 'campo-plan-opcion';
// set active on selected button
seleccionado.className = 'select campo-plan-opcion';
@@ -28,14 +28,14 @@ function actualizarVista(seleccionado, infoMostrar) {
window.scrollBy(0,1);
}
-opcionPlanEstudio06.addEventListener('click', () => {
- actualizarVista(opcionPlanEstudio06, infoPlanEstudios06);
+opcionDos.addEventListener('click', () => {
+ actualizarVista(opcionDos, infoDos);
});
-opcionPlanEstudios14.addEventListener('click', () => {
- actualizarVista(opcionPlanEstudios14, infoPlanEstudios14);
+opcionTres.addEventListener('click', () => {
+ actualizarVista(opcionTres, infoTres);
});
-opcionCampoLaboral.addEventListener('click', () => {
- actualizarVista(opcionCampoLaboral, infoCampoLaboral);
+opcionUno.addEventListener('click', () => {
+ actualizarVista(opcionUno, infoUno);
});
\ No newline at end of file
diff --git a/licenciaturas/index.html b/licenciaturas/index.html
index 8c0d0fe..b6613ff 100644
--- a/licenciaturas/index.html
+++ b/licenciaturas/index.html
@@ -162,9 +162,9 @@
-
+
-
+
Perfil del profesionalista
@@ -186,7 +186,7 @@
-
+
Características y habilidades del estudiante
@@ -194,7 +194,7 @@
-
Es importante que el aspirante posea:
-
+
-
Capacidad para la concentración y el trabajo durante largos periodos de tiempo.
@@ -221,24 +221,24 @@
-
+
-
+
- - Campo laboral
- - Plan de Estudios 2006
- - Plan de Estudios 2014
+ - Campo laboral
+ - Plan de Estudios 2006
+ - Plan de Estudios 2014