-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
82 lines (82 loc) · 3.95 KB
/
news.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>digital library news</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='library.css'>
<script src='main.js'></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">Digital Library</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="library.html"
>Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">Log in</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input
class="form-control mr-sm-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">
Search
</button>
</form>
</div>
<h1>library department recieved books donation from Gorverment</h1>
<p>in year 2020 our library has been one of the lucky facility. We got an oppotunity to recieve reading materials from the gorverment. We received all the new syllobus materials for both high schools and primary schools. also some research materials for high level learning which will all be provided online </p>
<h1> FREE ACCESS - SUPPORTING COVID-19 RESEARCH WORLDWIDE</h1>
<p>Covid-19 related full-text articles and chapters will be provided for as long as needed while the public health emergency is ongoing. Research tools and selected Virology and Infectious Disease
Researchers and data scientists focused on Coronavirus vaccine, drug, clinical, and other related research, are invited to freely access these Elsevier solutions to aid in their research efforts</p>
<h1>NEW BOOKS</h1>
<p>Welcome to our new online library </p>
<div class="row">
<div class="column">
<img src="1.jpg" style="width: 200px;height:10em">
<p>Story of the Titanic
Book by Eric Kentley</p>
<P>This is the tragic story of the Titanic, the biggest and most luxurious ocean liner the world had ever seen, which sank on her maiden voyage in April 1912. Beautiful, double-page illustrations with amazing cross-sections and cutaway details explain the construction and mechanical details of this gigantic ship and reveal life onboard for passengers and crew. </P>
</div>
<div class="column">
<img src="2.jpg" style="width: 200px;height:10em">
<P>HARRY POTTER Author: J. K. Rowling</P>
<P>Harry Potter is a series of seven fantasy novels written by British author J. K. Rowling. The novels chronicle the lives of a young wizard, Harry Potter, and his friends Hermione Granger and Ron Weasley, all of whom are students at Hogwarts School of Witchcraft and Wizardry</P>
</div>
<div class="column">
<img src="3.jpg" style="width: 200px;height:10em">
<P>THE JUNGLE Book</P>
<p>Mowgli is a young boy who has been raised by wolves. When a man-eating tiger threatens his life, his animal family tries to convince him to leave the jungle and live in the human village.</p>
S
</div>
</body>
</html>