Skip to content

Commit 579a5c4

Browse files
committed
add sponsors
1 parent 9d7ea9a commit 579a5c4

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# link: "blog"
4040
#- name: Lightning Talks
4141
# link: "lightning-talks"
42-
#- name: Sponsors
43-
# link: "sponsors"
42+
- name: Sponsors
43+
link: "sponsors"
4444
#- name: Contact
4545
# link: "contact"

_includes/sponsors.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h2 class="title">SPONSORS</h2>
33
<hr />
44
<!-- <p class="section-text">
55
Nulla a tellus at turpis gravida congue non interdum et malesuada fames acante ipsum primis
6-
</p> -->
6+
</p>
77
88
<div class="row sponsors">
99
<h2 class="sponsor-title">Diversity & Inclusion Sponsor</h2>
@@ -13,23 +13,17 @@ <h2 class="sponsor-title">Diversity & Inclusion Sponsor</h2>
1313
src="{{site.baseurl}}/assets/images/sponsors/Fresha-logo-transparent-bg-4096x2160.png"
1414
alt="Fresha"
1515
/>
16-
</a>
17-
18-
<h2 class="sponsor-title">Platinum Sponsors</h2>
16+
</a> -->
1917

20-
<a href="https://yolo.com/" target="_blank">
21-
<img
22-
src="{{site.baseurl}}/assets/images/sponsors/yolo_logo_gradient_blacktext.png"
23-
alt="Yolo"
24-
/>
25-
</a>
18+
<h2 class="sponsor-title">Platinum Sponsor</h2>
2619

2720
<a href="https://www.erlang-solutions.com/" target="_blank">
2821
<img
2922
src="{{site.baseurl}}/assets/images/sponsors/esl logo.svg"
3023
alt="Erlang Solutions"
3124
/>
3225
</a>
26+
<!-- --
3327
<a href="https://curiosum.com/" target="_blank">
3428
<img
3529
src="{{site.baseurl}}/assets/images/sponsors/curiosum_fullcolor_horizontal.png"
@@ -100,13 +94,13 @@ <h2 class="sponsor-title">Streaming Partner</h2>
10094
alt="Software Mansion"
10195
/>
10296
</a>
103-
97+
-->
10498
<h2 class="sponsor-title">Community Partners</h2>
10599

106-
<a href="https://www.meetup.com/Elixir-Krakow/" target="_blank">
100+
<a href="https://www.meetup.com/Elixir-Madrid/" target="_blank">
107101
<img
108-
src="{{site.baseurl}}/assets/images/sponsors/krakow-elixir-meetup.png"
109-
alt="Krakow Elixir Meetup Group"
102+
src="{{site.baseurl}}/assets/images/sponsors/madrid-elixir-meetup.png"
103+
alt="Elixir Madrid Meetup Group"
110104
/>
111105
</a>
112106

1.08 MB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<!-- end of shop -->
6868
{% comment %} {% include blog.html %} {% endcomment %}
6969
<!-- end of blog -->
70-
{% comment %} {% include sponsors.html %} {% endcomment %}
70+
{% include sponsors.html %}
7171
<!-- end of sponsors -->
7272
{% include newsletter.html %}
7373
<!-- end of newsletter -->

0 commit comments

Comments
 (0)