You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.8 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title>Ivardia</title>
  9. <!-- Bootstrap -->
  10. <link href="css/bootstrap.min.css" rel="stylesheet">
  11. <link href="own.css" rel="stylesheet">
  12. <script src="index.js"></script>
  13. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  14. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  15. <!--[if lt IE 9]>
  16. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  17. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  18. <![endif]-->
  19. </head>
  20. <body onload='OnLoadIndex();'>
  21. <div class='own-container'>
  22. <img id='backgroundImage0' class='own-indexBackgroundImage opacity0' src='imatges/background/background1.jpg' />
  23. <img id='backgroundImage1' class='own-indexBackgroundImage' src='imatges/background/background0.jpg' />
  24. <div class='own-lang own-whiteText'>
  25. <a href="#">CAT</a>
  26. <a href='#'>CAST</a>
  27. <a href='#'>ENG</a>
  28. </div>
  29. <div class='own-menu'>
  30. <a href='index.html'><img class='own-overImage-logo' src='imatges/ivardialogo_transparent.png' /></a>
  31. <div class='own-menuButtons own-whiteText'>
  32. <a href="#">Inici</a>
  33. <a href='nosaltres.html'>Nosaltres</a>
  34. <a href='#'>Contacte</a>
  35. </div>
  36. </div>
  37. <div class='own-mainTitleBox'>
  38. <div class='own-mainTitle'>El Sol del Nord</div>
  39. <div class='own-subTitle'>-construint l'autonomia a Bakur-</div>
  40. <img class='own-verkami' src='botons/b_verkami.png' />
  41. </div>
  42. <div class='own-socialNetworks'>
  43. <a href="https://www.facebook.com/ivardiaproduccions/" target="_blank"><img class='own-socialNetwork own-socialNetwork-facebookMargin' src='icones/i_facebook.png' /><a>
  44. <a href="https://twitter.com/ivardiaprod" target="_blank"><img class='own-socialNetwork' src='icones/i_twitter.png' /></a>
  45. <a href="https://vimeo.com/ivardiaproduccions" target="_blank"><img class='own-socialNetwork' src='icones/i_vimeo.png' /></a>
  46. </div>
  47. <div class='own-teaser'>
  48. <img class='own-socialNetwork' src='icones/i_play.png' />TEASER
  49. </div>
  50. </div>
  51. <div class='temp-marge1'>-</div>
  52. <div class='own-whiteOverImage'>
  53. <div class='own-caixaDescripcioIndex'>
  54. <b>Ivardia Produccions</b> es un col·lectiu audiovisual que neix per explicar
  55. històries de forma autònoma i independent.
  56. </div>
  57. <div class='own-caixaImatgesIndex'>
  58. <a href='projecte.html' class='own-caixaImatgeIndex'>
  59. <p class="own-textHoverImage">PROJECTE</p>
  60. <img class='own-imatgeIndex' src='imatges/02.jpg' />
  61. </a>
  62. <a href='bakur.html' class='own-caixaImatgeIndex'>
  63. <p class="own-textHoverImage">BAKUR</p>
  64. <img class='own-imatgeIndex' src='imatges/03.jpg' />
  65. </a>
  66. <a href='agenda.html' class='own-caixaImatgeIndex'>
  67. <p class="own-textHoverImage">AGENDA</p>
  68. <img class='own-imatgeIndex' src='imatges/04.jpg' />
  69. </a>
  70. </div>
  71. </div>
  72. <div id='HTMLfooter'></div>
  73. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  74. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  75. <!-- Include all compiled plugins (below), or include individual files as needed -->
  76. <script src="js/bootstrap.min.js"></script>
  77. </body>
  78. </html>