| author | veltr |
| Wed, 09 Jan 2013 16:50:32 +0100 | |
| changeset 74 | 250f19eed886 |
| parent 46 | 542252e0c615 |
| child 78 | 8c3f0b94d056 |
| permissions | -rw-r--r-- |
| 37 | 1 |
<!DOCTYPE html> |
2 |
<html lang="fr"> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<title>The End - @todo</title> |
|
6 |
||
7 |
<meta name="description" content="@todo"> |
|
8 |
||
9 |
<!-- Mobile Specific Metas --> |
|
10 |
<meta name="viewport" content="initial-scale=1.0, width=device-width" /> |
|
11 |
||
12 |
<link rel="stylesheet" href="static/res/css/style_1024.css" /> |
|
13 |
<!-- stylesheet for ipad 3 |
|
14 |
<link rel="stylesheet" href="static/res/css/style_2048.css" /> |
|
15 |
--> |
|
16 |
||
17 |
</head> |
|
18 |
<body> |
|
19 |
<!-- div content - site takes the full height of browser --> |
|
| 46 | 20 |
<div id="content" class="full_screen pointer" onClick="gotoChoice();"> |
| 37 | 21 |
|
22 |
<!--this div empty allows the element content_vcentering to be vertically aligned --> |
|
23 |
<div class="strut"></div><!-- |
|
24 |
this comment corrects the white-space (display: inline); |
|
|
41
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
40
diff
changeset
|
25 |
--><section class="fullScreen_vcentering container_vcentering inter_choice"> |
|
39
6605de5fe0bd
mosaic effect done
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
37
diff
changeset
|
26 |
<!-- pour changer la tranparance tu accedes à la class ="box_transparance" et tu changes 'opacity: 0;' maintenat c'est 'opacity : 1;' --> |
|
41
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
40
diff
changeset
|
27 |
<div class="box_vcentering box_transparance big_txt"> |
|
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
40
diff
changeset
|
28 |
<p>3 ÉCRANS</p> |
|
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
40
diff
changeset
|
29 |
<p>CHOISISSEZ UN MOT PAR ÉCRANS</p> |
|
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
40
diff
changeset
|
30 |
<p>COMPOSEZ VOTRE FILM</p> |
| 37 | 31 |
</div> |
32 |
</section> |
|
33 |
</div> |
|
34 |
||
35 |
<!-- Metanav FranceTV --> |
|
36 |
<!-- JavaScript --> |
|
|
40
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
37 |
<script src="static/res/js/jquery-1.8.2.min.js"></script> |
|
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
38 |
<script> |
|
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
39 |
$(function() { |
|
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
40 |
$('.box_transparance').animate({ |
|
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
41 |
opacity: 0, |
|
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
42 |
}, 10000, function() { |
| 46 | 43 |
gotoChoice(); |
|
40
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
44 |
}); |
|
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
45 |
}); |
| 46 | 46 |
var gotoChoice = function() { |
47 |
location.href = "choix.html"; |
|
48 |
} |
|
|
40
f667f24b4a01
inter_choix fade
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
39
diff
changeset
|
49 |
</script> |
| 37 | 50 |
</body> |
51 |
</html> |