-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (88 loc) · 4.51 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<title>Showpony Demo</title>
<meta name="description" content="A free multimedia engine for the web with automatic bookmarking, a simple API, and a light footprint!">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<!--Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="favicons/favicon.ico">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script src="script.js" defer async></script>
</head>
<body>
<header>
<nav>
<span><img class="svg-inline" src="images/logo.svg"></span>
<a href="https://github.com/joshpowlison/showpony/releases"><p>Download Showpony</p></a>
</nav>
</header>
<main>
<article>
<h1><img class="svg-inline" src="images/logo.svg"> Showpony</h1>
<h2>Is <strong>programming</strong> keeping you from <strong>storytelling</strong>?</h2>
<p>Have you been able to work on your story lately? Or has your website been breaking so often you don't feel like you have any time for that?</p>
<p>Maybe you've considered or tried pre-existing engines, but their quirks, appearances, missing features, or coding requirements are too much for you.</p>
<p>I was in the same place, and spent so much time on my website for 2 years that I didn't feel like I had time for actual storytelling. To the point where now I'm a professional programmer (no joke). I took my knowledge and experience from those times and started working on a new engine in 2017, with the goal of making the best suite for self-hosting stories: Showpony.</p>
</article>
<article>
<h2 id="intro">Check out a <select id="example-list">
<option value="vn">kinetic novel</option>
<option value="manga">manga</option>
<option value="comic">comic</option>
<option value="video">video series</option>
<!-- <option value="audio">audiobook</option> -->
<!-- <option value="text">serial novel</option> -->
</select> demo</h2>
</article>
<div id="manga" class="story hidden" data-path="showpony/showpony.php?path=samples/game-plan/&progress=file&direction=right-to-left"></div>
<div id="comic" class="story hidden" data-path="showpony/showpony.php?path=samples/orbit/&progress=file"></div>
<div id="video" class="story hidden" data-path="showpony/showpony.php?path=samples/sintel/"></div>
<div id="audio" class="story hidden" data-path="showpony/showpony.php?path=samples/bob-and-susie/"></div>
<div id="text" class="story hidden" data-path="showpony/showpony.php?path=samples/ecocrystals/&progress=file"></div>
<div id="vn" class="story hidden" data-path="showpony/showpony.php?path=samples/breakdown/"></div>
<article>
<h2>Showpony is:</h2>
<div class="selling-points">
<div class="selling-point">
<img src="images/logo.svg">
<p><strong>Friendly to Use</strong>: Mobile-friendly, fullscreen, automatic bookmarking, and more.</p>
</div>
<div class="selling-point">
<img src="images/logo.svg">
<p><strong>Friendly to Install</strong>: Add the files and you’re ready.</p>
</div>
<div class="selling-point">
<img src="images/logo.svg">
<p><strong>Friendly to Expand</strong>: Add languages and subtitles just by adding files for them.</p>
</div>
</div>
<p class="center"><strong>Stop coding and get back to storytelling.</strong></p>
</article>
<article>
<h2>Install Now</h2>
<p>[video tutorial]</p>
</article>
<article>
<h2>Any Questions?</h2>
<p>Feel free to tweet me on Twitter <a href="https://twitter.com/joshpowlison" target="_blank">@joshpowlison</a>. I'd be happy to help you out!</p>
</article>
<article>
<h2>Used by:</h3>
<div id="websites-using">
<a href="http://gameplanmanga.com" target="_blank"><img src="images/gameplan-banner.jpg"></a>
<a href="https://joshpowlison.itch.io/breakdown" target="_blank"><img src="images/breakdown-banner.jpg"></a>
</div>
<p><small>Email me at <a href="mailto:joshuapowlison@gmail.com" target="_blank">joshuapowlison@gmail.com</a> if you want to be included in the list! I will not include NSFW stories.</small></p>
</article>
</main>
<footer><p>Showpony is Open Source under an MIT License. Version in Demo: DEV BRANCH</p></footer>
</body>
</html>