Browse Source

avançant

pull/1/head
idoctnef 8 years ago
parent
commit
cc9d7a151c
9 changed files with 31 additions and 9 deletions
  1. BIN
      imatges/header1.png
  2. BIN
      imatges/header2.png
  3. BIN
      imatges/ivardialogo.jpg
  4. BIN
      imatges/ivardialogo_invert.jpg
  5. BIN
      imatges/ivardialogo_invert_transparent.png
  6. BIN
      imatges/ivardialogo_transparent.png
  7. +3
    -3
      index.html
  8. +3
    -1
      nosaltres.html
  9. +25
    -5
      own.css

BIN
imatges/header1.png

Before After
Width: 1295  |  Height: 268  |  Size: 276 KiB Width: 1171  |  Height: 398  |  Size: 415 KiB

BIN
imatges/header2.png

Before After
Width: 1295  |  Height: 268  |  Size: 276 KiB

BIN
imatges/ivardialogo.jpg

Before After
Width: 956  |  Height: 308  |  Size: 49 KiB

BIN
imatges/ivardialogo_invert.jpg

Before After
Width: 956  |  Height: 308  |  Size: 49 KiB

BIN
imatges/ivardialogo_invert_transparent.png

Before After
Width: 956  |  Height: 308  |  Size: 47 KiB

BIN
imatges/ivardialogo_transparent.png

Before After
Width: 956  |  Height: 308  |  Size: 48 KiB

+ 3
- 3
index.html

@ -23,14 +23,14 @@
<body onload='OnLoadIndex();'> <body onload='OnLoadIndex();'>
<div class='own-container'> <div class='own-container'>
<img class='own-indexBackgroundImage' src='imatges/mainBackground.jpg' /> <img class='own-indexBackgroundImage' src='imatges/mainBackground.jpg' />
<div class='own-langIndex'>
<div class='own-lang own-whiteText'>
<a href="#">CAT</a> <a href="#">CAT</a>
<a href='#'>CAST</a> <a href='#'>CAST</a>
<a href='#'>ENG</a> <a href='#'>ENG</a>
</div> </div>
<div class='own-menu'> <div class='own-menu'>
<a href='index.html'><img class='own-overImage-logo' src='http://placehold.it/200x50' /></a>
<div class='own-menuButtonsIndex'>
<a href='index.html'><img class='own-overImage-logo' src='imatges/ivardialogo_transparent.png' /></a>
<div class='own-menuButtons own-whiteText'>
<a href="#">Inici</a> <a href="#">Inici</a>
<a href='nosaltres.html'>Nosaltres</a> <a href='nosaltres.html'>Nosaltres</a>
<a href='#'>Contacte</a> <a href='#'>Contacte</a>

+ 3
- 1
nosaltres.html

@ -22,8 +22,10 @@
</head> </head>
<body onload='OnLoadDefault();'> <body onload='OnLoadDefault();'>
<div id='HTMLmenu'></div> <div id='HTMLmenu'></div>
<br>
<div class='own-nosaltresContent'> <div class='own-nosaltresContent'>
<div class='own-nosaltresTitle'>Nosaltres</div>
<br>
<div class='own-textBoxLeft'> <div class='own-textBoxLeft'>
Muffin candy danish biscuit candy canes sugar plum gummi bears. Cake lollipop pudding sweet gummi bears powder. Apple pie gummies sesame snaps jelly-o. Dragée halvah danish tiramisu topping bonbon candy pastry. Caramels too Muffin candy danish biscuit candy canes sugar plum gummi bears. Cake lollipop pudding sweet gummi bears powder. Apple pie gummies sesame snaps jelly-o. Dragée halvah danish tiramisu topping bonbon candy pastry. Caramels too
</div> </div>

+ 25
- 5
own.css

@ -30,7 +30,7 @@ a:active {
width: 100%; width: 100%;
/*height: 100%;*/ /*height: 100%;*/
z-index: -1; z-index: -1;
position: absolute;
position: fixed;
left: 0px; left: 0px;
top: 0px; top: 0px;
} }
@ -52,13 +52,24 @@ a:active {
.own-menu{ .own-menu{
display: block; display: block;
padding-left: 50px;
padding-right: 50px;
} }
.own-overImage-logo{ .own-overImage-logo{
border: 1px solid #000000;
margin-left: 30px; margin-left: 30px;
width: 200px;
} }
.own-menuButtonsIndex{
.own-whiteText a:link{
color: #ffffff!important;
}
.own-whiteText a:visited{
color: #ffffff!important;
}
.own-whiteText a:hover{
color: #C85127!important;
}
/*.own-menuButtonsIndex{
float: right; float: right;
margin-right: 50px; margin-right: 50px;
} }
@ -74,7 +85,7 @@ a:active {
} }
.own-menuButtonsIndex a:hover{ .own-menuButtonsIndex a:hover{
color: #C85127; color: #C85127;
}
}*/
@ -147,7 +158,7 @@ a:active {
margin-top: 50px; margin-top: 50px;
width: 100%; width: 100%;
text-align: center; text-align: center;
margin-bottom: 100px;
padding-bottom: 100px;
} }
.own-imatgeIndex{ .own-imatgeIndex{
display: inline-block; display: inline-block;
@ -163,6 +174,7 @@ a:active {
text-align: center; text-align: center;
background: #262626; background: #262626;
height: 250px; height: 250px;
padding-top: 20px;
padding: 2%; padding: 2%;
} }
.own-footer h3{ .own-footer h3{
@ -215,6 +227,7 @@ a:active {
font-weight: bold; font-weight: bold;
display: inline-block; display: inline-block;
margin: 10px; margin: 10px;
font-size: 20px;
} }
.own-menuButtons a:visited{ .own-menuButtons a:visited{
color: #000000; color: #000000;
@ -305,6 +318,13 @@ a:active {
width: 100%; width: 100%;
margin-bottom: 30px; margin-bottom: 30px;
} }
.own-nosaltresTitle{
font-size: 45px;
font-weight: bold;
padding-left: 15%;
text-align: left;
}
.own-nosaltresText{ .own-nosaltresText{
display: inline-block; display: inline-block;
max-width: 650px; max-width: 650px;

Loading…
Cancel
Save