Skip to content

Commit ded7906

Browse files
committed
registiration page
1 parent fe0caa9 commit ded7906

File tree

8 files changed

+1022
-38
lines changed

8 files changed

+1022
-38
lines changed

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ GEM
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15+
ffi (1.17.2-arm64-darwin)
1516
ffi (1.17.2-x86_64-darwin)
1617
ffi (1.17.2-x86_64-linux-gnu)
1718
forwardable-extended (2.6.0)
19+
google-protobuf (4.30.2-arm64-darwin)
20+
bigdecimal
21+
rake (>= 13)
1822
google-protobuf (4.30.2-x86_64-darwin)
1923
bigdecimal
2024
rake (>= 13)
@@ -75,6 +79,8 @@ GEM
7579
rouge (4.5.2)
7680
rubyzip (2.4.1)
7781
safe_yaml (1.0.5)
82+
sass-embedded (1.88.0-arm64-darwin)
83+
google-protobuf (~> 4.30)
7884
sass-embedded (1.88.0-x86_64-darwin)
7985
google-protobuf (~> 4.30)
8086
sass-embedded (1.88.0-x86_64-linux-gnu)
@@ -85,6 +91,7 @@ GEM
8591
webrick (1.9.1)
8692

8793
PLATFORMS
94+
arm64-darwin-24
8895
x86_64-darwin-24
8996
x86_64-linux
9097

_includes/header.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@
4545
<li>
4646
<a class="page-scroll" href="#contact">Contact</a>
4747
</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+
71+
</style>
4872
</ul>
4973
</div>
5074
<!-- /.navbar-collapse -->

_site/feed.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@
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>Mon, 30 Jun 2025 13:53:37 +0200</pubDate>
9-
<lastBuildDate>Mon, 30 Jun 2025 13:53:37 +0200</lastBuildDate>
8+
<pubDate>Fri, 19 Sep 2025 09:56:06 +0200</pubDate>
9+
<lastBuildDate>Fri, 19 Sep 2025 09:56:06 +0200</lastBuildDate>
1010
<generator>Jekyll v4.4.1</generator>
1111

12+
<item>
13+
<title>Emergence of Language in the Human Brain</title>
14+
<description>
15+
</description>
16+
<pubDate>Tue, 19 Nov 2024 00:00:00 +0100</pubDate>
17+
<link>http://localhost:4000/2024/11/19/project-4/</link>
18+
<guid isPermaLink="true">http://localhost:4000/2024/11/19/project-4/</guid>
19+
20+
21+
</item>
22+
1223
<item>
1324
<title>How to reduce the carbon footprint of your research computing</title>
1425
<description>
@@ -32,7 +43,7 @@
3243
</item>
3344

3445
<item>
35-
<title>TREASURE: An institutional pilot project to reward early stage researchers for reproducible, reusable, and open research practices and outputs at the University of Coimbra</title>
46+
<title>Rewarding early stage researchers for reproducible, reusable, and open research practices and outputs</title>
3647
<description>&lt;hr /&gt;
3748
</description>
3849
<pubDate>Tue, 19 Nov 2024 00:00:00 +0100</pubDate>

0 commit comments

Comments
 (0)