-
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.
* new get to know people page * added link to new page --------- Co-authored-by: Ida Klemmetsrud Isaksen <iki@variant.no>
- Loading branch information
1 parent
5d3fc99
commit cd90a0a
Showing
77 changed files
with
1,009 additions
and
2 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 @@ | ||
export { default } from 'src/varianttur/guildford23/bliKjent'; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
106 changes: 106 additions & 0 deletions
106
src/varianttur/guildford23/bliKjent/bliKjent.module.css
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,106 @@ | ||
.container { | ||
background-color: var(--color-primary__shade1); | ||
color: var(--color-standard__white); | ||
padding-top: 1rem; | ||
} | ||
|
||
a { | ||
color: white !important; | ||
text-decoration: none; | ||
} | ||
|
||
a:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.backLink { | ||
display: flex; | ||
justify-content: flex-start; | ||
margin-bottom: 2rem; | ||
margin-left: 1rem; | ||
} | ||
|
||
.headerContainer { | ||
margin-bottom: 2rem; | ||
padding: 1rem; | ||
} | ||
|
||
.introText { | ||
margin: 0; | ||
} | ||
|
||
.questions { | ||
padding: 2rem 0; | ||
} | ||
|
||
.question { | ||
margin: 0; | ||
} | ||
|
||
h3, | ||
h4 { | ||
font-family: 'Recoleta'; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.variantContainer { | ||
margin-bottom: 5rem; | ||
} | ||
|
||
.personContainer, | ||
.reversePersonContainer { | ||
display: flex; | ||
justify-content: space-between; | ||
width: 100%; | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.imageContainer { | ||
display: flex; | ||
align-items: center; | ||
width: 30%; | ||
} | ||
|
||
.image { | ||
width: 100%; | ||
} | ||
|
||
.personInfoContainer { | ||
width: 65%; | ||
} | ||
|
||
.personInfo { | ||
margin-top: 0; | ||
width: 95%; | ||
word-wrap: break-word; | ||
word-break: break-word; | ||
} | ||
|
||
@media (min-width: 900px) { | ||
.backLink { | ||
margin-left: 0; | ||
margin-bottom: 4rem; | ||
} | ||
|
||
.headerContainer { | ||
margin-bottom: 5rem; | ||
padding: 0; | ||
} | ||
|
||
.contentContainer { | ||
padding: 5rem 13rem; | ||
} | ||
|
||
.variantContainer { | ||
margin-bottom: 8rem; | ||
} | ||
|
||
.personContainer, | ||
.reversePersonContainer { | ||
margin-bottom: 3rem; | ||
} | ||
|
||
.reversePersonContainer { | ||
flex-direction: row-reverse; | ||
} | ||
} |
Oops, something went wrong.
cd90a0a
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