- Shorten Promise's first name

- Add +1 to all mentors' ages (even if their birthday is in a few days) and university terms (if they haven't graduated yet)
- Remove previous mentors pages content, and add a clarifying message about who to contact instead
- Update helpdesk contact info in /helpdesk and /contact pages by changing the messenger link and facebook iframe to point to the main lapikud facebook page
- Switch out the link to the recruitment form for the new one
- Update text and code in /student and /index pages
This commit is contained in:
karker
2026-08-23 22:15:36 +03:00
parent 6e180536be
commit 68ecef783d
8 changed files with 103 additions and 191 deletions

View File

@@ -20,6 +20,10 @@ h4 {
font-weight: 400;
}
html {
scroll-behavior: smooth;
}
@import 'header';
@import 'footer';
@import 'home';