-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
90 lines (72 loc) · 4.02 KB
/
resources.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Resources</title>
</head>
<body bgcolor="pink">
<header>
<div class="logo"><img src="logo2.png"></div>
<div class="heading">
<h1>NMAM INSTITUTE OF TECHNOLOGY</h1>
<p>Nitte Deemed to be University</p>
<p>Nitte, Karkala Taluk, Udupi - 574110. Karnataka, India</p></div>
<div class="adm"><a href="https://apply.nitte.edu.in/" target="_new">Apply Now</a></div>
</header>
<main>
<div class="content1">
<div class="menu">
<nav class="navbar">
<ul>
<a href="index.html"><li>Home</li></a>
<a href="department.html"><li>Department</li></a>
<a href="resources.html"><li>Resources</li></a>
<a href="contact.html"><li>Contact Us</li></a>
</ul>
</nav>
</div>
<div class="dept">
<ul>
<a href="#hostel"><li>Hostel Facility</li></a>
<a href="#std"><li>Student Co-operative Society</li></a>
<a href="#library"><li>Library Facility</li></a>
</ul>
<ul>
<li><img src="hostel.jpg"></li>
<li><img src="std.jpg"></li>
<li><img src="library.jpg"></li>
</ul>
</div>
</div>
<section id="hostel">
<h1>Hostel Facility</h1>
<p>
NMAMIT has separate hostel blocks for Boys and Girls on sharing basis in order to provide a good environment to the students to continue their studies in a healthy and caring atmosphere. Almost 50% of the students stay at Hostels.
NMAMIT has 7 boys hostel blocks and 4 girls’ hostel blocks in the campus. Each hostel block is managed under the supervision of a Manager and co-workers at the hostel block.
</p>
<p>Each room in all the hostels has been furnished with cots, tables, chairs, wardrobe and a ceiling fan.
Hostel runs vegetarian and non-vegetarian mess with North Indian and South India food to meet the needs of students from all over the country. Cultural events, self development programs, academic support activities are conducted exclusively to hostel students on regular basis. All the hostel blocks are well connected with 310mbps Campus Wi-Fi network.</p>
</section>
<section id="std">
<h1>Student Co-operative Society</h1>
<p>
NET Institutions Students consumers’ co-operative stores Ltd. started functioning from 28 December 1988. The society is registered under the Karnataka State Co-operative Act1959. (Registration Number AR38/RNR 88-89) As per the act the society is registered under the name “NET Institutions Students’ Consumers’ co-operative stores Ltd.” from the year of its establishment.</p>
<p> The cooperative society endeavours to meet the requirements of the students and staff of NET Campus. As per the State Government act of the society, the board of directors is to be selected for a five year duration. For the academic year 2015-2020 new board of directors were selected as per the norms of the society and following are the board of directors for the next 5 years.
</p>
</section>
<section id="library">
<h1>Library Facility</h1>
<p>The NMAMIT Central Library is housed in the main wing of the college academic building and open from 8.00 am to 11.00 p.m
The total area of the library is 31000sft and accommodates 750 students at a time.
The library is fully automated using ‘KOHA’ , a web enabled open source library automation software.
Barcode system is followed for transaction of books and other documents.</p>
<p>There are four professional, five technical and six assistants working in different shifts, to assist more than 5000+ user members.
The library has a collection of 86947 volumes of text and reference books (as on 27-04-2022).
The institute library has also developed a full-fledged Digital Library by installing 25 multimedia computer systems on LAN.
The library subscribes to 204 national land international periodicals pertaining to core engineering disciplines, in hard copies.</p>
</section>
</main>
</body>
</html>