-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
147 lines (141 loc) · 5.48 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
---
layout: frontpage
---
{% include JB/setup %}
<div class="rowbar-one" id="hello">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<h1>ATH Tech</h1>
<h2>ATHENS DEVELOPERS & TECHIES</h2>
<p>This is <a href="{{ site.githubrepo }}">an open website</a> about the community of Athens' developers and techies. Meet the community and find out about upcoming events and meetups.</p>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-4 centered share">
<ul class="nav">
<li>
<a href="https://twitter.com/share" data-url="http://www.athtech.org/" data-text="Athens Upcoming Tech Events and Meetups" data-size="medium" via="ATHTechGR" related="ATHTechGR" class="twitter-share-button">Tweet</a>
</li>
<li>
<a href="https://twitter.com/ATHTechGR" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @ATHTechGR</a>
</li>
<li>
<div data-action="share" data-annotation="bubble", data-href="http://athtech.org" class="g-plus"></div>
</li>
<li>
<div class="fb-like" data-href="https://www.facebook.com/athtech.org" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false" data-width="200"></div>
</li>
<li>
<script async defer src="http://athtech.zorbash.com/slackin.js"></script>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="fb-root"></div>
<div class="rowbar-two" id="agenda">
<div class="container">
<div class="row">
<div class="col-lg-10">
<h3>ATHENS MEETUP AGENDA</h3>
</div>
</div>
<div class="row">
<div class="col-lg-10 calendar-link">
<a target="_blank" href="https://www.google.com/calendar/embed?src=athtechorg@gmail.com&ctz=Europe/Athens">Powered by Google Calendar</a> | <a target="_blank" href="https://www.google.com/calendar/feeds/athtechorg@gmail.com/public/basic">RSS</a> | <a target="_blank" href="https://www.google.com/calendar/ical/athtechorg@gmail.com/public/basic.ics">iCal</a> | <a href="/submit-event/">How to submit an event</a>
</div>
</div>
<div id="agenda-items">
<div class="row">
<div class="col-lg-10">
<img src="/assets/img/loader-bar.gif" />
</div>
</div>
</div>
<div class="row">
{% unless site.data.pinnedAgenda.empty? %}
{% for item in site.data.pinnedAgenda %}
{% capture rowIterer %}{% cycle 1, 2 %}{% endcapture %}
<div class="col-lg-5">
{% include widgets/agenda.html item=item %}
</div>
{% if '2' == rowIterer %}
</div>
<div class="row">
{% endif %}
{% endfor %}
{% endunless %}
</div>
</div>
</div>
<div class="hide" id="agenda-tpl">
<div class="col-lg-5">
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title"></h3>
</div>
<div class="panel-body">
<ul>
<li class="agenda-tpl-when"><b>When</b>: <span></span></li>
<li class="agenda-tpl-venue"><b>Venue</b>: <span></span></li>
<li class="agenda-tpl-address">
<b>Address</b>: <span></span>
</li>
<li class="agenda-tpl-info"><b>More Info</b>: <a href="" target="_blank"></a></li>
<li class="agenda-tpl-language"><b>Language</b>: <span></span></li>
<li class="agenda-tpl-about"><b>About</b>: <span></span></li>
</ul>
<div class="cal-btns">
<a class="glyphicon glyphicon-plus addcal" title="Add the event to your Google Calendar" href="" target="_blank" rel="nofollow"></a> <a class="glyphicon glyphicon-share-alt viewcal" title="View the event at Google Calendar" href="" target="_blank" rel="nofollow"></a>
</div>
</div>
</div>
</div>
</div>
<div class="hide" id="agenda-error">
<div class="row">
<div class="col-lg-6">
<div class="alert alert-danger">Oh Snap! Something went horribly wrong :( Please refresh!</div>
</div>
</div>
</div>
<div class="rowbar-one" id="communities">
<div class="container">
<div class="row">
<div class="col-lg-10">
<h3>ATHENS TECH COMMUNITIES</h3>
</div>
</div>
<div class="row">
{% for meetup in site.data.communities %}
{% capture rowIter %}{% cycle 3, 4 %}{% endcapture %}
<div class="col-lg-5">
{% include widgets/meetup.html meetup=meetup %}
</div>
{% if '2' == rowIter %}
</div>
<div class="row">
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class="rowbar-two" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-10">
<h3>STAY IN TOUCH</h3>
<p><a class="btn btn-default btn-lg" type="button" target="_blank" href="https://groups.google.com/forum/#!forum/ath-developers"><span class="glyphicon glyphicon-globe"></span>Signup on the mailing list</a></p>
<p><a class="btn btn-default btn-lg" type="button" href="/submit-event/"><span class="glyphicon glyphicon-wrench"></span>Submit an Event</a></p>
<p class="social">
<a href="https://facebook.com/athtech.org"><i class="fa fa-facebook"></i></a>
</p>
<p class="social">
<a href="https://twitter.com/ATHTechGR"><i class="fa fa-twitter"></i></a>
</p>
</div>
</div>
</div>
</div>