diff --git a/public/js/app.js b/public/js/app.js index c574d9b..ba8ba42 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -12,6 +12,7 @@ function routeMenu() { switch (ruta) { case "/": $("li#home").addClass("active"); + $("#avisomodal").modal('show'); break; case "/programa": $("li#program").addClass("active"); @@ -42,7 +43,7 @@ $(document).ready(function() { //var margin = $(".container").css("margin-left"); //$("#menu").css("margin-left",margin); var parallaxHeight = $(".parallax-mirror").height(); - $("#header").height(parallaxHeight); + $("#header").height(parallaxHeight); $("#contactform").submit(function(event) { var fail = false; $("#statusmsg").hide(); diff --git a/public/style/style.css b/public/style/style.css index 4f97211..c065cae 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -568,4 +568,9 @@ p.abstract{ margin-top:10px; max-width:48em; white-space:pre-wrap; +} +.avisomodal > h4.aviso-title { + text-decoration:underline; + color:black; + padding-bottom:15px; } \ No newline at end of file diff --git a/templates/avisomodal.html b/templates/avisomodal.html new file mode 100644 index 0000000..a74f52c --- /dev/null +++ b/templates/avisomodal.html @@ -0,0 +1,43 @@ +