-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbookshelfs.html
72 lines (62 loc) · 2.68 KB
/
bookshelfs.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Yumputests by YumpuTeam</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<script type="text/javascript" src="//www.yumpu.com/assets/v4/js/modules/toddycat/bin/YumpuMagazine.min.js"></script>
<style>
h3{
margin-top:10px;
}
.pull-left{
float:left;
}
.clearfix:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0px;
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name">Bookshelfs</h1>
<h2 class="project-tagline">Publishing digital magazines worldwide</h2>
<a href="index.html" class="btn">View magazines</a>
<a href="bookshelfs.html" class="btn">View bookshelfs</a>
<a href="randomized-magazines.html" class="btn">View randomized magazines</a>
</section>
<section class="main-content">
<div class="yp-bookshelfs clearfix">
<div class="pull-left">
<h3>GITHUB PAGES BOOKSHELF #1</h3>
<p>(Default bookshelf)</p>
<div id="yp-default-bookshelf" style="width:600px; height:260px; background-color:#FFFFFF;"></div>
<script>
var myYumpu = new Yumpu();
myYumpu.create_bookshelf("#yp-default-bookshelf", "ktxeWhPWqhtLEZnq", "s.moser" );
</script>
</div>
<div class="pull-left">
<h3>GITHUB PAGES BOOKSHELF #2</h3>
<p>(bookshelf with modified settings)</p>
<div id="yp-my-bookshelf" style="width:600px; height:260px; background-color:#FFFFFF;"></div>
<script>
myYumpu.create_bookshelf("#yp-my-bookshelf", "4dQ4gnyqN3TBKB42", "s.moser", { fullscreenLinkingActivated:"on", yumpu_bookshelf_flip_btn_color:"dark", title_font_color:"442222" } );
</script>
</div>
</div>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/YumpuTeam/YumpuTests">Yumputests</a> is maintained by <a href="https://github.com/YumpuTeam">YumpuTeam</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>