-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary7.html
114 lines (87 loc) · 4.35 KB
/
library7.html
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
<!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">
<title>HIT LIBRARY</title>
<link rel="stylesheet" href="library.css">
</head>
<body>
<section class="header">
<a href="index.html"><img src="images/HIT_20.png" height=75vh width=75vh></a>
<div class="text-box">
<h1>Heritage Institute Of Technology Kolkata</h1>
<p>Where learning is an interactive evolutionary process
<br>An Autonomous Institution affiliated to MAKAUT, West Bengal<br>(Accredited with 'A' Grade by NAAC
w.e.f. 12/07/2022)
</p>
</div>
</section>
<div class="lk">
<h2 style="text-align:center"><b><i>Library Department</i></b></h2>
</div>
<section class="header1">
<nav>
<div class="nav-links" id="navLinks">
<i class="fa fa-close" onclick="hideMenu()"></i>
<ul>
<li><a href="library.html">Home</a></li>
<li><a href="library1.html">Aims and Objectives</a></li>
<li><a href="library2.html">Functions</a></li>
<li><a href="library3.html">Services</a></li>
<li><a href="library4.html">Collections</a></li>
<li><a href="library5.html">Digital Library</a></li>
<li><a href="library6.html">Library Rules</a></li>
<li><a href="library7.html">Other Libraries</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
</section>
<video src="x.mp4" height=50% width=100% controls muted loop autoplay style="border:2px solid black"></video>
<div id="sb">
<div id="kol3">
<p style="color:blue ;font-size:20px"><b>Other Libraries</b></p><br>
<p style="font-family:Arial;text-align:justify;font-size:15px;color:rgb(32, 9, 9);">
Within the Campus, there are Heritage Business School library(for MBA), The Heritage Academy Library (for BBA, BCA & Media science), The Heritage Law college library and The Heritage College Library . The Heritage School has its libraries for different levels of students.
</p>
</div>
<div id="kolk3">
<h1>QUICK LINKS</h1><br>
<ol >
<li><b>1.</b><a href="http://136.232.2.202:8380/opac/" target="_blank">Web-OPAC</a></li>
<li><b>2.</b><a href="https://ndl.iitkgp.ac.in/" target="_blank">National Digital Library of India</a></li>
<li><b>3.</b><a href="https://nptel.ac.in/" target="_blank">NPTEL</a></li>
<li><b>4.</b><a href="https://swayam.gov.in/" target="_blank">SWAYAM</a></li>
<li><b>5.</b><a href="https://epgp.inflibnet.ac.in/" target="_blank">e-Pathshala</a></li>
<li><b>6.</b><a href="https://egyankosh.ac.in/" target="_blank">e-Gyankosh</a></li>
</ol>
</div>
</div>
<div id="box">
<div id="a"><b>
Heritage Institute of Technology</b><br>
Chowbaga Road, Anandapur,<br>
PO:East Kolkata Township, Kolkata 700 107<br>
Ph: +91 33 6627 0600 / 0609 / 0614 / 0622<br>
Fax: +91 33 2443 0455 / 1794<br>
E-mail: admin@heritageit.edu
</div>
<div id="b">
INFO DESK: 9830201234
</div>
<div id="c">
<b>Other Heritage Group Institutions</b>
<li><a href="https://www.theheritageschool.org/index.php">The Heritage School</a></li>
<li><a href="http://hbs.edu.in/">Heritage Business School</a></li>
<li><a href="http://www.theheritageacademy.in/">The Heritage Academy</a></li>
<li><a href="https://www.hlc.edu.in/">Heritage Law College</a></li>
<li><a href="https://www.thc.edu.in/">The Heritage College</a></li>
</div>
</div>
<div id="bang">
<p style="text-align:center;">Copyright © 2023,Heritage Institute of Technology,All rights reserved</p>
</div>
</body>
</html>