freshmen page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user