freshmen page

This commit is contained in:
SimeonPursiainen
2025-05-16 23:59:28 +03:00
parent 71f209edde
commit 0fdc1aef3a
2 changed files with 2 additions and 30 deletions
@@ -1,22 +0,0 @@
import React from "react";
import {
Hero, HeroPrimarySection, HeroAside, HeroAsideItem,
} from "@components/Hero";
const ForFreshmenPageHero: React.FC = () => (
<Hero>
<HeroPrimarySection
header="This site is under construction and will be updated during the summer!"
text="This is a site that contains all of the important information for new students. Of course, it is also worth checking out the general pages, as not everything that happens in the guild fits here."
/>
<HeroAside bgColor="lightTurquoise">
<HeroAsideItem
header="Follow the news of the guild"
link="https://t.me/+KxOI-aQ0jpFhNTJk"
linkText="Join the guild's news channel!"
/>
</HeroAside>
</Hero>
);
export default ForFreshmenPageHero;
@@ -3,15 +3,9 @@ import { TextSection } from "@components/index";
const ForFreshmenPageView: React.FC = () => (
<TextSection>
<h1>Yhdenvertaisuus</h1>
<h1>Hello!</h1>
<div>
<p>Sähköinsinöörikilta ry on sitoutunut edistämään yhdenvertaisuutta ja tasa-arvoa. Kilta on kaikille avoin ja
toivottaa kaikki uudet jäsenet tervetulleiksi toimintaansa. Kilta ei hyväksy minkäänlaista syrjintää, kiusaamista tai häirintää.
</p>
<p>
Mikäli kohtaat epäasiallista käytöstä, voit täyttää <a href="https://docs.google.com/forms/d/e/1FAIpQLSdG4U2gBG25YehNLvor5KP9CRmd83unWtP1-jmd-3e5fCyomQ/viewform">tämän</a> lomakkeen.
Löydät oheisesta lomakkeesta myös yhdenvertaisuusvastaavien yhteystiedot.
</p>
<p>Hi there! This site is under construction and will be updated during the summer!</p>
</div>
</TextSection>
);