forked from owncloud-archive/owncloud.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage-events.php
215 lines (211 loc) · 9.67 KB
/
page-events.php
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<?php get_template_part('templates/parts/title'); ?>
<div class="sub-nav">
<!-- a href="/events/meetups">Meetups</a>
| -->
<a href="/events/conference-program">Conference Program</a>
| <a href="/events/contactform">Contact</a>| <a href="/events/events-archive">Events Archive</a>
</div>
<div class="row">
<div class="col-md-12">
<p>The ownCloud community organizes and participates in many events around the globe. Interested in meeting fellow ownCloud users and contributors? Look for an
event that happens close to you or organize one!</p>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/meetup_small.jpg" style="width: 400px" title="" alt="" class="img-thumbnail alignright">
<!--<h2>Meetups</h2>
<p>ownCloud community members all around the globe get together in meetups to learn, share ideas and work on
ownCloud. Meetups are informal meetings which are typically held in the evening and can be focused on development, user or business topics. You can take part as a speaker, participant or promoter. Meetups are typically held once a month and are open to anyone. Below is a list of local meetup groups.</p>
<script type="text/javascript" src="https://www.meetup.com/embed/largest/owncloud/"></script>
<p>Find the next Meetup dates and more on <a target="_blank" href="https://owncloud.meetup.com/">owncloud.meetup.com</a></p>
<div class="row" style="text-align: center">
<p><a target="_blank" href="https://owncloud.meetup.com/" class="btn btn-lg btn-default">
<i class="icon-group"></i> Join a Meetup!</a>
<a target="_blank" href="/events/meetups" class="btn btn-lg btn-default">
<i class="icon-lightbulb-o"></i> Organize a Meetup!</a></p>-->
<!-- <p><a target="_blank" href="/conf/" class="btn btn-lg btn-primary"> -->
<!-- <i class="icon-code"></i> ownCloud Contributor Conference!</a></p> -->
<!--</div>-->
<!--<div class="wrap container pad-bottom">
<div class="row">
<div class="col-md-12 text-center">
<h2>The ownCloud Contributor Conference!</h2>
</div>
</div>-->
<!-- <div class="row pad-bottom">
<div class="text-center videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DvW_EoIoD1Y" frameborder="0" allowfullscreen></iframe>
</div>
</div>-->
<!-- <div class="row pad-bottom">
<div class="col-md-12 text-center">
<a class="btn btn-block btn-lg join-button events-button" href="/conf" role="button">Learn more about the conference!</a>
</div>
</div>
</div>-->
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/product_demo.jpg" style="width: 400px" title="Picture by Dragotin from CLT14" alt="Picture by Dragotin from CLT14" class="img-thumbnail alignright">
<h2>Conferences</h2>
<p>ownCloud community members everywhere organize ownCloud presence at trade shows and conferences to present our community and technology to visitors.
Below is a list of upcoming tradeshows and conferences where you can find ownCloud represented!</p>
<p>If you have business questions and would like to meet ownCloud GmbH at an event, check out the <a href="https://owncloud.com/events/">events page on owncloud.com</a>.
<table class="table table-striped">
<tr>
<th>Event</th>
<th>Location</th>
<th>Date</th>
<th>Link</th>
</tr>
<tr>
<td>ownCloud Conference 17</td>
<td>Nuremberg, Germany</td>
<td>September 20-23</td>
<td>website in progress</td>
</tr>
<tr>
<td>Talk at FROSCON 17</td>
<td>Bonn, Germany</td>
<td>August 19-20</td>
<td><a target="_blank" href="https://www.froscon.de/1/home/">website</a></td>
</tr>
<tr>
<td>Developer Week</td>
<td>Nuremberg, Germany</td>
<td>June 26-29</td>
<td><a target="_blank" href="http://www.developer-week.de/">website</a></td>
</tr>
<tr>
<td>Talk at Tübix</td>
<td>Tübingen, Germany</td>
<td>June 24</td>
<td><a target="_blank" href="http://www.tuebix.org/">website</a></td>
</tr>
<tr>
<td>TNC 17 Networking Conference</td>
<td>Linz, Austria</td>
<td>May 29-June 2</td>
<td><a target="_blank" href="https://owncloud.com/events/tnc17-networking-conference/">event details</a></td>
</tr>
<tr>
<td>openSUSE Conference 17</td>
<td>Nuremberg, Germany</td>
<td>May 26-28</td>
<td><a target="_blank" href="https://events.opensuse.org/conference/oSC17">website</a></td>
</tr>
<tr>
<td>nueww - Nuremberg Web Week</td>
<td>Nuremberg, Germany</td>
<td>May 15-21</td>
<td><a target="_blank" href="http://nueww.de/">website</a></td>
</tr>
<tr>
<td>devOps Camp</td>
<td>Nuremberg, Germany</td>
<td>May 12-14</td>
<td><a target="_blank" href="https://devops-camp.de/">website</a></td>
</tr>
<tr>
<td>Talk at Linux Presentation Day</td>
<td>Erlangen, Germany</td>
<td>May 6</td>
<td><a target="_blank" href="https://www.vhs-erlangen.de/programm/beruf.html?action[89]=course&cat_ID=480-CAT-KAT122&dataTotal=10&courseId=480-C-17S401962&categoriesId=480-CAT-KAT122&dataIndex=7">website</a></td>
</tr>
<tr>
<td>FSFE Fellowship Meeting</td>
<td>Dusseldorf, Germany</td>
<td>April 24</td>
<td><a target="_blank" href=""></a></td>
</tr>
</tr>
</table>
<p>Is there a conference, trade show or other event close by and you want ownCloud to be there? <a target="_blank" href="/events/conference-program">Help make it happen!</a> If you want to present ownCloud to an audience, find <a target="_blank" href="https://github.com/owncloud/promo/tree/master/Presentation%20materials">presentation slides here</a> and checkout our page with <a href="/events/conference-program/speaking">tips and ideas about giving a talk</a>.</p>
<p>Are you presenting about ownCloud or running a booth at an upcoming event that should be listed here? <a href="/events/contactform">Let us know via the contact form</a> or email the user mailing list!</p>
<h3>Events we've been at in 2017</h3>
<table class="table table-striped">
<tr>
<th>Event</th>
<th>Location</th>
<th>Date</th>
<th>Link (report)</th>
</tr>
<tr>
<td>ownCloud Greek Translation Hackathon</td>
<td>Thessaloniki, Greece</td>
<td>April 8</td>
<td><a target="_blank" href="https://eiosifidis.blogspot.de/2017/04/owncloud-hackathon.html">report</a></td>
</tr>
<tr>
<td>ownCloud Hacking Day, TH Ohm</td>
<td>Nuremberg, Germany</td>
<td>March 31-April 1</td>
<td><a target="_blank" href="https://owncloud.org/blog/owncloud-hackathons-are-spreading-get-involved/">report</a></td>
</tr>
<tr>
<td>World Hosting Days</td>
<td>Rust, Germany</td>
<td>March 25-31</td>
<td><a target="_blank" href="http://worldhostingdays.com/global/">website</a></td>
</tr>
<tr>
<td>CeBit</td>
<td>Hannover, Germany</td>
<td>March 20-24</td>
<td><a target="_blank" href="http://www.cebit.de/en/">website</a></td>
</tr>
<tr>
<td>Chemnitzer Linux-Tage</td>
<td>Chemnitz, Germany</td>
<td>March 11-12</td>
<td><a target="_blank" href="https://chemnitzer.linux-tage.de/2017/de/presse/mitteilungen/resuemee">report</a></td>
</tr>
<tr>
<td>FOSDEM 2017</td>
<td>Brussels, Belgium</td>
<td>February 4-5</td>
<td><a target="_blank" href="https://owncloud.org/blog/printing-our-own-cloud/">blog</a></td>
</tr>
<tr>
<td>Talk at CS3</td>
<td>Amsterdam, Netherlands</td>
<td>January 30-February 1</td>
<td><a target="_blank" href="https://cs3.surfsara.nl/">website</a> and <a target="_blank" "href="https://www.youtube.com/watch?v=fryGxDdG1LY">talk</a></td>
</tr>
<tr>
<td>Univention Summit</td>
<td>Bremen, Germany</td>
<td>January 26-27</td>
<td><a target="_blank" href="https://owncloud.com/events/univention-summit-2017/">website</a></td>
</tr>
</table>
<h3>Events before 2017</h3>
<p>For events before 2017, please take a look into our <a href="/events/events-archive">Event Archive</a>.</p>
<!-- <h2>Release parties</h2>
<p>One of the best parts of an ownCloud release, are the community release parties! A release party can be a meeting in a cafe or office with a
presentation of what is new in the latest ownCloud release and time to chat about it.
Release parties don't have to be done in the release week at all – doing it a bit later
gives everybody a chance to play with the release before the meeting.</p>
<table class="table table-striped">
<tr>
<th>City, Country</th>
<th>Location</th>
<th>Date and time</th>
<th>Organizer</th>
<th>Link</th>
</tr>
<tr>
<td>Berlin, Germany</td>
<td><a target="_blank" href="https://wikimedia.de/">Wikimedia office Berlin</a> at Tempelhofer Ufer 23/24</td>
<td>Friday, August 8 2014</td>
<td>Danimo, Blizz, jospoortvliet</td>
<td><a target="_blank" href="http://blog.jospoortvliet.com/2014/07/owncloud-7-release-party-august-8-berlin.html">blogpost</a></td>
</tr>
<tr>
<td>Nuremberg, Germany</td>
<td><a target="_blank" href="http://www.coworking-nuernberg.de/">Coworkingspace</a> Nürnberg</td>
<td>Tuesday, August 5 2014</td>
<td>Tobias, Klaas, Holger</td>
<td><a target="_blank" href="https://dragotin.wordpress.com/2014/07/24/lets-party/">Blog</a> and <a target="_blank" href="https://www.facebook.com/events/769781489711151/">facebook</a></td>
</tr>
</tr>
</table>
<p> Want to organize an ownCloud Release Party? See <a target="_blank" href="https://owncloud.org/blog/plan-your-owncloud-7-release-party"/>this blog post</a>
and this <a target="_blank" href="http://en.opensuse.org/openSUSE:Launch_party_HOWTO">how-to</a> for some tips and ideas
and <a href="/events/contactform">contact us</a> to get your party added to the list!!</p>-->
</div>
</div>