Remove Ribbon

This commit is contained in:
Aarni Halinen
2020-10-10 01:53:03 +03:00
parent 9e54400a38
commit c267822441
10 changed files with 57 additions and 98 deletions
+8 -10
View File
@@ -7,8 +7,8 @@ import HeroAsideItem from "@components/Hero/HeroAsideItem";
import AsideSection from "@components/AsideSection";
import MainSection from "@components/MainSection";
import PageLink from "@components/PageLink";
import Ribbon from "@components/Ribbon";
import TextAnchor from "@components/TextAnchor";
import Anchor from "@components/Anchor";
import { SossoSection } from "@components/index";
const StudiesPageView: React.FC = () => (
<div className="studies-page">
@@ -69,14 +69,12 @@ const StudiesPageView: React.FC = () => (
</div>
</AsideSection>
</PageSection>
<PageSection backgroundColor="orange1">
<Ribbon>
<h3>Hae opiskelemaan!</h3>
<TextAnchor textColor="white1" hoverColor="blue1" to="https://aalto.fi">
<h4>Lue lisää Aallon sivuilta</h4>
</TextAnchor>
</Ribbon>
</PageSection>
<SossoSection>
<h3>Hae opiskelemaan!</h3>
<Anchor to="https://aalto.fi">
<h4>Lue lisää Aallon sivuilta</h4>
</Anchor>
</SossoSection>
<PageSection backgroundColor="white1">
<AsideSection backgroundColor="white1" textColor="black1" />
<MainSection backgroundColor="white1" textColor="black1">