-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudent.php
85 lines (60 loc) · 2.07 KB
/
student.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
<?php include('server.php') ?>
<!doctype html>
<html>
<head>
<link rel="shortcut icon" type="image/png" href="vit.png">
<title>Student</title>
<link rel="stylesheet" type="text/css" href="stl.css">
</head>
<body>
<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 Insititute of Technology, Pune</a><br>
</h6>
</div>
</div>
</div>
</div>
<div class="student1">
<ul class="list-unstyled1 list-horizontal-layout right-align">
<a href="student_register.php" class="btn3">Student Registration</a>
<a href="student_login_placement.php" class="btn3">Student login-placement</a>
<a href="student_login_int.php" class="btn3">Student login-Intern</a>
</ul>
</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-1">
<h4 class="mg-md bloc-mob-center-text tc-dim-gray">
<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>
</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
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
$("button").click(function() {
$('html,body').animate({
scrollTop: $(".alumni").offset().top},
'slow');
});
</script>
</html>