Remove Ribbon
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user