-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
288 lines (226 loc) · 12.6 KB
/
contact.php
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
<!DOCTYPE html>
<html>
<head>
<title>Ebdaa</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Harmattan" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=El+Messiri" rel="stylesheet">
<link href="dist/aos.css" rel="stylesheet">
<!-- Basic stylesheet -->
<link rel="stylesheet" href="owl/owl.carousel.css">
<link href="https://fonts.googleapis.com/css?family=Changa" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Mada" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=El+Messiri" rel="stylesheet">
<!-- Default Theme -->
<link rel="stylesheet" href="owl/owl.theme.css">
<link rel="icon" href="images/logo.jpg">
<meta name="keywords" content="تدريب , التدريب , التدريب والاستشارات , كورسات , ماجستير إدارة اعمال , ادارة اعمال ,ادارة اعمال مصغره , موارد بشرية , اعداد قادة المنظمات , اعداد قادة ادارة مستشفيات , ادارة الجودة , تنمية بشرية , موارد بشرية ,MINI MBA , MBA , HR , TOT , الاكاديمية العربية للتدريب والاستشارات">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- start upperNav section -->
<section class="upper">
<nav class="navbar">
<div class="left col-lg-6 col-xs-12">
<ul class="list-unstyled">
<li><a href="certificate.php">التحقق من الشهادات</a></li>
<li><a href="sign-up.php"><i class="fa fa-user-plus"></i>التسجيل في دورة جديدة </a></li>
</ul>
</div>
</nav>
</section>
<!-- End upperNav section -->
<!-- start main NavBar -->
<section class="mainNav">
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#app-nav" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php" id="logo"><img src="images/logo.jpg" class="img img-responsive" style="height: 65px;"></a></li>
</ul>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="app-nav">
<ul class="nav navbar-nav navbar-left">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">البرامج التدريبية <span class="caret"></span></a>
<ul class="dropdown-menu">
<?php
include 'connect.php';
$stmt2 = $con -> prepare("SELECT * FROM courses");
$stmt2 -> execute();
$rows = $stmt2 -> fetchAll();
foreach ($rows as $row) {
echo "<li><a href='courses/temp.php?course=".$row['course_name']."'>".$row['course_name']."</a></li>";
}
?>
</ul>
</li>
<li><a href="http://localhost/wordpress/">المدونة</a></li>
<li><a href="about.php">عن الأكاديمية</a></li>
<li><a href="contact.php">إتصل بنا</a></li>
</ul>
</div>
</div>
</nav>
</section>
<!-- End Main NavBar -->
<!-- start contact section -->
<section class="conta">
<div class="container">
<div class="row">
<h1 class="text-center">إتصل بنا</h1><hr>
<div class="col-md-6 col-xs-12" id="loca">
<div class="col-xs-12">
<h4><i class="fa fa-map-marker"></i> 5 شارع صبري أبو علم - محطة مترو محمد نجيب - القاهرة - مصر</h4>
</div>
<div class="col-xs-12">
<h4><i class="fa fa-mobile"></i> 01007171804</h4>
</div>
<div class="col-xs-12">
<h4><i class="fa fa-phone-square"></i> 0223962077</h4>
</div>
<div class="col-xs-12">
<h4><i class="fa fa-envelope-o"></i> [email protected]</h4>
</div>
<div class="col-xs-6 col-xs-offset-3" id="socia">
<h4 class="text-center">Find Us on social Media</h4>
<ul class="list-unstyled">
<li><a href="https://www.facebook.com/cftcgroup/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/ebdaa_eg" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/112685390544569668499" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/in/%D9%85%D8%A4%D8%B3%D8%B3%D8%A9-%D8%A5%D8%A8%D8%AF%D8%A7%D8%B9-%D9%84%D9%84%D8%AA%D8%AF%D8%B1%D9%8A%D8%A8-%D9%88%D8%A7%D9%84%D8%A7%D8%B3%D8%AA%D8%B4%D8%A7%D8%B1%D8%A7%D8%AA-a02824148/?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3BtHFR6hG4T6mkAu4%2FzGrxSw%3D%3D&licu=urn%3Ali%3Acontrol%3Ad_flagship3_feed-nav.settings_view_profile" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC5KKtWKUMtbsDqtYTuOmuAw" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-xs-12">
<form class="form-horizontal" method="POST">
<div class="form-group">
<div class="col-sm-10">
<input type="text" name="name" class="form-control" autocomplete="off" placeholder="أدخل إسمك">
</div>
<label class="col-sm-2 control-label">الاسم</label>
</div>
<div class="form-group">
<div class="col-sm-10">
<input type="text" name="description" class="form-control" autocomplete="off" placeholder="الايميل">
</div>
<label class="col-sm-2 control-label">الايميل</label>
</div>
<div class="form-group">
<div class="col-sm-10">
<input type="text" name="description" class="form-control" autocomplete="off" placeholder="رقم الهاتف">
</div>
<label class="col-sm-2 control-label">رقم الهاتف</label>
</div>
<div class="form-group">
<div class="col-sm-10">
<textarea class="form-control" style="height: 100px" placeholder="رسالتك"></textarea>
</div>
<label class="col-sm-2 control-label">الرسالة</label>
</div>
<div class="form-group">
<div class="col-sm-10">
<input type="submit" value="التسجيل الآن" class="btn btn-success btn-block">
</div>
</div>
</form>
</div>
<div class="col-xs-12"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3453.6931966333254!2d31.24539888491723!3d30.04565858188184!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x145840b91875d9b7%3A0x8f3ff1e28d8f8803!2zNSDYtNin2LHYuSDZhdit2YXYryDYtdio2LHZiiDYo9io2Ygg2LnZhNmF2Iwg2KfZhNiz2KfYrdip2Iwg2LnYp9io2K_ZitmG2Iwg2YXYrdin2YHYuNipINin2YTZgtin2YfYsdip4oCs!5e0!3m2!1sar!2seg!4v1512468080025" width="100%" height="450" frameborder="0" style="border:0; margin-bottom: 50px;" allowfullscreen></iframe></div>
</div>
</div>
</section>
<!-- End contact section -->
<!-- start live chat section -->
<section class="live">
<div class="chat">
<a href="#"><h4>leave a message <i class="fa fa-commenting"></i></h4></a>
</div>
<a href="#"><i class="fa fa-close" id="close"></i></a><iframe src="live.php"></iframe>
</section>
<!-- end live chat section -->
<!-- start footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12">
<div class="col-xs-12" id="abou">
<h3>About Us</h3><hr>
<p>نظرا لاهمية الموارد البشرية وانها اهم واعظم الاصول الموجوده فى الحياة
جاءت فكرة مؤسسة ابداع لتكون احد المؤسسات المسؤلة عن ابراز القدرات البشرية اللامحدودة الموجوده داخل كل انسان
لمواجهة العقبات والتحديات الفكرية التي تواجه المجتمع
والتي فرضتها ثورة المعرفة ولمجاراة التطور والتقدم العلمي فى مجال قدرات ومهارات الافراد
حيث اننا متخصصون فى تقديم برامج تدريبية بطريقة ابداعية فى جميع المجالات الحيايته
ينفذها مدربون متخصصون وذلك مساهمة منا فى تطوير المؤسسات والافراد
من خلال احدث وسائل التدريب الحديثة تضع مؤسسة ابداع
خبراتها بين ايديكم لتكون احد الابواب التي ستنطلقون منها بمشيئة الله الى النجاح والسعادة فى الحياة</p>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="col-xs-12" id="import">
<h3>روابط مهمة</h3><hr>
<ul>
<li><a href="hash.php">الدورات التدريبية</a></li>
<li><a href="gallery.php">البوم الصور</a></li>
<li><a href="certificate.php">التحقق من الشهادات</a></li>
<li><a href="http://localhost/wordpress/">المدونة</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="col-xs-12" id="call">
<h3>Call Us</h3><hr>
<p><i class="fa fa-map-marker"></i> 5 شارع صبري أبو علم - محطة مترو محمد نجيب - القاهرة - مصر</p>
<p><i class="fa fa-mobile"></i> 01007171804</p>
<p><i class="fa fa-phone-square"></i> 0223962077</p>
<p><i class="fa fa-envelope-o"></i> [email protected]</p>
<ul class="list-unstyled" style="margin-top:25px;">
<li><a href="https://www.facebook.com/cftcgroup/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/ebdaa_eg" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/112685390544569668499" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/in/%D9%85%D8%A4%D8%B3%D8%B3%D8%A9-%D8%A5%D8%A8%D8%AF%D8%A7%D8%B9-%D9%84%D9%84%D8%AA%D8%AF%D8%B1%D9%8A%D8%A8-%D9%88%D8%A7%D9%84%D8%A7%D8%B3%D8%AA%D8%B4%D8%A7%D8%B1%D8%A7%D8%AA-a02824148/?lipi=urn%3Ali%3Apage%3Ad_flagship3_feed%3BtHFR6hG4T6mkAu4%2FzGrxSw%3D%3D&licu=urn%3Ali%3Acontrol%3Ad_flagship3_feed-nav.settings_view_profile" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC5KKtWKUMtbsDqtYTuOmuAw" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12" id="under">
<div class="col-xs-8" id="visa">
<div class="col-md-2 col-xs-4 col-md-offset-3"><img src="images/master.ico" class="img img-responsive"></div>
<div class="col-md-2 col-xs-4"><img src="images/visa.png" class="img img-responsive"></div>
<div class="col-md-2 col-xs-4"><img src="images/vodafone.png" class="img img-responsive" style="margin-top: 20px;"></div>
<div class="col-md-2 col-xs-4"><img src="images/paypal.png" class="img img-responsive"></div>
</div>
<div class="col-xs-4" id="copy"><span>© جميع الحقوق محفوظة لأكاديمية ابداع للتدريب والاستشارات</span></div>
</div>
</div>
</div>
</footer>
<!-- start footer section -->
<div class="scrollToTop">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</div>
<script src="dist/aos.js"></script>
<script type="text/javascript">
AOS.init({
easing: 'ease-in-out-sine'
});
</script>
<script src="owl/owl.carousel.min.js"></script>
<script src="main.js"></script>
</body>
</html>