-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvit.php
181 lines (145 loc) · 4.64 KB
/
vit.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
<?php include('server.php') ?>
<!doctype html>
<html>
<head>
<link rel="shortcut icon" type="image/png" href="vit.png">
<link rel="stylesheet" type="text/css" href="stl.css">
<title>Home-T&P VIT Pune</title>
</head>
<body>
<div class="page-container">
<div class="bloc bg-repeat bgc-ghost-white l-bloc" id="bloc-0">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<div class="logo">
<a href="vit.php"><img src="vit.png" alt="VIT Pune" class="head-logo" height="60" align="left"/></a>
</div>
<h4 class=" tc-black mg-sm">
<a class="ltc-black" href="vit.php">Training & Placement Cell</a>
</h4>
<h6 class=" mg-clear tc-1">
<a class="pull-left" href="http://www.vit.edu" target="_blank"> Vishwakarma Institute of Technology Pune</a><br>
</h6>
</div>
</div>
</div>
</div>
<div class="bloc b-divider l-bloc bgc-white" id="bloc-1">
<div class="container">
<div class="row">
<div class="col-sm-6">
<ul class="list-unstyled list-horizontal-layout right-align">
<div class="navi">
<a href="company.php" >Company</a>
</div>
<div class="navi">
<a href="student.php" >Student</a>
</div>
<div class="navi">
<a href="admin.php" >Admin</a>
</div>
</ul>
</div>
</div>
</div>
</div>
<div class="bloc bg-Home-Hero-3 bg-tr-edge bgc-united-nations-blue d-bloc" id="bloc-2">
<div class="container">
<div class="row">
<div class="col-sm-123">
<h3 class=" hero-h mg-clear tc-ghost-white">
</h3>
</div>
</div>
</div>
</div>
<div class="slides">
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="home.jpg" style="width:100%" height="425">
<div class="text">VIT</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="home1.jpg" style="width:100%" height="425">
<div class="text">VIT</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="home2.jpg" style="width:100%" height="425">
<div class="text">VIT</div>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 3000); // Change image every 3 seconds
}
</script>
</div>
<div class="col-sm-4">
<h4 class="mg-md bloc-mob-center-text tc-dim-gray">
<a href="http://www.vit.edu/index.php/placements/placement-office-infrastructure" class="a-btn a-block bloc-mob-center-text">Placement and Training Infrastructure</a>
<a href="http://www.vit.edu/index.php/placements/placements-statistics" class="a-btn a-block bloc-mob-center-text">Previous Placement and Internship Report</a><br>
</h4>
</div>
<div class="bloc b-divider bgc-ghost-white l-bloc" id="bloc-63">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-2">
</div>
<div class="col-sm-4">
<a class="a-btn a-block bloc-mob-center-text" href="http://www.vit.edu/index.php/placements/recruiting-companies">About Us</a>
<a class="a-btn a-block bloc-mob-center-text" href="http://www.vit.edu/index.php/placements/placement-office">Contact Us</a>
<!-- <h4 class="mg-md bloc-mob-center-text tc-dim-gray">
</h4> -->
</div>
<div class="col-sm-44">
<h3 class="mg-md text-right tc-dim-gray">
Training & Placement Office
</h3>
<p class="text-right">
Ground Floor,1st Building<br>Vishwakarma Institute of Technology<br>Pune- 411037
</p>
<p class="footer3">
<strong>Phone</strong> <br><a href="tel:+913232323232">+91-3232323232</a> <br><a href="tel:+912323232323">+91-2323232323</a>
</p>
<p class="footer4">
<strong>Email</strong> <br><a href="http://www.vit.edu/index.php/placements">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- <script type="text/javascript">
$("button").click(function() {
$('html,body').animate({
scrollTop: $(".alumni").offset().top},
'slow');
});
</script> -->
</html>