-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpartners.html
54 lines (46 loc) · 1.71 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
---
layout: default
title: Partners
class_name: partners
---
<div class="row">
<div class="twelve offset-by-one columns content">
<div class= "six">
<hr class="grey stripe">
</div>
<h2>Partners</h2>
<div class="partners-section">
<a href= "http://www.rubytribe.ro/" target="_blank" class="three">
<img src ="/assets/images/partners/logo-ruby.png">
</a>
<a href= "http://ro.simplon.co/" target="_blank" class="offset-by-three three">
<img src ="/assets/images/partners/logo-simplon.png">
</a>
</div>
<hr>
<div class="partners-section">
<a href= "http://www.bricksrestaurant.ro/en" target="_blank" class="three columns">
<img src ="/assets/images/partners/logo-bricks.png">
</a>
<a href= "https://www.facebook.com/CaminoCluj" target="_blank" class="three columns offset-by-one">
<img src ="/assets/images/partners/logo-camino.png">
</a>
<a href= "https://www.facebook.com/kajatanya?rf=215728078452368" target="_blank" class="three">
<img src ="/assets/images/partners/logo-kaha.png">
</a>
</div>
<div class="partners-section">
<a href= "http://www.tokyorestaurant.ro/" target="_blank" class="three">
<img src ="/assets/images/partners/logo-tokyo.png">
</a>
<a href= "http://www.wokandroll.ro/" target="_blank" class="three offset-by-three">
<img src ="/assets/images/partners/logo-wok.png">
</a>
</div>
<div class="partners-section">
<a href="http://defineschool.ro/" target="_blank" class="three">
<img src="/assets/images/partners/logo_define_school.png" >
</a>
</div>
</div>
</div>