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.
68 lines
2.4 KiB
HTML
68 lines
2.4 KiB
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>union library</title>
|
|
<meta name="author" content="Biyi Wen">
|
|
<meta name="description" content="union 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">Nanhai Book Center</a></li>
|
|
<li class="crumb"><a href="wang_zhen.html">Wang Zhen</a></li>
|
|
<li class="crumb">Employees' Library</li>
|
|
|
|
</ol>
|
|
</nav>
|
|
<h1>Union Library</h1>
|
|
<p style="margin-top:60px;">The union library took up a humble fraction of space, with very limited collection. There was also a union fitness room, employees would go there and play ping pong after work.</p>
|
|
|
|
<p>Additional to ping pong, there are several fitness devices. For example, there was an device to place a band over your waist, and than a motor would vibrate the waist band. The function of this machine is to loose belly fat without actively excersizing</p>
|
|
|
|
<p>In the gallery are variations of early fitness devices, found on <b>The Old Look Magazine.</b></p>
|
|
</section>
|
|
|
|
<section id="gallery">
|
|
<picture>
|
|
<img srcset="img/union_library/1_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/1.jpg">
|
|
<img srcset="img/union_library/2_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/2.jpg">
|
|
<img srcset="img/union_library/3_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/3.jpg">
|
|
<img srcset="img/union_library/4_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/4.jpg">
|
|
<img srcset="img/union_library/5_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/5.jpg">
|
|
<img srcset="img/union_library/6_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/6.jpg">
|
|
<img page-break-after="always"
|
|
srcset="img/union_library/7_200w.png 200w,"
|
|
sizes="(max-width: 2880px) 100px"
|
|
src="img/union_library/7.jpg">
|
|
|
|
|
|
</picture>
|
|
</section>
|
|
<!-- <section id="network">network</section> -->
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|