-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
92 lines (90 loc) · 3.4 KB
/
README.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
<html>
<head>
<style>
body {
padding: 0;
margin: 0 auto;
border-left: 1px solid black;
border-right: 1px solid black;
width: 800px;
}
a{
color: green;
}
a:visited{
color: purple;
}
article{
padding: 1em;
}
article:nth-child(2n){
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #ddd;
}
header{
font-size: 1.2em;
font-weight: bold;
}
strong{
color: red;
}
img{
width: 100%;
}
</style>
</head>
<body>
<img src="Keyboard.png"/>
<article lang="cu">
<header>MS (Latinica):</header>
<p>
Medžuslovjanska klaviatura (na Windows)<br>
Imaje jedino simboly, ktore sųt <a href="http://steen.free.fr/interslavic/orthography.html">tut</a><br>
Cěljem stvorjenja toj klaviatury je uveličenje sistematičnosti i utrudnjenje slučajnogo vpisanja bukv iz inyh slovjanskyh językov<br>
</p>
<header>Instalacija:</header>
<p>
<ol>
<li>Aktivujte setup.exe (ne izměnjajte ničego v folderu build)</li>
<li>Sresetujte kompjuter</li>
</ol>
<strong>!!! Klaviatura može ne funkcionovati pravilno dopoka ne sresetujete kompjutera !!!</strong>
</p>
</article>
<article lang="cu">
<header>МС (Кирилица):</header>
<p>
Меджусловјанска клавиатура (на Windows)<br>
Имаје једино (имајмо надěју) симболы, кторе сут <a href="http://steen.free.fr/interslavic/orthography.html">тут</a><br>
цєљем створјенја тој клавиатуры је увеличенје систематичности и утрудњенје случајного вписанја букв из иных словјанскых језыков<br>
</p>
<header>Инсталација:</header>
<p>
<ol>
<li>Активујте setup.exe (не измěнјајте ничего в фолдеру build)</li>
<li>Сресетујте компјутер</li>
</ol>
<strong>!!! Клавиатура може не функционовати правилно допока не сресетујете компјутера !!!</strong>
</p>
</article>
<article lang="en">
<header>EN:</header>
<p>
Interslavic keyboard (for Windows)<br>
It only has symbols that are <a href="http://steen.free.fr/interslavic/orthography.html">here</a><br>
The purpose of this keyboard is to increase systematicity and make less common Slavic characters from other languages harder to type accidentally.<br>
</p>
<header>Installation:</header>
<p>
<ol>
<li>Run setup.exe (don't change anything in the build folder)</li>
<li>Restart the computer</li>
</ol>
<strong>!!! The keyboard might not work properly until you restart the computer !!!</strong>
</p>
</article>
<footer>
<center><small>2022 Cyprian Zdebski</small></center>
</footer>
</body>