test moving navbar to top at desktop width, add trilogy
This commit is contained in:
parent
b2de7997ea
commit
1bb99acfe6
3 changed files with 43 additions and 1 deletions
|
@ -12,7 +12,14 @@
|
|||
.site-icon {width: 44px; height: 44px; border-radius: 100em; margin-right: 1em;}
|
||||
.site-title {margin-bottom: 0; line-height: 1; font-size: 1em;}
|
||||
|
||||
body {margin-bottom: 64px; min-height: calc(100vh - 64px)}
|
||||
body {
|
||||
margin-bottom: 64px;
|
||||
min-height: calc(100vh - 64px);
|
||||
@media (min-width: 960px) {
|
||||
margin-bottom: unset;
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
.site-nav {
|
||||
flex-grow: 1;
|
||||
|
@ -47,4 +54,30 @@ body {margin-bottom: 64px; min-height: calc(100vh - 64px)}
|
|||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: 960px) {
|
||||
position: unset;
|
||||
bottom: unset;
|
||||
left: unset;
|
||||
width: unset;
|
||||
background: unset;
|
||||
margin-left: 6em;
|
||||
ul {
|
||||
li {
|
||||
border-bottom: 4px solid #ddd;
|
||||
color: #666;
|
||||
&.active {
|
||||
color: black;
|
||||
border-bottom: 4px solid #0060ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.site-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
|
9
content/work/trilogy/index.md
Normal file
9
content/work/trilogy/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Senior Technical Writer at Trilogy"
|
||||
summary: "Managing knowledge bases for numerous products owned by Trilogy."
|
||||
author: "Abdullah Tarawneh"
|
||||
date: "2021-05-16"
|
||||
tags: ["technical writing", "senior role", "customer support", "product knowledge", "knowledge base", "curator", "curation"]
|
||||
category: "Work"
|
||||
cover: "/images/trilogy.png"
|
||||
---
|
BIN
static/images/trilogy.png
Normal file
BIN
static/images/trilogy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in a new issue