-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsponsors.html
More file actions
81 lines (72 loc) · 2.13 KB
/
sponsors.html
File metadata and controls
81 lines (72 loc) · 2.13 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
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
---
layout: default
---
<div class="hero">
<div class="hero-body">
<h1 class="title">
Sponsors
</h1>
</div>
</div>
<div class="content">
<p>A special "thank you" to our sponsors and partners that help us making DevOps Porto a reality: </p>
<!-- <div class="hero">
<div class="has-text-centered subtitle">
<h3>
Gold
</h3>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered" style="box-shadow: none;">
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered">
{% include components/sponsorimage.html imagename="bosch.png" alt="Bosch" website="https://www.bosch.pt" %}
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered" style="box-shadow: none;">
</article>
</div>
</div> -->
<hr>
<div class="hero">
<div class="has-text-centered subtitle">
<h3>
Community
</h3>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box has-text-centered" style="box-shadow: none;">
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered">
{% include components/sponsorimage.html imagename="bitmaker.png" alt="Bitmaker" website="https://www.wearebitmaker.com/" %}
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered">
{% include components/sponsorimage.html imagename="agileportugal.jpg" alt="Agile Portugal" website="https://2018.agilept.org/" %}
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box has-text-centered" style="box-shadow: none;">
</article>
</div>
</div>
<hr>
<div class="hero">
<h2 class="title">
Be a sponsor
</h2>
<p>
Would you love to support us? Take a look how can you help us - <a href="supportus.html">Support Us</a>
</p>
</div>
</div>