forked from soit-sk/ossvikend-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
46 lines (40 loc) · 2.31 KB
/
archive.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
<!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 | Archív</title>
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="oss.css">
</head>
<body>
<div class="oss-main">
<nav class="w3-topnav w3-light-white w3-right-align w3-padding-right oss-menu">
<a href="index.html">OSS Víkend</a>
<a href="schedule.html">Program</a>
<a href="presenters.html">Prednášajúci</a>
<a href="visitors.html">Pre návštevníkov</a>
<!--
<a href="cfp.html">Prihlásiť prednášku</a>
<a href="feedback.html">Feedback</a>
-->
<a href="thanks.html">Ďakujeme</a>
<a href="archive.html">Archív</a>
</nav>
<div class="w3-content"><div class="w3-padding">
<p><a href="archive/kosice16.html">Košice 22.-23. októbra</a> | <a href="archive/pre_kosice16.html">prednášajúci</a> | <a href="archive/thanks_kosice16.html">Ďakujeme</a><br>
<a href="archive/bratislava16.html">Bratislava 2016 9.-10. apríla</a> | <a href="https://www.youtube.com/playlist?list=PLLKM1yOV3zNs-o-u_v6Of6c40bUKkJr1A">záznamy</a> | <a href="http://fotky.promospravy.sk/index.php?%2Fcategory%2F20160409_oss_vikend_bratislava">fotky</a> | <a href="archive/thanks_bratislava16.html">Ďakujeme</a> <br></p>
<p><a href="archive/kosice15.html">Košice 2015 10.-11. októbra</a><br>
<a href="archive/bratislava15.html">Bratislava 2015 14.-15. marca</a> | <a href="http://www.soit.sk/sk/clanok/241-opensource-vikend-bratislava-14.-15.-marec-2015">väčšina prezentácií</a> | <a href="http://richard.kellnerovci.sk/opensource-weekend-in-bratilsava-2015.html">report</a><br></p>
<p><a href="archive/kosice14.html">Košice 2014 17.-18. novembra</a><br>
<a href="archive/bratislava14.html">Bratislava 2014 8.-9. marca</a><br></p>
<p><a href="archive/zilina13.html">Žilina 2013 9.-10. februára</a></p>
<hr>
<p><a href="https://github.com/soit-sk/ossvikend-web">táto stránka na githube</a></p>
</div></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>