Skip to content

Commit

Permalink
gucci
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern committed Aug 12, 2024
1 parent 5ac10f6 commit adfb535
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
11 changes: 8 additions & 3 deletions components/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@ const About = () => {
</p>
{/* Temporary message added in relation to the extreme weather during the summer of 2023 */}

<a href="#calendar" className="skipToCalendar">
Hopp til program
</a>
<div>
<a href="#calendar" className="skipToCalendar">
Hopp til program
</a>
<a href="https://opptak.online.ntnu.no" target="_blank" rel="noopener noreferrer" className="goToGuac">
Bli aktiv
</a>
</div>
</header>
);
};
Expand Down
2 changes: 1 addition & 1 deletion components/join/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Join = () => {
{/*Søknadsfrist for komiteopptak er .... */}Les mer om de ulike komiteene og send inn din
søknad på opptakssiden vår i lenken under.
</p>
<a href="https://online.ntnu.no/applications" target="_blank" rel="noopener noreferrer" className="goToGuac">
<a href="https://opptak.online.ntnu.no" target="_blank" rel="noopener noreferrer" className="goToGuac">
Gå til opptakssiden
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions styles/components/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
.skipToCalendar {
color: var(--white);
font-size: 14px;
display: block;
display: inline-block;
margin: 10px;
width: 200px;

margin: 20px auto 0 auto;
padding-top: 12px;
padding-bottom: 12px;

Expand Down
5 changes: 3 additions & 2 deletions styles/components/_join.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

.goToGuac {
color: var(--white);
font-weight: 500;
font-size: 14px;
display: block;
display: inline-block;
margin: 10px;
width: 200px;

margin: 10px auto 0 auto;
padding-top: 12px;
padding-bottom: 12px;

Expand Down

0 comments on commit adfb535

Please sign in to comment.