-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (84 loc) · 3.86 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!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/001.jpg"></div>
</div>
<div id="div2" class="slidingSpaces demo0" title="Page2">
<div style="text-align: center;"><img alt="" src="images/002.jpg"></div>
</div>
<div id="div3" class="slidingSpaces demo0" title="Page3">
<div style="text-align: center;"><img alt="" src="images/003.jpg"></div>
</div>
<div id="div4" class="slidingSpaces demo0" title="Page4">
<div style="text-align: center;"><img alt="" src="images/004.jpg"></div>
</div>
<div id="div5" class="slidingSpaces demo0" title="Page5">
<div style="text-align: center;"><img alt="" src="images/005.jpg"></div>
</div>
<div id="div6" class="slidingSpaces demo0" title="Page6">
<div style="text-align: center;"><img alt="" src="images/006.jpg"></div>
</div>
<div id="div7" class="slidingSpaces demo0" title="Page7">
<div style="text-align: center;"><img alt="" src="images/007.jpg"></div>
</div>
<div id="div8" class="slidingSpaces demo0" title="Page8">
<div style="text-align: center;"><img alt="" src="images/008.jpg"></div>
</div>
<div id="div9" class="slidingSpaces demo0" title="Page9">
<div style="text-align: center;"><img alt="" src="images/009.jpg"></div>
</div>
<div id="div10" class="slidingSpaces demo0" title="Page10">
<div style="text-align: center;"><img alt="" src="images/010.jpg"></div>
</div>
<div id="div11" class="slidingSpaces demo0" title="Page11">
<div style="text-align: center;"><img alt="" src="images/011.jpg"></div>
</div>
<div id="div12" class="slidingSpaces demo0" title="Page12">
<div style="text-align: center;"><img alt="" src="images/012.jpg"></div>
</div>
</body>
</html>