diff --git a/public/img/headerceremonia.jpeg b/public/img/headerceremonia.jpeg new file mode 100644 index 0000000..8c5d412 Binary files /dev/null and b/public/img/headerceremonia.jpeg differ diff --git a/public/img/postercere.jpeg b/public/img/postercere.jpeg new file mode 100644 index 0000000..29f8b6c Binary files /dev/null and b/public/img/postercere.jpeg differ diff --git a/public/img/youtubethumbnail.png b/public/img/youtubethumbnail.png new file mode 100644 index 0000000..2b627a4 Binary files /dev/null and b/public/img/youtubethumbnail.png differ diff --git a/public/img/youtubethumbnail.xcf b/public/img/youtubethumbnail.xcf new file mode 100644 index 0000000..2a37c29 Binary files /dev/null and b/public/img/youtubethumbnail.xcf differ diff --git a/public/js/app.js b/public/js/app.js index ba8ba42..1187af8 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -12,13 +12,16 @@ function routeMenu() { switch (ruta) { case "/": $("li#home").addClass("active"); - $("#avisomodal").modal('show'); + $("#avisomodal").modal("show"); break; case "/programa": $("li#program").addClass("active"); break; - case "/committees": - $("li#committees").addClass("active"); + case "/descripcion": + $("li#descripcion").addClass("active"); + break; + case "/comites": + $("li#comites").addClass("active"); break; case "/conferencias": $("li#conferencias").addClass("active"); @@ -42,7 +45,7 @@ $(document).ready(function() { routeMenu(); //var margin = $(".container").css("margin-left"); //$("#menu").css("margin-left",margin); - var parallaxHeight = $(".parallax-mirror").height(); + /*var parallaxHeight = $(".parallax-mirror").height(); $("#header").height(parallaxHeight); $("#contactform").submit(function(event) { var fail = false; @@ -72,5 +75,5 @@ $(document).ready(function() { console.log(error); }); } - }); + });*/ }); diff --git a/public/style/style.css b/public/style/style.css index c065cae..c6a3668 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -573,4 +573,14 @@ p.abstract{ text-decoration:underline; color:black; padding-bottom:15px; -} \ No newline at end of file +} + +#menu > li > a {text-decoration:line-through dotted;} +#menu > li#home > a {text-decoration:none;} +table#cronograma tr {padding:10px;} +table#cronograma td { + padding:2px; +} +table#cronograma>tbody>tr>td:first-child {vertical-align: top;width:30%; font-weight: bold;} +table#cronograma>tbody>tr>td:nth-child(2)>ul{padding-inline-start: 10px;} +div.description p{ margin-top:10px;padding:0px 5px; font-size:17px;text-align:justify;} \ No newline at end of file diff --git a/src/routes.php b/src/routes.php index 9145087..9fd4f8a 100644 --- a/src/routes.php +++ b/src/routes.php @@ -18,6 +18,10 @@ $app->get('/', function (Request $request, Response $response, array $args) { $this->logger->info("GDDWorkshop '/' route"); return $this->renderer->render($response, 'index.html', $args); }); +$app->get('/descripcion', function (Request $request, Response $response, array $args) { + $this->logger->info("GDDWorkshop '/descripcion' route"); + return $this->renderer->render($response, 'descripcion.html', $args); +}); $app->get('/registrarse', function (Request $request, Response $response, array $args) { $this->logger->info("GDDWorkshop '/registrtion' route"); diff --git a/templates/descripcion.html b/templates/descripcion.html new file mode 100644 index 0000000..4f2787a --- /dev/null +++ b/templates/descripcion.html @@ -0,0 +1,36 @@ +{% extends "layout.html" %} + +{% block content %} +

Descripción

+

+ El Congreso Latinoamericano de Matemáticos (CLAM) tiene como objetivos principales contribuir al desarrollo de la investigación matemática en América Latina y el Caribe, aumentar la visibilidad de la producción matemática de la región y contribuir a establecer contactos profesionales entre matemáticos de la región y matemáticos de otras partes del mundo. Estos congresos se realizan cada cuatro años y, durante cada congreso, se entregan los premios UMALCA como un reconocimiento a los más destacados jóvenes matemáticos que trabajen en la región. +

+

Se han realizado cinco de estos congresos:

+ +

1. Río de Janeiro, Brasil, en 2000

+

2. Cancún, México, en 2004

+

3. Santiago de Chile, Chile, en 2009

+

4. Córdoba, Argentina, en 2012

+

5. Barranquilla, Colombia, en 2016

+ + +

+ + La sexta versión del CLAM + se llevará a cabo en Montevideo, + Uruguay,
entre el 20 y 24 de julio de 2020. + +

+ + + +{% endblock %} diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..c6cb585 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..1db80ea --- /dev/null +++ b/templates/head.html @@ -0,0 +1,48 @@ + + CLAM 2020 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 3e1ea13..1b1529b 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,15 +1,18 @@