From 9e4998f81ad032da62266a74e004bc57216fb7fe Mon Sep 17 00:00:00 2001 From: nau Date: Thu, 16 Jun 2016 21:47:37 +0200 Subject: [PATCH] llista deures part 3 --- HTMLmenu.html | 1 - agenda.html | 44 +++++++++++++++++++++++++++++++++++++++++--- bakur.html | 44 +++++++++++++++++++++++++++++++++++++++++--- contacte.html | 42 ++++++++++++++++++++++++++++++++++++++++-- index.html | 25 ++++++++++++++++++++++++- index.js | 23 ++++++++++++----------- nosaltres.html | 42 ++++++++++++++++++++++++++++++++++++++++-- own.css | 8 ++++++-- projecte.html | 44 +++++++++++++++++++++++++++++++++++++++++--- 9 files changed, 245 insertions(+), 28 deletions(-) diff --git a/HTMLmenu.html b/HTMLmenu.html index 7e46eff..6f94f51 100644 --- a/HTMLmenu.html +++ b/HTMLmenu.html @@ -12,6 +12,5 @@ Nosaltres Contacte - diff --git a/agenda.html b/agenda.html index 705e837..c2be327 100644 --- a/agenda.html +++ b/agenda.html @@ -22,7 +22,22 @@
-
+
+
+ CAT + CAST + ENG +
+ +
@@ -30,7 +45,7 @@

El nostre projecte, un viatge a Bakur

El 19 d’octubre de 2015 vam decidir viatjar al Kurdistan amb unes motxilles plenes de càmeres, micros, llibretes, pors i esperances. Feia mesos que gestàvem la idea. D’ençà que havíem descobert el moviment kurd seguíem amb interès i admiració tant la seva resistència com la seva proposta política: un sistema basat en el municipalisme, l’ecologia social i l’alliberament de la dona, tot això alimentat per un poble lluitador, crític i solidari.
-
+
PROJECTE BAKUR @@ -62,7 +77,30 @@
-
+
+ +
diff --git a/bakur.html b/bakur.html index d9ae0f9..5dab181 100644 --- a/bakur.html +++ b/bakur.html @@ -22,7 +22,22 @@
-
+
+
+ CAT + CAST + ENG +
+ +
@@ -30,7 +45,7 @@

El nostre projecte, un viatge a Bakur

El 19 d’octubre de 2015 vam decidir viatjar al Kurdistan amb unes motxilles plenes de càmeres, micros, llibretes, pors i esperances. Feia mesos que gestàvem la idea. D’ençà que havíem descobert el moviment kurd seguíem amb interès i admiració tant la seva resistència com la seva proposta política: un sistema basat en el municipalisme, l’ecologia social i l’alliberament de la dona, tot això alimentat per un poble lluitador, crític i solidari.
-
+
PROJECTE BAKUR @@ -63,7 +78,30 @@
-
+
+ +
diff --git a/contacte.html b/contacte.html index a056a6a..ad5b3ad 100644 --- a/contacte.html +++ b/contacte.html @@ -26,7 +26,22 @@ -
+
+
+ CAT + CAST + ENG +
+ +

@@ -43,7 +58,30 @@
-
+
+ +
diff --git a/index.html b/index.html index ab1946c..2fe4454 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,30 @@ -
+
+ +
diff --git a/index.js b/index.js index 8bc3d3a..e838f9d 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ //http://placehold.it/1920x1080 function OnLoadDefault(){ - $(document).ready(function(e) { + /*$(document).ready(function(e) { $('#HTMLmenu').load('HTMLmenu.html',function(){ // }); @@ -10,6 +10,16 @@ function OnLoadDefault(){ $('#HTMLfooter').load('HTMLfooter.html',function(){ // }); + });*/ + $(window).bind('scroll', function () { + console.log($(window).scrollTop()); + if ($(window).scrollTop() > 25) { + //$('.menu').addClass('own-menuFixed'); + document.getElementById("menu").className="own-menuFixed"; + } else { + //$('.menu').removeClass('own-menuFixed'); + document.getElementById("menu").className="own-menu"; + } }); } /* @@ -64,16 +74,7 @@ function OnClickCampanyesDeSuport(){ } } -$(window).bind('scroll', function () { - console.log($(window).scrollTop()); - if ($(window).scrollTop() > 25) { - //$('.menu').addClass('own-menuFixed'); - document.getElementById("menu").className="own-menuFixed"; - } else { - //$('.menu').removeClass('own-menuFixed'); - document.getElementById("menu").className="own-menu"; - } -}); + function ShowMenuButtons(){ if(document.getElementById("menuButtons").className.indexOf("own-displayShowBlock") > -1) diff --git a/nosaltres.html b/nosaltres.html index b66a3a4..fe9f2c9 100644 --- a/nosaltres.html +++ b/nosaltres.html @@ -26,7 +26,22 @@ -
+
+
+ CAT + CAST + ENG +
+ +

@@ -78,7 +93,30 @@
-
+
+ +
diff --git a/own.css b/own.css index 7edf1de..2b18c7a 100644 --- a/own.css +++ b/own.css @@ -519,7 +519,6 @@ body { .own-nosaltresContent{ width: 100%; text-align: center; - margin-top: 30%; } @media (min-width:990px) { .own-linksLeft{ @@ -714,7 +713,12 @@ body { background: #ECB7A9; border: 0px solid #ffffff; } - +.own-projecteContent{ + width: 100%; + text-align: center; + padding-bottom: 30px; + margin-top: 30%; +} .own-contacteContent{ width: 100%; text-align: center; diff --git a/projecte.html b/projecte.html index 2aab579..38631df 100644 --- a/projecte.html +++ b/projecte.html @@ -22,10 +22,25 @@
-
+
+
+ CAT + CAST + ENG +
+ +
-
+
PROJECTE BAKUR @@ -100,7 +115,30 @@
-
+
+ +