generated from nhcarrigan/template
Compare commits
4 Commits
4f05dbafbb
...
v2.1.0
Author | SHA1 | Date | |
---|---|---|---|
2bd410631b
|
|||
25ec9f8e2a | |||
1f450156c8
|
|||
5e9d0dd11e
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "website-headers",
|
"name": "website-headers",
|
||||||
"version": "1.8.0",
|
"version": "2.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -105,6 +105,7 @@ largeIcon.href = "https://cdn.nhcarrigan.com/favicon/favicon-32x32.png";
|
|||||||
// #region Styles
|
// #region Styles
|
||||||
|
|
||||||
const styles = document.createElement("style");
|
const styles = document.createElement("style");
|
||||||
|
styles.id = "nhcarrigan-global-styles";
|
||||||
styles.innerHTML = `
|
styles.innerHTML = `
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'OpenDyslexic';
|
font-family: 'OpenDyslexic';
|
||||||
@ -215,7 +216,7 @@ a {
|
|||||||
const footer = document.createElement("footer");
|
const footer = document.createElement("footer");
|
||||||
footer.innerHTML = `
|
footer.innerHTML = `
|
||||||
<div id="footer-inner-container">
|
<div id="footer-inner-container">
|
||||||
<p>© Naomi Carrigan</p>
|
<p>© <a href="https://nhcarrigan.com" target="_blank">Naomi Carrigan</a></p>
|
||||||
<a href="https://chat.nhcarrigan.com" target="_blank" rel="noreferrer">
|
<a href="https://chat.nhcarrigan.com" target="_blank" rel="noreferrer">
|
||||||
<i class="fa-solid fa-comments"></i>
|
<i class="fa-solid fa-comments"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user