-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the landing page for KitOps (#49)
* Add the landing page * Update Footer.vue
- Loading branch information
1 parent
7d89b51
commit 0cb1a56
Showing
47 changed files
with
1,733 additions
and
110 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 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,148 @@ | ||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 200; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-ExtraLight.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 200; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-ExtraLightItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 300; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-Light.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 300; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-LightItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 400; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-Regular.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 400; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-Italic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 600; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-SemiBold.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 600; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-SemiBoldItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 700; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-Bold.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 700; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-BoldItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 800; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-ExtraBold.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 800; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-ExtraBoldItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 900; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-Black.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Titillium Web'; | ||
font-weight: 900; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/titillium-web/TitilliumWeb-BlackItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Atkinson Hyperlegible'; | ||
font-weight: 400; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/atkinson-hyperlegible/AtkinsonHyperlegible-Regular.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Atkinson Hyperlegible'; | ||
font-weight: 400; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/atkinson-hyperlegible/AtkinsonHyperlegible-Italic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Atkinson Hyperlegible'; | ||
font-weight: 700; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/atkinson-hyperlegible/AtkinsonHyperlegible-Bold.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Atkinson Hyperlegible'; | ||
font-weight: 700; | ||
font-style: italic; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/atkinson-hyperlegible/AtkinsonHyperlegible-BoldItalic.ttf) format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Major Mono Display'; | ||
font-weight: 400; | ||
font-style: normal; | ||
font-display: swap; | ||
src: local('Rubik'), url(/fonts/major-mono-display/MajorMonoDisplay-Regular.ttf) format('truetype'); | ||
} |
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,166 @@ | ||
.VPHome h1 { | ||
@apply font-heading text-off-white; | ||
} | ||
|
||
.VPHome h2, | ||
.VPHome h3 { | ||
@apply font-brand text-off-white; | ||
} | ||
|
||
.VPHome h3 { | ||
@apply text-gold; | ||
} | ||
|
||
.VPHome h4 { | ||
@apply font-heading text-salmon; | ||
} | ||
|
||
h1 { | ||
@apply font-extralight; | ||
|
||
/* Fonts/Mobile/H1 */ | ||
font-size: 48px; | ||
line-height: 54px; /* 112.5% */ | ||
letter-spacing: -0.6px; | ||
|
||
/* Fonts/Tablet/H1 */ | ||
@media screen(md) { | ||
font-size: 72px; | ||
line-height: 82px; /* 113.889% */ | ||
letter-spacing: -0.6px; | ||
} | ||
|
||
@media screen(xl) { | ||
/* Fonts/Desktop/H1 */ | ||
font-size: 96px; | ||
line-height: 122px; /* 127.083% */ | ||
letter-spacing: -0.6px; | ||
} | ||
} | ||
|
||
h2 { | ||
@apply font-normal; | ||
|
||
/* Fonts/Mobile/H2 */ | ||
font-size: 30px; | ||
line-height: 37px; /* 123.333% */ | ||
letter-spacing: -0.6px; | ||
|
||
@media screen(md) { | ||
/* Fonts/Tablet/H2 */ | ||
font-size: 40px; | ||
line-height: 54px; /* 135% */ | ||
letter-spacing: -0.6px; | ||
} | ||
|
||
@media screen(xl) { | ||
/* Fonts/Desktop/H2 */ | ||
font-size: 48px; | ||
line-height: 68px; /* 141.667% */ | ||
letter-spacing: -0.6px; | ||
} | ||
} | ||
|
||
h3 { | ||
@apply font-normal; | ||
|
||
/* Fonts/Mobile/H3 */ | ||
font-size: 28px; | ||
font-weight: 400; | ||
line-height: 38px; /* 135.714% */ | ||
letter-spacing: -0.6px; | ||
|
||
@media screen(md) { | ||
/* Fonts/Tablet/H3 */ | ||
font-size: 32px; | ||
font-weight: 400; | ||
line-height: 38px; /* 118.75% */ | ||
letter-spacing: -0.6px; | ||
} | ||
|
||
@media screen(xl) { | ||
/* Fonts/Desktop/H3 */ | ||
font-size: 38px; | ||
font-weight: 400; | ||
line-height: 46px; /* 121.053% */ | ||
letter-spacing: -0.6px; | ||
} | ||
} | ||
|
||
h4 { | ||
@apply font-normal; | ||
|
||
/* Fonts/Mobile/H4 */ | ||
font-size: 24px; | ||
font-weight: 275; | ||
line-height: 30px; /* 125% */ | ||
letter-spacing: -0.6px; | ||
|
||
@media screen(md) { | ||
/* Fonts/Tablet/H4 */ | ||
font-size: 28px; | ||
font-weight: 275; | ||
line-height: 34px; /* 121.429% */ | ||
letter-spacing: -0.6px; | ||
} | ||
|
||
@media screen(xl) { | ||
/* Fonts/Desktop/H4 */ | ||
font-size: 32px; | ||
font-weight: 275; | ||
line-height: 48px; /* 150% */ | ||
letter-spacing: -0.6px; | ||
} | ||
} | ||
|
||
.p1 { | ||
@apply text-off-white; | ||
|
||
/* Fonts/Mobile/P1 */ | ||
font-size: 18px; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 28px; /* 155.556% */ | ||
|
||
@media screen(md) { | ||
/* Fonts/Tablet/P1 */ | ||
font-size: 22px; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 32px; /* 145.455% */ | ||
} | ||
|
||
@media screen(xl) { | ||
/* Fonts/Desktop/P1 */ | ||
font-size: 24px; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 36px; /* 150% */ | ||
} | ||
} | ||
|
||
.p2 { | ||
@apply text-off-white; | ||
|
||
/* Fonts/Mobile/P2 */ | ||
font-size: 18px; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 24px; /* 133.333% */ | ||
|
||
@media screen(md) { | ||
/* Fonts/Tablet/P2 */ | ||
font-size: 17px; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 28px; /* 164.706% */ | ||
} | ||
|
||
@media screen(xl) { | ||
/* Fonts/Desktop/P2 */ | ||
font-size: 20px; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 32px; /* 160% */ | ||
} | ||
} |
Oops, something went wrong.