From a1116b11d3af7ad12dbc2f6490ddcd75bd371a5d Mon Sep 17 00:00:00 2001 From: Sebastiano Guerriero Date: Mon, 21 May 2018 17:52:56 +0100 Subject: [PATCH] added author info --- css/style.css | 2 +- js/main.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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");