-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #620 from knowit/Ny-startside-issue-609
Konvertert til .tsx og lagt til intro
- Loading branch information
Showing
14 changed files
with
130 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export const administrationLinks = [ | ||
{ title: 'Timeføring', href: 'https://timer.knowit.no/' }, | ||
{ title: 'Utlegg', href: 'https://knowit.unit4cloud.no/' }, | ||
{ title: 'Kalender', href: 'http://kalender.knowit.no/' }, | ||
{ title: '1password', href: 'https://knowit.1password.eu' }, | ||
{ title: 'Kantine', href: 'https://tullin.munu.shop/' }, | ||
|
||
{ title: 'Helpit', href: 'https://helpit.knowit.se/' }, | ||
{ | ||
title: 'Print', | ||
href: 'https://knowit.sharepoint.com/sites/groupcommon/itsupport/SitePages/Knowit--Printix.aspx?web=1&CT=1728381612322&OR=OWA-NT-Mail&CID=cb86ef7f-3f5c-8826-7c08-88a0c6d6b79f', | ||
}, | ||
{ title: 'Brandbook for Knowit', href: 'https://knowit.se/brandbook/' }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export const communicationLinks = [ | ||
{ title: 'Epost', href: 'http://epost.knowit.no/' }, | ||
{ title: 'Knowit Slack', href: 'https://knowit.slack.com' }, | ||
{ title: 'Objectnet Slack', href: 'https://knowitobjectnet.slack.com/' }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { GridItemHeader } from '../../../components/gridItem/GridItemHeader' | ||
import { GridItemContent } from '../../../components/gridItem/GridItemContent' | ||
import { GridItem } from '../../../components/gridItem/GridItem' | ||
|
||
const IntroCard = () => { | ||
return ( | ||
<GridItem fullSize={true}> | ||
<GridItemHeader title={'Velkommen'} /> | ||
<GridItemContent> | ||
Her finner du raskt og enkelt oversikt over de mest brukte lenkene vi | ||
bruker i det daglige. Savner du noe, så ikke nøl med å si ifra. | ||
</GridItemContent> | ||
</GridItem> | ||
) | ||
} | ||
|
||
export default IntroCard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import { GridItem } from '../../../components/gridItem/GridItem' | ||
import { GridItemHeader } from '../../../components/gridItem/GridItemHeader' | ||
import { GridItemContent } from '../../../components/gridItem/GridItemContent' | ||
import { styled } from '@mui/material/styles' | ||
|
||
const LinkStyled = styled('a')(({ theme }) => ({ | ||
color: theme.palette.text.primary, | ||
})) | ||
|
||
const LinksCard = ({ title, links }) => { | ||
return ( | ||
<GridItem> | ||
<GridItemHeader title={title} /> | ||
<GridItemContent> | ||
{links.map(function (link, index) { | ||
return ( | ||
<div> | ||
<LinkStyled key={index} href={link.href} target="_blank"> | ||
{link.title} | ||
</LinkStyled> | ||
</div> | ||
) | ||
})} | ||
</GridItemContent> | ||
</GridItem> | ||
) | ||
} | ||
|
||
export default LinksCard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export const employmentLinks = [ | ||
{ | ||
title: 'Profilbilder', | ||
href: 'https://knowit.sharepoint.com/teams/profilbilder/Pictures/Forms/Ansatt.aspx?id=%2Fteams%2Fprofilbilder%2FPictures%2FAnsatt%2FKnowit%20Objectnet&viewid=32518de6%2Dc021%2D43e9%2D9418%2D9807285ba4f0', | ||
}, | ||
{ title: 'CVPartner', href: 'https://cv.knowit.no/' }, | ||
{ | ||
title: 'Hvordan skrive CV', | ||
href: 'https://knowit.sharepoint.com/sites/Org-320-internal/SitePages/How-to-articles.aspx', | ||
}, | ||
{ title: 'Seatit', href: 'https://seatit.knowit.no/' }, | ||
{ title: 'Kompetansekartlegging', href: 'https://kompetanse.knowit.no/' }, | ||
{ | ||
title: 'Personalhåndbok', | ||
href: 'https://handbooks.simployer.com/nb-no/handbook/104949', | ||
}, | ||
{ title: 'Simployer', href: 'https://my.simployer.com/' }, | ||
{ title: 'Forsikring', href: 'https://www.gjensidige.no/' }, | ||
{ title: 'Eyr', href: 'https://eyr.md/no/' }, | ||
{ | ||
title: 'Firmahytter', | ||
href: 'https://booking.minfirmahytte.no/vacation-rentals', | ||
}, | ||
{ | ||
title: 'Telefon-abonnement for familie', | ||
href: 'https://knowit.sharepoint.com/sites/Org-320-internal/SitePages/Telenor-mobilabonnement-for-familie.aspx', | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
export const otherLinks = [ | ||
{ | ||
title: 'Bedriftskonti', | ||
href: 'https://knowit.sharepoint.com/sites/Org-320-internal/SitePages/Bedriftskontoer-(bedriftskonti)-og-mat.aspx', | ||
}, | ||
{ | ||
title: 'Objectnet på Sharepoint', | ||
href: 'https://knowit.sharepoint.com/sites/Org-320-internal', | ||
}, | ||
{ | ||
title: 'Fagrommet på Sharepoint', | ||
href: 'https://knowit.sharepoint.com/sites/Local-320-fagrommet', | ||
}, | ||
{ | ||
title: 'Bedriftidrettslag', | ||
href: 'https://knowit.sharepoint.com/:u:/r/sites/Local-320-aktiviteter/SitePages/Bedriftsidrettslag.aspx?csf=1&=&web=1&e=18ZzpQ', | ||
}, | ||
{ title: 'Hva Skjer?', href: 'https://hvaskjer.knowit.no/' }, | ||
|
||
{ title: 'Objectnet github', href: 'https://github.com/Knowit-Objectnet' }, | ||
{ | ||
title: 'Knowit github', | ||
href: 'https://github.com/knowit', | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters