-
Notifications
You must be signed in to change notification settings - Fork 3
/
partners.html
211 lines (208 loc) · 5.29 KB
/
partners.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
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>h4ckademy | Information for partners</title>
<meta name="author" content="codecantor">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- format scss -->
<link rel="stylesheet" href="assets/scss/style.css">
<!-- webfont google
<link href='http://fonts.googleapis.com/css?family=Roboto:500,100,300,400' rel='stylesheet' type='text/css'>-->
</head>
<body>
<header class="nav-page nav-up">
<section>
<p class="title_header">
h
<span>
4
</span>
ckademy
</p>
</section>
<section>
<p>
<a href="mailto:[email protected]" target="_blank">
</a>
</p>
</section>
</header>
<article class="welcome_partners partners_page">
<section>
<h1>
Information for partners
</h1>
<p class="info_partners_intro">
We carefully choose our partners among companies with smart technical challenges
</p>
</section>
</article>
<article class="info_partners partners_page">
<section class="info_partners_text">
<h2>
What you can do with us
</h2>
<ul class="info_partners_text_info">
<li>
<div class="reasons">
1
</div>
<p>
Sponsor the development of open source projects
</p>
</li>
<li>
<div class="reasons">
2
</div>
<p>
Find technical talent in our programming community
</p>
</li>
<li>
<div class="reasons">
3
</div>
<p>
Mentor participants during the learning experience
</p>
</li>
<li>
<div class="reasons">
4
</div>
<p>
Amaze us with tech talks and workshops
</p>
</li>
</ul>
</section>
<section class="info_partners_images partners_page">
<h2>
Our committed partners
</h2>
<ul class="info_partners_images_links">
<li>
<a href="http://www.idealista.com/" target="_blank" class="icons-all-partners ic-14">
idealista
</a>
</li>
<li>
<a href="https://cartodb.com/" target="_blank" class="icons-all-partners ic-08">
cartodb
</a>
</li>
<li>
<a href="https://shuttlecloud.com/" target="_blank" class="icons-all-partners ic-09">
shuttlecloud
</a>
</li>
<li>
<a href="http://www.lextrend.com/" target="_blank" class="icons-all-partners ic-10">
lextrend
</a>
</li>
<li>
<a href="http://cbiconsulting.es/" target="_blank" class="icons-all-partners ic-13">
cbiconsulting
</a>
</li>
<li>
<a href="https://www.ticketea.com/" target="_blank" class="icons-all-partners ic-04">
ticketea
</a>
</li>
<li>
<a href="https://traity.com/" target="_blank" class="icons-all-partners ic-02">
traity
</a>
</li>
<li>
<a href="http://www.smartvel.com/" target="_blank" class="icons-all-partners ic-03">
smartvel
</a>
</li>
<li>
<a href="http://www.wearepeople.io/" target="_blank" class="icons-all-partners ic-11">
wearepeople
</a>
</li>
<li>
<a href="https://dokify.net/" target="_blank" class="icons-all-partners ic-12">
dokify
</a>
</li>
<li>
<a href="http://guud.tv" target="_blank" class="icons-all-partners ic-21">
guud.tv
</a>
</li>
<li>
<a href="http://codecantor.com" target="_blank" class="icons-all-partners ic-22">
codecantor
</a>
</li>
<li>
<a href="http://www.agiledevers.com/" target="_blank" class="icons-all-partners ic-23">
agiledevrs
</a>
</li>
<li>
<a href="http://inviable.is/" target="_blank" class="icons-all-partners ic-25">
inviable
</a>
</li>
<li>
<a href="http://tecnilogica.com/" target="_blank" class="icons-all-partners ic-26">
tecnilogica
</a>
</li>
<li>
<a href="http://mindset.tech/" target="_blank" class="icons-all-partners ic-27">
mindset
</a>
</li>
<li>
<a href="https://etfmatic.com/" target="_blank" class="icons-all-partners ic-28">
ETFmatic
</a>
</li>
<li>
<a href="http://www.fabulist.es/" target="_blank" class="icons-all-partners ic-24">
Fabulist Travel
</a>
</li>
</ul>
</section>
</article>
<article class="info_partners partners_page">
<section class="info_partners_text">
<h2>
Want to become a partner?
</h2>
<p>
Contact us at
<a href="mailto:[email protected]" target="_blank">
</a>
</p>
<p class="or-back">
or <a href="/">« back to h4ckademy.com</a>
</p>
</section>
</article>
<!-- js link down -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="assets/js/index.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-57399491-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>