forked from melvinchng/business-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpartners.html
62 lines (60 loc) · 1.93 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
---
layout: default_style
permalink: /partners
published: true
---
<!-- Main Container -->
<div id="banners"></div>
<div class="container">
<div class="row">
<br /><br />
<div>
<div class="col-md-6">
<div class="animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/slider/celt_logo.png" alt="Feature-img" >
</div>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<h4>
CELT
</h4>
<p>
We would like to thanks <a href="https://www.celtnet.org/">CELT</a> for their support.
</p>
</div>
</div>
<div class="col-md-6">
<div class="animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/slider/lawpro_logo.jpg" alt="Feature-img">
</div>
</div>
<div class="blockquote-box blockquote-primary animated wow fadeInLeft clearfix">
<h4>
LAWPRO
</h4>
<p>
We would like to thank <a href="https://lawaters.ie/">LAWPRO</a> for their support of our water quality and biodiversity training.
</p>
</div>
</div>
<div class="col-md-6">
<div class="animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/slider/Galway Co Co.png" alt="Feature-img">
</div>
</div>
<div class="blockquote-box blockquote-primary animated wow fadeInLeft clearfix">
<h4>
Galway County Council
</h4>
<p>
We would like to thank <a href="https://www.galway.ie/en/">Galway County Council</a> for their support of our biodiversity trainings with Gordon D'Arcy and Paul Murphy.
</p>
</div>
</div>
</div>
</div>
</div>
<!--End Main Container -->