Skip to content

Commit

Permalink
feat: qr code to the same page
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansberg committed Sep 15, 2023
1 parent 2d1f5a4 commit 2296506
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/summersplash2022/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ import WhyVariant from './sections/hvorforAkkurattVariant';
import LandingPage from './sections/forside';
import omJobbenStyle from './sections/hvemSokerVi.module.css';
import SummerstudentsQuotes from './sections/hvaSierSommerstudentene';
import qr2023 from './img/qr2023.png';

const Content = () => {
const norwayMap = require('./img/norway summer job.svg');

return (
<>
<div className={style.scrollContainer} id="scrollContainer">
<img
src={qr2023}
height={240}
width={240}
alt="QR-kode til denne siden"
className={style.tempQr}
/>
<LandingPage
applyType={ApplyType.SUMMER}
className={style.sectionLightBeige}
Expand Down
Binary file added src/summersplash2022/img/qr2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/summersplash2022/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,10 @@ h3 {
background-color: var(--color-primary__shade2);
color: var(--color-standard__white);
}

.tempQr {
position: absolute;
top: 1rem;
right: 1rem;
z-index: 999;
}

0 comments on commit 2296506

Please sign in to comment.