Skip to content

Commit 2fab7d8

Browse files
committed
Update copy, styles
1 parent 9d8610f commit 2fab7d8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/routes/index.svelte

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<p>To request a site or a domain, you must be the acting president of the club in question <b>and</b> must have your club advisor's approval. You agree that any info published on your club's site reflects the MVLA school district as a whole.</p>
3131
<p>For advanced or custom sites maintained by LAHS Hack Club, your club must have a member that is also an active member of LAHS Hack Club (dual membership). You can always join Hack Club at <a href="https://join.lahs.club" target="_blank">join.lahs.club</a>.</p>
3232
<br>
33-
<p class="cta"><a href="https://forms.gle/hCLL4qFCYzMcZtC29">Submit a Request ></a></p>
33+
<p class="cta"><a href="https://forms.gle/hCLL4qFCYzMcZtC29">Join LAHS GET ></a></p>
3434
</main>
3535
<Footer />
3636

3737
<style>
3838
a {
3939
text-decoration-color: #fffa;
4040
}
41-
h2, h3 {
41+
h2, h3, h4 {
4242
font-weight: 500;
4343
margin-top: 15px;
4444
margin-bottom: 6px;
@@ -63,7 +63,7 @@
6363
margin-top: 5px;
6464
}
6565
.cta {
66-
background-color: #e38;
66+
border: 5px solid #f37;
6767
border-radius: 10px;
6868
font-weight: 500;
6969
font-size: 1.2rem;
@@ -73,22 +73,25 @@
7373
transition-duration: 0.2s;
7474
}
7575
.cta:hover {
76-
box-shadow: #e38 0 0 20px;
76+
background-color: #f37;
7777
}
7878
.cta a {
79-
color: #fff;
79+
color: #f37;
8080
padding: 25px 30px;
8181
}
82+
.cta:hover a {
83+
color: #fff;
84+
}
8285
.cards {
8386
column-gap: 20px;
8487
row-gap: 20px;
8588
margin-top: 20px;
8689
}
87-
.cards h3 {
90+
.cards h3, .cards h4 {
8891
margin-top: 0;
8992
}
9093
.cards > * {
91-
background-color: #eee;
94+
border: 2px solid #aaf;
9295
border-radius: 5px;
9396
padding: 20px;
9497
}

0 commit comments

Comments
 (0)