-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathru.html
More file actions
121 lines (108 loc) · 4.52 KB
/
ru.html
File metadata and controls
121 lines (108 loc) · 4.52 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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel='stylesheet' href='/assets/css/bootstrap.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='/assets/css/font-awesome.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='/assets/css/main.css' type='text/css' media='all' />
</head>
<body class="home">
<!--[if IE]>
<div class="alert alert-warning">
You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<section id="header">
<img class="logo" src="/assets/img/logo_ru.png">
<div class="container downloads">
<div class="row">
<div class="col-sm-12">Pinyiner RU<br/>
<a href="https://play.google.com/store/apps/details?id=com.astratech.pinyiner_free_ru"><img src="/assets/img/en_badge_web_generic.png"></a>
<a href="/pinyiner-ru-710.apk"><img src="/assets/img/download_apk.png"></a>
</div>
</div>
</div>
</section>
<main class="page-content">
<div class="title container">
<div class="row">
<div class="col-sm-12">
<h1>Pinyin<strong>er</strong></h1>
<div class="slogan">Читать на китайском - это просто!</div>
</div>
</div>
</div>
<div class="features container">
<div class="row">
<div class="feature col-sm-4 col-sm-offset-1">
<div class="icon fa fa-search"></div>
<div class="desc">
Аннотирует иероглифы и показывает значение слов
</div>
</div>
<div class="feature col-sm-4 col-sm-offset-2">
<div class="icon fa fa-comments"></div>
<div class="desc">
Чатиться с носителями языка становится очень просто
</div>
</div>
</div>
<div class="row">
<div class="feature col-sm-4 col-sm-offset-1">
<div class="icon fa fa-bolt"></div>
<div class="desc">
Работает полностью оффлайн и быстро
</div>
</div>
<div class="feature col-sm-4 col-sm-offset-2">
<div class="icon fa fa-clipboard"></div>
<div class="desc">
Аннотирует автоматически, когда текст скопирован
</div>
</div>
</div>
<div class="row">
<div class="feature col-sm-4 col-sm-offset-1">
<div class="icon fa fa-share-alt"></div>
<div class="desc">
Отправляйте текст между приложениями с словарями
</div>
</div>
<div class="feature col-sm-4 col-sm-offset-2">
<div class="icon fa fa-retweet"></div>
<div class="desc">
Конвертируйте из традиционного письма в упрощенное и обратно
</div>
</div>
</div>
<div class="row">
<div class="feature col-sm-4 col-sm-offset-1">
<div class="icon fa fa-book"></div>
<div class="desc">
Ускорьте изучение китайского чтением книг
</div>
</div>
<div class="feature col-sm-4 col-sm-offset-2">
<div class="icon fa fa-star-o"></div>
<div class="desc">
Отмечайте слова и экспортируйте списки в флэш-карты
</div>
</div>
</div>
</div>
</main>
<section id="footer">
<div class="social">
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A//pinyiner.astrate.ch/ru.html" target="_blank" class="fa fa-facebook-official fa-3x"></a>
<a href="https://twitter.com/home?status=Read%20Chinese%20with%20ease!%20http%3A//pinyiner.astrate.ch/ru.html" target="_blank" class="fa fa-twitter fa-3x"></a>
<a href="https://plus.google.com/share?url=http%3A//pinyiner.astrate.ch/ru.html" target="_blank" class="fa fa-google-plus-official fa-3x"></a>
</div>
</section>
<div class="device-xs visible-xs"></div>
<div class="device-sm visible-sm"></div>
<div class="device-md visible-md"></div>
<div class="device-lg visible-lg"></div>
</body>
</html>