-
Notifications
You must be signed in to change notification settings - Fork 1
/
booths.html
40 lines (40 loc) · 1.34 KB
/
booths.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
<!DOCTYPE html>
<html lang="sk">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<title>OSS víkend | Sprievodné akcie a stánky</title>
<link rel="stylesheet" href="w3.css" />
<link rel="stylesheet" href="oss.css" />
</head>
<script src="lib/w3.js"></script>
<body>
<div w3-include-html="oss_nav.html"></div>
<script> w3.includeHTML(); </script>
<div w3-include-html="oss_title.html"></div>
<script> w3.includeHTML(); </script>
<div class="oss-main">
<div class="w3-content">
<h2>Akcie</h2>
<table class="w3-striped">
<tr>
<td><a href="lpd.html">Linux Presentation Day Slovakia 2020</a></td>
<td>špecializovaný program pre záujemcov o operačný systém GNU/Linux, ktorí ho ešte nepoznajú, alebo sa chcú dozvedieť viac</td>
</tr>
<tr>
<td><a href="lpi.html">LPI certification paper exam</a></td>
<td>papierový test LPI so zvýhodnenou cenou</td>
</tr>
<tr>
<td><a href="http://codeweek.eu">EU Code Week 2020</a></td>
<td>programátorský workshop vrámci európskej iniciatívy</td>
</tr>
<tr>
<td><a href="https://cybersecuritymonth.eu">Cyber Security Month</a></td>
<td>európska informačná kampaň o kybernetickej bezpečnosti</td>
</tr>
</table>
</div>
</div>
</body>
</html>