Skip to content

Commit 003fb12

Browse files
committed
refuse marco7877 changes
2 parents bdc3203 + f8c9966 commit 003fb12

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

_includes/_site/team.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,26 @@
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2 class="section-heading text-white">Organizing Team</h2>
7-
<h3 class="section-subheading text-yellow">Brainhack Donosti 2023</h3>
7+
<h3 class="section-subheading text-yellow">Brainhack Donosti 2025</h3>
88
</div>
99
</div>
1010
<div class="row">
1111
{% for member in site.people %}
12-
<div class="col-sm-4">
13-
<div class="team-member">
14-
<img src="img/team/{{ member.pic }}.jpg" class="img-responsive img-circle" alt="">
15-
<h4>{{ member.name }}</h4>
16-
<p class="text-yellow">{{ member.position }}</p>
17-
<ul class="list-inline social-buttons">
18-
{% for network in member.social %}
19-
<li>
20-
<a href="{{ network.url }}">
21-
<i class="fa fa-{{ network.title }}"></i>
22-
</a>
23-
</li>
24-
{% endfor %}
25-
26-
</ul>
27-
</div>
12+
<div class="col-sm-4 text-center">
13+
<div class="team-member">
14+
<img src="img/team/{{ member.pic }}.jpg" class="img-responsive img-circle" alt="">
15+
<h4>{{ member.name }}</h4>
16+
<h3>{{ member.position }}</h3>
17+
<ul class="list-inline social-buttons">
18+
{% for network in member.social %}
19+
<li>
20+
<a href="{{ network.url }}">
21+
<i class="fa fa-{{ network.title }}"></i>
22+
</a>
23+
</li>
24+
{% endfor %}
25+
</ul>
26+
</div>
2827
</div>
2928
{% endfor %}
3029
</div>

_includes/clients.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@
2525

2626
</div>
2727
</div>
28-
</aside>
28+
</div>
29+
</aside>
30+

_includes/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="section-heading">Contact Us</h2>
88
</div>
99
<div class="row">
1010
<div class="col-lg-12 text-center">
11-
<p style="color:GhostWhite;">You can get in touch with us at info.bhg-donostia[at]bcbl.eu</p>
11+
<p style="color:GhostWhite;">You can get in touch with us at <a href="mailto:info.bhg-donostia@bcbl.eu">[email protected]</a></p>
1212
</div>
1313
<div class="col-lg-12">
1414
<div class="address">

img/logos/bcbllogo.png

67.1 KB
Loading

img/logos/upvlogo.png

1.52 MB
Loading

0 commit comments

Comments
 (0)