-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.php
235 lines (205 loc) · 10.8 KB
/
home.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
<section id="banner">
<!-- Slider -->
<div id="main-slider" class="flexslider">
<ul class="slides">
<li>
<img src="<?php echo web_root; ?>plugins/home-plugins/img/slides/1.jpg" alt="" />
<div class="flex-caption">
<h3>innovation</h3>
<p>We create the opportunities</p>
</div>
</li>
<li>
<img src="<?php echo web_root; ?>plugins/home-plugins/img/slides/2.jpg" alt="" />
<div class="flex-caption">
<h3>Specialize</h3>
<p>Success depends on work</p>
</div>
</li>
</ul>
</div>
<!-- end slider -->
</section>
<section id="call-to-action-2">
<div class="container">
<div class="row">
<div class="col-md-10 col-sm-9">
<h3>Partner with Business Leaders</h3>
<p>Development of successful, long term, strategic relationships between customers and suppliers, based on achieving best practice and sustainable competitive advantage. In the business partner model, HR professionals work closely with business leaders and line managers to achieve shared organisational objectives.</p>
</div>
<!-- <div class="col-md-2 col-sm-3">
<a href="#" class="btn btn-primary">Read More</a>
</div> -->
</div>
</div>
</section>
<section id="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="aligncenter"><h2 class="aligncenter">Company</h2><!-- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores quae porro consequatur aliquam, incidunt eius magni provident, doloribus omnis minus ovident, doloribus omnis minus temporibus perferendis nesciunt.. --></div>
<br/>
</div>
</div>
<?php
$sql = "SELECT * FROM `tblcompany`";
$mydb->setQuery($sql);
$comp = $mydb->loadResultList();
foreach ($comp as $company ) {
# code...
?>
<div class="col-sm-4 info-blocks">
<i class="icon-info-blocks fa fa-building-o"></i>
<div class="info-blocks-in">
<h3><?php echo $company->COMPANYNAME;?></h3>
<!-- <p><?php echo $company->COMPANYMISSION;?></p> -->
<p>Address :<?php echo $company->COMPANYADDRESS;?></p>
<p>Contact No. :<?php echo $company->COMPANYCONTACTNO;?></p>
</div>
</div>
<?php } ?>
</div>
</section>
<section class="section-padding gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<h2 >Popular Jobs</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 ">
<?php
$sql = "SELECT * FROM `tblcategory`";
$mydb->setQuery($sql);
$cur = $mydb->loadResultList();
foreach ($cur as $result) {
echo '<div class="col-md-3" style="font-size:15px;padding:5px">* <a href="'.web_root.'index.php?q=category&search='.$result->CATEGORY.'">'.$result->CATEGORY.'</a></div>';
}
?>
</div>
</div>
</div>
</section>
<section id="content-3-10" class="content-block data-section nopad content-3-10">
<div class="image-container col-sm-6 col-xs-12 pull-left">
<div class="background-image-holder">
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-6 col-sm-offset-6 col-xs-12 content">
<div class="editContent">
<h3>Our Team</h3>
</div>
<div class="editContent" style="height:235px;">
<p>
Our "one team" attitude breaks down silos and helps us engage equally effectively from the C-suite to the front line. Our collaborative working style emphasizes teamwork, trust, and tolerance for diverging opinions. People tell us we are down-to-earth, approachable and fun.<br/><br/>
We have a passion for our clients' true results and a pragmatic drive for action that starts Monday morning 8am and doesn't let up. We rally clients with our infectious energy, to make change stick.<br/><br/>
And we never go it alone. We support and are supported to develop our own personal results stories. We balance challenging and co-creating with our clients, building the internal capabilities required for them to create repeatable results. </p>
</div>
</div>
</div><!-- /.row-->
</div><!-- /.container -->
</section>
<div class="about home-about">
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- Heading and para -->
<div class="block-heading-two">
<h3><span>Programes</span></h3>
</div>
<p>This system can be used as an Online Job Portal for the Placements providing to the un employees who are seeking for a job placement. Job Seeker logging into the system and he can should be able to upload their information in the form of a CV. Visitors/Company representatives logging in may also access/search any information put up by Job Seeker.<br><br>They are the cheapest as well as the fastest source of communication reaching wide range of audience on just a single click irrespective of their geographical distance</p>
</div>
<div class="col-md-4">
<div class="block-heading-two">
<h3><span>Latest News</span></h3>
</div>
<!-- Accordion starts -->
<div class="panel-group" id="accordion-alt3">
<!-- Panel. Use "panel-XXX" class for different colors. Replace "XXX" with color. -->
<div class="panel">
<!-- Panel heading -->
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseOne-alt3">
<i class="fa fa-angle-right"></i> Accordion Heading Text Item # 1
</a>
</h4>
</div>
<div id="collapseOne-alt3" class="panel-collapse collapse">
<!-- Panel body -->
<div class="panel-body">
They are the cheapest as well as the fastest source of communication reaching wide range of audience on just a single click irrespective of their geographical distance
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseTwo-alt3">
<i class="fa fa-angle-right"></i> Accordion Heading Text Item # 2
</a>
</h4>
</div>
<div id="collapseTwo-alt3" class="panel-collapse collapse">
<div class="panel-body">
They are the cheapest as well as the fastest source of communication reaching wide range of audience on just a single click irrespective of their geographical distance
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseThree-alt3">
<i class="fa fa-angle-right"></i> Accordion Heading Text Item # 3
</a>
</h4>
</div>
<div id="collapseThree-alt3" class="panel-collapse collapse">
<div class="panel-body">
They are the cheapest as well as the fastest source of communication reaching wide range of audience on just a single click irrespective of their geographical distance
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion-alt3" href="#collapseFour-alt3">
<i class="fa fa-angle-right"></i> Accordion Heading Text Item # 4
</a>
</h4>
</div>
<div id="collapseFour-alt3" class="panel-collapse collapse">
<div class="panel-body">
They are the cheapest as well as the fastest source of communication reaching wide range of audience on just a single click irrespective of their geographical distance
</div>
</div>
</div>
</div>
<!-- Accordion ends -->
</div>
<div class="col-md-4">
<div class="block-heading-two">
<h3><span>Testimonials</span></h3>
</div>
<div class="testimonials">
<div class="active item">
<blockquote><p>This website serves jobseekers to find available job vacancies and Employers to identify eligible job seekers with the prospect of selecting the most qualified candidates. The only way to select best-qualified candidate is to have a pool of eligible applicants, which is possible by drawing the interest of individuals in the market. Job search portals best serve this purpose. E-recruitment has become the standard means for employers and job seekers to meet their respective objectives.</p></blockquote>
<div class="carousel-info">
<img alt="" src="plugins/home-plugins/img/works/8.jpg" class="pull-left">
<div class="pull-left">
<span class="testimonials-name">Dev</span>
<span class="testimonials-post">Technical Director</span>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>