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.
54 lines
1.7 KiB
HTML
54 lines
1.7 KiB
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Goosebumps</title>
|
|
<meta name="author" content="Biyi Wen">
|
|
<meta name="description" content="goosebumps">
|
|
<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">Goosebumps</li>
|
|
</ol>
|
|
</nav>
|
|
<h1>Goosebumps</h1>
|
|
<p style="margin-top:60px;">Goosebumps is a series of horror movies for children written by R.L.Stine published since 1992. The series survived in large quantity - 233 books were published under the umbrella of Goosebumps.</p>
|
|
</section>
|
|
<section id="gallery">
|
|
<picture>
|
|
<img srcset="img/goosebumps/dummy_en_200w.png, 200w"
|
|
sizes="(max-width: 2880px)100px"
|
|
src="img/goosebumps/dummy_en.jpg"
|
|
alt="goosebumps_cover_dummy_en">
|
|
|
|
<img
|
|
src="img/goosebumps/dummy_cn.jpg"
|
|
alt="goosebumps_cover_dummy_cn">
|
|
</picture>
|
|
<footer>
|
|
<p>Cover of original version and translation version of <i>Goosebumps: Night of the Living Dummy</i>.</p>
|
|
</footer>
|
|
|
|
</section>
|
|
<section class="noPrint" id="network">
|
|
<h1>Serial, Networked Literature</h1>
|
|
<ul class="topic">
|
|
<li><a href="mengmeng.html">Meng Meng's diaries</a></li>
|
|
<li><a href="romantic_novels.html">Romantic Novels</a></li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html> |