🗽🔔 Checkpoint
./signup/index.html:69682263/460 ./styles/main.css:69682263/136 ./index.html:69682263/1042 ./for-artists/index.html:69682263/2178 ./scripts/populate.js:69682263/305
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
/* populate footer */
|
||||
|
||||
let footerHTML = `
|
||||
<p>Created by <a href="https://leecat.art">Lee Cattarin</a> with help from:</p>
|
||||
<ul>
|
||||
<li><a href="https://flipping.rocks/@mycrowgirl">Lisa</a> (color palette)</li>
|
||||
</ul>
|
||||
<p>Site feedback? Questions? <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a></p>
|
||||
`
|
||||
|
||||
function populateFooter() {
|
||||
let footer = document.getElementById("footer");
|
||||
footer.innerHTML = footerHTML;
|
||||
}
|
||||
|
||||
populateFooter();
|
||||
Reference in New Issue
Block a user