forked from prabhanshuguptagit/infox16
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
128 lines (111 loc) · 5.6 KB
/
about.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
<!DOCTYPE html>
<html class="no-js">
<?php include'includes/general/head.php'?>
<body id="body">
<!-- Preloader ==================================== -->
<!--div id="loading-mask">
<div class="loading-img">
<img alt="Preloader" src="img/preloader.gif" />
</div>
</div-->
<?php include'includes/general/header.php'?>
<section id="about">
<div class="container">
<div class="row">
<div id="features">
<div class="item">
<div class="features-item">
<div class="col-md-6 feature-desc wow fadeInUp" data-wow-duration="500ms">
<img src="img/index/infox.jpg" style="width:100%">
</div>
<div class="col-md-6 feature-desc wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
<h3>About <span class="color">InfoXpression</span></h3>
<p align="justify">
InfoXpression is the annual techno-cultural fest of University school of Information and Communication Technology. It is the biggest technical extravaganza held at Guru Gobind Singh Indraprastha University, and involves an active participation of students from over 250 colleges of north India. An exhilarating voyage of technical know-how, InfoXpression focuses on the promotion of technology and innovation. It gives you a chance to stop, culminate new ideas and showcase your technical expertise. The fest is a three day grandeur which involves a series of competitions, workshops and guest lectures by some eminent personalities. InfoXpression is an amalgamation of creativity and imagination. It will be a perfect blend of entertainment and technology with the aim of transformation and empowerment of the society.
</p>
<a href="http://ipu.ac.in/usict/usictmain.htm" class="btn btn-transparent">University School of Information and Communication Technology</a>
</div>
</div>
</div>
<!--div class="item">
<div class="features-item">
<div class="col-md-6 feature-desc wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
<h3>About <span class="color">USICT</span></h3>
<p align="justify">
The University School of Information & Communication Technology has been established to design and implement courses with a twin objective of generating effective professionals and to keep pace with the R∓D activities of this fast emerging and changing field of Information & Communication Technology. The school aims at inculcating essential skills as demanded by the global software industry, through the interactive learning process. This includes team-building skills, audio-visual presentations and personality development programmes.The Curriculum has been designed to cater to the ever changing demands of information & communication technology, with the necessary inputs from the Industry. It also encourages research work in various areas of information & communication technology.
</p>
<a href="http://ipu.ac.in/usict/usictmain.htm" class="btn btn-transparent">Official Website</a>
</div>
<div class="col-md-6 feature-desc wow fadeInUp" data-wow-duration="500ms">
<img src="img/index/usict.jpg" style="width:100%">
</div>
</div>
</div-->
</div>
</div>
<br>
</div>
</section>
<section id="counter" class="parallax-section">
<div class="container">
<div class="row">
<div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInDown" data-wow-duration="500ms">
<div class="counters-item" style="background-color:rgba(241,101,36,0.7)">
<div>
<div id="days"></div>
</div>
<h3>Days</h3>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInDown" data-wow-duration="500ms" data-wow-delay="200ms">
<div class="counters-item" style="background-color:rgba(241,101,36,0.7)">
<div>
<div id="hours"></div>
</div>
<h3>Hours</h3>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInDown" data-wow-duration="500ms" data-wow-delay="400ms">
<div class="counters-item" style="background-color:rgba(241,101,36,0.7)">
<div>
<div id="minutes"></div>
</div>
<h3>Minutes</h3>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow fadeInDown" data-wow-duration="500ms" data-wow-delay="600ms">
<div class="counters-item kill-margin-bottom" style="background-color:rgba(241,101,36,0.7)">
<div>
<div id="seconds"></div>
</div>
<h3>Seconds</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include'includes/general/footer.php'?>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slitslider.js"></script>
<script src="js/jquery.ba-cond.min.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/easyPieChart.js"></script>
<script src="js/jquery.easing-1.3.pack.js"></script>
<script src="js/tweetie.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/grid.js"></script>
<script src="js/custom.js"></script>
</body>
</html>