Skip to content

Commit 71b74d0

Browse files
authored
Merge pull request #172 from moegi29/add-fukuoka05-cfp-btn
Add Fukuoka RubyistKaigi 05 cfp button
2 parents 3db46d9 + 2102410 commit 71b74d0

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

fukuoka05/css/hero.css

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@
3939
}
4040

4141
.cta-link:hover {
42-
background: #333;
43-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
44-
opacity: 0.5;
42+
background: #c9153c;
43+
opacity: 0.8;
4544
}
4645

4746
.cta-content {
4847
display: flex;
4948
align-items: center;
50-
padding-right: 40px;
5149
position: relative;
5250
color: #fff;
5351
font-size: clamp(16px, 3vw, 24px);
@@ -290,3 +288,13 @@
290288
height: clamp(15px, 2.5vw, 30px);
291289
}
292290
}
291+
292+
/* Deadline */
293+
.deadline {
294+
color: #a31130;
295+
font-size: clamp(14px, 3vw, 18px);
296+
font-weight: 600;
297+
text-align: center;
298+
margin-top: 10px;
299+
padding: 8px 16px;
300+
}

fukuoka05/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@
8989
<span>会場: リファレンス駅東ビル3階</span>
9090
<span>会議室H-2</span>
9191
</div>
92+
<div class="cta-container">
93+
<div class="cta-content">
94+
<a
95+
href="https://forms.gle/QXVQQr4NAmuftnQ88"
96+
class="cta-link"
97+
target="_blank"
98+
rel="noopener noreferrer"
99+
>Call for Proposal</a
100+
>
101+
</div>
102+
</div>
103+
<div class="deadline">締切期日:2025-11-18 23:59:59(JST)まで</div>
92104
</div>
93105
</div>
94106
</main>

0 commit comments

Comments
 (0)