-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
72 lines (64 loc) · 3.66 KB
/
home.html
File metadata and controls
72 lines (64 loc) · 3.66 KB
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
<!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">
<link rel="stylesheet" href="style.css">
<title>Home</title>
</head>
<body>
<div class="header">
<h1><center>Vellore Institute of Technology AP University</center></h1>
</div>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="department.html">Department</a></li>
<li><a href="student.html">Student Registration</a></li>
<li><a href="https://vtop2.vitap.ac.in/vtop/">VTOP Student Login</a></li>
</ul>
<div class="main-content">
<div>
<h1>Welcome To Vellore Institute Of Technology, A.P
</h1>
<h3>
With a history of 32 years of innovation in educational and research domain, VIT has been a forerunner in delivering quality education.
Consistently ranked among the top educational institutes in the country, the VIT group of institutions have had a proud tradition of pursuing knowledge and excellence. In keeping with this tradition, the leadership
at VIT-AP resonates a dynamic blend of academic initiative and industry partnership with a vision of creating one of the finest academic destinations in the world.
The VIT-AP campus, which is poised to become one of the country’s best campuses, offers several avenues to explore your interests, identify core competencies, and engage in an evolving lifecycle of education and growth.
</h3>
<h2>It is a place where:</h2>
<div style="float:none;">
<li>Students are offered immense opportunities to learn, practice, grow, and thrive</li>
<br>
<li>Autonomous learning is encouraged in order to enable students to chart their own course</li>
<br>
<li>Students carry out hands on experiments related to programme content in the form of Engineering Clinics</li>
<br>
<li>Industrial and international exposure is provided</li>
<br>
<li>Overall personality development is ensured through sports, clubs and chapters, and cultural activities.</li>
</div>
</div>
<br>
<div>
<h2>Images</h2>
<img src="AB1.jpg" alt="campus photo">
<h2>Placements</h2>
<img src="https://vitap.ac.in/wp-content/uploads/2021/01/PAT_Consolidated-Poster-Logos_7th_jan-440x293.jpg" alt="placements">
<h2>For more Information visit:- <br>
<a href="https://vitap.ac.in/"><img src="https://vitap.ac.in/wp-content/uploads/2017/12/vitapnew.png" alt="VIT AP Logo" style="width:60px;height:40px;"></a></h2>
<h2>Follow us:</h2>
<a href="https://www.instagram.com/vitap.university/">
<img src="https://img.favpng.com/11/18/23/instagram-logo-computer-icons-png-favpng-3q0ij4EWL99aZ8Y7xH6RzvniV.jpg" alt="Instagram" style="width:40px;height:40px;">
</a>
<a href="https://www.linkedin.com/company/vit-ap/">
<img src="https://icons-for-free.com/iconfiles/png/512/sc+linkedin-131965017554733397.png" alt="linkedin" style="width:40px;height:40px;">
</a>
</div>
</div>
<footer>
<h3>VIT-AP University, Inavolu, Beside AP Secratariat, Pin Code : 522511</h3>
</footer>
</body>
</html>