-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
227 lines (188 loc) · 7.92 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
223
224
225
226
227
<?php
session_start();
include 'function.php';
include "connection.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>index</title>
<?php include 'head.php'; ?>
</head>
<!-- carousel -->
<div class="carousel_size">
<div id="carouselExampleIndicators" class="carousel slide " data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label=""></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label=""></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label=""></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label=""></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label=""></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="5" aria-label=""></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./photo/1 (2).jpg" class="d-block w-100 img-fluid " data-bs-interval="200" alt="...">
</div>
<div class="carousel-item">
<img src="./photo/3.jpg" class="d-block w-100 img-fluid" data-bs-interval="200" alt="...">
</div>
<div class="carousel-item">
<img src="./photo/5.jpg" class="d-block w-100 img-fluid" data-bs-interval="200" alt="...">
</div>
<div class="carousel-item">
<img src="./photo/6.jpg" class="d-block w-100 img-fluid" data-bs-interval="200" alt="...">
</div>
<div class="carousel-item">
<img src="./photo/7.jpg" class="d-block w-100 img-fluid" data-bs-interval="200" alt="...">
</div>
<div class="carousel-item">
<img src="./photo/8.jpg" class="d-block w-100 img-fluid" data-bs-interval="200" alt="...">
</div>
</div>
</div>
</div>
<div class="text-center m-auto mt-4 p-2">
<P class="catagory">Popular Categories</P>
</div>
<!-- card -->
<div class="container">
<div class="row gy-4">
<div class="col-md-3">
<div class="card card_hover">
<div class="card-body m-auto">
<!-- <img src="./photo/plug (2).png" class=" card-img-center" alt=""> -->
<i class="fa-solid fa-plug fa-5x "></i>
</div>
<div class=" card-text text-center">
<h4>Electrician</h4>
<p>Empty postion</p>
<a href="electrician.php" class="stretched-link"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card_hover">
<div class="card-body m-auto">
<!-- <img src="./photo/plug (2).png" class=" card-img-center" alt=""> -->
<i class="fa-solid fa-fish-fins fa-5x"></i> </div>
<div class=" card-text text-center">
<h4>Fisherman</h4>
<p>Empty postion</p>
<a href="fisherman.php" class="stretched-link"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card_hover">
<div class="card-body m-auto">
<!-- <img src="./photo/plug (2).png" class=" card-img-center" alt=""> -->
<i class="fa-solid fa-person-digging fa-5x"></i>
</div>
<div class=" card-text text-center">
<h4>Farmer</h4>
<p>Empty postion</p>
<a href="farmer.php" class="stretched-link"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card_hover">
<div class="card-body m-auto">
<!-- <img src="./photo/plug (2).png" class=" card-img-center" alt=""> -->
<i class="fa-solid fa-hammer fa-5x"></i>
</div>
<div class=" card-text text-center">
<h4>Worker</h4>
<p>Empty postion</p>
<a href="worker.php" class="stretched-link"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Contact us page -->
<div class="text-center m-auto mt-4 p-2">
<!-- <P class="catagory">Contact Us</P> -->
</div>
<footer class=" bg-dark text-white pt-5 pb-4">
<div class="container text-center text-md-left">
<div class="row text-center text-md-left">
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-wight-bold text-warning" >KajKhuji</h5>
<p>We are a team who set out to find jobs to those who need it. Our intention is to motivate our nation to come forward to help people in need to find a proper job. Our team consists of four members Nurullah, Al-Amin, Miraz and Shuzab.</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-wight-bold text-warning" >VISIT</h5>
<p>
<a href="" class="text-white"> Media</a>
</p>
<p>
<a href="" class="text-white"> Gallery</a>
</p>
<p>
<a href="" class="text-white"> Vedio</a>
</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-wight-bold text-warning" >HELP</h5>
<p>
<a href="" class="text-white"> Contact us</a>
</p>
<p>
<a href="about.php" class="text-white"> About Us</a>
</p>
<p>
<a href="" class="text-white"> Campaign</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-wight-bold text-warning" >CONTACT</h5>
<p>
<i class="fas fa-home mr-3"></i> Dhaka, Bangladesh
</p>
<p>
<i class="fas fa-envelope mr-3"></i> kajkhuji@gmail.com
</p>
<p>
<i class="fas fa-phone mr-3"></i> 8801780173330000
</p>
</div>
<hr class="mb-1">
<div class="row align-items-center mt-3">
<div class="col-md-7 col-lg-8">
<p>Copyright @2023 All rights reserved by.
<a href="index.php"><strong class="text-warning">KajKhuji</strong></a>
</p>
</div>
<div class="col-md-5 col-lg-4">
<div class="text-center text-md-right">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="" class="btn-floating btn-sm text-white" style="font-size: 23px;"> <i class="fa-brands fa-square-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="" class="btn-floating btn-sm text-white" style="font-size: 23px;"><i class="fa-brands fa-square-youtube"></i></a>
</li>
<li class="list-inline-item">
<a href="" class="btn-floating btn-sm text-white" style="font-size: 23px;"> <i class="fa-brands fa-square-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="" class="btn-floating btn-sm text-white" style="font-size: 23px;"> <i class="fa-brands fa-square-instagram"></i></i></a>
</li>
<li class="list-inline-item">
<a href="" class="btn-floating btn-sm text-white" style="font-size: 23px;"> <i class="fa-brands fa-linkedin"></i></i></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>