-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemployersection.php
48 lines (35 loc) · 1.2 KB
/
employersection.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
<?php
include 'header.php';
?>
<!--=========== BEGINlibrary page ================-->
<div class="container" >
<div class="row" style="position: relative; padding-top: 100px; padding-bottom: 50px;">
<div class="col-lg-12 col-md-12">
<div class="col-lg-12 col-md-12" style="text-align: left;">
<h1>TPO Office</h1>
<p align="justify">Prof Uday Vasavda<br />
Head: Corporate Communication<br />
Training and Placement<br />
Ahmedabad Institute of Technology<br />
Central Office: Block "A" Room No 005<br />
Near Vasanatnagar Township<br />
Gota Ognaj Road: Ognaj<br />
Ahmedabad 380060<br />
</p>
<h2>Forms</h2>
<p align="justify"><a href="img/uploads/abr.pdf" target="_blank">APPLICATION BY RECRUITER</a>
</p>
<p align="justify"> <a href="img/uploads/crrf.pdf" target="_blank">CAMPUS RECRUITMENT REGISTRATION FORM</a>
</p>
<p align="justify"> <a href="img/uploads/iv.pdf" target="_blank">APPLICATION FOR INDUSTRIAL VISIT</a>
</p>
<p align="justify"> <a href="img/uploads/stp.pdf" target="_blank">APPLICATION FOR SUMMER TRAINING PROJECT</a>
</p>
</div>
</div>
</div>
</div>
</div>
<?php
include 'footer.php';
?>