-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
233 lines (212 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://api.fontshare.com/css?f[]=supreme@300,301,400,401,500,501,700,701&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<link rel="icon" type="image/png" sizes="48x48" href="assets/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<title>Cinny | Site</title>
<meta name="name" content="Cinny">
<meta name="author" content="Ajay Bura">
<meta name="description" content="A Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source.">
<meta name="keywords" content="cinny, cinnyapp, cinnychat, matrix, matrix client, matrix.org, element">
<meta property="og:title" content="Cinny">
<meta property="og:url" content="https://cinny.in">
<meta property="og:image" content="https://cinny.in/assets/favicon-48x48.png">
<meta property="og:description" content="A Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source.">
</head>
<body>
<div id="root">
<nav class="nav">
<div class="nav__base">
<div class="branding-container">
<img src="assets/cinny.svg" alt="Cinny logo">
<div>
<h2 class="text-h2">Cinny</h2>
<p class="text-s1">Yet another matrix client</p>
</div>
</div>
<div class="nav__options">
<a class="btn-primary" href="https://app.cinny.in">
<span class="text-b1">Login</span>
</a>
</div>
</div>
</nav>
<section class="hero">
<div class="base-grid-12">
<div class="hero__info">
<div class="hero__intro">
<h1 class="text-h1">Imagine a <a href="https://matrix.org" target="_blank">Matrix</a> client...</h1>
<p class="text-b1">Where you can enjoy the conversation using <b style="color: var(--tc-surface-high)">simple, elegant and secure</b> interface protected by e2ee with the power of open source.</p>
<div class="hero__intro__btns">
<a class="btn-primary btn-large" href="https://app.cinny.in">
<span class="text-s1">Open Cinny</span>
</a>
<a class="btn-surface btn-large" href="#features">
<span class="text-s1">Learn more</span>
</a>
</div>
</div>
</div>
<div class="hero__preview">
<div class="hero__preview__container">
<img id="previewImage" src="assets/preview-light.png" alt="Cinny preview image">
<p class="text-b3">Preview from chrome (desktop)</p>
</div>
</div>
<div class="hero__info">
<div class="themes">
<h4 class="text-s1">Themes</h4>
<p id="themeStatus" class="text-b3">Selected: light</p>
<div class="themes__btn">
<button onclick="changeTheme(this)" themeName="" class="theme-btn theme-btn--light theme-btn--active" />
<button onclick="changeTheme(this)" themeName="silver-theme" class="theme-btn theme-btn--silver" />
<button onclick="changeTheme(this)" themeName="dark-theme" class="theme-btn theme-btn--dark" />
<button onclick="changeTheme(this)" themeName="butter-theme" class="theme-btn theme-btn--butter" />
</div>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="base-grid-12">
<div class="features__info">
<h1 class="text-h1">Features</h1>
<p class="text-b1">You will have a pleasant experience because the overall look of Cinny is built using commonly used design patterns with micro enhancement.</p>
</div>
</div>
<div class="features__list">
<div class="scrollbar scrollbar__h scrollbar--auto-hide">
<div class="feature__cards">
<div class="feat-card">
<div class="feat-card__preview">
<img class="feat-img" style="transform: translate(6%, 1%) rotate(15deg);" src="assets/preview-light.png" alt="cinny preview image">
</div>
<div class="feat-card__info">
<h2 class="text-h2">Organized</h2>
<p class="text-b1">Navigation is easy now because we organized DMs separate from channels.</p>
</div>
</div>
<div class="feat-card">
<div class="feat-card__preview">
<img class="feat-img" style="transform: translate(2.8%, -34%);" src="assets/preview-light.png" alt="cinny preview image">
</div>
<div class="feat-card__info">
<h2 class="text-h2">No more clutter</h2>
<p class="text-b1">You will see what's necessary to give you a better visual feedback.</p>
</div>
</div>
<div class="feat-card">
<div class="feat-card__preview">
<img class="feat-img" style="transform: translate(-21%, -80%);" src="assets/preview-light.png" alt="cinny preview image">
</div>
<div class="feat-card__info">
<h2 class="text-h2">Input that matters</h2>
<p class="text-b1">An interface which adapts to your actions without making you feel uncomfortable.</p>
</div>
</div>
<div class="feat-card">
<div class="feat-card__preview">
<img class="feat-img" style="transform: translate(-23%, 4%);" src="assets/preview-light.png" alt="cinny preview image">
</div>
<div class="feat-card__info">
<h2 class="text-h2">Calm visual</h2>
<p class="text-b1">Everything is properly aligned and formatted to give you a calm feeling.</p>
</div>
</div>
<div class="feat-card" style="text-align: center; display: flex; align-items: center;">
<div class="feat-card__info">
<h2 class="text-h2">Lot more to come</h2>
<p class="text-b1">We are constantly working on Cinny to make it a better place. A place for communication like never seen before.</p>
</div>
</div>
<div style="min-width: var(--sp-extra-loose);"></div>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="base-grid-12">
<div class="about__info">
<img src="assets/cinny.svg" alt="Cinny logo" />
<h1 class="text-h1">Cinny ❤ open source</h1>
<p class="text-b1">Cinny<sup><a title="It is named after The purple sunbird (Cinnyris asiaticus)." href="https://en.wikipedia.org/wiki/Purple_sunbird" target="_blank">[1]</a></sup> is built on top of <a href="https://matrix.org" target="_blank">Matrix</a> — An open network for secure, decentralized communication. We have also made the source code of Cinny open to everyone, so you can enhance, modify and inspect it.</p>
<div class="about__info__btns">
<a class="btn-surface btn-large" href="https://github.com/ajbura/cinny" target="_blank">
<span class="text-b1">Source code</span>
</a>
</div>
</div>
</div>
</section>
<section id="sponsor" class="support">
<div class="base-grid-12">
<div class="support__info">
<h1 class="text-h1">Financial contribution</h1>
<p class="text-b1">Support this project by becoming a financial contributor.</p>
<a class="btn-surface btn-large" href="https://opencollective.com/cinny" target="_blank">
<span class="text-b1">Open Collective</span>
</a>
<a class="btn-surface btn-large" href="https://github.com/sponsors/ajbura" target="_blank">
<span class="text-b1">GitHub Sponsors</span>
</a>
<a class="btn-surface btn-large" href="https://liberapay.com/ajbura/donate" target="_blank">
<span class="text-b1">Liberapay</span>
</a>
</div>
<div class="support__list">
<p class="support__label text-b2">Organizations</p>
<div id="supportOrg" class="support__container"></div>
<p class="support__label text-b2">Individuals</p>
<div id="supportInd" class="support__container"></div>
</div>
</div>
</section>
<section class="footer">
<div class="base-grid-12">
<div class="footer__branding">
<div class="branding-container">
<img src="assets/cinny.svg" alt="Cinny logo">
<div>
<h2 class="text-h2">Cinny</h2>
<p class="text-s1">Yet another matrix client</p>
</div>
</div>
<div class="footer__branding__options">
<a class="btn-primary" href="https://app.cinny.in">
<span class="text-b1">Get Started</span>
</a>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px;">
<div class="footer__menu">
<div class="footer__menu-container">
<h4 class="text-b3">Menu</h4>
<a href="/" class="text-b2">Home</a>
<a href="#features" class="text-b2">Features</a>
<a href="#about" class="text-b2">About</a>
<a href="#sponsor" class="text-b2">Sponsor</a>
</div>
<div class="footer__menu-container">
<h4 class="text-b3">Community</h4>
<a class="text-b2" href="https://matrix.to/#/#cinny:matrix.org" target="_blank">Matrix (#cinny:matrix.org)</a>
<a class="text-b2" href="https://twitter.com/cinnyapp" target="_blank">Twitter</a>
<a class="text-b2" rel="me" href="https://fosstodon.org/@cinnyapp" target="_blank">Mastodon</a>
</div>
</div>
<div>
<a href="https://www.netlify.com"> <img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" /> </a>
</div>
</div>
<p class="footer__creator text-b3">Copyright © 2021 <a href="https://ajbura.github.io" target="_blank">Ajay Bura (ajbura)</a> • <a href="https://github.com/cinnyapp/cinny-site" target="_blank">Source code</a></p>
</div>
</section>
</div>
<script src="main.js"></script>
</body>
</html>