-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrec.php
84 lines (65 loc) · 2.13 KB
/
rec.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
<!DOCTYPE html>
<html>
<?php
include 'header.php';
?>
<head>
<title>Our Recruiters</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<br>
<br>
<div class="container"margin top:60px;>
<div class="jumbotron">
<br><br><br><br><br><br><br><br>
<h1><i class="glyphicon glyphicon-education"></i></span> OUR RECRUITERS </h1>
<h3>We serve professionals</h3>
</div>
<a href="https://www.mercedes-benz.co.in/passengercars.html" title="Mercedes India">
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<img src="1.jpg">
</div>
</div>
</a>
<a href="https://www.mcdonaldsindia.com/" title="McDonald's India">
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<img src="2.jpg">
</div>
</div>
</a>
<a href="https://careers.google.com/locations/mumbai/" title="Google">
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<img src="3.jpg">
</div>
</div>
</a>
<a href="https://www.amazon.jobs/en/teams/in" title="Amazon">
<div style="margin-top: 20px" class="col-lg-4 col-sm-6">
<div class="thumbnail">
<img src="4.jpg">
</div>
</div>
</a>
<a href="https://www.coca-colaindia.com/" title="Coca-Cola India">
<div style="margin-top: 20px" class="col-lg-4 col-sm-6">
<div class="thumbnail">
<img src="5.jpg">
</div>
</div>
</a>
<a href="https://www.bmw.in/en/index.html" title="BMW India">
<div style="margin-top: 20px" class="col-lg-4 col-sm-6">
<div class="thumbnail">
<img src="6.jpg">
</div>
</div>
</a>
</div>
</div>
</body>
</html>