-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (98 loc) · 4.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" >
<meta name="description" content="Palaver is an advanced IRC client for iPhone and iPad featuring a unique user interface which makes using IRC a pleasure. Palaver features iCloud support, ZNC push notifications, and much more.">
<meta name="apple-itunes-app" content="app-id=538073623">
<meta name="keywords" content="IRC, client, colloquy, palaver, chat, iOS, iPhone, iPad, apple, best, 2014">
<meta name="robots" content="index, follow">
<title>Palaver · IRC Client for iPhone/iPad</title>
<link rel="shortcut icon" href="https://cocode.org/theme/images/favicon.ico" type="image/x-icon"/>
<link rel="publisher" href="https://plus.google.com/110121674918429631947"/>
<link rel="stylesheet" href="/css/font/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/css/palaver.css" type="text/css"/>
</head>
<body id="iphone">
<section>
<header>
<a href="/">
<h1>Cocode</h1>
</a>
<ul>
<li><a href="/">palaver <i>/pə·lav·ər/</i></a></li>
<li><a href="https://cocode.org/">website <i>/web·sīt/</i></a></li>
<li><a href="https://cocode.org/blog">blog <i>/blôg/</i></a></li>
</ul>
<nav>
<ul>
<li><a target="_blank" href="https://itunes.apple.com/us/app/palaver/id538073623?ls=1&mt=8">App Store</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><a href="mailto:support@palaverapp.com">Contact</a></li>
</ul>
</nav>
<h2>I am <mark><div class="doodle"></div>Palaver</mark>,<br />pleased to meet you.</h2>
<p>Palaver is an advanced IRC client for iPhone and iPad featuring a unique user interface which makes using IRC a pleasure.</p>
</header>
</section>
<section>
<ul>
<li>
<h3>User focus</h3>
<p>Palaver was designed from the ground up with eye for the user experience. Using IRC was never so easy!</p>
</li>
<li>
<h3>Privacy</h3>
<p>Palaver supports advanced encryptions <span>(<em>SASL</em> and <em>SSL</em>)</span> so your chats are aways secure.
</li>
<li>
<h3>ZNC integration</h3>
<p>Palaver includes integrated timestamps and history play- back with <em>ZNC</em>.<a href="/faq/">Learn more →</a></p>
</li>
<li>
<h3>Lightning fast</h3>
<p>Palaver adapts the latest developments in the new iOS 9 to ensure maximum efficiency and speed.</p>
</li>
</ul>
</section>
<aside>
<video></video>
</aside>
<section class="cta">
<p>Get your own copy of Palaver now:</p>
<a target="_blank" href="https://itunes.apple.com/us/app/palaver/id538073623?ls=1&mt=8">Download from the App Store</a>
</section>
<div class="hr">
<canvas></canvas>
</div>
<!--
<section>
<article>
<h2>What <mark>users</mark> think</h2>
<blockquote>“ Best iOS IRC client - This far surpasses anything else I've use in iOS. It's easy to use, has a nice UI, and has lots of nice features. ” <span>- Pooh Bear</span></blockquote>
</article>
<article>
<h2>Get in <mark>touch</mark></h2>
<input type="text" placeholder="Name" />
<input type="text" placeholder="Email" />
<textarea placeholder="What's up?"></textarea>
<input type="submit" value="Send" />
</article>
</section>
-->
<footer>
<span>© <b>Cocode</b> LTD.</span>
<ul>
<li><a style="background: none;text-indent: 0px;width: 45px;line-height:1.9" href="https://github.com/cocodelabs/palaver-presskit" target="_blank">Press</a></li>
<li class="twitter"><a target="_blank" href="https://twitter.com/palaverapp">Twitter</a></li>
<li class="github"><a target="_blank" href="https://github.com/cocodelabs">Github</a></li>
<li class="email"><a target="_blank" href="mailto:support@palaverapp.com">Email</a></li>
</ul>
<canvas></canvas>
</footer>
<div id="loading"></div>
<script type="text/javascript" src="/js/libs/modernizr.min.js"></script>
<script type="text/javascript" src="js/libs/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>