forked from devstaff-crete/devstaff.gr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
195 lines (178 loc) · 7.26 KB
/
sponsors.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
<!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="SponsorsApp">
<!--[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="index.html#about">About</a></li>
<li><a href="index.html#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>
</div>
<!-- Press Coverage -->
<div class="section community">
<div class="container">
<h2>Sponsorships</h2>
</div>
<div id="about" class="highlight">
<div class="container">
<p>
DevStaff wouldn't be the same without our awesome sponsors!
</p>
<p>
If you want to sponsor DevStaff, check out our
<a href="https://opencollective.com/devstaff" target="_blank" class="white-font"><u>OpenCollective page</u></a>.
</p>
<p>
To read more, click
<a href="https://github.com/devstaff-crete/DevStaff-Heraklion/blob/master/Sponsors.md" target="_blank" class="white-font"><u>here</u></a>.
</p>
<p>
Below we keep a list of our sponsors over the past few years.
</p>
</div>
</div>
<div class="clear"></div>
</div>
<!-- Press Coverage -->
<!-- Sponsors -->
<div class="sponsors" ng-controller="SponsorsController">
<div ng-repeat="sponsor in SponsorsList" class="sponsor {{ ((($index % 2) == 0) ? 'odd' : 'even') }}">
<div class="container">
<div class="col-md-3 sponsor-name">
<a target="_blank" href="{{ sponsor.HomeLink }}"><b>{{ sponsor.Name }}</b></a>
</div>
<div class="col-md-6 sponsor-image">
<a target="_blank" href="{{ sponsor.HomeLink }}">
<img ng-src="{{SponsorsImagesPath}}{{sponsor.Image}}" class="img-responsive sponsor-image">
</a>
</div>
<div class="col-md-3 sponsor-social">
<a target="_blank" href="{{ sponsor.FacebookLink }}" ng-if="sponsor.FacebookLink!=''">
<img title="facebook" alt="facebook" src="images/fb.png" width="40">
</a>
<a target="_blank" href="{{ sponsor.LinkedInLink }}" ng-if="sponsor.LinkedInLink!=''">
<img title="LinkedInLink" alt="linkedin" src="images/in.png" width="40">
</a>
</div>
</div>
</div>
</div>
<!-- End Sponsors -->
<!-- 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>