-
Notifications
You must be signed in to change notification settings - Fork 1
/
thanks.html
70 lines (70 loc) · 2.92 KB
/
thanks.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
<!DOCTYPE html>
<html lang="sk">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<title>OSS víkend | Ďakujeme</title>
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="oss.css">
<script type="text/javascript" src="lib/w3.js"></script>
</head>
<body>
<div w3-include-html="oss_nav.html"></div>
<script type="text/javascript">
w3.includeHTML();
</script>
<div w3-include-html="oss_title.html"></div>
<script type="text/javascript">
w3.includeHTML();
</script>
<div class="oss-main">
<div class="w3-content">
<h2>Partneri</h2>
<h4>Organizátori</h4>
<table>
<tr style="text-align: center;">
<td><a href="http://www.soit.sk/"><img src="http://www.soit.sk/media/a501/image/file_p/resize/2/0000/2fd7.logo_soit_png_128x152.png" width="150" alt="SOIT" title="SOIT" /><br />Spoločnosť pre otvorené informačné technológie</a></td>
<td><a href="http://www.science.upjs.sk"><img src="img/pfupjs_logo.png" width="150" alt="Prírodovedecká fakulta UPJŠ Košice" title="Prírodovedecká fakulta UPJŠ Košice" /></a><br />Ďakujeme za priestory a technickú podporu.</td>
</tr>
</table>
<h4>Sponzori</h4>
<table>
<tr style="text-align: center;">
<td></td>
</tr>
</table>
<h4>Mediálni partneri</h4>
<table>
<tr style="text-align: center;">
<td><a href="http://www.pcrevue.sk/"><img src="img/logo_pcrevue.png" width="200" alt="PC Revue" title="PC Revue" /></a></td>
<td><a href="https://www.lpice.eu"><img src="img/LPICE_Medium.png" width="300" alt="Linux Professional Institite Central Europe" title="Linux Professional Institite Central Europe" /></a></td>
<td><a href="http://www.linux-presentation-day.org"><img src="img/lpd-logo.png" width="200" alt="Linux Presentation Day" title="Linux Presentation Day" /></a></td>
</tr>
<tr style="text-align: center;">
<td><a href="https://linux-events.org">Linux Events</a></td>
<td><a href="https://codeweek.eu">Codeweek.eu</a></td>
<td><a href="https://cybersecuritymonth.eu">European Cyber Security Month</a></td>
</tr>
<tr>
<td><br /></td>
<td><br /></td>
<td><br /></td>
</tr>
<tr style="text-align: center;">
<td><a href="http://linuxos.sk/">LinuxOS.sk</a></td>
<td><a href="https://www.root.cz">ROOT.CZ</a></td>
<td><a href="https://www.minv.sk/?ros">Úrad splnomocnenca vlády SR pre rozvoj občianskej spoločnosti</a></td>
</tr>
<tr style="text-align: center;">
<td></td>
<td><a href="http://amavet962.org"><img src="img/amavet962.png" width="250" alt="AMAVET 962" title="AMAVET 962" /></a></td>
<td></td>
</tr>
</table>
</div>
<div class="w3-container w3-light-white w3-border-top w3-small oss-grey">
<p>© Spoločnosť pre otvorené informačné technológie</p>
</div>
</div>
</body>
</html>