-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (241 loc) · 11.7 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html>
<head>
<base href="" />
<title>Web to Plex</title>
<meta charset="utf-8"/>
<meta name="theme-color" content="#F34245"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="A website for the Web to Plex extension."/>
<meta name="google-site-verification" content="2JY8AbAUdzatAGnxoFDxk7_0ZacDJY7AodDSokvZ4Oo" />
<link rel="shortcut icon" href="icon/48.png"/>
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
<body>
<div id="main-container">
<!-- Header -->
<iframe head src="header.html">
<!-- Backup header -->
<header>
<left>
<a href="/" target="_top"><img id="icon" src="image/logo.png" height="40px"/></a>
</left>
<right>
<a class="button" href="web/" target="_top">Web App</a>
<a class="button" href="/#installation" target="_top">Download</a>
</right>
</header>
</iframe>
<!-- First section, welcoming message(s) -->
<section id="welcome">
<h1>Web to Plex</h1>
<span grey>Search your <a href="https://www.plex.tv/downloads/" orange>Plex Media Server</a> online.</span>
</section>
<!-- Getting started -->
<section id="getting-started" black -light-grey>
<h3>Getting started</h3>
<table>
<tr>
<!-- Badges -->
<td><img badge src="image/get-plex.png"/></td>
<td><img badge src="image/get-web-to-plex.png"/></td>
<td><img badge src="image/enjoy.png"/></td>
</tr>
<tr>
<!-- Captions -->
<td>1. Get <a href="https://www.plex.tv/downloads/" orange>Plex</a> for your device.<em>*</em></td>
<td>2. Install <a href="#installation" orange>Web to Plex</a>.</td>
<td>3. Enjoy your new browsing experience.</td>
</tr>
</table>
<em>* This step is optional.</em>
</section>
<!-- Why Web to Plex? -->
<section id="why-web-to-plex" black>
<h3>Why Web to Plex?</h3>
<p>
Web to Plex searches your Plex Media Server(s) for matching media on sites lime <a href="https://imdb.com/" orange>IMDb</a>,
letting you immediately open the Movie or TV Show on Plex (if available). If the item isn't found on Plex, you'll be given the option to download or send the item to a supported manager.
</p>
<img inline src="image/example-on-device.png"/>
</section>
<!-- Installation links -->
<section id="installation" black -light-grey>
<h3>Install Web to Plex</h3>
<div id="install" source="storefront">
<table>
<tr id="sources">
<td><a class="source" href="#installation" value="storefront">Storefront</a></td>
<td><a class="source" href="#installation" value="github">GitHub</a></td>
</tr>
<!-- Storefront -->
<tr source="Storefront" version>
<td>
<a class="install button" href="https://chrome.google.com/webstore/detail/web-to-plex/cbpdknicmfolbdpakjihphblioajkcfl" white -black ::dark-grey>
<img width=32px src="icon/chrome.png"/>
<div content>
<label for="chrome-version" orange>Chrome</label>
<div id="chrome-version">v4.1.2.4</div>
</div>
</a>
</td>
<td>
<a class="install button" href="https://addons.mozilla.org/en-US/firefox/addon/web-2-plex/" white -black ::dark-grey>
<img width=32px src="icon/firefox.png"/>
<div content>
<label for="firefox-version" orange>Firefox</label>
<div id="firefox-version"></div>
</div>
</a>
</td>
<td>
<a class="install button" href="https://microsoftedge.microsoft.com/addons/detail/njkjmenckbpknhnepepbiikcjeboooon" white -black ::dark-grey>
<img width=32px src="icon/edge.png"/>
<div content>
<label for="edge-version" orange>Edge</label>
<div id="edge-version"></div>
</div>
</a>
</td>
<td>
<a class="install button" href="https://addons.opera.com/extensions/details/web-to-plex/" white -black ::dark-grey>
<img width=32px src="icon/opera.png"/>
<div content>
<label for="opera-version" orange>Opera</label>
<div id="opera-version"></div>
</div>
</a>
</td>
</tr>
<!-- GitHub -->
<tr source="GitHub" version>
<td>
<a class="install button" href="https://github.com/webtoplex/browser-extension/blob/master/src.zip" white -black ::dark-grey>
<img width=32px src="icon/chrome.png"/>
<div content>
<label for="chrome-version" orange>Chrome</label>
<div id="chrome-version"></div>
</div>
</a>
</td>
<td>
<a class="install button" href="https://github.com/webtoplex/browser-extension/blob/master/moz.zip" white -black ::dark-grey>
<img width=32px src="icon/firefox.png"/>
<div content>
<label for="firefox-version" orange>Firefox</label>
<div id="firefox-version"></div>
</div>
</a>
</td>
<td>
<a class="install button" href="https://github.com/webtoplex/browser-extension/blob/master/win.zip" white -black ::dark-grey>
<img width=32px src="icon/edge.png"/>
<div content>
<label for="edge-version" orange>Edge</label>
<div id="edge-version"></div>
</div>
</a>
</td>
<td>
<a class="install button" href="https://github.com/webtoplex/browser-extension/blob/master/opa.zip" white -black ::dark-grey>
<img width=32px src="icon/opera.png"/>
<div content>
<label for="opera-version" orange>Opera</label>
<div id="opera-version"></div>
</div>
</a>
</td>
</tr>
</table>
</div>
<br>
<p>
By downloading this software, you accept the <a href="terms" orange>Terms of Service</a> and conditions.
</p>
</section>
<!-- External links -->
<section id="external" white -orange>
<table>
<tr>
<!-- Title -->
<td h3>GitHub</td>
<td h3>Chrome WebStore</td>
<td h3>Firefox Addons</td>
<td h3>Microsoft Addons</td>
<td h3>Opera Addons</td>
</tr>
<tr>
<!-- Sub-Title -->
<td h4><a href="https://github.com/SpaceK33z/web-to-plex/issues/" target="_blank" :black>Open issues</a></td>
<td h4>Reviews</td>
<td h4>Reviews</td>
<td h4>Reviews</td>
<td h4>Reviews</td>
</tr>
<tr>
<!-- Content -->
<td h2 id="github-open">N/A</td>
<td h2>N/A</td>
<td h2>N/A</td>
<td h2>N/A</td>
<td h2>N/A</td>
</tr>
<tr>
<!-- Ratings -->
<td></td>
<td rating="5.0"></td>
<td rating="5.0"></td>
<td rating="5.0"></td>
<td rating="5.0"></td>
</tr>
<tr>
<!-- Ratings -->
<td id="github-total"></td>
<td>0 reviews</td>
<td>0 reviews</td>
<td>0 reviews</td>
<td>0 reviews</td>
</tr>
</table>
</section>
<!-- Footer -->
<iframe foot src="footer.html">
<!-- Backup footer -->
<footer grey -black>
<table>
<tr>
<!-- Titles -->
<td h4 white><a href="#">Downloads</a></td>
<td h4 white><a href="#">Support</a></td>
<td h4 white><a href="#">Contact</a></td>
<td h4 white><a href="#">Information</a></td>
</tr>
<tr>
<!-- Sub-Titles -->
<td><a href="https://www.plex.tv/media-server-downloads/" target="_top">Plex Media Server</a></td>
<td><a href="https://github.com/webtoplex/browser-extension/" target="_top">GitHub</a></td>
<td><a href="mailto:[email protected]">e-mail</a></td>
<td><a href="faq" target="_top">FAQs</a></td>
</tr>
<tr>
<!-- Sub-Titles -->
<td><a href="https://github.com/webtoplex/browser-extension/" target="_top">Source Code</a></td>
<td><a href="https://github.com/webtoplex/browser-extension/wiki/" target="_top">GitHub Wiki</a></td>
<td><a href="https://github.com/webtoplex/" target="_top">@webtoplex</a></td>
<td><a href="privacy" target="_top">Privacy Policy</a></td>
</tr>
<tr>
<!-- Sub-Titles -->
<td></td>
<td><a href="https://github.com/SpaceK33z/web-to-plex/issues/" target="_top">GitHub Issues (<span id="github-open">0</span> open)</a></td>
<td></td>
<td><a href="terms" target="_top">Terms of Service</a></td>
</tr>
</table>
</footer>
</iframe>
</div>
<!-- Run after completion -->
<script type="text/javascript" src="index.js"></script>
</body>
</html>