Skip to content

Commit 16fd5c6

Browse files
committed
links
1 parent 3325cf9 commit 16fd5c6

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,9 @@ button::-moz-focus-inner, input::-moz-focus-inner {
18591859
}
18601860

18611861
.home-content__buttons .btn {
1862-
width: 215px;
1862+
width: fit-content();
18631863
border-color: #FFFFFF;
1864-
color: #FFFFFF;
1864+
color: black;
18651865
margin: 1.5rem 1.5rem 0 0;
18661866
letter-spacing: .25rem;
18671867
-webkit-transition: all 0.5s ease-in-out;

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,25 @@ <h1>
108108
Workshop on Open Citations <br>& Open Scholarly Metadata 2025
109109
</h1>
110110
<div class="home-content__buttons">
111-
<a href="#contact" class="smoothscroll btn btn--stroke">
111+
<a href="#contact" class="smoothscroll btn btn-dark">
112112
contact us
113113
</a>
114-
<a href="#about" class="smoothscroll btn btn--stroke">
114+
<a href="#about" class="smoothscroll btn btn-dark">
115115
info
116116
</a>
117-
<a href="#venue" class="smoothscroll btn btn--stroke">
117+
<a href="#venue" class="smoothscroll btn btn-dark">
118118
venue
119119
</a>
120120
</div>
121+
<br>
122+
<div class="home-content__buttons">
123+
<a id="#proceedings_link" href="https://zenodo.org/records/17199918" class="btn btn-dark">
124+
Proceedings of the Workshop
125+
</a>
126+
<a id="#recordings_link" href="https://www.youtube.com/playlist?list=PLJfoW7ub2AkxzLLaXcpJOt5ccSdG24WH2" class="btn btn-dark">
127+
Day 2 Recordings
128+
</a>
129+
</div>
121130
</div>
122131
<!--
123132
<div class="home-content__scroll">

0 commit comments

Comments
 (0)