Skip to content

Commit

Permalink
Fjerner splash takeover fra forsiden.
Browse files Browse the repository at this point in the history
  • Loading branch information
haakoaho committed Jul 4, 2023
1 parent c4fe166 commit 8a00ee1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
8 changes: 2 additions & 6 deletions src/index/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*
import DecorativeBoxes from '@components/decorative-boxes';
import Head from 'next/head';
import { decorativeBoxColorPairs } from './utils/decorative-box-colors';
Expand All @@ -14,8 +13,6 @@ import sommerjobbImg from './images/section1Blob.png';
import Arrow from '@components/arrow';
import { Heading3 } from '@components/heading';
import Tjenesteomrader from 'src/tjenesteomrader';
*/
import Summersplash2022 from 'src/summersplash2022';
import { EmployeeItem } from 'src/employees/types';
import { CaseJSON } from 'src/case/Case';
import { HighlightedItemsLists } from 'src/rss/service';
Expand All @@ -27,7 +24,6 @@ export type HomeProps = {
feeds: HighlightedItemsLists;
};

/*
const Home = ({ randomEmployee, randomCases, feeds }: HomeProps) => {
const cases = useMemo(() => {
return randomCases.map((caseItem, index) => (
Expand Down Expand Up @@ -353,5 +349,5 @@ function JobLandingpage() {
</h2>
</div>
);
*/
export default Summersplash2022; //Toggle back to Home later
}
export default Home;
2 changes: 1 addition & 1 deletion src/summersplash2022/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const Content = () => {
kontakt med meg.
</p>
<p className={style.section6Paragraph2}>
- Marius Krakeli, Utvikler og rekrutteringsansvarlig
- Marius Krakeli, Chief Recruitment Officer
</p>
<div className={style.contactInfo}>
<div>
Expand Down
Binary file modified src/summersplash2022/img/Marius.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/summersplash2022/nyutdannet/nyutdannet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import Payment from './sections/lonn';
import Apply from './sections/søkJobb';
import style from 'src/summersplash2022/nyutdannet/nyutdannet.module.css';
import Head from 'next/head';

const favicon = require('@variant/profile/lib/logo/favicon.png');
import favicon from '@variant/profile/lib/logo/favicon.png';

const Nyutdannet = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/summersplash2022/nyutdannet/sections/søkJobb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Apply = () => {
Vi håper du søker, og vi ser frem til å bli bedre kjent med deg. Har du
spørsmål om fastjobb eller Variant? Ta gjerne kontakt med meg.
</p>
<p>- Marius Krakeli, Utvikler og rekrutteringsansvarlig</p>
<p>- Marius Krakeli, Chief Recruitment Officer</p>
<div className={style.contactInfo}>
<div>
<p className={style.section6Underline}>
Expand Down

1 comment on commit 8a00ee1

@vercel
Copy link

@vercel vercel bot commented on 8a00ee1 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

variant-no – ./

variant-no-variant1.vercel.app
variant-no-git-main-variant1.vercel.app
www.variant.no

Please sign in to comment.