-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.php
227 lines (179 loc) · 9.79 KB
/
gallery.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
<!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://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=Roboto+Condensed:100" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Changa" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Harmattan" 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><i class="fa fa-user-plus"></i><a href="sign-up.php">التسجيل في دورة جديدة </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 -->
<section class="gallery">
<div class="container">
<div class="row">
<h1 class="text-center">Our Gallery Page</h1>
<div class="col-lg-4 col-md-6 col-xs-12">
<img src="images/01.jpg" class="img img-responsive" style="height:500px; width: 100%; margin-top:25px;">
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<img src="images/02.jpg" class="img img-responsive" style="height:500px; width: 100%; margin-top:25px;">
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<img src="images/03.jpg" class="img img-responsive" style="height:500px; width: 100%; margin-top:25px;">
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<img src="images/04.jpg" class="img img-responsive" style="height:500px; width: 100%; margin-top:25px;">
</div>
</div>
</div>
</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>