-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (94 loc) · 2.9 KB
/
index.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
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Comic Book Day for iPhone and iPad</title>
<link href='style.css?nw' rel='stylesheet' type='text/css'>
<link href='https://www.studioamanga.com/comicbookday/' rel='canonical'>
<link href='https://www.studioamanga.com/img/favicon.ico' rel='shortcut icon'>
<link href='https://www.studioamanga.com/comicbookday/releasenotes.xml' rel='alternate' title='Comic Book Day version history' type='application/rss+xml'>
<meta content='Comic Book Day. Never miss a release of your favorite comic book.' name='description'>
<meta content='width=device-width' name='viewport'>
<meta content='app-id=788312005' name='apple-itunes-app'>
</head>
<body>
<nav class='general'>
<a href='https://www.studioamanga.com/'>
<img alt='StdAMG' src='img/icon-amg.png'>
<span>Studio AMANgA</span>
</a>
</nav>
<header class='top cropped-bottom'>
<div class='title'>
<img alt='Icon' class='icon' src='img/icon-72-2x.png'>
<h1>Comic Book Day</h1>
</div>
<div>
<img alt='Screens' class='showcase' src='img/screens.png'>
</div>
</header>
<section class='main'>
<p class='tagline'>
Never miss the latest issue of your favorite comic book.
</p>
<p class='tagline'>
Featured by Apple on the Mac App Store:
<br>
<q style='font-style: italic; font-weight: normal;'>Apps and Games We Love Right Now</q>
</p>
<p class='download'>
<a href='https://apps.apple.com/app/comic-book-day/id788312005'>
<img alt='Download on the App Store' src='img/download-appstore.svg'>
</a>
</p>
<p>
<strong>Keep Track</strong>
<br>
Organize the books you’ve already read, and know what to read next.
</p>
<p>
<strong>Get Notified</strong>
<br>
Receive a notification every time a new issue comes out.
</p>
<p>
<strong>Discover</strong>
<br>
Import books directly from a database of more than 380,000 comic books, manga, and other international publications.
</p>
<p>
<strong>Anytime, Anywhere</strong>
<br>
The app is available on iPhone, iPad, and Mac. Your library is always synchronized with iCloud.
</p>
<p>
<a href='https://apps.apple.com/app/comic-book-day/id788312005'>
Download Comic Book Day for free on the App Store and Mac App Store.
</a>
</p>
</section>
<div class='screenshots'>
<img alt='Reading List screenshot' src='img/screen-readinglist-2x.png' style='width: 260px;'>
<img alt='Issue details screenshot' src='img/screen-details-2x.png' style='width: 260px;'>
<img alt='Volume screenshot' src='img/screen-volume-2x.png' style='width: 260px;'>
<img alt='Credits screenshot' src='img/screen-credits-2x.png' style='width: 260px;'>
</div>
<footer>
<a href='https://www.studioamanga.com'>
<img alt='StdAMG' src='img/amgmini-black.png'>
</a>
<p>
“Comic Book Day” for iPhone, iPad, and Mac
<br>
<a href='releasenotes'>Release Notes</a>
(<a href="releasenotes.xml">RSS</a>)
/
<a href='privacy-policy'>Privacy Policy</a>
/
<a href='comicbookday-presskit.zip'>PressKit</a>
<br>
Made by Studio AMANgA 2014-2024
</p>
</footer>
</body>
</html>