-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (203 loc) · 9.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>Cloudbox</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbar-affix">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-affix">
<div class="container">
<div class="navbar-header">
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a class="navbar-brand" href="#"><img alt="Logo" src="img/logo-nav.png"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#features">Features</a>
</li>
<li>
<a href="#social">Social</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="header-section" id="home">
<div class="header-section-content">
<h1>Cloudbox</h1>
<p>An All-In-One, Cloud Centric, Media Server Solution</p>
</div>
</div>
<div class="about-section" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Cloudbox</h2>
<p>An All-In-One, Cloud Centric, Media Server Solution.</p>
</div>
<div class="about-section-wrapper">
<div class="col-md-4">
<div class="about-section-item">
<div class="about-section-item-image"><img class="img-responsive" src="img/server.png"></div>
<div class="about-section-item-title">
<h4>No Bloatware</h4>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about-section-item">
<div class="about-section-item-image"><img class="img-responsive" src="img/code-file.png"></div>
<div class="about-section-item-title">
<h4>Well Documented</h4>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about-section-item">
<div class="about-section-item-image"><img class="img-responsive" src="img/lock.png"></div>
<div class="about-section-item-title">
<h4>Secure</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="features-section" id="features">
<div class="container">
<div class="row">
<div class="features-section-wrapper">
<div class="col-md-6">
<div class="features-section-title">
<h2 class="mt-0">Plex</h2>
</div>
<div class="features-section-description mb-20">
<p>Plex is a client-server media player system and software suite comprising two main components. The Plex Media Server desktop application runs on Windows, macOS and Linux-compatibles including some types of NAS devices.</p>
</div>
</div>
<div class="col-md-1">
<div style="padding: 0; margin: 0;"></div>
</div>
<div class="col-md-5"><img alt="Feature 1" class="img-responsive" src="img/plex.png"></div>
</div>
</div>
</div>
</div>
<div class="features-section" id="features">
<div class="container">
<div class="row">
<div class="features-section-wrapper">
<div class="col-md-5"><img alt="Feature 1" class="img-responsive" src="img/emby.png"></div>
<div class="col-md-1">
<div style="padding: 0; margin: 0;"></div>
</div>
<div class="col-md-6">
<div class="features-section-title">
<h2>Emby</h2>
</div>
<div class="features-section-description">
<p>Emby is a media server designed to organize, play, and stream audio and video to a variety of devices. Emby is a mostly open-source software title, with some closed-source components as of August 2017, and uses a client-server model.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="features-section" id="features">
<div class="container">
<div class="row">
<div class="features-section-wrapper">
<div class="col-md-6">
<div class="features-section-title">
<h2 class="mt-0">Radarr</h2>
</div>
<div class="features-section-description mb-20">
<p>Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent. The project was inspired by other Usenet/BitTorrent movie downloaders such as CouchPotato.</p>
</div>
</div>
<div class="col-md-1">
<div style="padding: 0; margin: 0;"></div>
</div>
<div class="col-md-5"><img alt="Feature 1" class="img-responsive" src="img/radarr.png"></div>
</div>
</div>
</div>
</div>
<div class="features-section" id="features">
<div class="container">
<div class="row">
<div class="features-section-wrapper">
<div class="col-md-5"><img alt="Feature 1" class="img-responsive" src="img/sonarr.png"></div>
<div class="col-md-1">
<div style="padding: 0; margin: 0;"></div>
</div>
<div class="col-md-6">
<div class="features-section-title">
<h2>Sonarr</h2>
</div>
<div class="features-section-description">
<p>Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="social-callout-section" id="social">
<div class="container">
<h1>Need Help?</h1>
<div class="row">
<div class="col-md-12">
<h2>Documentation</h2>
<p><a href="https://github.com/Cloudbox/Cloudbox/wiki">The CookBook</a> to success with Cloudbox.</p>
<br>
<h2>Github Issues</h2>
<p>The Github <a href="https://github.com/Cloudbox/Cloudbox/issues">Issues Page</a> is a good place to report an issues.</p>
<br>
<h2>FAQ</h2>
<p>Check out the most <a href="https://github.com/Cloudbox/Cloudbox/wiki/FAQ">commonly asked questions</a> about Cloudbox.</p>
<br>
<h2>Troubleshooting</h2>
<p>Have Installation or any other issues, check out our <a href="https://github.com/Cloudbox/Cloudbox/wiki/Logs">troubleshooting section</a>.</p>
<br>
<h2>Social</h2>
<p>Perfect place to get social <a href="https://discord.io/cloudbox">Discord</a> and <a href="https://reddit.com/r/Cloudbox">Reddit</a>.</p>
</div>
</div>
</div>
</div>
<footer class="footer-section">
<div class="container">
<div class="row">
<div class="footer-section-content">
<div class="col-md-12">
<ul class="list-unstyled list-inline">
<li>
<p>© Cloudbox 2017-2018.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script>
<script src="js/bootstrap.min.js">
</script>
<script src="js/custom.min.js">
</script>
</body>
</html>