This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
portfolio/computer-science-blog/scripts/css-presentation-slide.js
Matthew Grove a9815517c1 Revert "Implement Jekyll"
This reverts commit 35e4717740.
2019-01-24 19:16:21 +00:00

5 lines
272 B
JavaScript

window.onload = function() {
var year = new Date().getFullYear();
document.getElementById("css_attribute_list_link").innerHTML = 'All of the CSS style attributes are listed <a href="https://www.w3.org/TR/css-' + year + '/#properties" target="_blank">here</a>.';
}