-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plan.html
190 lines (160 loc) · 4.91 KB
/
Plan.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE HTML>
<!--
Iridium by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>نور | خدمة القرآن الكريم</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Arimo:400,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<script>
//$("#option1").click(function(){
//$("").hide();
//});
$(document).ready(function(){
$("#option1").click(function(){
$("#rec-div").hide();
});
$("#option2").click(function(){
$("#rec-div").show();
});
$("#option2").click(function(){
$("#memr-div").hide();
});
$("#option1").click(function(){
$("#memr-div").show();
});
$("#myRange").click(function(){
var slider = document.getElementById("myRange");
$("#demo").text(slider.value)
});
});
</script>
<style>
.slidecontainer {
width: 100%;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 25px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: rgb(171, 145, 73, 0.7);
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: rgb(171, 145, 73, 0.3);
cursor: pointer;
}
</style>
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<span style="font-family: 'El Messiri';color:white;
font-size: 50px;">نور</span>
<span style="font-family: 'El Messiri';">في سبيل خدمة القرآن الكريم</span>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="Moshawiqat.html">المشوّقات</a></li>
<li><a href="Motashabihat.html">المتشابهات</a></li>
<li class="active"><a href="Plan.html">إنشاء خطة جديدة</a></li>
<li><a href="Homepage.html">الرئيسية</a></li>
</ul>
</nav>
</div>
</div>
<!-- Footer -->
<div id="featured">
<div class="container">
<h1 style="text-align: center; font-family:
'El Messiri'; font-size: 30px; padding-bottom: 10px;">إنشاء خطة القرآن</h1>
<hr style="height:2px; background-color:rgb(171, 145, 73, 0.3);"/>
<form style="text-align: center;">
<div class="container h-100">
<div class="row align-items-center h-100">
<div class="col-6 mx-auto">
<div>
<div class="btn-group btn-group-toggle w-100" data-toggle="buttons">
<label class="btn btn-secondary">
<input type="radio" name="options" id="option1" autocomplete="off"> مراجعة
</label>
<label class="btn btn-secondary">
<input type="radio" name="options" id="option2" autocomplete="off"> حفظ
</label>
</div>
</div>
<div id="rec-div">
<span id="demo" style="text-align: right; font-family: 'Adobe Arabic';
font-size: 25px; margin: 10px;"></span> <label style="text-align: right; font-family: 'Adobe Arabic';
font-size: 25px; margin: 10px;">:عدد الأوجه يوميًا</label>
<div class="slidecontainer">
<input type="range" min="1" max="5" value="1" class="slider" id="myRange">
</div>
</div>
<div id="memr-div">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="4u">
</div>
<div class="4u">
</div>
<div class="4u">
</div>
</div>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<div class="container">
Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>)
</div>
</div>
</body>
</html>