-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentation3.htm
61 lines (40 loc) · 1.75 KB
/
presentation3.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Presentation Window 3</title>
<script type="text/javascript" src="presentation3.js"></script>
<script type="text/javascript" src="AIRAliases.js"></script>
<link rel="stylesheet" type="text/css" href="./fonts.css" />
<link rel="stylesheet" type="text/css" href="./presentation3.css" />
<script type="text/javascript" src="./lib/jquery/jquery_2_1_1_min.js"></script>
<script type="text/javascript" src="./lib/jquery/touchswipe.js"></script>
<script type="text/javascript" src="./lib/crossfade/crossfade.js"></script>
<script type="text/javascript" src="./lib/textfit/textFit.min.js"></script>
</head>
<body id="p_body" onkeyup="findKey(event)" style="overflow:hidden" >
<!-- MAIN BACKGROUND -->
<div id="backgroundLayer" style="position:absolute; left:0px; top:0px; z-index:1; border: 0px none #000000;">
<img id="backgroundImage">
</div>
<!-- TEXTURE/MASK BACKGROUND -->
<!--
<div id="backgroundLayer2" style="position:absolute; left:0px; top:0px; z-index:2; border: 0px none #000000;">
<img id="backgroundImage2">
</div>
-->
<div id="semitransparentLayer" class="abspos">xxxxxxxxxx</div>
<div align="center" id="presentationTitle" class="titleStyle abspos box3"></div>
<div id="presentationContent" class="">
<div id="content1" class="abspos box1"></div>
<div id="content2" class="abspos box2"></div>
</div>
<div align="center" id="footnote" class="footerStyle abspos"></div>
<div align="right" id="footer_vv" class="footer_vv_style abspos"></div>
<div align="right" id="footer_date" class="footer_date_style abspos"></div>
<!--<div id="contentLayer" class="absposx">
</div>-->
<script>
initPresentation();
</script>
</body>
</html>