-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjiri-starec.html
140 lines (128 loc) · 5.37 KB
/
jiri-starec.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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Inclusive Components</title>
<meta
name="description"
content="A blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece."
/>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
href="https://fonts.googleapis.com/css?family=Atkinson+Hyperlegible&display=swap"
rel="stylesheet"
media="all"
onload="if(media!='all')media='all'"
/>
<link rel="canonical" href="http://inclusive-components.design/" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="Inclusive Components" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Inclusive Components" />
<meta
property="og:description"
content="A blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece."
/>
<meta property="og:url" content="http://inclusive-components.design/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Inclusive Components" />
<meta
name="twitter:description"
content="A blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece."
/>
<meta name="twitter:url" content="http://inclusive-components.design/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "Inclusive Components",
"logo": "http://inclusive-components.design/ghost/img/ghosticon.jpg"
},
"url": "https://inclusive-components.design/",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://inclusive-components.design"
},
"description": "A blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece."
}
</script>
<meta name="generator" content="Ghost 0.11" />
<link
rel="alternate"
type="application/rss+xml"
title="Inclusive Components"
href="https://inclusive-components.design/rss/"
/>
<!-- Import the webpage's stylesheet -->
<link rel="stylesheet" href="./style.css" />
<!-- Import the webpage's javascript file -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="./petr.js" defer></script>
</head>
<body onload="start()">
<a href="#main">Přeskočit na obsah</a>
<main id="main" class="central">
<section>
<style>
body {
-webkit-filter: blur(0.1em) brightness(120%);
filter: blur(0.1em) brightness(120%);
cursor: none !important;
}
#wds-parkinsonsCursor {
position: absolute !important;
z-index: 9999999 !important;
width: 21px;
height: 21px;
pointer-events: none;
background-image: url("https://raw.githubusercontent.com/Metamatrix/web-disability-simulator/master/src/simulations/parkinsons/img/cursor_mac.svg");
background-repeat: no-repeat;
transition: left 0.05s, top 0.05s;
}
#wds-parkinsonsCursor.windows {
background-image: url("https://raw.githubusercontent.com/Metamatrix/web-disability-simulator/master/src/simulations/parkinsons/img/cursor_windows.svg");
}
</style>
<h1>Příklad jak může dyslektik vnímat text</h1>
<p>
Nový model organizační činnosti dostatečně oddaluje propad
odpovídajících podmínek aktivizace. Tímto způsobem další rozvoj
různých forem činnosti zabezpečuje širokému okruhu specialistů účast
při tvorbě systému výchovy pracovníků odpovídajících aktuálním
potřebám. Závažnost těchto problémů je natolik zřejmá, že počátek
každodenní práce na poli formování pozice představuje pozoruhodný
experiment prověrky nových návrhů.
</p>
<p>
Nesmíme však zapomínat, že upřesnění a rozvoj struktur jednoznačně
předurčuje implementaci systému masové účasti. Ideové úvahy nejvyššího
řádu a rovněž stálé, informačně-propagandistické zabezpečení naší
práce vyzaduje rozšiřování logistických prostředků a tvorby nových
zdrojů. Stejně tak rámec stavu a vývoje postavení hraje závažnou roli
při utváření pozic jednotlivých účastníků k zadaným úkolům.
</p>
<div class="bad pagination">
<a href="#" class="current">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
</div>
</section>
</main>
<footer class="central">
<div class="site-meta">
<p>
<a href="/jiri.html"
><span aria-hidden="true">← </span>Zpět na profil Jiřího</a
>
</p>
<p>Navrhl <a href="https://github.com/hlavsa">hlavsa</a>.</p>
</div>
</footer>
</body>
</html>