-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
243 lines (230 loc) · 9.91 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DevStaff - The developers' community gathering</title>
<meta name="description" content="DevStaff is the developers' community gathering in Crete. An attempt at bringing us all together for informal chats about technology and software. Join the next meetup!">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/devstaff.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64734579-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body ng-app="PastMeetupsApp" ng-controller="PastMeetupsController">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Navigation & Logo-->
<div class="mainmenu-wrapper">
<div class="container">
<div class="logo_img">
<a href="/">
<img class="img-responsive" src="images/microsite_logo.png" alt="DevStaff Logo" title="DevStaff Logo">
</a>
</div>
<div class="navigation">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#events">Events</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="https://github.com/devstaff-crete/DevStaff-Heraklion/tree/master/jobs">Jobs</a></li>
</ul>
</div>
</div>
<div class="clear"></div>
<!-- Press Coverage -->
<div class="section community">
<div class="container">
<h2>The developers community<br>in Crete</h2>
</div>
<div id="about" class="highlight">
<div class="container">
<p>
There's a lot of us, devs, here in Crete. Yet, we hardly ever get together in large groups, or even
know each other – somewhat strange for our small community, we hope you'll agree!
This group is an attempt at bringing us all together for informal chats about what we're all passionate about: technology and software. Join the meetup, learn, teach, speak your mind, sharpen your skills, share the knowledge and help us build a community where devs can openly exchange ideas!
</p>
</div>
<div class="row join">
<div class="col-md-4">
<a class="join-btn" title="on Slack" href="https://join.slack.com/t/devstaff/shared_invite/enQtNDYyNTI0NjUyMjczLWUyN2ZkOGJjYWQyMzU2MTE0MjViYTAxYWYxMjVlMzk2ZDk1N2I3ZGI2Y2MxMmMwN2JkNzY5MGUzMGRmN2NlNWM" target="_blank">join us</a>
</div>
<div class="col-md-4">
<a class="join-btn" title="at Meetup.com" href="https://www.meetup.com/devstaff/" target="_blank">subscribe</a>
</div>
<div class="col-md-4">
<a class="join-btn" title="at Github.com" href="https://github.com/devstaff-crete/DevStaff-Heraklion" target="_blank">read more</a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<!-- Press Coverage -->
<!-- Upcoming Events -->
<div id="events">
<div class="event" ng-repeat="meetup in MeetupList" ng-if="isFutureMeetup(meetup.Date, meetup.Hour)">
<div class="container">
<a href="{{ meetup.MeetupLink }}" target="_blank">
<div class="col-md-3 odd meet">
<h3><span>UPCOMING</span> MEET UP</h3>
<div class="event_title">
<h4>{{ meetup.Name }}</h4>
</div>
</div>
</a>
<div class="col-md-3">
<div class="center">
<img src="images/calendar.png">
</div>
<div class="event_title date">
<h4>{{ meetup.Date.split('/')[0] }}<span>/{{ meetup.Date.split('/')[1] }}</span></h4>
<h3>{{ meetup.Date.split('/')[2] }}</h3>
</div>
</div>
<a href="{{ meetup.LocationLink }}" target="_blank">
<div class="col-md-3 odd place">
<div class="center">
<img src="images/place.png">
</div>
<div class="event_title">
<h5>{{ meetup.Location }}</h5>
<h6>{{ meetup.Location2 }}</h6>
</div>
</div>
</a>
<div class="col-md-3 time">
<div class="center">
<img src="images/time.png">
</div>
<div class="event_title">
<h6>{{ meetup.Hour }}</h6>
</div>
</div>
</div>
</div>
</div>
<!-- End Upcoming Events -->
<!-- Past Events -->
<div class="past-events">
<div ng-repeat="meetup in MeetupList" class="past-event {{ ((($index % 2) == 0) ? 'odd' : 'even') }}" ng-if="$index <= loadedMeetups && !isFutureMeetup(meetup.Date, meetup.Hour)">
<div class="container">
<div class="col-md-3 past-event-name">
<a target="_blank" href="{{ meetup.GitHubLink }}">PAST EVENT<br><b>{{ meetup.Name }}</b></a>
</div>
<div class="col-md-3 past-event-date">
<h4><b>{{ meetup.Date.split('/')[0] }}</b>/{{ meetup.Date.split('/')[1] }}/{{ meetup.Date.split('/')[2] }}<br><b>{{ meetup.Hour }}</b></h4>
</div>
<div class="col-md-3 past-event-place">
<a href="{{ meetup.LocationLink }}" target="_blank">
{{ meetup.Location }}<br><b>{{ meetup.Location2 }}</b>
</a>
</div>
<div class="col-md-3 past-social">
<a target="_blank" href="{{ meetup.MeetupLink }}" ng-show="meetup.MeetupLink!=''">
<img title="meetup" alt="meetup" src="images/meet_grey.png">
</a>
<a target="_blank" href="{{ meetup.GitHubLink }}" ng-show="meetup.GitHubLink!=''">
<img title="github" alt="github" src="images/git_grey.png">
</a>
</div>
</div>
<div class="text-center" ng-show="totalPastMeetups() > loadedMeetups && $last!=true && $index==loadedMeetups">
<button type="button" class="btn btn-default btn-lg" ng-click="loadMoreMeetups()">
<span class="glyphicon glyphicon-refresh"></span> More Events
</button>
</div>
</div>
<!-- End Past Events -->
<!-- Call to Action Bar -->
<div class="screens">
<div class="col-md-4">
<img src="images/foto_02.jpg">
</div>
<div class="col-md-4">
<img src="images/foto_03.jpg">
</div>
<div class="col-md-4">
<img src="images/foto_04.jpg">
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- End Call to Action Bar -->
<!-- Partners -->
<div class="partners" ng-controller="PartnersController">
<div>
<div class="container">
<div class="row title">
Community Partners
</div>
<div class="row">
<div class="col-md-3 partner-image" ng-repeat="partner in PartnersList">
<a target="_blank" href="{{ partner.HomeLink }}">
<img ng-src="{{PartnersImagesPath}}{{partner.Image}}" class="img-responsive partner-image">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Partners -->
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="left-footer col-md-3">
<h3>CONTACT US</h3>
<div class="email">
<a href="mailto:[email protected]" title="Contact Us">[email protected]</a>
</div>
</div>
<div class="right-footer col-md-3">
<h3>FIND US</h3>
<div class="social_icons">
<a target="_blank" href="http://www.meetup.com/DevStaff-A-Developer-Community-Gathering-In-Crete/">
<img title="meetup" alt="meetup" src="images/meet.png">
</a>
<a target="_blank" href="https://github.com/devstaff-crete/DevStaff-Heraklion">
<img title="github" alt="github" src="images/git.png">
</a>
<a target="_blank" href="https://www.linkedin.com/company/devstaff/">
<img title="linkedin" alt="linkedin" src="images/in.png">
</a>
<a target="_blank" href="https://opencollective.com/devstaff">
<img title="OpenCollective" alt="OpenCollective" src="images/oc.png">
</a>
<a target="_blank" href="https://www.youtube.com/c/DevStaff">
<img title="YouTube" alt="YouTube" src="images/yt.png">
</a>
<a target="_blank" href="https://www.facebook.com/Devstaff">
<img title="facebook" alt="facebook" src="images/fb.png">
</a>
</div>
</div>
</div>
</div>
<!-- End Footer -->
<!-- Javascripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>