-
Notifications
You must be signed in to change notification settings - Fork 9
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 #705 from dotkom/fix/fix-linting-workflow
Fix linting workflow
- Loading branch information
Showing
7 changed files
with
56 additions
and
57 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
node-options="--openssl-legacy-provider" |
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 |
---|---|---|
@@ -1,25 +1,24 @@ | ||
.title { | ||
font-size: 1.2rem; | ||
font-weight: bold; | ||
margin-bottom: 0.5rem; | ||
|
||
font-size: 1.2rem; | ||
font-weight: bold; | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
.message { | ||
font-size: 1.1rem; | ||
font-size: 1.1rem; | ||
} | ||
|
||
.buttonContainer { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
align-items: flex-end; | ||
width: 100%; | ||
gap: 0.5rem; | ||
margin-top: 0.5rem; | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
align-items: flex-end; | ||
width: 100%; | ||
gap: 0.5rem; | ||
margin-top: 0.5rem; | ||
|
||
& > button { | ||
padding: 0.5rem 1.4rem; | ||
min-width: 5rem; | ||
} | ||
} | ||
& > button { | ||
padding: 0.5rem 1.4rem; | ||
min-width: 5rem; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,41 +6,41 @@ const ContactInfo = () => { | |
//Update phone number whenever a new leader of Online is elected | ||
const contactTlf = '454 61 372'; | ||
return ( | ||
<> | ||
<address> | ||
<p>Besøksadresse: </p> | ||
<p>A-blokka, A4-137</p> | ||
<p>Høgskoleringen 5 </p> | ||
<p>NTNU Gløshaugen</p> | ||
</address> | ||
<div> | ||
<p>Kontaktinformasjon:</p> | ||
<p> | ||
<FontAwesomeIcon icon={faBriefcase} fixedWidth /> 992 548 045 (OrgNr) | ||
</p> | ||
<a href="mailto:[email protected]"> | ||
<> | ||
<address> | ||
<p>Besøksadresse: </p> | ||
<p>A-blokka, A4-137</p> | ||
<p>Høgskoleringen 5 </p> | ||
<p>NTNU Gløshaugen</p> | ||
</address> | ||
<div> | ||
<p>Kontaktinformasjon:</p> | ||
<p> | ||
<FontAwesomeIcon icon={faEnvelope} fixedWidth /> [email protected] | ||
<FontAwesomeIcon icon={faBriefcase} fixedWidth /> 992 548 045 (OrgNr) | ||
</p> | ||
</a> | ||
<a href="mailto:[email protected]"> | ||
<p> | ||
<FontAwesomeIcon icon={faFile} fixedWidth /> [email protected] <br /> | ||
</p> | ||
</a> | ||
<a href={"tel:+47"+contactTlf.replace(/\s+/g, '')}> | ||
<p> | ||
<FontAwesomeIcon icon={faMobileAlt} fixedWidth /> {contactTlf} | ||
</p> | ||
</a> | ||
</div> | ||
<div> | ||
<p>Post og faktura: </p> | ||
<p>Online Linjeforening </p> | ||
<p>Sem Sælands vei 9 </p> | ||
<p>7491 Trondheim</p> | ||
</div> | ||
</> | ||
<a href="mailto:[email protected]"> | ||
<p> | ||
<FontAwesomeIcon icon={faEnvelope} fixedWidth /> [email protected] | ||
</p> | ||
</a> | ||
<a href="mailto:[email protected]"> | ||
<p> | ||
<FontAwesomeIcon icon={faFile} fixedWidth /> [email protected] <br /> | ||
</p> | ||
</a> | ||
<a href={'tel:+47' + contactTlf.replace(/\s+/g, '')}> | ||
<p> | ||
<FontAwesomeIcon icon={faMobileAlt} fixedWidth /> {contactTlf} | ||
</p> | ||
</a> | ||
</div> | ||
<div> | ||
<p>Post og faktura: </p> | ||
<p>Online Linjeforening </p> | ||
<p>Sem Sælands vei 9 </p> | ||
<p>7491 Trondheim</p> | ||
</div> | ||
</> | ||
); | ||
}; | ||
|
||
|
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
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 |
---|---|---|
|
@@ -39,4 +39,3 @@ | |
font-size: 1.1rem; | ||
margin-top: 1rem; | ||
} | ||
|
a314f02
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:
onlineweb-frontend – ./
onlineweb-frontend-git-master-dotkom.vercel.app
onlineweb-frontend-dotkom.vercel.app
online.ntnu.no
onlineweb-frontend.vercel.app