Set up CV page
This commit is contained in:
parent
18c60b22cd
commit
098b8b8e0d
14 changed files with 117 additions and 31 deletions
|
@ -61,6 +61,7 @@ body {
|
|||
padding: $sidebar-padding-y $sidebar-padding-x;
|
||||
|
||||
.header__logo {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: $logo-portrait-width;
|
||||
aspect-ratio: calc(1 / 2);
|
||||
|
|
10
assets/css/pages/_cv.scss
Normal file
10
assets/css/pages/_cv.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
@use "../abstracts" as *;
|
||||
|
||||
// --------------------------------------------------
|
||||
// CV STYLE
|
||||
// --------------------------------------------------
|
||||
|
||||
.cv {
|
||||
|
||||
.cv__content {}
|
||||
}
|
|
@ -2,4 +2,5 @@
|
|||
// PAGES (INDEX)
|
||||
// --------------------------------------------------
|
||||
|
||||
@forward "cv";
|
||||
@forward "home";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue