Optimizations
This commit is contained in:
parent
10015a4ebe
commit
3febd3fca8
24 changed files with 215 additions and 99 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { Footer } from "../../model/portfolio";
|
||||
import { html, url } from "../../model/misc";
|
||||
import { html } from "../../model/misc";
|
||||
import emailIcon from "../../static/icons/at.svg";
|
||||
import cvIcon from "../../static/icons/cv.svg";
|
||||
|
||||
import "./footer.scss";
|
||||
import cvIcon from "../../static/icons/cv.svg";
|
||||
import emailIcon from "../../static/icons/at.svg";
|
||||
|
||||
export const generate = ({
|
||||
title,
|
||||
|
|
@ -11,9 +11,7 @@ export const generate = ({
|
|||
cv,
|
||||
cvName,
|
||||
lastEditName,
|
||||
lastEdit,
|
||||
githubLinkName,
|
||||
githubLink
|
||||
lastEdit
|
||||
}: Footer): html => `
|
||||
<footer id="page-footer">
|
||||
<h2>${title}</h2>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ footer#page-footer {
|
|||
|
||||
h6 {
|
||||
@include insignificant-font();
|
||||
opacity: 0.4;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue