forked from soit-sk/ossvikend-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
99 lines (91 loc) · 3.08 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
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
<!DOCTYPE html>
<html lang="sk-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">
</head>
<body>
<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">
<br />
<strong>Hlavný organizátor</strong><br>
<table><tr 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"><br>
Spoločnosť pre otvorené informačné technológie</a>
</td>
</tr>
</table>
<br />
<strong>Spoluorganizátori</strong><br>
<table><tr align="center">
<td>
<a href="http://fmph.uniba.sk/"><img src="img/fmfi_logo.jpg" width="150"></a><br>
Študentom a vedeniu <a href="http://fmph.uniba.sk/">FMFI UK</a> ďakujeme<br>za priestory a technickú podporu.
</td>
<td>
<a href="https://www.linuxdays.cz/"><img src="img/logo_linuxdays.png" width="150"><br>
LinuxDays Praha</a>
</td>
</tr></table><br>
<br />
<strong>Partneri</strong><br>
<table border="1"><tr align="center">
<td>
<a href="http://www.redhat.com/"><img src="img/logo_redhat.png" height="60"></a>
</td>
<td>
<a href="http://www.active24.sk/"><img src="img/logo_active24.png" height="120"></a>
</td>
<td>
<a href="https://www.suse.com/"><img src="img/logo_suse.jpg" height="60"></a>
</td>
</tr><tr align="center">
<td>
<a href="https://www.websupport.sk"><img src="img/logo_websupport.png" height="70"></a>
</td>
<td>
<a href="https://vpsfree.cz/"><img src="img/logo_vpsfree.png" height="60"></a>
</td>
<td>
<a href="https://www.nix.sk/sk"><img src="img/nix.png" height="60"></a>
</td>
</tr><tr align="center">
<td>
<a href="https://www.cesnet.cz"><img src="img/cesnet.png" height="65"></a>
</td>
<td>
</td>
<td>
</td
</tr></table>
<br />
<br />
<strong>Mediálni partneri</strong><br>
<table><tr align="center">
<td>
<a href="http://www.pcrevue.sk/"><img src="img/logo_pcrevue.png" height="50"></a>
</td>
<td>
<a href="http://www.root.cz/"><img src="img/root_cz.png" height="40"></a>
</td>
<td>
<a href="http://www.promospravy.sk/"><img src="img/logo_promospravy.png" height="50"></a></p>
</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>