-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewIndex.xhtml
More file actions
467 lines (446 loc) · 15.4 KB
/
Copy pathnewIndex.xhtml
File metadata and controls
467 lines (446 loc) · 15.4 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
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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<title>OpCode.eu.org - strona główna</title>
<link rel="stylesheet" href="lib/index.css" type="text/css" />
<style>
#linux {
max-width: 700px; grid-area: 1 / 1 / span 2 / span 7;
}
#vademecum {
max-width: 600px; grid-area: 1 / 8 / span 1 / span 6;
}
#search {
width: 260px; grid-area: 2 / 11 / span 1 / span 3; justify-self: left;
}
#blog {
width: 220px; grid-area: 2 / 8 / span 1 / span 3; justify-self: center;
}
#lpes {
min-width: 450px; grid-area: 3 / 7 / span 1 / span 7;
}
#elektronika {
max-width: 560px; grid-area: 3 / 1 / span 3 / span 6;
}
#programowanie {
max-width: 620px; grid-area: 4 / 7 / span 3 / span 8; justify-self: center;
}
#latex {
max-width: 400px; grid-area: 6 / 1 / span 3 / span 5; justify-self: center;
}
#misc {
max-width: 710px; grid-area: 7 / 6 / span 2 / span 8; justify-self: center;
}
@media all and (max-width: 1333px) {
.menu > div > div {
grid-template-columns: repeat(8, 100px);
}
#vademecum {
max-width: 600px; grid-area: 1 / 1 / span 1 / span 6;;
}
#blog {
width: 220px; grid-area: 1 / 7 / span 1 / span 2; justify-self: right;
}
#lpes {
min-width: 400px; width: 450px; grid-area: 2 / 1 / span 1 / span 5;
}
#search {
width: 260px; grid-area: 2 / 7 / span 1 / span 2; justify-self: right;
}
#linux {
max-width: 800px; grid-area: 3 / 1 / span 1 / span 8;
}
#programowanie {
max-width: 380px; grid-area: 4 / 5 / span 1 / span 4;
}
#elektronika {
max-width: 380px; grid-area: 4 / 1 / span 2 / span 4;
}
#latex {
width: 380px; grid-area: 6 / 1 / span 2 / span 4;
}
#misc {
max-width: 380px; grid-area: 5 / 5 / span 3 / span 4;
}
}
@media all and (max-width: 800px) {
.menu > div > div {
grid-template-columns: 100%;
}
#vademecum {
max-width: 100%; grid-area: 1 / 1 / span 1 / span 1;
}
#blog {
max-width: 100%; grid-area: 2 / 1 / span 1 / span 1; justify-self: center;
}
#linux {
max-width: 100%; grid-area: 3 / 1 / span 1 / span 1;
}
#programowanie {
max-width: 100%; grid-area: 4 / 1 / span 1 / span 1;
}
#elektronika {
max-width: 100%; grid-area: 5 / 1 / span 1 / span 1;
}
#lpes {
max-width: 100%; grid-area: 6 / 1 / span 1 / span 1;
}
#latex {
width: 100%; grid-area: 7 / 1 / span 1 / span 1; justify-self: center;
}
#search {
max-width: 100%; grid-area: 8 / 1 / span 1 / span 1; justify-self: center;
}
#misc {
max-width: 100%; grid-area: 9 / 1 / span 1 / span 1;
}
h1 {
font-size:48px;
}
body {
min-width: 500px;
}
}
</style>
</head><body>
<h1>www.OpCode.eu.org</h1>
<div class="menu"><div><div>
<div class="section" id="vademecum">
<a href="http://vip.opcode.eu.org/">
<h3>Vademecum informatyki praktycznej</h3>
</a>
<p>
<a href="http://vip.opcode.eu.org/">
<span class="txt" style="max-width: 300px;">Kompedium wiedzy z podstaw elektroniki, programowania, posixowych systemów operacyjnych i sieci komputerowych.</span>
</a>
<span class="img">
<a href="http://vip.opcode.eu.org/"><img src="lib/htmlFile.svg" alt="dokument (X)HTML" title="dokument (X)HTML"/></a>
<a href="http://vip.opcode.eu.org/vademecum.pdf"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></a>
</span>
</p>
</div>
<div class="section" id="lpes">
<a href="http://ciekawi.icm.edu.pl/lpes/">
<h3>Linux i Python w Elektronicznej Sieci</h3>
<p>
<span class="txt" style="max-width: 310px">Kurs informatyki praktycznej realizowany w ramach projektu <i>Matematyka dla Ciekawych Świata</i>, oparty o materiały z tego serwisu.</span>
<span class="img">
<span class="img"><img src="lib/webSite.svg" alt="serwis WWW" title="serwis WWW"/></span>
</span>
</p>
</a>
</div>
<div class="section" id="linux">
<h3>Linux</h3>
<ul>
<li>
<a href="Podstawowe_polecenia_Unix.pdf">
<div class="txt">Podstawowe <br /> polecenia</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Bash_jako_narzędzie_programowania.pdf">
<div class="txt">Bash jako narzędzie <br /> programowania</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Sieci.pdf">
<div class="txt">TCP/IP & <br /> Ethernet</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="SystemBoot.xhtml">
<div class="txt">Bootowanie <br /> systemu</div>
<div class="img"><img src="lib/htmlFile.svg" alt="dokument (X)HTML" title="dokument (X)HTML"/></div>
</a>
<a href="SystemBoot.pdf">
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="LiveUSB.xhtml">
<div class="txt">Własne <br />LiveUSB</div>
<div class="img"><img src="lib/htmlFile.svg" alt="dokument (X)HTML" title="dokument (X)HTML"/></div>
</a>
<a href="LiveUSB.pdf">
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="http://blog.opcode.eu.org/2021/07/23/zasoby_dyskowe.html">
<div class="txt">Storage, czyli dyski, <br /> partycje, lvm, itp</div>
<div class="img"><img src="lib/htmlFile-Blog.svg" alt="artykuł na Blog.Opcode.eu.org" title="artykuł na Blog.Opcode.eu.org"/></div>
</a>
</li>
<li>
<a href="http://blog.opcode.eu.org/2020/06/09/ssh_jako_vpn.html">
<div class="txt">SSH <br /> jako VPN</div>
<div class="img"><img src="lib/htmlFile-Blog.svg" alt="artykuł na Blog.Opcode.eu.org" title="artykuł na Blog.Opcode.eu.org"/></div>
</a>
</li>
<!--<li>
<a href="FIXME">
<div class="txt">linux-config</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>-->
</ul>
</div>
<div class="section" id="programowanie">
<h3>Programowanie</h3>
<ul>
<li>
<a href="Wprowadzenie_do_programowania_w_Pythonie.pdf">
<div class="txt">Wprowadzenie do <br /> programowania w Pythonie</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Narzędzia_deweloperskie.pdf">
<div class="txt">Narzędzia <br /> deweloperskie</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Podstawy_C.pdf">
<div class="txt">Podstawy <br /> C i C++</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/c_cpp-examples/">
<div class="txt">Mini kurs <br /> C i C++</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/avr-examples">
<div class="txt">Przykłady <br /> dla AVR</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="Metody_numeryczne.pdf">
<div class="txt">Metody <br /> numeryczne</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Sumator_i_Automaty.pdf">
<div class="txt">Sumator i <br /> automaty</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
</ul>
</div>
<div class="section" id="elektronika">
<h3>Elektronika</h3>
<ul>
<li>
<a href="Wprowadzenie_do_elektroniki.pdf">
<div class="txt">Wprowadzenie do <br /> elektroniki</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Warsztat_elektroniczny.pdf">
<div class="txt">Warsztat <br /> elektroniczny</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="Podstawy_programowania_mikrokontrolerów_STM32.pdf">
<div class="txt">Programowanie <br /> mikrokontrolerów STM32</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/stm32-examples">
<div class="txt">Przykłady <br /> dla STM32</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/stm32-modbusrtu">
<div class="txt">Modbus RTU <br /> dla STM32</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/iomodules_modbus_stm32/">
<div class="txt">Koncepcje modułów IO <br /> (modbus, stm32)</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="Elektronika_trochę_bardziej_zaawansowana.pdf">
<div class="txt">Elektronika (trochę) <br /> bardziej zaawansowana</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/EDA-libs/">
<div class="txt">EDA-libs - symbole <br /> i narzędzia dla gEDA</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="Podstawy_VHDL.xhtml">
<div class="txt">Podstawy <br />VHDL</div>
<div class="img"><img src="lib/htmlFile.svg" alt="dokument (X)HTML" title="dokument (X)HTML"/></div>
</a>
<a href="Podstawy_VHDL.pdf">
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
</ul>
</div>
<!--<div class="section" id="game">
<a href="FIXME">
<h3>Open Emergency</h3>
<p>
<span class="txt">otwarto źródłowy <br /> RTS ratowniczy</span>
</p>
</a>
<p>
<a href="FIXME"><img src="lib/webSite.svg" alt="serwis WWW" title="serwis WWW"/></a>
<a href="FIXME.git"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></a>
</p>
</div>-->
<div class="section" id="blog">
<a href="http://blog.opcode.eu.org/">
<h3>OpCode Blog</h3>
<p>
<span class="txt" style="max-width: 110px;">Zapiski sysadmina</span>
<span class="img"><img src="lib/webSite.svg" alt="serwis WWW" title="serwis WWW"/></span>
</p>
</a>
</div>
<div class="section" id="latex">
<h3>LaTeX</h3>
<ul>
<li>
<a href="latex-fonts.pdf">
<div class="txt">Fonty</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="latex-PageParagraphsAndBoxes.pdf">
<div class="txt">Strony, akapity<br />i pudełka</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="latex-ListsAndTables.pdf">
<div class="txt">Listy<br />i tabele</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="latex-TitlesHeadersAndFooters.pdf">
<div class="txt">Tytuły, stopki<br />i nagłówki</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="latex-AdvancedPDF.pdf">
<div class="txt">PDFy</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="latex-misc.pdf">
<div class="txt">Różności</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/LaTeX-libs/">
<div class="txt">LaTeX-libs</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
</ul>
</div>
<div class="section" id="misc">
<h3>Różności</h3>
<ul>
<li>
<a href="http://blog.opcode.eu.org/2023/10/23/blender.html">
<div class="txt">Wprowadzenie <br /> do Blendera</div>
<div class="img"><img src="lib/htmlFile-Blog.svg" alt="artykuł na Blog.Opcode.eu.org" title="artykuł na Blog.Opcode.eu.org"/></div>
</a>
</li>
<li>
<a href="http://blog.opcode.eu.org/2020/06/25/crypto.html">
<div class="txt">Szyfrowanie, podpisywanie, <br /> sumy kontrolne, hasła, …</div>
<div class="img"><img src="lib/htmlFile-Blog.svg" alt="artykuł na Blog.Opcode.eu.org" title="artykuł na Blog.Opcode.eu.org"/></div>
</a>
</li>
<li>
<a href="Podstawy_elektryki.pdf">
<div class="txt">Podstawy <br /> elektryki</div>
<div class="img"><img src="lib/pdfFile.svg" alt="dokument PDF" title="dokument PDF"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/accesscontrol/">
<div class="txt">System Kontroli <br /> Dostępu na OrangePi</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/SvgIconSet/">
<div class="txt">Kolekcja <br /> ikon</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<a href="https://bitbucket.org/OpCode-eu-org/TextUtils/">
<div class="txt">Narzędzia do <br /> obsługi tekstu</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
<li>
<!--<a href="https://bitbucket.org/account/user/OpCode-eu-org/projects/SRC">-->
<a href="https://bitbucket.org/OpCode-eu-org/opcode-main/src/master/">
<div class="txt">Źródła <br /> serwisu</div>
<div class="img"><img src="lib/gitRepo.svg" alt="repozytorium GIT" title="repozytorium GIT"/></div>
</a>
</li>
</ul>
</div>
<div class="section" id="search">
<h3>Szukaj</h3>
<form xmlns="http://www.w3.org/1999/xhtml" method="get" action="http://www.google.pl/search" style="text-align:center; margin:7pt;">
<script type="text/javascript">//<![CDATA[
function onSetLang(element) {
var childs = element.parentNode.children;
for (i = 0; i < childs.length; i++)
if(childs[i].name == "lr" && childs[i].value != element.value)
childs[i].checked = false;
}
//]]></script>
<input type="hidden" name="num" value="30" />
<input type="hidden" name="ie" value="utf-8" />
<input type="hidden" name="oe" value="utf-8" />
<p style="margin:2pt;">
<input type="text" name="q" title="tekst do wyszukania" maxlength="1024" style="width:110pt;" />
<input type="submit" title="szukaj" value="🔍" />
</p>
<p style="font-size:small; margin:2pt;">
<input type="checkbox" name="lr" id="lang_pl" value="lang_pl" onchange="onSetLang(this);" /> <label for="lang_pl">po polsku</label>
<input type="checkbox" name="lr" id="lang_en" value="lang_en" onchange="onSetLang(this);" /> <label for="lang_en">po angielsku</label>
</p>
<p style="font-size:small; margin:2pt;">
<input type="checkbox" name="as_q" id="q_site" value="site:opcode.eu.org" checked="checked" /> <label for="q_site">tylko opcode.eu.org</label>
</p>
</form>
</div>
</div></div></div>
</body>
</html>