-
-
- If you want to improve your skills, want to learn how to break into the industry, or just got
- a passion for technology, then we are the perfect organization for you!
-
-
- Our student-chapter with 600+ members is forever free and open for anyone to join,
- regardless of major or technical ability.
-
-
+
+
+
Ready to get started?
+
+
+ If you want to improve your coding skills, find out how to break into the tech industry,
+ connect with other people, pick up a new hobby, or just want to be involved in the tech
+ space, then this is the place to be.
+
+
+
+ Our chapter of 700+ members is forever free and open for anyone to join, regardless of
+ major or technical ability.
+
+
+
+
-
diff --git a/src/lib/components/index/why-join.svelte b/src/lib/components/index/why-join.svelte
index 2969ce90f..d7a2c3f54 100644
--- a/src/lib/components/index/why-join.svelte
+++ b/src/lib/components/index/why-join.svelte
@@ -1,14 +1,15 @@
-
![Social event with acmCSUF club members.](assets/png/why-join-illustration.png)
+
![Social event with acmCSUF members.](assets/png/why-join-illustration.png)
-
-
-
- We aim to build a foundation for future industry leaders by developing their technical and
- professional skills. We facilitate these by offering free workshops, social events, guest
- speaker sessions, and a mentorship program; all of which have been proven to help students
- start on the right path for their careers.
+
+
Your journey into tech starts here
+
+
+ We aim to build a foundation for future industry leaders by developing their technical,
+ professional, and social skills. We facilitate these by offering various events, programs,
+ and initiatives that have been proven to help students start up their careers on the right
+ foot.
@@ -19,56 +20,44 @@
display: flex;
justify-content: center;
align-items: center;
- margin: 0 24px;
.container {
display: flex;
+ align-items: center;
+ text-align: right;
justify-content: space-between;
+ padding: 0 24px;
width: 1280px;
- }
- img {
- max-width: 350px;
- margin-right: 64px;
- filter: drop-shadow(0 14px 56px rgba(44, 145, 198, 0.5));
- }
+ img {
+ width: clamp(15.625rem, 14.2955rem + 5.9091vw, 23.75rem);
+ margin-right: 32px;
+ filter: drop-shadow(0 14px 56px rgba(44, 145, 198, 0.5));
+ }
- .right-content {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- text-align: right;
- justify-content: center;
- max-width: 680px;
+ .right {
+ display: flex;
+ flex-direction: column;
+ gap: 16px;
- p {
- padding-top: 16px;
+ p {
+ max-width: 650px;
+ }
}
}
}
- @media (max-width: 900px) {
- .container {
- flex-direction: column;
- align-items: center;
- justify-content: center;
-
- img {
- margin-right: 0;
- margin-bottom: 32px;
- }
-
- .right-content {
- align-items: center;
+ @media screen and (max-width: 900px) {
+ section {
+ .container {
+ flex-direction: column;
text-align: center;
- }
- }
- }
+ gap: 64px;
- @media (max-width: 1100px) {
- section img {
- max-width: 240px;
- filter: drop-shadow(0 6px 30px rgba(44, 145, 198, 0.5));
+ img {
+ margin: 0;
+ }
+ }
}
}
diff --git a/src/lib/components/utils/acm-button.svelte b/src/lib/components/utils/acm-button.svelte
index e3f7816df..95547cb3a 100644
--- a/src/lib/components/utils/acm-button.svelte
+++ b/src/lib/components/utils/acm-button.svelte
@@ -3,29 +3,23 @@
export let text = 'Submit';
-{text}
diff --git a/src/lib/components/utils/acm-empty.svelte b/src/lib/components/utils/acm-empty.svelte
index 1ddefdc19..a0ccf0cd3 100644
--- a/src/lib/components/utils/acm-empty.svelte
+++ b/src/lib/components/utils/acm-empty.svelte
@@ -10,7 +10,7 @@
}
section :global(p) {
- font-size: var(--size-lg);
- margin: 20px;
+ font-size: var(--size-md);
+ margin: 16px;
}
diff --git a/src/lib/components/utils/acm-select.svelte b/src/lib/components/utils/acm-select.svelte
index 0529ab46d..63dee59ea 100644
--- a/src/lib/components/utils/acm-select.svelte
+++ b/src/lib/components/utils/acm-select.svelte
@@ -1,14 +1,11 @@