-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathevents.html
55 lines (49 loc) · 1.42 KB
/
events.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
---
layout: default
title: Events
class_name: events
---
<div class="row">
<div class="six offset-by-one columns content">
<hr class="grey stripe">
<h2>Events</h2>
<p>
Cluj Cowork is also a social center hosting several
events of different formats.
Whether is a workshop, a seminar, a meetup, a presentation,
weekly meeting your teammates, or coding for a full day,
<a href="/contact.html">get in touch with us</a> and we will
help you make it possible.
</p>
<p>
Meanwhile, feel free to checkout any of the events below.
</p>
<div id="events-list">
<div class="gcf-item-container-block">
<div class="gcf-item-block">
<div class="gcf-item-header-block">
<div class="gcf-item-title-block">
<h4 class="gcf-item-title"></h4>
</div>
<div class="gcf-item-date-block">
<p class="gcf-item-daterange"></p>
</div>
</div>
<div class="gcf-item-body-block">
<p class="gcf-item-description"></p>
</div>
</div>
</div>
<div class="gcf-last-update-block">
Last Update: <span class="gcf-last-update"></span>
</div>
</div>
</div>
{% include sidebar.html %}
</div>
<script>
$(document).ready(function() {
ClujCowork.eventsList( '#events-list' );
ClujCowork.eventsWidget( '#events-widget' );
});
</script>