From 8092cd36dddd5873594ec5fa129e308c2d75ae2e Mon Sep 17 00:00:00 2001 From: Joshua Woodward Date: Mon, 4 Aug 2014 23:52:50 -0700 Subject: [PATCH 1/4] Update style.css --- css/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index faa8809..0c7b89c 100644 --- a/css/style.css +++ b/css/style.css @@ -1159,14 +1159,10 @@ nav ul > li > a.current, nav ul > li > a:hover { margin-bottom: -4px; -webkit-transition: all .35s; transition: all .35s; - background-position: -30px; - -webkit-background-size: 115% 115%; - background-size: 115%; + background-position: -30px } .speaker-item:hover figure { background-position: center left; - -webkit-background-size: 105% 105%; - background-size: 105%; } .team-item .overlay, .speaker-item .overlay { -webkit-transition: all .35s; @@ -1455,13 +1451,9 @@ nav ul > li > a.current, nav ul > li > a:hover { -webkit-transition: all .35s; transition: all .35s; background-position: -30px; - -webkit-background-size: 115% 115%; - background-size: 115%; } .team-item:hover figure { background-position: center left; - -webkit-background-size: 105% 105%; - background-size: 105%; } .team-item:hover .overlay { background: rgba(0, 0, 0, .3); From da76f7d085dbbc4a4a89e157ba0bdca1cae06848 Mon Sep 17 00:00:00 2001 From: Joshua Woodward Date: Mon, 4 Aug 2014 23:56:38 -0700 Subject: [PATCH 2/4] Update style.css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 0c7b89c..30f5e29 100644 --- a/css/style.css +++ b/css/style.css @@ -1159,7 +1159,7 @@ nav ul > li > a.current, nav ul > li > a:hover { margin-bottom: -4px; -webkit-transition: all .35s; transition: all .35s; - background-position: -30px + background-position: -30px; } .speaker-item:hover figure { background-position: center left; From e9c8811c0aab4d1baad62abf662fa80cdd7c5bb1 Mon Sep 17 00:00:00 2001 From: Joshua Woodward Date: Tue, 5 Aug 2014 00:05:34 -0700 Subject: [PATCH 3/4] Include the color in transition for names gives a softer effect when hovering. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 30f5e29..b5fd21f 100644 --- a/css/style.css +++ b/css/style.css @@ -1515,8 +1515,8 @@ nav ul > li > a.current, nav ul > li > a:hover { -webkit-box-orient: vertical; } .team-item figure h2 { - -webkit-transition: -webkit-transform .35s; - transition: transform .35s; + -webkit-transition: -webkit-transform .35s, color .35s; + transition: transform .35s, color .35s; -webkit-transform: translate3d(0, -250%, 0); transform: translate3d(0, -250%, 0); color: #fff; From ae810c7e9a860e381f49aa5af4f3ff204d79449f Mon Sep 17 00:00:00 2001 From: Joshua Woodward Date: Tue, 5 Aug 2014 00:12:59 -0700 Subject: [PATCH 4/4] Update hero.html Link should wrap button, not just text. --- _includes/hero.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/hero.html b/_includes/hero.html index 0b00ce0..b8ed325 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -7,9 +7,9 @@

GDG DevFest 2014

{{site.eventDate}}

- - Become a speaker - + + Become a speaker +
@@ -18,4 +18,4 @@ - \ No newline at end of file +