This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
429 lines (409 loc) · 19.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<title>Unigram</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Unigram for Windows 10">
<meta name="keywords" content="Unigram, Windows, UWP, Universal, Mobile, Xbox, Telegram, App">
<meta name="author" content="Matei Radu">
<!-- Real Favicon -->
<link rel="apple-touch-icon" href="/img/favicons/apple/touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="/img/favicons/favicon.ico">
<link rel="manifest" href="/img/favicons/android-chrome/manifest.json">
<link rel="mask-icon" href="/img/favicons/apple/safari-pinned-tab.svg" color="#0f7dc7">
<meta name="msapplication-config" content="/img/favicons/mstile/config.xml" />
<meta name="theme-color" content="#0f7dc7">
<!-- Facebook card -->
<meta property="og:title" content="Unigram - The Telegram client for Windows 10">
<meta property="og:type" content="website">
<meta property="og:description" content="Built by the community for the community, a full UWP Telegram client that runs on mobile, desktop and even Xbox One! Check it out!">
<meta property="og:image" content="http://unigram.me/img/meta/facebook/banner.jpg">
<meta property="og:url" content="http://unigram.me/index.html">
<meta property="og:site_name" content="Unigram"/>
<!-- VK card -->
<meta name="title" content="Unigram" />
<link rel="image_src" href="http://unigram.me/img/meta/facebook/banner.jpg"/>
<!-- Twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@UnigramApp" />
<meta name="twitter:title" content="Unigram - The Telegram client for Windows 10" />
<meta name="twitter:description" content="Built by the community for the community, a full UWP Telegram client that runs on mobile, desktop and even Xbox One! Check it out!" />
<meta name="twitter:image" content="http://unigram.me/img/meta/twitter/logo.jpg" />
<!-- Google indexing -->
<meta name="google-site-verification" content="EiKckwkKgn1I4lTCI1s_d5qHJQAuT1wSrne1dNGhkow" />
<!-- Telegram -->
<meta name="telegram:channel" content="@unigram">
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- Custom fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Custom styles -->
<link href="css/new-age.min.css" rel="stylesheet">
<link href="css/buttons.min.css" rel="stylesheet">
<link href="css/devices.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-light" id="main-nav">
<button class="navbar-toggler navbar-toggler-right" data-toggle="collapse" data-target="#navbarExample" type="button" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="container">
<a class="navbar-brand" href="#page-top">
<img src="img/buttons/unigram.svg" width="32" alt="Unigram Logo"/>
Unigram
</a>
<div class="collapse navbar-collapse" id="navbarExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">The Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/UnigramDev/Unigram">Source code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- First impression -->
<header class="masthead">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="header-content">
<div class="header-content-inner">
<h1>
Unigram is a Telegram client for the Windows 10 platform,
built by the community for the community.
</h1>
<a class="btn btn-outline btn-xl" href="#download">Download for free!</a>
</div>
</div>
</div>
<!-- Device -->
<div class="col-sm-5">
<div class="device-container">
<div class="device-mockup lumia950 portrait">
<div class="device">
<div class="screen">
<img class="img-fluid" src="img/screenshots/mobile-list-1.png" alt="Screenshot: chat list">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Features -->
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>Many cool, such wow!</h2>
<p class="text-muted">
Check out what you can do with Unigram
</p>
<hr>
</div>
<!-- Device -->
<div class="row">
<div class="col-lg-4">
<div class="device-container">
<div class="device-mockup eliteX3 portrait">
<div class="device">
<div class="screen">
<div class="carousel slide" id="carouselExampleSlidesOnly" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="img-fluid" src="img/screenshots/mobile-chat-1.png" alt="Screenshot: single chat">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-chat-2.png" alt="Screenshot: single chat">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-stickers-1.png" alt="Screenshot: GIF and Sticker Panel">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-list-1.png" alt="Screenshot: chat list">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-group-1.png" alt="Screenshot: group chat">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-group-2.png" alt="Screenshot: group chat">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-notifications-1.png" alt="Screenshot: notifications">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-notifications-2.png" alt="Screenshot: notifications">
</div>
<div class="carousel-item">
<img class="img-fluid" src="img/screenshots/mobile-livetile-1.png" alt="Screenshot: live tile">
</div>
</div>
</div>
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
<!-- Features list -->
<div class="col-lg-8">
<div class="container-fluid">
<img class="bg-rocket" src="img/bg-rocket.svg" alt="">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Feature Rich</h3>
<p class="text-muted">
Stickers, GIFs, recordings, videos, calls, replies, groups, rich links,
file attachment, mentions, hashtags, editing, search and much, much more.
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Universal</h3>
<p class="text-muted">
Thanks to the Universal Windows Platform, it can run on any Windows
10 device: desktop, mobile or console, it’s up to you!
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Native experience</h3>
<p class="text-muted">
Live a full Windows immersion with Live Tiles, native spell checking,
notifications and even Continuum.
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-item">
<h3>Personal</h3>
<p class="text-muted">
Unigram uses system themes and colours for a more personal and
coherent experience.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="feature-item">
<h3>Open Source</h3>
<p class="text-muted">
Actively developed by the community, Unigram is Open Source
software. Check out the <a href="https://github.com/UnigramDev/Unigram">repo</a>
on GitHub.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Downloads -->
<section class="download bg-primary text-center" id="download">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<h2 class="section-heading">Discover what all the buzz is about!</h2>
<p>
Our app is available on any Windows 10 device - Mobile, Desktop, Xbox!
</p>
<div class="badges">
<a class="badge-link" href="https://www.microsoft.com/store/apps/9n97zckpd60q?ocid=badge">
<img src="https://assets.windowsphone.com/f2f77ec7-9ba9-4850-9ebe-77e366d08adc/English_Get_it_Win_10_InvariantCulture_Default.png" alt="Get it on Windows 10" />
</a>
</div>
<br>
<p>
Practical with development? Dive into the source code.
</p>
<div class="badges">
<a class="badge-link btn-si btn-si-a btn-github" href="https://github.com/UnigramDev/Unigram">Source code</a>
</div>
</div>
</div>
</div>
</section>
<!-- Team presentation -->
<section class="team" id="team">
<div class="container">
<div class="section-heading text-center">
<h2>Development team</h2>
<p class="text-muted">
The developers behind Unigram
</p>
<hr>
</div>
<br>
<div class="col-lg-12 text center">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/rick.jpg" alt="Rick Drijvers profile picture">
<h3>Rick Drijvers</h3>
<p class="text-muted">Project founder</p>
<a class="fa fa-twitter" href="https://twitter.com/IkaragoDev"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/rick-drijvers-249694133/"></a>
<a class="fa fa-github" href="https://github.com/ikarago"></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/fela.jpg" alt="Fela Ameghino profile picture">
<h3>Fela Ameghino</h3>
<p class="text-muted">Lead developer</p>
<a class="fa fa-twitter" href="https://twitter.com/FrayxRulez"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/felameghino/"></a>
<a class="fa fa-github" href="https://github.com/FrayxRulez"></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/kesava.jpg" alt="Kesava Prasad Arul profile picture">
<h3>Kesava Prasad Arul</h3>
<p class="text-muted">Core developer</p>
<a class="fa fa-twitter" href="https://twitter.com/kesavarul"></a>
<a class="fa fa-github" href="https://github.com/kesavaprasadarul"></a>
<a class="fa fa-facebook" href="https://www.facebook.com/kesavaprasadarul"></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/saurav.jpg" alt="Saurav Srivastava profile picture">
<h3>Saurav Srivastava</h3>
<p class="text-muted">UI/UX engineer</p>
<a class="fa fa-twitter" href="https://twitter.com/gx_saurav"></a>
<a class="fa fa-behance" href="https://www.behance.net/gxsaurav"></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/matei.jpg" alt="Matei Radu profile picture">
<h3>Matei Radu</h3>
<p class="text-muted">Core, Web developer</p>
<a class="fa fa-twitter" href="https://twitter.com/matei_dev"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/mateibogdanradu/"></a>
<a class="fa fa-github" href="https://github.com/mateiradu"></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team-member">
<img class="rounded-circle" src="img/team/abdel.jpg" alt="Abdel Daoudi profile picture">
<h3>Abdel Daoudi</h3>
<p class="text-muted">Core developer</p>
<a class="fa fa-twitter" href="https://twitter.com/ADeltaXForce"></a>
<a class="fa fa-github" href="https://github.com/ADeltaX"></a>
</div>
</div>
<div class="col-lg-12">
<div class="team-member">
<img class="rounded-circle" src="img/team/lorenzo.jpg" alt="Lorenzo Rossoni profile picture">
<h3>Lorenzo Rossoni</h3>
<p class="text-muted">Senior core developer</p>
<a class="fa fa-twitter" href="https://twitter.com/LorenzRox"></a>
<a class="fa fa-linkedin" href="https://www.linkedin.com/in/lorenzo-rossoni"></a>
<a class="fa fa-github" href="https://github.com/lorenzrox"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact bg-primary" id="contact">
<div class="container">
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
<p class="text-muted">Follow us on social media or join our official Unigram group</p>
<hr>
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="contact-buttons">
<a class="btn-si-a btn-si btn-twitter" href="https://twitter.com/UnigramApp">@UnigramApp</a>
<a class="btn-si-a btn-si btn-facebook" href="https://www.facebook.com/UnigramApp/">Official Page</a>
<a class="btn-si-a btn-si btn-unigram" href="https://t.me/joinchat/AAAAAD851oqVwhp9oy9WbQ">Unigram Insiders</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 offset-md-2">
<br>
<p class="text-muted">Old fashioned? Send us an e-mail</p>
<br>
<a class="btn-si-a btn-si btn-mail" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<ul class="list-inline">
<li class="list-inline-item">
<a href="privacy.html"><b>Privacy Policy</b></a>
</li>
<li class="list-inline-item">
<a href="faq.html"><b>FAQ</b></a>
</li>
<li class="list-inline-item">
<a href="https://t.me/joinchat/AAAAAD851oqVwhp9oy9WbQ"><b>Insiders</b></a>
</li>
<li class="list-inline-item">
<a href="https://t.me/unigram"><b>News</b></a>
</li>
<li class="list-inline-item">
<a href="https://github.com/UnigramDev"><b>GitHub</b></a>
</li>
</ul>
<br>
<p>
© 2017 Unigram dev team. All Rights Reserved.
</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"
integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"
integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
<!-- Custom scripts-->
<script src="js/common.min.js"></script>
<script src="js/new-age.min.js"></script>
</body>
</html>