forked from syncloud/syncloud.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (214 loc) · 10.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title data-i18n="index_page_title" >Your Personal Server - Syncloud</title>
<meta name="author" content="syncloud.org">
<meta name="description" content="Your Personal Server">
<meta name="keywords" content="Your Personal Server">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#64bc46">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/landing.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/flags.css">
</head>
<body style="display: none">
<!--HEADER-->
<div class="headblock">
<header class="wd12">
<a href="#block1" class="logo">Syncloud</a>
<div class="buttonblock" style="white-space: nowrap;">
<a class="button_border" href="https://github.com/syncloud/platform/wiki" onClick="_gaq.push(['_trackEvent', 'Landing', 'build']);" data-i18n="build_it">build it</a>
<a class="button_blue" href="https://shop.syncloud.org" onClick="_gaq.push(['_trackEvent', 'Landing', 'buy']);" data-i18n="buy_now">buy now</a>
<a class="button_blue" href="https://shop.syncloud.org/index.php?route=product/product&product_id=53" onClick="_gaq.push(['_trackEvent', 'Landing', 'donate']);" data-i18n="donate">donate</a>
</div>
<div class="menu">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</header>
<div class="navi">
<a href="why.html" data-i18n="why" onClick="_gaq.push(['_trackEvent', 'Landing', 'why']);">Why?</a>
<a href="setup.html" data-i18n="setup" onClick="_gaq.push(['_trackEvent', 'Landing', 'setup']);">Setup Device</a>
<a href="hardware.html" data-i18n="hardware" onClick="_gaq.push(['_trackEvent', 'Landing', 'hardware']);">Hardware</a>
<a href="apps.html" data-i18n="apps" onClick="_gaq.push(['_trackEvent', 'Landing', 'apps']);">Apps</a>
<a href="https://github.com/syncloud/platform/wiki" data-i18n="docs" onClick="_gaq.push(['_trackEvent', 'Landing', 'docs']);">Docs</a>
<a href="team.html" data-i18n="team" onClick="_gaq.push(['_trackEvent', 'Landing', 'Team']);">Team</a>
<a href="faq.html" data-i18n="faq" onClick="_gaq.push(['_trackEvent', 'Landing', 'faq']);">FAQ</a>
<a href="http://syncloud.it" data-i18n="login" onClick="_gaq.push(['_trackEvent', 'Landing', 'login']);">Your Account</a>
<a href="mailto:[email protected]" data-i18n="contact_us" onClick="_gaq.push(['_trackEvent', 'Landing', 'email']);">Contact Us</a>
<a href="https://www.facebook.com/thesyncloud" onClick="_gaq.push(['_trackEvent', 'Landing', 'facebook']);">Facebook</a>
<div class="flag-mobile-menu" id="language_mobile" data-input-name="country"></div>
</div>
</div>
<!--BLock1-->
<div class="bg1" id="block1">
<div class="midblock">
<h1 data-i18n="your_personal_server">Your Personal Server</h1>
<h2 data-i18n="syncloud_at_your_premises" >Syncloud device runs your services at your premises</h2>
<div class="buttonblock">
<a class="button_border" href="https://github.com/syncloud/platform/wiki" onClick="_gaq.push(['_trackEvent', 'Landing', 'build']);" data-i18n="build_it">build</a>
<a class="button_blue" href="https://shop.syncloud.org" onClick="_gaq.push(['_trackEvent', 'Landing', 'buy']);" data-i18n="buy_now">buy</a>
<a class="button_blue" href="https://shop.syncloud.org/index.php?route=product/product&product_id=53" onClick="_gaq.push(['_trackEvent', 'Landing', 'donate']);" data-i18n="donate">donate</a>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="3000">
<!-- Carousel indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
</ol>
<!-- Wrapper for carousel items -->
<div class="carousel-inner">
<div class="item active">
<img src="images/screenshot/device.png" alt="Device">
</div>
<div class="item">
<img src="images/screenshot/activate.png" alt="Activate">
</div>
<div class="item">
<img src="images/screenshot/appcenter.png" alt="App Center">
</div>
<div class="item">
<img src="images/screenshot/settings.png" alt="Settings">
</div>
<div class="item">
<img src="images/screenshot/nextcloud-login.png" alt="Nextcloud Login">
</div>
<div class="item">
<img src="images/screenshot/nextcloud-main.png" alt="Nextcloud Main">
</div>
<div class="item">
<img src="images/screenshot/diaspora-signup.png" alt="Diaspora Signup">
</div>
<div class="item">
<img src="images/screenshot/diaspora-stream.png" alt="Diaspora Stream">
</div>
</div>
<!-- Carousel controls -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
<!--<div class="block1"></div>-->
</div>
<!--BLock2-->
<div class="block2 wd12" id="block2">
<div class="bgblock bg2">
<a class="serv2" href="apps.html" >Diaspora</a>
<a class="serv4" href="apps.html" >Rocket.Chat</a>
<a class="serv5" href="apps.html" >Nextcloud</a>
</div>
<div class="blocktext">
<div class="bh1">
<span class="blue">Syn</span><span class="green">cloud</span><br>
<span data-i18n="comes_with_best_apps">comes with the best apps</span>
</div>
<div class="btext" data-i18n="index_page_apps_summary">
Imagine you can have your own online file storage, social network or email server. Great applications like Nextcloud and Diaspora are available on Syncloud device. Syncloud adapts these applications to run fast and provide best user experience.
</div>
</div>
</div>
<!--BLock3-->
<div class="bg3">
<div class="block3 wd12" id="block3">
<div class="bh1" data-i18n="easy_to_install">Easy to Install</div>
<div class="btext" data-i18n="index_page_install">You can setup Syncloud just by tapping your phone. Syncloud iOS and Android apps make installation process smooth and worry-free.</div>
<a href="setup.html" onClick="_gaq.push(['_trackEvent', 'Landing', 'setup']);">
<div class="block3bg"></div>
</a>
</div>
</div>
<!--BLock4-->
<div class="block4 wd12" id="block4">
<div class="bgblock bg4">
<div class="serv1"></div>
<div class="serv2"></div>
</div>
<div class="blocktext">
<div class="bh1" data-i18n="index_page_runs_at_home">Runs at home but available everywhere</div>
<div class="btext" >
<span data-i18n="index_page_run_summary">Syncloud device runs and stores all your data at your home. Want to access your files and data on the go? No problem, Syncloud device is available through Internet at</span> <a href="http://syncloud.it" onClick="_gaq.push(['_trackEvent', 'Landing', 'login']);">syncloud.it</a>. <span data-i18n="index_page_run_summary_1">Do not worry all Internet trafic is only between you and your Internet provider to gurantee privacy.</span>
</div>
</div>
</div>
<!--BLock5-->
<div class="bg5">
<div class="block5 wd12" id="block5">
<div class="bh1" data-i18n="cost_effective">
Cost effective
</div>
<div class="btext" >
<span data-i18n="index_page_cost">Got sick of these subscriptions payments? It's not an issue with Syncloud! You buy hardware once and there are no recurring payments. Syncloud supports selection of affordable hardware. In addition to this you'll get domain name at</span> <a href="http://syncloud.it" onClick="_gaq.push(['_trackEvent', 'Landing', 'login']);">syncloud.it</a> <span data-i18n="index_page_cost_1">for free.</span>
</div>
<div class="row">
<a class="round icon1" href="hardware.html" onClick="_gaq.push(['_trackEvent', 'Landing', 'hardware']);">
<span data-i18n="affordable_hardware">Affordable hardware</span>
</a>
<a href="why.html" class="round icon2">
<span data-i18n="no_monthly_payments">No monthly payments</span>
</a>
<a class="round icon3" href="http://syncloud.it" onClick="_gaq.push(['_trackEvent', 'Landing', 'login']);">
<span data-i18n="free">Free</span><span style="padding-top: 0" data-i18n="domain">domain</span>
</a>
</div>
</div>
</div>
<!--BLock6-->
<div class="bg6">
<div class="block6 wd12" id="block6">
<div class="bh1" data-i18n="we_believe_in_open_source">We believe in Open Source</div>
<div class="btext" data-i18n="index_page_open_source">
Syncloud is built on top of well known open source products including Debian, Avahi, python, nginx and many others. Syncloud would not be possible without these great projects. We believe that open source technologies and products have more potential, better quality, stronger security and simply they have more value. Therefore Syncloud itself is an open source project. Fork us on GitHub!
</div>
<div class="row">
<a href="https://github.com/syncloud/platform" target="_blank" class="opso2" onClick="_gaq.push(['_trackEvent', 'Landing', 'github']);">Github</a>
</div>
</div>
</div>
<!--footer-->
<div id="footer"></div>
<!-- Scripts-->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/google-analytics.js"></script>
<script src="js/i18next.min.js" ></script>
<script src="js/i18nextXHRBackend.min.js" ></script>
<script src="js/jquery-i18next.min.js" ></script>
<script src="js/i18nextBrowserLanguageDetector.min.js" ></script>
<script src="js/translation.js" ></script>
<script src="js/landing.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flagstrap.js"></script>
<script>
$(document).ready(function() {
init_index_page();
$('.carousel').carousel()
});
</script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<script src="js/IE9.js"></script>
<![endif]-->
<!-- END SCRIPTS -->
</body>
</html>