Optimizations

This commit is contained in:
Schmelczer András 2019-12-29 17:13:20 +01:00
parent 10015a4ebe
commit 3febd3fca8
24 changed files with 215 additions and 99 deletions

View file

@ -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>

View file

@ -43,7 +43,7 @@ footer#page-footer {
h6 {
@include insignificant-font();
opacity: 0.4;
opacity: 0.6;
}
}
}