-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregulations.html
More file actions
130 lines (123 loc) · 5.93 KB
/
regulations.html
File metadata and controls
130 lines (123 loc) · 5.93 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Future University Library</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/img/logo.png" />
<!--Imports Font Awesome Icons-->
<link href="assets/font-awesome/css/all.css" rel="stylesheet">
<!--Imports Materialize Minified CSS v1.0.0-->
<link rel="stylesheet" href="assets/css/materialize.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/main.css" />
</head>
<body class="red lighten-5">
<!-- Top Nagvigation Bar -->
<header>
<nav>
<div class="nav-wrapper red lighten-1">
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="open_hours.html">Opening Hours</a></li>
<li><a href="staff.html">Library Staff</a></li>
<li><a href="regulations.html">Library Regulations</a></li>
<li><a href="instructions.html">Instructions</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<a href="#" class="brand-logo responsive center hide-on-large"><img src="assets/img/icon.png" class="unilogo left"
alt="">Future University Library</a>
<a href="#" class="brand-logo right show-on-large2 small-text"><img src="assets/img/icon.png" class="unilogo left"
alt=""> Future University Library</a>
<!-- Side-nav Trigger -->
<a href="#" data-target="slide-out" class="sidenav-trigger"><i class="fas fa-bars"></i></a>
</div>
</nav>
</header>
<!-- Side Navigation Bar -->
<ul id="slide-out" class="sidenav">
<li><a href="index.html">Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="open_hours.html">Opening Hours</a></li>
<li><a href="staff.html">Library Staff</a></li>
<li><a href="regulations.html">Library Regulations</a></li>
<li><a href="instructions.html">Instructions</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<!-- Main Body Content -->
<main>
<div class="row container">
<div class="row">
<blockquote>
<h4><i class="fas fa-clipboard-list red-text"></i></a>Libray
Regulations</h4>
</blockquote>
</div>
<div class="row">
<strong class="bigger-text red-text">
<h5>Purpose and Authority :</h5>
</strong>
<p class="flow-text">
<ul class="regulation-list">
<li>
The regulations of e-library of the Future University are a supplement to the
current edition of
the university statutes .
</li>
<li>They are intended to :-
<ol>
<li>Provide for the internal governance of the library. </li>
<li>Define further the rights and responsibilities of the library and the users.</li>
<li>Help the library achieving its goals.</li>
</ol>
</li>
<li><i class="red-text fas fa-asterisk"></i> However , in case of conflict of the
regulations with statutes , the latter will
PREVAIL. </li>
<li><i class="red-text fas fa-asterisk"></i> The regulations shall be effective from the
date of its endorsement by the authorities
concerned in the Future
University .</li>
</ul>
</div>
<div class="row">
<em class="red-text">Download Rules and Regulation PDF --> </em>
<a href="assets/download/rules®.pdf" class="btn-floating btn-large pulse hanan-color tooltipped" data-position="right"
data-tooltip="Rules and Regulations PDF">
<i class="fas fa-download"></i></a>
</div>
</div>
</main>
<!-- Page Footer -->
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Future University's Library</h5>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul style="width:60%;">
<li><a class="grey-text text-lighten-3" href="index.html">Home</a></li>
<li><a class="grey-text text-lighten-3" href="instructions.html">Instructions</a></li>
<li><a class="grey-text text-lighten-3" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright red lighten-1">
<div class="container">
© 2018 Copyright The Future University
<a class="grey-text text-lighten-4 right" target="_blank" href="http://fu.edu.sd">The
University's Site</a>
</div>
</div>
</footer>
<!-- Imports Jquery v3.3.1 -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- Imports Materialize Minified JavaScript v1.0.0 -->
<script src="assets/js/materialize.min.js"></script>
<script src="assets/js/$cript.js"></script>
</body>
</html>