Skip to content

Commit 29cd0b3

Browse files
committed
registration processing
1 parent 55c4b65 commit 29cd0b3

7 files changed

Lines changed: 176 additions & 63 deletions

File tree

.DS_Store

4 KB
Binary file not shown.

_includes/header.html

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<!-- <li>
3434
<a class="page-scroll" href="#social">Social</a>
3535
</li> -->
36+
37+
<li>
38+
<a class="page-scroll" href="#registration_main">Registration</a>
39+
</li>
40+
3641
<li>
3742
<a class="page-scroll" href="#about">BHD editions</a>
3843
</li>
@@ -45,29 +50,7 @@
4550
<li>
4651
<a class="page-scroll" href="#contact">Contact</a>
4752
</li>
48-
<li>
49-
<a class="page-scroll registration-button" href="registration.html">Registration</a>
50-
</li>
51-
52-
<style>
53-
54-
.registration-button {
55-
background-color: #fdd835; /* canlı sarı */
56-
padding: 8px 15px;
57-
border-radius: 5px;
58-
text-decoration: none;
59-
color: white; /* yazı beyaz */
60-
font-weight: bold;
61-
display: inline-block;
62-
border-bottom: 3px solid #fff; /* alt beyaz */
63-
transition: background 0.3s;
64-
}
65-
66-
.registration-button:hover {
67-
background-color: #fbc02d; /* hover için daha koyu sarı */
68-
}
69-
</style>
70-
53+
7154
</style>
7255
</ul>
7356
</div>
@@ -82,7 +65,8 @@
8265
<div class="intro-text">
8366
<div class="intro-lead-in"></div>
8467
<div class="intro-heading"> </div>
85-
<a href="https://forms.gle/2TNdvvh9zHKcMMYJ8" class="page-scroll btn btn-xl"disabled>November 19-21, 2025</a>
68+
<!-- <a href="https://forms.gle/2TNdvvh9zHKcMMYJ8" class="page-scroll btn btn-xl"disabled>November 19-21, 2025</a> -->
69+
<a href="registration.html" class="page-scroll btn btn-xl">Registration</a>
8670
</div>
8771
</div>
8872
</header>

_includes/registration_main.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!-- Registration -->
2+
<section id="registration_main">
3+
<div class="container text-center">
4+
<div class="row">
5+
<div class="col-lg-12">
6+
<h1 class="section-heading">Registration is now open!</h1>
7+
<hr>
8+
9+
<p class="text-muted" style="font-size: 20px;">
10+
We are excited to announce that registration for Brainhack Donostia 2025 is now open!
11+
12+
Register now to secure your spot!
13+
14+
15+
</p>
16+
<hr>
17+
18+
<!-- Register button centered -->
19+
<div style="text-align:center; margin: 30px 0;">
20+
<a href="registration.html" class="page-scroll btn btn-xl">Register here!</a>
21+
</div>
22+
23+
<!-- Expected participants table -->
24+
<div class="table-container" style="display:flex; justify-content:center;">
25+
<table class="table is-bordered is-striped is-hoverable"
26+
style="background-color:white; width:90%; max-width:900px; font-size:1.5rem; text-align:left;">
27+
<thead style="background-color:black; color:white;">
28+
<tr>
29+
<th>Expected participants</th>
30+
<th><u>BCBL/EHU</u></th>
31+
<th>Externals</th>
32+
</tr>
33+
</thead>
34+
<tbody>
35+
<tr>
36+
<td><strong>Early bird fee valid until 15.10.2025</strong></td>
37+
<td>10 €</td>
38+
<td>20 €</td>
39+
</tr>
40+
<tr>
41+
<td><strong>Late fee valid until 15.11.2025</strong></td>
42+
<td>20 €</td>
43+
<td>30 €</td>
44+
</tr>
45+
</tbody>
46+
</table>
47+
</div>
48+
49+
</div>
50+
</div>
51+
</div>
52+
</section>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{% include program.html %}
1212
{% include portfolio_grid.html %}
1313
{% include projects.html %}
14+
{% include registration_main.html %}
1415
{% include about.html %}
1516
{% include team.html %}
1617
{% include conduct.html %}

_site/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Site for Brainhack Donostia 2025</description>
66
<link>http://localhost:4000/</link>
77
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Fri, 19 Sep 2025 09:56:06 +0200</pubDate>
9-
<lastBuildDate>Fri, 19 Sep 2025 09:56:06 +0200</lastBuildDate>
8+
<pubDate>Mon, 06 Oct 2025 15:54:38 +0200</pubDate>
9+
<lastBuildDate>Mon, 06 Oct 2025 15:54:38 +0200</lastBuildDate>
1010
<generator>Jekyll v4.4.1</generator>
1111

1212
<item>

0 commit comments

Comments
 (0)