-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
361 lines (320 loc) · 16.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ringring.io</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link href="css/animate.min.css" rel="stylesheet">
<!-- Magnific popup -->
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- Revolution slider -->
<link href="css/settings.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- LESS Stylesheet -->
<link href="css/less-style.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Color Style sheet - black, red, green, lblue, blue, brown, yellow, purple, rose, orange-->
<link href="css/style-blue.css" rel="stylesheet"/>
<!-- Styleswitcher block starts. You can remove this styleswticher block if you don't want style switcher -->
<!-- Styleswitcher CSS -->
<link href="css/style-switcher.css" rel="stylesheet"/>
<!-- Other stylesheets for Style switching. These won't run by default. -->
<link rel="alternate stylesheet" type="text/css" href="css/style-black.css" title="black">
<link rel="alternate stylesheet" type="text/css" href="css/style-red.css" title="red">
<link rel="alternate stylesheet" type="text/css" href="css/style-green.css" title="green">
<link rel="alternate stylesheet" type="text/css" href="css/style-lblue.css" title="lblue">
<link rel="alternate stylesheet" type="text/css" href="css/style-blue.css" title="blue">
<link rel="alternate stylesheet" type="text/css" href="css/style-brown.css" title="brown">
<link rel="alternate stylesheet" type="text/css" href="css/style-yellow.css" title="yellow">
<link rel="alternate stylesheet" type="text/css" href="css/style-purple.css" title="purple">
<link rel="alternate stylesheet" type="text/css" href="css/style-rose.css" title="rose">
<link rel="alternate stylesheet" type="text/css" href="css/style-orange.css" title="orange">
<!-- Styleswitcher block ends. If you are removing this, you need to remove the Stylesheet JS block in Bootstrap of the page. -->
<!-- Favicon -->
<link rel="shortcut icon" href="#">
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//ybuffer.com/piwik/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 3]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//ybuffer.com/piwik/piwik.php?idsite=3" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</head>
<body>
<!-- Wrapper -->
<div class="wrapper">
<!-- Header Area -->
<div class="header">
<!-- Navigation Menu -->
<nav class="navbar navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO in brand section -->
<a class="navbar-brand" href="#home">
<!-- Logo Text -->
<h1><i class="fa fa-mobile-phone"></i> Ringring.io</h1>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navigation End -->
</div>
<!-- Header End -->
<!-- For navigation -->
<section id="home">
<div class="tp-banner-container">
<div class="tp-banner">
<ul>
<!-- Slider one -->
<li data-transition="slideup" data-slotamount="1">
<!-- Heading -->
<div
class="caption tp-caption sft large_bold_white"
data-x="left"
data-y="110"
data-speed="700"
data-start="1700"
data-easing="easeOutBack">
Privacy on your Phone<br /> with no footprint
</div>
<!-- Para -->
<div
class="caption tp-caption sfl custom_para"
data-x="left"
data-y="245"
data-speed="500"
data-start="2100"
data-easing="easeOutBack">
Ringring.io is a <b>Phone</b> and <b>Messaging</b> application built for <b>privacy</b> with open<br />
architectures. You can originate calls and send messages in a <b>secured</b> way with<br />
<b>no data-collecting</b> man or company in the middle. <br />
<br />
The app is designed to <b>do not keep any footprint</b> on the server and <b> on your device</b>.
</div>
<!-- Button -->
<div
class="caption tp-caption sfl"
data-x="left"
data-y="430"
data-speed="500"
data-start="2600"
data-easing="easeOutBack">
<a href="https://itunes.apple.com/us/app/ringring/id883785412?ls=1&mt=8" class="btn btn-slider"><i class="fa fa-apple"> Download on the App Store</i></a>
</div>
<!-- Image -->
<div
class="caption sfr"
data-x="right"
data-y="110"
data-speed="500"
data-start="3200"
data-easing="easeOutBack">
<img src="img/slider/logo.png" alt="" class="img-responsive" />
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Main Content -->
<div class="main-content">
<!-- Mini CTA -->
<div class="mini-cta">
<div class="container">
<h3>Ringring.io is open source. It's hosted, developed, and maintained on GitHub</h3> <a href="http://github.com/ringring-io/ringring-ios" class="btn btn-theme"><i class="fa fa-github"> GitHub project</i></a>
<iframe src="http://ghbtns.com/github-btn.html?user=ringring-io&repo=ringring-ios&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=ringring-io&repo=ringring-ios&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
</div>
</div>
<!-- For navigation -->
<section id="about">
<!-- About Start -->
<div class="about">
<!-- About heading -->
<div class="about-heading text-center">
<h2>About</h2>
</div>
<!-- About Us block main content -->
<div class="about-content">
<div class="container">
<!-- About logo -->
<div class="about-logo text-center">
<h3><i class="fa fa-shield color"></i> Ringring.io</h3>
<p>Bunch of features to give you the privacy in your secret calls and messages.</p>
</div>
<hr />
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="about-w">
<h3><i class="fa fa-bomb color"></i> Self destruct messages</h3>
<!-- Paragraph -->
<p>Secret messages will self destruct automatically once when it's read.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="about-w">
<!-- Heading -->
<h3><i class="fa fa-lock color"></i> End to end secured calls</h3>
<!-- Paragraph -->
<p>Secret calls are protected by the <a href="http://en.wikipedia.org/wiki/ZRTP">ZRTP</a> protocol and it is guaranteed there is no man or company in the middle with spying activities.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="about-w">
<!-- Heading -->
<h3><i class="fa fa-bomb color"></i> Self destruct call logs</h3>
<!-- Paragraph -->
<p>Call logs on your device will self destruct automatically once when it's read.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="about-w">
<h3><i class="fa fa-trash-o color"></i> Do not store your activities</h3>
<!-- Paragraph -->
<p>The Ringring.io servers are working only as a media proxy and VoIP registar. We simply do not have the capacity or technical requirements to store or analyse the highly protected activities.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="about-w">
<!-- Heading -->
<h3><i class="fa fa-cloud color"></i> No man in the middle</h3>
<!-- Paragraph -->
<p>Thanks to the highly secured <a href="http://en.wikipedia.org/wiki/ZRTP">ZRTP</a> protocol your generated keys are sent directly to your partner and not through the Ringring.io servers.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="about-w">
<!-- Heading -->
<h3><i class="fa fa-users color"></i> One address book</h3>
<!-- Paragraph -->
<p>The contacts are all in the same address book what you got used to and no pressure to create a second one with a subset of your friends.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
</section>
<!-- CTA Start -->
<div class="cta">
<div class="container">
<!-- CTA Content -->
<div class="cta-content">
<div class="row">
<div class="col-md-8 col-sm-8">
<!-- Heading -->
<h3>Join to the development</h3>
<p>Ringring.io is open source so if you are a talented mobile app developer (Android or iOS) with some free time than take a look onto the GitHub project. The Android app is currently in early status and need some help to release Ringring.io on Android.</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<!-- Button -->
<div class="cta-button">
<br />
<a class="btn btn-default" href="http://github.com/ringring-io/ringring-ios"><i class="fa fa-github"></i>GitHub project</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA End -->
</section>
</div>
<!-- Main Content End -->
<!-- Footer start -->
<div class="footer text-center">
<div class="container">
<!-- Footer Copyright -->
<div class="copyright">
<!-- Paragraph -->
<p>© Copyright 2014 - <a href="#">Ringring.io</a> - All Rights Reserved.</p>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Scroll to top -->
<span class="totop"><a href="#.home"> <i class="fa fa-chevron-up"></i> </a></span>
</div>
<!-- Wrapper End -->
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Imageloaded JS -->
<script src="js/imagesloaded.pkgd.min.js"></script>
<!-- Reevolution slider -->
<script src="js/jquery.themepunch.plugins.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<!-- One Page Nav -->
<script src="js/jquery.nav.js"></script>
<!-- Stellar (Parallax) -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Waypoints -->
<script src="js/waypoints.min.js"></script>
<!-- Masonry JS -->
<script src="js/masonry.pkgd.min.js"></script>
<!-- Isotope (Filter portfolio) -->
<script src="js/isotope.js"></script>
<!-- Magnific popup (Lightbox) -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Counter in About section -->
<script src="js/jquery.countTo.js"></script>
<!-- Gmap JS -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/jquery.gmap.min.js"></script>
<!-- jQuery Nice scroll (For smooth scrolling and scrollbar) -->
<script src="js/jquery.nicescroll.min.js"></script>
<!-- jQuery Form (Ajax form_) -->
<script src="js/jquery.form.js"></script>
<!-- jQuery form validate plugin -->
<script src="js/jquery.validate.min.js"></script>
<!-- jQuery placeholders for IE -->
<script src="js/placeholders.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<!-- Contact form -->
<script src="js/contact.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html>