-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparents.html
352 lines (342 loc) · 14.1 KB
/
parents.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="The official website of Professor Mustafa Fayez, teacher of the French language for high school students | الموقع الرسمي الخاص بأستاذ مصطفى فايز مدرس اللغة الفرنسية للثانوية العامة"
content="" />
<title>أولياء الأمور | اللغة الفرنسية</title>
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
rel="stylesheet"
href="assets/vendor/bootstrap-icons/bootstrap-icons.min.css" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top headerBgWhite">
<div class="container d-flex justify-content-between align-items-center">
<div class="main-menu">
<button
class="btn py-1 px-2 rounded bg-white"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasWithBothOptions"
aria-controls="offcanvasWithBothOptions">
<i class="bi bi-list"></i>
</button>
<div
class="offcanvas offcanvas-start"
data-bs-scroll="true"
tabindex="-1"
id="offcanvasWithBothOptions"
aria-labelledby="offcanvasWithBothOptionsLabel"
style="height: 100vh">
<div
class="offcanvas-header pb-2 px-0 d-flex justify-content-between align-items-start">
<button
type="button"
class="btn-close mx-2"
data-bs-dismiss="offcanvas"
aria-label="Close"></button>
<h5
class="offcanvas-title d-flex flex-column align-items-center w-100 px-0"
id="offcanvasWithBothOptionsLabel">
<span class="fs-6 w-100 d-flex justify-content-center mx-auto">
En français facile | الفرنسيه ببساطه
</span>
</h5>
</div>
<div class="offcanvas-body p-0">
<nav
id="navbar"
class="navbar pe-0"
style="background-color: #ede7ff; border-radius: 0.2rem">
<ul class="navbar-nav pe-0">
<li class="nav-item py-1">
<a class="nav-link scrollto px-3 py-2" href="index.html">
<i class="bi bi-house"></i>
الرئيسية
</a>
</li>
<li class="nav-item py-1">
<a class="nav-link scrollto px-3 py-2" href="aboutUs.html">
<i class="bi bi-person-video3"></i>
تعرف علينا
</a>
</li>
<li class="nav-item py-1">
<a class="nav-link scrollto px-3 py-2" href="courses.html">
<i class="bi bi-youtube"></i>
الدروس
</a>
</li>
<li class="nav-item py-1">
<a class="nav-link scrollto px-3 py-2" href="honor.html">
<i class="bi bi-bookmark-star"></i>
لوحة الشرف
</a>
</li>
<li class="nav-item py-1">
<a
class="nav-link scrollto px-3 py-2 active"
aria-current="page"
href="#parents">
<i class="bi bi-gear-fill"></i>
أولياء الأمور
</a>
</li>
<li class="nav-item py-1 dropdown">
<a
class="nav-link dropdown-toggle px-3 py-2 d-flex justify-content-start align-items-center"
href=""
role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
<i
class="bi bi-file-earmark-person"
style="
font-size: 20px;
margin-left: 5px;
color: #000;
"></i>
الطالب
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item scrollto" href="">
تقييم الطالب
</a>
</li>
<li>
<a class="dropdown-item scrollto" href=""> رابط اخر </a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<p
class="d-flex align-items-center justify-content-center mb-0 fst-italic">
Apprendre le français facilement
</p>
</li>
</ul>
</li>
</ul>
</nav>
<div id="footer-header" class="d-flex flex-column">
<div class="footer-top container">
<div class="footer-contact py-3">
<h3>أ/ مصطفى فايز</h3>
<h5>اللغة الفرنسية</h5>
<p>
<strong>لطلب الدعم والاستفسارات:</strong>
<a href="tel:+201000231007">01000231007</a> /
<a href="tel:+201098571707">01098571707</a>
<br />
<strong>بريد الكتروني:</strong>
info@example.com
<br />
</p>
</div>
</div>
<div class="container d-md-flex py-3 text-black socialmedia">
<div class="ms-md-auto text-center">
<div class="copyright">
© حقوق النشر | جميع الحقوق محفوظة
</div>
<div class="credits">
Designed by
<a href="https://khaledswidan.github.io/My-Profile/">
Bohemian Coder
</a>
</div>
</div>
<div
class="social-links text-center text-md-right pt-3 pt-md-0">
<a
href="https://www.tiktok.com/@mostafafayez2022"
class="tiktok mt-2"
aria-label="Tiktok">
<i class="bi bi-tiktok"></i>
</a>
<a
href="https://www.facebook.com/MonsieurMostafaFayez"
class="facebook mt-2"
aria-label="Facebook">
<i class="bi bi-facebook"></i>
</a>
<a
href="https://www.instagram.com/mostafafayez2/"
class="instagram mt-2"
aria-label="Instagram">
<i class="bi bi-instagram"></i>
</a>
<a
href="https://www.youtube.com/@avecmonsieurmostafafayezof5489"
class="youtube mt-2"
aria-label="YouTube">
<i class="bi bi-youtube"></i>
</a>
<!-- href="https://api.whatsapp.com/send?text=https://www.code2night.com/"
data-action="share/whatsapp/share" -->
<a
class="whatsapp mt-2"
aria-label="Whatsapp"
href="https://wa.me/+201001557375">
<i class="bi bi-whatsapp"></i>
</a>
<a
class="googleplay mt-2"
aria-label="Google Play"
href="https://play.google.com/store/apps/details?id=com.goyal.mfeg2apk&pli=1">
<i class="bi bi-google-play"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="index.html" class="text-muted">
<span class="d-inline-block text-center text-black fw-bolder">
En français facile | الفرنسيه ببساطه
</span>
</a>
<a href="https://1.mf-eg.com/?32" class="get-book-btn">
المنصة
<img width="30" src="assets/img/lms1.png" alt="" />
</a>
</div>
</header>
<!-- End Header -->
<main id="parents">
<!-- ======= Popular Courses Section ======= -->
<section class="courses section-bg" style="padding-top: 80px">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>
<i class="bi bi-gear-fill"></i>
أولياء الأمور
</h2>
<p>
يهتم مسيو مصطفى فايز بتيسير متابعة أولياء الأمور لأبنائهم طلاب
اللغة الفرنسية, وأن يقفوا على مستوى الطالب, وأيضا تحديد نقاط القوة
والضعف ودرجات الاختبارات الاسبوعية والشهرية. أيضا سوف نعرض أخر
الأخبار الخاصة بتحديثات ومواعيد دراسة اللغة الفرنسية والاختبارات
والفيديوهات المجانية.
</p>
</div>
</div>
</section>
<!-- End Popular Courses Section -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div
class="footer-contact d-flex justify-content-between align-items-center">
<div class="footer-title">
<h3>أ/ مصطفى فايز</h3>
<h5>اللغة الفرنسية</h5>
</div>
<div class="footer-tel">
<p>
<strong>لطلب الدعم والاستفسارات:</strong>
<a href="tel:+201000231007">01000231007</a> /
<a href="tel:+201098571707">01098571707</a>
<br />
<strong>بريد الكتروني:</strong>
info@example.com
<br />
</p>
</div>
</div>
<div class="text-black socialmedia">
<div class="text-center">
<div class="copyright">© حقوق النشر | جميع الحقوق محفوظة</div>
<div class="credits">
Designed by
<a href="https://khaledswidan.github.io/My-Profile/">
Bohemian Coder
</a>
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a
href="https://www.tiktok.com/@mostafafayez2022"
class="tiktok mt-2"
aria-label="Tiktok">
<i class="bi bi-tiktok"></i>
</a>
<a
href="https://www.facebook.com/MonsieurMostafaFayez"
class="facebook mt-2"
aria-label="Facebook">
<i class="bi bi-facebook"></i>
</a>
<a
href="https://www.instagram.com/mostafafayez2/"
class="instagram mt-2"
aria-label="Instagram">
<i class="bi bi-instagram"></i>
</a>
<a
href="https://www.youtube.com/@avecmonsieurmostafafayezof5489"
class="youtube mt-2"
aria-label="YouTube">
<i class="bi bi-youtube"></i>
</a>
<!-- href="https://api.whatsapp.com/send?text=https://www.code2night.com/"
data-action="share/whatsapp/share" -->
<a
class="whatsapp mt-2"
aria-label="Whatsapp"
href="https://wa.me/+201001557375">
<i class="bi bi-whatsapp"></i>
</a>
<a
class="googleplay mt-2"
aria-label="Google Play"
href="https://play.google.com/store/apps/details?id=com.goyal.mfeg2apk&pli=1">
<i class="bi bi-google-play"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- ======= Footer Nav ======= -->
<div class="footer-nav position-sticky">
<div class="footer-nav-box">
<a href="" class="">
<i class="bi bi-person-circle"></i>
</a>
<a href="" class="">
<i class="bi bi-play-circle"></i>
</a>
<a href="" class="">
<i class="bi bi-search"></i>
</a>
</div>
</div>
<div id="preloader"></div>
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center">
<i class="bi bi-caret-up-fill"></i>
</a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>