llista comanda part 2

This commit is contained in:
nau
2016-06-16 21:36:21 +02:00
parent a006bd8302
commit f55dc5e3ab
11 changed files with 187 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
<div class='own-container'>
<!--<div class='own-container'>-->
<div class='own-lang'>
<a href="#" class='own-bold'>CAT</a>
<a href='#'>CAST</a>
@@ -10,8 +10,8 @@
<div id='menuButtons' class='own-menuButtons'>
<a href="index.html">Inici</a>
<a href='nosaltres.html'>Nosaltres</a>
<a href='#'>Contacte</a>
<a href='contacte.html'>Contacte</a>
</div>
</div>
</div>
<!--</div>-->

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Ivardia - Projecte</title>
<title>Ivardia - Agenda</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Ivardia - Projecte</title>
<title>Ivardia - Bakur</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">

59
contacte.html Normal file
View File

@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Ivardia - Contacte</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<link href="own.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload='OnLoadNosaltres();'>
<div id='HTMLmenu'></div>
<div class='container'>
<br>
<div class='own-contacteContent'>
<div class='own-contacteTitle'>Contacte</div>
<br>
<img class='own-contacteImage' src='imatges/contacte.jpg' />
<div class='own-contacteText'>
Email: <b>ivardiaproduccions@gmail.com</b><br>
Mòbil: <b>661150764</b><br>
<a href='https://www.facebook.com/ivardiaproduccions/' target='_blank'><b>Facebook</b></a><br>
<a href='https://twitter.com/ivardiaprod' target='_blank'><b>Twitter</b></a><br>
<a href='https://vimeo.com/ivardiaproduccions' target='_blank'><b>Vimeo</b></a><br>
</div>
</div>
</div><!-- /container -->
<div id='HTMLfooter'></div>
<script src="index.js"></script>
</body>
</html>

BIN
imatges/contacte.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 KiB

After

Width:  |  Height:  |  Size: 228 KiB

View File

@@ -22,7 +22,7 @@
</head>
<body onload='OnLoadIndex();'>
<div class='own-container'>
<div id='telgris' class='own-telgris'><br>a<br> </div>
<div id='telgris' class='own-telgris'></div>
<img id='backgroundImage0' class='own-indexBackgroundImage opacity0' src='imatges/background/background1.jpg' />
<img id='backgroundImage1' class='own-indexBackgroundImage' src='imatges/background/background0.jpg' />
<div class='own-lang own-whiteText'>
@@ -30,12 +30,12 @@
<a href='#'>CAST</a>
<a href='#'>ENG</a>
</div>
<div class='own-menu'>
<div id='menu' class='own-menu'>
<!--<a href='index.html'><img class='own-overImage-logo' src='imatges/ivardialogo_transparent.png' /></a>
-->
<a href='index.html'><img class='own-overImage-logo' src='imatges/IVARDIA_logo/LOGOTIPO/Logotipo_Blanco_72ppp.png' /></a>
<div class='own-menuButtons own-whiteText'>
<div class='own-showMenuButton own-whiteText own-whiteRecuadre' onclick='ShowMenuButtonsIndex()'>Menu</div>
<div id='menuButtons' class='own-menuButtons own-whiteText'>
<a href="#">Inici</a>
<a href='nosaltres.html'>Nosaltres</a>
<a href='#'>Contacte</a>

View File

@@ -83,3 +83,11 @@ function ShowMenuButtons(){
document.getElementById("menuButtons").className+=" own-displayShowBlock";
}
}
function ShowMenuButtonsIndex(){
if(document.getElementById("menuButtons").className.indexOf("own-displayShowBlock") > -1)
{
document.getElementById("menuButtons").className="own-menuButtons own-whiteText";
}else{
document.getElementById("menuButtons").className+=" own-displayShowBlock";
}
}

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Ivardia - Projecte</title>
<title>Ivardia - Nosaltres</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">

66
own.css
View File

