-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (222 loc) · 11 KB
/
index.html
File metadata and controls
225 lines (222 loc) · 11 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title data-i18n="index_page_title" >Your Personal Cloud - 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://www.syncloud.it" onClick="_gaq.push(['_trackEvent', 'Landing', 'donate']);" data-i18n="subscribe">subscribe</a>
</div>
<div class="menu">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</header>
<div class="navi">
<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="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:syncloud@syncloud.it" data-i18n="contact_us" onClick="_gaq.push(['_trackEvent', 'Landing', 'email']);">Contact Us</a>
<a href="https://t.me/syncloud" onClick="_gaq.push(['_trackEvent', 'Landing', 'telegram']);">Telegram</a>
<a href="https://syncloud.discourse.group" onClick="_gaq.push(['_trackEvent', 'Landing', 'discourse']);">Discourse</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 App Box</h1>
<h2 data-i18n="syncloud_at_your_premises" >Syncloud device runs your apps at your premises</h2>
<div class="buttonblock">
<a class="button_blue" 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://www.syncloud.it" onClick="_gaq.push(['_trackEvent', 'Landing', 'subscribe']);" data-i18n="subscribe">subscribe</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>
<li data-target="#myCarousel" data-slide-to="8"></li>
<li data-target="#myCarousel" data-slide-to="9"></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/app-store.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.png" alt="Nextcloud">
</div>
<div class="item">
<img src="images/screenshot/collabora.png" alt="Collabora Office">
</div>
<div class="item">
<img src="images/screenshot/bitwarden.png" alt="Bitwarden Passwords">
</div>
<div class="item">
<img src="images/screenshot/matrix.png" alt="Matrix Messenger">
</div>
<div class="item">
<img src="images/screenshot/mastodon.jpg" alt="Mastodon Social Network">
</div>
<div class="item">
<img src="images/screenshot/standard-notes.png" alt="Standard Notes">
</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="serv4" href="apps.html" >Rocket.Chat</a>
<a class="serv5" href="apps.html" style="border-radius: 50%;" >Nextcloud</a>
<a class="serv2" href="apps.html" >Diaspora</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_new">
With Syncloud, your privacy is paramount. Our comprehensive suite of more than 30 applications ensures that your data remains secure and confidential, covering everything from document storage to AI-powered image generation, all processed directly on your hardware. This unique setup guarantees that your activities stay entirely private, without any unwanted access or surveillance.
</div>
</div>
</div>
<!--BLock3-->
<div class="bg3">
<div class="block3 wd12" id="block3">
<div class="bh1" data-i18n="easy_to_install_new">Easy to Install</div>
<div class="btext" data-i18n="index_page_install">We provide pre-installed hardware as well as disk images for you to convert your existing hardware into a personal cloud.</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_new">Secure</div>
<div class="btext" >
<span data-i18n="index_page_run_summary_new">
Syncloud device runs and stores all your data locally.
In our commitment to transparency, we make our source code readily accessible to all users.
This move reinforces our dedication to integrity and openness, underscoring our genuine desire to prioritize your privacy and security above all else.
Syncloud device is available through the 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 traffic is only between you and your Internet provider to guarantee 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_new_1">To ensure that we can maintain the highest standards of service and support, we offer a £5 monthly subscription after a free one-month trial period. This nominal fee allows us to continue enhancing our platform and providing you with the ongoing assistance you need to maintain your digital autonomy. With Syncloud, your data remains your own, and your digital journey stays firmly in your hands. Use your domain name or ours at</span> <a href="http://www.syncloud.it" onClick="_gaq.push(['_trackEvent', 'Landing', 'login']);">syncloud.it</a>
<span>We offer </span>
</div>
<div class="row">
<a class="round icon1" style="" href="hardware.html" onClick="_gaq.push(['_trackEvent', 'Landing', 'hardware']);">
<span data-i18n="affordable_hardware">Affordable hardware</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_new">
Syncloud would not be possible without the great open-source 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>