diff --git a/src/components/Header.astro b/src/components/Header.astro index bf65d2d..879a037 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -27,9 +27,14 @@ import Logo from "./Logo.astro"; - diff --git a/src/components/HeaderLink.astro b/src/components/HeaderLink.astro index 54b7c89..3714238 100644 --- a/src/components/HeaderLink.astro +++ b/src/components/HeaderLink.astro @@ -13,10 +13,9 @@ const isActive = href === pathname || href === "/" + (subpath?.[0] || ""); href={href} class:list={[ className, - "inline-block pl-1 pr-1 text-white hover:text-accent", + "inline-block pl-1 pr-1 text-white hover:text-accent self-center", { - "font-bold border-b-2 md:border-b-4 border-accent": - isActive, + "font-bold border-b-2 md:border-b-4 border-accent": isActive, }, ]} {...props} diff --git a/src/components/JobDatingSection.astro b/src/components/JobDatingSection.astro index eec49a8..12ebd5c 100644 --- a/src/components/JobDatingSection.astro +++ b/src/components/JobDatingSection.astro @@ -1,23 +1,39 @@
- -

Job Dating means short 5-10 minute interviews with potential employers.

- -
- -

Step by step guide to participate:

- -
    -
  1. Download the app via App Store or Google Play. (Published on 1.11.2025)
  2. -
  3. Make an applicant profile.
  4. -
  5. Wait for invitation to an interview from an employer in the event.
  6. -
- +

+ Job Dating means short 5-10 minute interviews with potential employers. +

+ +
+ +

Step by step guide to participate:

+ +
    +
  1. + Download the app from App Store or Google Play or use the Web Version. +
  2. +
  3. + Create a profile and fill in your details. Take your time on this step, as + this information is crucial for the app to be able to match you with + companies. +
  4. +
  5. Enroll to "Root Expo 2025" -event
  6. +
  7. + Wait for invitation to an interview from an employer in the event. We will + notify you with push notifications (given you grant the permission) and + emails when you get matched and invited to a job dating interview. +
  8. +
- - - \ No newline at end of file +