Skip to content

Commit 799c6b3

Browse files
committed
feat: add club application form link
1 parent 901efa4 commit 799c6b3

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,11 @@ <h3>Participating clubs</h3>
495495
<p>想讓你的社團加入中電會嗎?</p>
496496
<p lang="en-US">Want to join SCAICT with your club?</p>
497497
</div>
498-
<a href="https://docs.google.com/forms/d/1z0w7kQtNb30YG9nXQZEUM1WEZ1CTA52rcvi-X9L04-U/viewform" class="apply-button" target="_blank">
498+
<a
499+
href="https://docs.google.com/forms/d/1z0w7kQtNb30YG9nXQZEUM1WEZ1CTA52rcvi-X9L04-U/viewform"
500+
class="apply-button"
501+
target="_blank"
502+
>
499503
<i class="fa-solid fa-pen-to-square"></i>
500504
立即申請 Apply Now
501505
</a>

src/style.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
font-display: swap;
99
src: url(https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv58a-wg.woff2)
1010
format('woff2');
11-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
12-
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
13-
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
11+
unicode-range:
12+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
13+
U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
14+
U+2212, U+2215, U+FEFF, U+FFFD;
1415
}
1516

1617
@font-face {
@@ -433,7 +434,12 @@ footer {
433434
left: -100%;
434435
width: 100%;
435436
height: 100%;
436-
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
437+
background: linear-gradient(
438+
90deg,
439+
transparent,
440+
rgba(255, 255, 255, 0.1),
441+
transparent
442+
);
437443
transition: left 0.5s ease;
438444
}
439445

0 commit comments

Comments
 (0)