-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
222 lines (163 loc) · 5.86 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jobsite Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cloud.tinymce.com/stable/tinymce.min.js"></script>
<script>tinymce.init({ selector:'textarea' });</script>
<style>
<!-- ****css ****-->
.navbar {
margin-bottom: 0;
border-radius: 0;
}
.container_text-center{
background-color: #1359B3;
color: white;
}
.myCarousel{
background-color: blue;
}
#img2 {
width:100%;
height: 500px;
}
#img4 {
width:100%;
height: 500px;
}
#img5 {
width:100%;
height: 500px;
}
#img6 {
width:100%;
height: 500px;
}
#img2:hover {
height: 550px;
transition:5s;
}
#img4:hover {
height: 550px;
transition:5s;
}
#img5:hover {
height: 550px;
transition:5s;
}
#img6:hover {
height: 550px;
transition:5s;
}
.carousel-inner{
width: 100%; /* Set width to 100% */
height: 500px;
margin: auto;
/*min-height:100px;*/
background-color:red;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 500px) {
.carousel-caption {
display: none;
}
.row ul a{
list-style-type:none;
}
.row li a{
list-style-type:none;
}
body{
min-height: 600px;
}
ul{
list-style-type:none;
}
</style>
</head>
<body>
<?php include('navbar.php'); ?>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img id="img2" src="image/slideImage2.jpg" alt="Image">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img id="img4" src="image/slideImage4.jpg" alt="Image">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img id="img5" src="image/slideImage5.jpg" alt="Image" >
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img id="img6" src="image/slideImage6.jpg" alt="Image">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="container_text-center" style="min-height: 90px;">
<marquee scrollamount="5"><h3>** Available Banking job is 40 ** Available Engineering job is 50 ** Available IT job is 70 * Available Garments job is 100 ** Available Customer Support job is 70 ** Available Textile job is 80 ** Available Marketing job is 150 ** Others Available job is 20 **
</h3></marquee> <br>
</div>
<div class="job_category" style="background-color:#eee; margin: 10px 40px 20px 40px;">
<div style="color: #186CD0;">
<h3><span class="glyphicon glyphicon-th-list"></span> BROWSE CATEGORY</h3>
</div>
<div class="row">
<div class="col-sm-4">
<ul style="list-style-type: none;">
<li><a href="accounting_job.php"><h3>>Accounting/Finance</h3></a></li>
<li><a href="bank_job.php"><h3>>Bank/Non-bank</h3></a></li>
<li><a href="commercial_job.php"><h3>>Commercial/Supply</h3></a></li>
<li><a href="education_job.php"><h3>>Education/Training</h3></a></li>
</ul>
</div>
<div class="col-sm-4">
<ul style="list-style-type: none;">
<li><a href="engineering_job.php"><h3>>Engineering</h3></a></li>
<li><a href="it_job.php"><h3>>IT & Telecommunication</h3></a></li>
<li><a href="marketing_job.php"><h3>>Marketing/Sales</h3></a></li>
<li><a href="ngo_job.php"><h3>>NGO/Development</h3></a></li>
</ul>
</div>
<div class="col-sm-4">
<ul style="list-style-type: none;">
<li><a href="customer_support_job.php"><h3>>Customer support/Call center</h3></a></li>
<li><a href="garments_job.php"><h3>>Garments/Textile</h3></a></li>
<li><a href="industry_job.php"><h3>>Industry</h3></a></li>
<li><a href="others_job.php"><h3>>Others</h3></a></li>
</ul>
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>