Skip to content

Commit ea9080e

Browse files
authored
Merge pull request #151 from Brainhack-Donostia/BHD2025
svgs and typos
2 parents c85f744 + 003fb12 commit ea9080e

18 files changed

+1038
-43
lines changed

_includes/_site/team.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@ <h3 class="section-subheading text-yellow">Brainhack Donosti 2025</h3>
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 text-center">{{ 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: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
<!-- Clients Aside -->
2-
<aside class="clients">
3-
<style>
4-
.logo-img {
5-
height: 200px; /* Adjust height as needed */
6-
width: auto;
7-
display: block;
8-
margin-left: auto;
9-
margin-right: auto;
10-
}
11-
</style>
12-
<div class="container">
13-
<div class="row text-center">
14-
<div class="col-md-4 col-sm-6">
15-
<a href="#">
16-
<img src="img/logos/bcbllogo.png" class="img-centered logo-img" alt="">
17-
</a>
18-
</div>
19-
<div class="col-md-4 col-sm-6">
20-
<a href="#">
21-
<img src="img/logos/paisvasco.png" class="img-centered logo-img" alt="">
22-
</a>
23-
</div>
24-
<div class="col-md-4 col-sm-6">
25-
<a href="#">
26-
<img src="img/logos/upvlogo.png" class="img-centered logo-img" alt="">
27-
</a>
2+
<aside class="clients">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-3 col-sm-6">
6+
<a href="#">
7+
<img src="img/logos/bcbl.svg" class="img-responsive img-centered" alt="">
8+
</a>
9+
</div>
10+
<div class="col-md-3 col-sm-6">
11+
<a href="#">
12+
<img src="img/logos/gobierno-vasco.svg" class="img-responsive img-centered" alt="">
13+
</a>
14+
</div>
15+
<div class="col-md-3 col-sm-6">
16+
<a href="#">
17+
<img src="img/logos/trebe_logo.svg" class="img-responsive img-centered" alt="">
18+
</a>
19+
</div>
20+
<div class="col-md-3 col-sm-6">
21+
<a href="#">
22+
<img src="img/logos/EHU_logo.svg" class="img-responsive img-centered" alt="">
23+
</a>
24+
</div>
25+
2826
</div>
2927
</div>
3028
</div>

_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/CARTlogo.png

-7 KB
Binary file not shown.

img/logos/CARTlogo2.png

-41.5 KB
Binary file not shown.

img/logos/EHU_logo.svg

Lines changed: 335 additions & 0 deletions
Loading

img/logos/aetuts.jpg

-2.01 KB
Binary file not shown.

img/logos/bcbl.svg

Lines changed: 46 additions & 0 deletions
Loading

img/logos/creative-market.jpg

-1.72 KB
Binary file not shown.

img/logos/designmodo.jpg

-1.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)