forked from ajsingh273/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartners.html
More file actions
52 lines (40 loc) · 1.89 KB
/
partners.html
File metadata and controls
52 lines (40 loc) · 1.89 KB
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
---
layout: default
title: Partners
permalink: /partners/
---
{% include wrap.html %}
<div class="container mtb">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<h1 class="text-info">Proud partners of elastic</h1>
</br></br></br></br></br>
<div class="hline"></div>
</div>
</div>
<div id="portfoliowrap" style="margin-top:0;padding-top:0;">
<div class="portfolio-centered">
<div class="recentitems portfolio">
<div class="portfolio-item graphic-design">
<div class="he-wrap tpl6">
<img class="img-responsive" src="{{ "/assets/img/open-source/elasticsearch.png" | prepend: site.baseurl }}" alt="elastic">
</div><!-- he wrap -->
</div><!-- end col-12 -->
<div class="portfolio-item graphic-design">
<div class="he-wrap tpl6">
<img class="img-responsive" src="{{ "/assets/img/open-source/logstash.png" | prepend: site.baseurl }}" alt="elastic">
</div><!-- he wrap -->
</div><!-- end col-12 -->
<div class="portfolio-item graphic-design">
<div class="he-wrap tpl6">
<img class="img-responsive" src="{{ "/assets/img/open-source/kibana.png" | prepend: site.baseurl }}" alt="kibana">
</div><!-- he wrap -->
</div><!-- end col-12 -->
<div class="portfolio-item graphic-design">
<div class="he-wrap tpl6">
<img class="img-responsive" src="{{ "/assets/img/open-source/hadoop.jpeg" | prepend: site.baseurl }}" alt="hadoop">
</div><!-- he wrap -->
</div><!-- end col-12 -->
</div><!-- portfolio -->
</div><!-- portfolio container -->
</div><!--/Portfoliowrap -->