-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (78 loc) · 3.52 KB
/
index.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<title>الكشف المبكر .. حياة</title>
<meta charset="UTF-8">
<!-- ضبط الموقع لحجم شاشات الأجهزة الكفية -->
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="target-densitydpi=device-dpi" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, target-densityDpi=device-dpi" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<link rel="stylesheet" rev="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style_new.css" />
<link rel="stylesheet" href="css/jquery.ferro.ferroSlider.css" />
<script src="js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="js/jquery.transit.min.js" type="text/javascript" language="javascript"></script>
<script src="js/jquery.ferro.ferroSlider-2.min.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".slidingSpaces").ferroSlider();
});
</script>
<style type="text/css">
img {
width: auto;
height: 100%;
min-width: auto;
max-width: 100%;
min-height: 100%;
max-height: 100%;
background-color:#aaaaaa;
}
table {max-width:100%; width:100%;
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px)
{
#content { width: 100%; }
}
/*
@media only screen and (min-width : 480px) { img {width:320px; height:180px; background:#aaaaaa;} //Computers and Tablets}
@media only screen and (max-width : 320px) { img {width:300px; height:170px; background:#aaaaaa;} } //Mobiles }
*/
</style>
</head>
<body>
<div id="div1" class="slidingSpaces demo0" title="Page1">
<div style="text-align: center;"><img alt="" src="images/01.jpg"></div>
</div>
<div id="div2" class="slidingSpaces demo0" title="Page2">
<div style="text-align: center;"><img alt="" src="images/02.jpg"></div>
</div>
<div id="div3" class="slidingSpaces demo0" title="Page3">
<div style="text-align: center;"><img alt="" src="images/03.jpg"></div>
</div>
<div id="div4" class="slidingSpaces demo0" title="Page4">
<div style="text-align: center;"><img alt="" src="images/04.jpg"></div>
</div>
<div id="div5" class="slidingSpaces demo0" title="Page5">
<div style="text-align: center;"><img alt="" src="images/05.jpg"></div>
</div>
<div id="div6" class="slidingSpaces demo0" title="Page6">
<div style="text-align: center;"><img alt="" src="images/06.jpg"></div>
</div>
<div id="div7" class="slidingSpaces demo0" title="Page7">
<div style="text-align: center;"><img alt="" src="images/07.jpg"></div>
</div>
<div id="div8" class="slidingSpaces demo0" title="Page8">
<div style="text-align: center;"><img alt="" src="images/08.jpg"></div>
</div>
<div id="div9" class="slidingSpaces demo0" title="Page9">
<div style="text-align: center;"><img alt="" src="images/09.jpg"></div>
</div>
<div id="div10" class="slidingSpaces demo0" title="Page10">
<div style="text-align: center;"><img alt="" src="images/10.jpg"></div>
</div>
</body>
</html>