-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify that Trondheim does not accept open applications (#430)
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,26 @@ import { ButtonNextLink } from 'src/components/button'; | |
import { and } from 'src/utils/css'; | ||
import style from './index.module.css'; | ||
|
||
const emailSubject = "Åpen søknad - Oslo/Trondheim/Bergen"; | ||
const emailSubject = "Åpen søknad - Oslo/Bergen"; | ||
const emailBody = | ||
` | ||
Så hyggelig at du ønsker å jobbe hos oss! | ||
Tips: Husk å oppdatere emnefeltet med hvilken by du ønsker å skrive til, så vet vi hvem som skal svare deg. | ||
PS: Kontoret i Trondheim tar for tiden ikke i mot åpne søknader. | ||
`; | ||
const mailtoLink = `mailto:[email protected]?subject=${encodeURIComponent(emailSubject)}&body=${encodeURIComponent(emailBody)}`; | ||
|
||
export default function OpenApplicationListingItem() { | ||
return ( | ||
<section className={style.job__listing__container}> | ||
<div> | ||
<h3 className={and(style.job__title, 'fancy')}>Åpen Søknad</h3> | ||
<h3 className={and(style.job__title, 'fancy')}>Åpen Søknad - Oslo, Bergen</h3> | ||
<span>Finner du ikke en stilling som passer deg?</span> | ||
</div> | ||
<ButtonNextLink href={mailtoLink} aria-label="Send en åpen søknad"> | ||
Send en åpen søknad | ||
</ButtonNextLink> | ||
</section> | ||
); | ||
} | ||
} |
8eccbbd
There was a problem hiding this comment.
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-git-main-variant1.vercel.app
variant-no-variant1.vercel.app
www.variant.no