-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark_blue.php
More file actions
695 lines (630 loc) · 30.4 KB
/
dark_blue.php
File metadata and controls
695 lines (630 loc) · 30.4 KB
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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Dark Blue</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="images/logo gawharshad.png" rel="icon">
<link href="images/logo gawharshad.png" rel="apple-touch-icon">
<link href="images/logo Gawharshad.png" rel="icon">
<link href="images/logo Gawharshad.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Poppins:300,400,500,700"
rel="stylesheet">
<link href="vendors/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendors/assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendors/assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="vendors/assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="vendors/assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="vendors/assets/vendor/aos/aos.css" rel="stylesheet">
<link href="vendors/assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="vendors/assets/web-fonts-with-css/css/fontawesome-all.css">
<style>
.about-us {
background-color: white;
}
.about-us h1 {
color: #000080;
font-size: 50px;
margin-top: 14%;
}
.about-us-p {
font-size: 20px;
color: black;
margin-left: 12%;
margin-right: 12%;
margin-top: 7%;
margin-bottom: 10%;
}
.descript {
margin-bottom: 15%;
}
p,
a,
h1,
h2,
h3,
h4 {
margin: 0;
padding: 0;
}
/* designing cards sections */
#team {
background: #eee !important;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #108d6f;
border-color: #108d6f;
box-shadow: none;
outline: none;
}
.btn-primary {
color: #fff;
background-color: #007b5e;
border-color: #007b5e;
}
section {
padding: 60px 0;
}
section .section-title {
text-align: center;
color: #007b5e;
margin-bottom: 50px;
text-transform: uppercase;
}
#team .card {
border: none;
background: white;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: .25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
}
.backside {
position: absolute;
top: 0;
left: 0;
background: white;
/* webkit is for supporting the code in every browser with their name */
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
min-height: 312px;
}
.backside .card a {
font-size: 18px;
color: #007b5e !important;
}
.frontside .card .card-title,
.backside .card .card-title {
color: #007b5e !important;
}
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
</style>
</head>
<!-- our header section -->
<header id="header" class="header-transparent" style="background:black;">
<div class="container d-flex justify-content-between">
<div id="logo">
<a href="index"><img src="images/lib.png" alt="" style="height:40px; margin-left:-10px;"></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index">Home</a></li>
<li><a href="news">news</a></li>
<li><a href="Journal.php">journal</a></li>
<li><a href="gallery">gallery</a></li>
<li><a href="contact">contact us</a></li>
<li><a href="about_us">about us</a></li>
<li class="menu-active"><a href="dark_blue">Dark Blue</a></li>
<li><a href="login">Sign In</a></li>
</ul>
</nav>
</div>
</header>
<!----Dark Blue---->
<div class="about-us" id="startchange">
<a name="Darkblue"></a>
<div class="container-fluid">
<div class="row text-center">
<div class="descript col-xs-12 col-sm-12 col-md-12">
<h1>DARK BLUE COMPANY</h1>
<p class="about-us-p" style="text-align:justify; padding-left:10px;">The only company in the field of
development of modern advanced systems has been established based on software engineering in the
country
</p><br>
<p class="about-us-p" style=" padding-left:10px; text-align:justify; margin-top:-9rem; ">This company was
established in 2019 based on the proposal of Professor Mohammad
Ali Akbar Mohammadi, Head of the Faculty of Information
Technology, Faculty of Computer Science, Gawharshad University, under the leadership of Abdulmajid
Sediqi, currently a student of the
Faculty of Computer Science, Faculty of Software Engineering.In 2021, the Dark Blue team, based on
endless efforts, was able to work
with the Head of the Computer Science Faculty of Gawharshad University, based on an official letter
received from Gawharshad University
that the Dark Blue team, after being an official internal company of the university, received a
license. The country's government official
was fully recognized as a software and technology developer.The company consists of The general
manager of the company (Abdul Majeed Sediqi)
has two vice-presidents ( Mahbub Subhan waisy) , (Murtaza Noori) and has eight members who will
develop Dark Blue membership in the future.
</p>
<center><h3 style="color:#000080;">OUR GOALS</h3><br></center>
<ul
style="list-style-type: square; padding-left:175px; text-align:justify; color:black;">
<li>Generalization of technology in the country</li>
<li>Creating application systems in informative websites
</li>
<li>Facilitate the implementation of government and private affairs</li>
<li>Organizing informative workshops related to various technologies in the country
</li>
<li>Establishing useful and practical seminars in the field of technology for university students
</li>
<li>Creating new technological incentives to raise public awareness of the world of technology</li>
<li>Close memoranda of understanding to create systems, websites and applications for public and
private companies. </li>
</ul>
</div>
</div>
</div>
</div>
<section id="team" class="pb-5">
<div class="container">
<h5 class="section-title h1" style="color:#000080;">OUR TEAM</h5>
<div class="row">
<!-- Team member starting -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip">
<div class="mainflip flip-0">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="images/majeed.jpg" alt="card image">
</p>
<h4 class="card-title">Abdul Majeed Sediqi</h4>
<p class="card-text">Project Manager and CEO of DarkBlue Development Company</p><br>
<a href="dark_blue" class="btn btn-primary btn-sm"><i class="fa fa-desktop"></i></a>
</div>
</div>
</div>
<!-- backside of our card -->
<div class="backside">
<div class="card">
<div class="card-body text-center mt-4" style="padding-top:100px;">
<p class="card-text">Full Stack Developer at DarkBlue Development Company
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" ontouchstart="this.classList.toggle('hover');">
<div class="mainflip">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="images/murtaza.jpg" alt="card image"></p>
<h4 class="card-title">Murtaza Noori</h4>
<p class="card-text">First vice of DarkBlue Developmet Company
</p><br>
<a href="" class="btn btn-primary btn-sm"><i class="fa fa-desktop"></i></a>
</div>
</div>
</div>
<!-- backside of our card -->
<div class="backside">
<div class="card">
<div class="card-body text-center mt-4" style="padding-top:100px;">
<p class="card-text">Full Stack Developer at DarkBlue Development Company
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" ontouchstart="this.classList.toggle('hover');">
<div class="mainflip">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="images/subhan.jpg" alt="card image"></p>
<h4 class="card-title">Mahboob Subhan Waisy</h4>
<p class="card-text">Second vice of DarkBlue Development Company
</p><br>
<a href="" class="btn btn-primary btn-sm"><i class="fa fa-desktop"></i></a>
</div>
</div>
</div>
<!-- backside of our card -->
<div class="backside">
<div class="card">
<div class="card-body text-center mt-4" style="padding-top:100px;">
<p class="card-text">Full Stack Developer at Darkblue Company
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" ontouchstart="this.classList.toggle('hover');">
<div class="mainflip">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="images/bahara.png" alt="card image"></p>
<h4 class="card-title">Bahara Popal</h4>
<p class="card-text">A member of DarkBlue Development Company
</p><br>
<a href="" class="btn btn-primary btn-sm"><i class="fa fa-desktop"></i></a>
</div>
</div>
</div>
<!-- backside of our card -->
<div class="backside">
<div class="card">
<div class="card-body text-center mt-4" style="padding-top:100px;">
<p class="card-text">Full Stack Developer at DarkBlue Developmet Company
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" ontouchstart="this.classList.toggle('hover');">
<div class="mainflip">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="images/sediq.jpg" alt="card image"></p>
<h4 class="card-title">Sediqullah Haidarri</h4>
<p class="card-text">A Member of DarkBlue Development Company
</p><br>
<a href="" class="btn btn-primary btn-sm"><i class="fa fa-desktop"></i></a>
</div>
</div>
</div>
<!-- backside of our card -->
<div class="backside">
<div class="card">
<div class="card-body text-center mt-4" style="padding-top:100px;">
<p class="card-text"> Full Stack Developer at DarkBlue Development Company
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- Team member -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="image-flip" ontouchstart="this.classList.toggle('hover');">
<div class="mainflip">
<div class="frontside">
<div class="card">
<div class="card-body text-center">
<p><img class=" img-fluid" src="images/halima.jpeg" alt="card image">
</p>
<h4 class="card-title">Halima Shahabi</h4>
<p class="card-text">A Member of DarkBlue Development Company
</p><br>
<a href="" class="btn btn-primary btn-sm"><i class="fa fa-desktop"></i></a>
</div>
</div>
</div>
<!-- backside of our card -->
<div class="backside">
<div class="card">
<div class="card-body text-center mt-4" style="padding-top:100px;">
<p class="card-text">Full Stack Developer at DarkBlue Development Company
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon text-xs-center" href="">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./Team member -->
<!-- ./Team member -->
</div>
</div>
</section>
<script>
// code az responsive Mobile Navigation
if ($('#nav-menu-container').length) {
var $mobile_nav = $('#nav-menu-container').clone().prop({
id: 'mobile-nav'
});
$mobile_nav.find('> ul').attr({
'class': '',
'id': ''
});
$('body').append($mobile_nav);
$('body').prepend('<button type="button" id="mobile-nav-toggle"><i class="fa fa-bars"></i></button>');
$('body').append('<div id="mobile-body-overly"></div>');
$('#mobile-nav').find('.menu-has-children').prepend('<i class="fa fa-chevron-down"></i>');
$(document).on('click', '.menu-has-children i', function(e) {
$(this).next().toggleClass('menu-item-active');
$(this).nextAll('ul').eq(0).slideToggle();
$(this).toggleClass("fa-chevron-up fa-chevron-down");
});
$(document).on('click', '#mobile-nav-toggle', function(e) {
$('body').toggleClass('mobile-nav-active');
$('#mobile-nav-toggle i').toggleClass('fa-times fa-bars');
$('#mobile-body-overly').toggle();
});
$(document).click(function(e) {
var container = $("#mobile-nav, #mobile-nav-toggle");
if (!container.is(e.target) && container.has(e.target).length === 0) {
if ($('body').hasClass('mobile-nav-active')) {
$('body').removeClass('mobile-nav-active');
$('#mobile-nav-toggle i').toggleClass('fa-times fa-bars');
$('#mobile-body-overly').fadeOut();
}
}
});
} else if ($("#mobile-nav, #mobile-nav-toggle").length) {
$("#mobile-nav, #mobile-nav-toggle").hide();
}
// Smooth scroll for the navigation menu and links with .scrollto classes
var scrolltoOffset = $('#header').outerHeight() - 21;
$(document).on('click', '.nav-menu a, #mobile-nav a, .scrollto', function(e) {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
if (target.length) {
e.preventDefault();
var scrollto = target.offset().top - scrolltoOffset;
$('html, body').animate({
scrollTop: scrollto
}, 1500, 'easeInOutExpo');
if ($(this).parents('.nav-menu').length) {
$('.nav-menu .menu-active').removeClass('menu-active');
$(this).closest('li').addClass('menu-active');
}
if ($('body').hasClass('mobile-nav-active')) {
$('body').removeClass('mobile-nav-active');
$('#mobile-nav-toggle i').toggleClass('fa-times fa-bars');
$('#mobile-body-overly').fadeOut();
}
return false;
}
}
});
</script>
<script>
var prevScrollpos = window.pageYOffset;
window.onscroll = function() {
var currentScrollPos = window.pageYOffset;
if (prevScrollpos > currentScrollPos) {
document.getElementById("header").style.top = "0";
} else {
document.getElementById("header").style.top = "-90px";
}
prevScrollpos = currentScrollPos;
}
</script>
<!-- Vendor JS Files -->
<script src="vendors/assets/vendor/jquery/jquery.min.js"></script>
<script src="vendors/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendors/assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="vendors/assets/vendor/php-email-form/validate.js"></script>
<script src="vendors/assets/vendor/counterup/counterup.min.js"></script>
<script src="vendors/assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="vendors/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="vendors/assets/vendor/superfish/superfish.min.js"></script>
<script src="vendors/assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="vendors/assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="vendors/assets/vendor/venobox/venobox.min.js"></script>
<script src="vendors/assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="vendors/assets/js/main.js"></script>
<?php
include 'footer.php';
?>