-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
158 lines (133 loc) · 5.77 KB
/
index.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Symfony Usergroup Berlin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le 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]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">SfUg Berlin</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#stammtisch">Stammtisch</a></li>
<li><a href="#usergroup">Usergroup</a></li>
<li><a href="#development">Development</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>Symfony Usergroup Berlin!</h1>
<p>Welcome to the Page of the Symfony Usergroup Berlin. We're in founding at the moment so be patient.</p>
<!--<p><a class="btn btn-primary btn-large">Learn more »</a></p>-->
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span3">
<h2>Timetable</h2>
<ul>
<li><a href="#usergroup">18.04.2012 - Usergroup</a></li>
<li><a href="#stammtisch">23.04.2012 - Stammtisch</a></li>
</ul>
</div>
<div class="span3">
<h2>Stammtisch</h2>
<p>We're planning a weekly Stammtisch with no hard timetable.</p>
<p><a class="btn" href="#stammtisch">View details »</a></p>
</div>
<div class="span3">
<h2>Usergroup</h2>
<p>We're planning a monthly meeting for all the Symfony developers. With a given timetable, talks from everyone who is willing to talk.</p>
<p><a class="btn" href="#usergroup">View details »</a></p>
</div>
<div class="span3">
<h2>Development</h2>
<p>Because we are all developer and like to programm we also want to write Symfony Bundles.</p>
<p><a class="btn" href="#development">View details »</a></p>
</div>
</div>
<div class="row">
<div class="span3 offset3">
<h2>Slides & Ressources</h2>
<p>A List of severel Slides and Ressources we do promote</p>
<p><a class="btn" href="#slides">View details »</a></p>
</div>
</div>
<div class="row well" id="contact">
<h3>Contact</h3>
<p>IRC: irc.freenode.org #symfony-berlin</p>
<p>GitHub: <a href="https://github.com/sfugberlin">github.com/sfugberlin</a></p>
</div>
<div class="row well" id="stammtisch">
<h3>Stammtisch</h3>
<p>One goal of the Stammtisch is to get Symfony developers together, drink a beer/mate/other beverages and talk about our projects and ideas.</p>
<p>We want to hear about your ideas and problems with Symfony. Maybe you get new ideas for your project or spread ideas to others.
Maybe we can help with a new fresh look on your problems or you found a better way to do $someCoolAndCrazyShit.</p>
<p>But the maingoal is to have FUN, with PHP and Symfony!</p>
<h5>Location</h5>
<p><a href="http://www.c-base.org/">c-base e.V.</a><br/>
rungestrasse 20<br/>
10179 berlin</p>
<p><a href="http://osm.org/go/0MbE3xaSH-">OpenStreetMap Karte</a></p>
</div>
<div class="row well" id="usergroup">
<h3>Usergroup</h3>
<p>The SfUg Berlin is a usergroup focused on Symfony2 and related topics. We meet regularly on the 3rd Wendsday each month.</p>
<p>For more Information please refer to the <a href="http://www.meetup.com/sfugberlin/">meetup.com Site</a></p>
</div>
<div class="row well" id="slides">
<h3>Slides & Ressources</h3>
<p>A List of severel Slides and Ressources we do promote</p>
<ul>
<li><a href="http://nevalon.de/presentation/symfony_rest">Symfony 2 Rest</a></li>
</ul>
</div>
<div class="row well" id="development">
<h3>Development</h3>
<p>Everybody loves open source development. Why not develop together on base bundles.</p>
<p>Or what about helping bundles with feature development</p>
<p>You know bughunt days?</p>
<p>What about hackathons? Everyone loves hackathons</p>
<p></p>
</div>
<hr>
<footer>
<p>© SfUg Berlin 2012</p>
</footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
</body>
</html>