diff --git a/css/style.css b/css/style.css index f4279b0..001a226 100644 --- a/css/style.css +++ b/css/style.css @@ -46,7 +46,7 @@ Patterns - reusable parts of our design /* -------------------------------- -Resource style +Vertical Timeline - by CodyHouse.co -------------------------------- */ header { diff --git a/js/main.js b/js/main.js index 1973eee..7a9cd80 100644 --- a/js/main.js +++ b/js/main.js @@ -1,4 +1,5 @@ (function(){ + // Vertical Timeline - by CodyHouse.co function VerticalTimeline( element ) { this.element = element; this.blocks = this.element.getElementsByClassName("js-cd-block");