forked from cluj-cowork/cluj-cowork.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
79 lines (70 loc) · 2.1 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
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>
<div class="four end columns sidebar">
<h3><a href="https://twitter.com/clujcowork">Twitter Feed</a></h3>
<div id="twitter-feed"></div>
<hr>
<h3><a href="/events">Upcoming</a></h3>
<div id="events-widget">
<div class="gcf-item-container-block">
<div class="gcf-item-block">
<p class="gcf-item-header-block">
<em class="gcf-item-date-block">
<span class="gcf-item-daterange"></span>
</em>
—
<em class="gcf-item-title-block">
<span class="gcf-item-title"></span>
</em>
</p>
</div>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function() {
ClujCowork.liveTwitter( '#twitter-feed' );
ClujCowork.eventsList( '#events-list' );
ClujCowork.eventsWidget( '#events-widget' );
});
</script>