@@ -73,7 +73,7 @@ body {
}
/*@media (min-width:900px) {
@media (min-width:900px) {
.own-container{
padding-left: 80px;
padding-right: 80px;
@@ -84,7 +84,7 @@ body {
padding-left: 10px;
padding-right: 10px;
}
}*/
}
/* index */
@@ -168,6 +168,13 @@ body {
width: 200px;
}
.own-whiteRecuadre{
border: 1px solid #ffffff!important
}
.own-whiteText{
color: #ffffff!important;;
}
.own-whiteText a:link{
color: #ffffff!important;
}
@@ -483,8 +490,12 @@ body {
display: inline-block;
cursor: pointer;
float: right;
margin-right: 60px;
margin-right: 20px;
margin-top: 20px;
font-weight: bold;
padding: 10px;
border: 1px solid #000000;
}
}
.own-displayShowBlock{
@@ -501,10 +512,14 @@ body {
width: 100%;
margin-top: 50px;
margin-bottom: 30px;
position: absolute;
left: 0px;
}
.own-nosaltresContent{
width: 100%;
text-align: center;
margin-top: 30%;
}
@media (min-width:990px) {
.own-linksLeft{
@@ -524,7 +539,7 @@ body {
margin: 10px;
margin-bottom: 30px;
text-align: center;
border-top: 1px solid #000000;
/*border-top: 1px solid #000000;*/
padding-top: 20px;
width: 120px;
}
@@ -553,7 +568,7 @@ body {
margin: 10px;
margin-bottom: 30px;
text-align: center;
border-top: 1px solid #000000;
/*border-top: 1px solid #000000;*/
padding-top: 20px;
width: 120px;
}
@@ -565,6 +580,10 @@ body {
}
}
.own-hr{
border: 1px solid #000000;
}
.own-orange{
color: #C85127!important;
}
@@ -690,3 +709,40 @@ body {
.own-agendaContent{
font-style: italic;
}
.own-tableRed{
background: #ECB7A9;
border: 0px solid #ffffff;
}
.own-contacteContent{
width: 100%;
text-align: center;
padding-bottom: 30px;
}
.own-contacteTitle{
/*font-size: 45px;*/
font-weight: bold;
padding-left: 7%;
text-align: left;
top: 0px;
margin-top: 30px;
margin-bottom: 30px;
font: normal 55px 'got-black', sans-serif;
}
.own-contacteText{
display: inline-block;
max-width: 600px;
text-align: left;
vertical-align: top;
padding-bottom: 40px;
line-height: 180%!important;
font: normal 16px 'got-medium', sans-serif;
}
.own-contacteImage{
/*float: left;*/
display: inline-block;
max-width: 400px;
margin-right: 40px;
margin-bottom: 30px;
}

View File

@@ -29,6 +29,7 @@
<div class='own-linksLeft'>
<a class='own-orange' href="projecte.html">PROJECTE</a>
<a href='bakur.html'>BAKUR</a>
<!--<hr class="own-hr" />-->
<a href='agenda.html'>AGENDA</a>
</div>
<div class='own-projecteText'>
@@ -41,7 +42,53 @@
Bakur ens va atrapar durant dos mesos frenètics de trobades, reflexions i descobriments que vam poder enregistrar amb la nostra càmera. Els habitants de Bakur, la majoria kurds, però també turcs, ens van obrir les portes de casa seva, ens van cedir el seu temps, ens van donar amor i ens van omplir desperança i lluita. Per això, en tornar del nostre viatge vam sentir la responsabilitat de fer arribar les seves veus a casa nostra i, així, poder entendre i aprendre de la seva revolució. Aquest documental és això. Un parèntesi a les nostres vides. Un regal del poble kurd. Un crit ple de ràbia, lluita i bellesa revolucionària.
<br><br>
<img style="max-width: 600px;" src='imatges/fitxaTecnica.png' />
<!--<img style="max-width: 600px;" src='imatges/fitxaTecnica.png' />-->
<h3>Fitxa Tècnica</h3>
<table class="table table-condensed">
<tbody>
<tr class="own-tableRed">
<td>Títol original</td>
<td><b>El Sol del Nord. Construint l'autonomia a Bakur</b></td>
</tr>
<tr>
<td>Durada</td>
<td>50 min.</td>
</tr>
<tr class="own-tableRed">
<td>Guió i direcció</td>
<td>Adrià Olivares, Paula Ros</td>
</tr>
<tr>
<td>Ajudants de direcció</td>
<td>Yago Pasinato, Fabio Schneider</td>
</tr>
<tr class="own-tableRed">
<td>Producció</td>
<td>IVARDIA Produccions</td>
</tr>
<tr>
<td>Gènere</td>
<td>Documental</td>
</tr>
<tr class="own-tableRed">
<td>Idioma Original</td>
<td>Kurmanji, Turc, Inglés, Català</td>
</tr>
<tr>
<td>Subtítols</td>
<td>Català, Castellà, Anglès</td>
</tr>
<tr class="own-tableRed">
<td>Any</td>
<td>Octubre-Desembre 2015</td>
</tr>
<tr>
<td>Estrena</td>
<td>Octubre 2016</td>
</tr>
</tbody>
</table>
</div>
<div class='own-rightBox'>
<a href="#" onmouseover="this.childNodes[1].src='icones/i_vk_taronja.png'" onmouseout="this.childNodes[1].src='icones/i_vk.png'">