-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprevious-meetups.html
118 lines (107 loc) · 4.9 KB
/
previous-meetups.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BRNO php | Předešlá setkání</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster">
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:400,700'>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42641155-1', 'brnophp.cz');
ga('send', 'pageview');
</script>
<!-- Header -->
<div class="container">
<div class="header row">
<div class="logo span3 text-center">
<a href="/">
<img src="/img/logo.png" />
</a>
</div>
<div class="span9 menu">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
<li><a href="/">Úvod</a></li>
<li><a href="/previous-meetups">Setkání</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="https://plus.google.com/communities/102841152909319035256">Google+</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="container">
<div class="row content-start">
<div class="span6">
<h2>Slidy z přednášek</h2>
<p>
-
</p>
</div>
<div class="span6">
<h2>Seznam přednášejících</h2>
<ul>
<li><a href="https://twitter.com/kaja47/">Karel Čížek</a></li>
</ul>
</div>
</div>
<div class="ma20">
<h2>Předešlá setkání</h2>
<ul>
<li>10.8.2013 - <a href="https://plus.google.com/events/cgcfcccccn5gqdtdpa8j0c6sitg">BRNO php meetup na oslavu vydání PHP verze 5.5</a></li>
<li>5.7.2013 - <a href="https://plus.google.com/u/0/events/c79ejdc3chhfa3taecg1q2hej8g">Brno Symfony meetup k příležitosti vydání Symfony 2.3 LTS</a></li>
</ul>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="span6">
<p>
Site template based on <a href="http://azmind.com/2013/02/28/free-template-alissa-responsive-bootstrap-coming-soon-page/">alissa</a> theme.
</p>
<p>
Fork this site on <a href="https://github.com/mhlavac/brnophp.cz">github</a>.
</p>
</div>
<div class="span6 social text-right">
<a href="https://twitter.com/brnophp" class="twitter" rel="tooltip" data-placement="top" data-original-title="Twitter"></a>
<a href="https://plus.google.com/communities/102841152909319035256" class="googleplus" rel="tooltip" data-placement="top" data-original-title="Google Plus"></a>
</div>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="assets/js/jquery-1.8.2.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/jquery.countdown.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>