You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>public library</title>
<meta name="author" content="Biyi Wen">
<meta name="description" content="public library">
<link href="https://fonts.googleapis.com/css?family=Margarine" rel="stylesheet">
<link rel="stylesheet" href="template.css">
<link rel="stylesheet" href="bg_3.css">
</head>
<body>
<div id="container">
<section id="text">
<nav class="crumbs">
<ol>
<li class="crumb"><a href="index.html">Index</a></li>
<li class="crumb"><a href="borges_bookstore.html">Borges Bookstore</a></li>
<li class="crumb"><a href="nanhai_book_center.html">Nanhai Book Center</a></li>
<li class="crumb">Public Library</li>
</ol>
</nav>
<h1>Public Library</h1>
<p style="margin-top:60px;">Recent star architecture for public institutions had become a phenomenon. In 2011, a new Nanhai Museum was built to celebrate the district's cultural heritage. In 2012, the new Guangzhou Library was completed. It's adjacent neighbor is the Guangzhou Opera House. Designed by Zaha Hadid, it is the provincial government's hope to establish it as a cultural icon and institution.</p>
</section>
<section id="gallery">
<picture>
<img srcset="img/public_library/guangzhou_library_200w.png 200w,"
sizes="(max-width: 2880px) 100px"
src="img/public_library/guangzhou_library.jpg" alt="guangzhou library">
<img srcset="img/public_library/guangzhou_opera_house_200w.png 200w,"
sizes="(max-width: 2880px) 100px"
src="img/public_library/guangzhou_opera_house.jpg" alt="guangzhou opera house">
<img srcset="img/public_library/nanhai_museum_200w.png 200w,"
sizes="(max-width: 2880px) 100px"
src="img/public_library/nanhai_museum.jpg" alt="nanhai museum">
<footer id="gallery">
<p>The central library of the province: Guangzhou Library, and Guangzhou Opera House, where major performances took place. Nanhai Museum, also modernized in appearance in its new appearance and volume.</p>
</footer>
</picture>
</section>
<section class="noPrint" id="network">
<h1>Libraries, Centralized or Distributed Institution?</h1>
<p>Libraries operate at different scales. The Guangzhou Library for example, is a major library that perform centralized roles. On scale of smaller communities, flexible community library also exist. Read the following pages for libraries on different scales.</p>
<ul class="topic">
<li><a href="union_library.html">Employee's Library</a></li>
<li></li>
<li><a href="nanhai_library.html">Nanhai Library</a></li>
<li></li>
</ul>
</section>
</div>
</body>
</html>