From acaeaa9cf1d34b2650a3c73a5b93c126f723e56c Mon Sep 17 00:00:00 2001 From: GzinSocker Date: Tue, 6 Oct 2020 14:28:47 -0300 Subject: [PATCH 1/4] Center skill hover highlighting --- css/style.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index d2847be..9ef2a16 100755 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,7 @@ body { margin: 0; padding: 0; color: #ffffff; - font-family: 'Ubuntu', sans-serif; + font-family: "Ubuntu", sans-serif; } /* Loader Screen */ @@ -31,7 +31,7 @@ hr { z-index: 999999; background-color: transparent; -webkit-transition-duration: 0.5s; - transition-duration: 0.5s; + transition-duration: 0.5s; } .navbar .navbar-brand { @@ -50,7 +50,7 @@ hr { .navbar .navbar-nav .nav-link { -webkit-transition-duration: 0.5s; - transition-duration: 0.5s; + transition-duration: 0.5s; border-radius: 10px; padding: 15px; } @@ -78,6 +78,15 @@ hr { width: 80%; } +.owl-carousel.skill .owl-item.active.center img, +.owl-carousel.skill .owl-item img { + transition: 0.25s; +} + +.owl-carousel.skill .owl-item.active.center img:hover { + height: 150px; +} + div.type-wrap { font-size: 50px; } @@ -94,7 +103,7 @@ div.type-wrap { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); + transform: translate(-50%, -50%); } /* Title Ends */ @@ -129,13 +138,13 @@ div.type-wrap { -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0 0 50px 5px #b1b1b1; - box-shadow: 0 0 50px 5px #b1b1b1; + box-shadow: 0 0 50px 5px #b1b1b1; } .single-promo:hover { background-color: #000000; -webkit-transform: scale(1.1); - transform: scale(1.1); + transform: scale(1.1); } /* About Ends */ @@ -240,7 +249,7 @@ div.type-wrap { .contact { padding: 50px 20px; color: #333333; - background-color: #FAFAFA; + background-color: #fafafa; } .contact button { @@ -255,4 +264,4 @@ div.type-wrap { } /* Contact Ends */ -/*# sourceMappingURL=style.css.map */ \ No newline at end of file +/*# sourceMappingURL=style.css.map */ From c637bd2810df6459dab452ad562e007523d82530 Mon Sep 17 00:00:00 2001 From: GzinSocker Date: Tue, 6 Oct 2020 14:33:29 -0300 Subject: [PATCH 2/4] Revert "Center skill hover highlighting" This reverts commit acaeaa9cf1d34b2650a3c73a5b93c126f723e56c. --- css/style.css | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/css/style.css b/css/style.css index 9ef2a16..d2847be 100755 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,7 @@ body { margin: 0; padding: 0; color: #ffffff; - font-family: "Ubuntu", sans-serif; + font-family: 'Ubuntu', sans-serif; } /* Loader Screen */ @@ -31,7 +31,7 @@ hr { z-index: 999999; background-color: transparent; -webkit-transition-duration: 0.5s; - transition-duration: 0.5s; + transition-duration: 0.5s; } .navbar .navbar-brand { @@ -50,7 +50,7 @@ hr { .navbar .navbar-nav .nav-link { -webkit-transition-duration: 0.5s; - transition-duration: 0.5s; + transition-duration: 0.5s; border-radius: 10px; padding: 15px; } @@ -78,15 +78,6 @@ hr { width: 80%; } -.owl-carousel.skill .owl-item.active.center img, -.owl-carousel.skill .owl-item img { - transition: 0.25s; -} - -.owl-carousel.skill .owl-item.active.center img:hover { - height: 150px; -} - div.type-wrap { font-size: 50px; } @@ -103,7 +94,7 @@ div.type-wrap { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); + transform: translate(-50%, -50%); } /* Title Ends */ @@ -138,13 +129,13 @@ div.type-wrap { -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0 0 50px 5px #b1b1b1; - box-shadow: 0 0 50px 5px #b1b1b1; + box-shadow: 0 0 50px 5px #b1b1b1; } .single-promo:hover { background-color: #000000; -webkit-transform: scale(1.1); - transform: scale(1.1); + transform: scale(1.1); } /* About Ends */ @@ -249,7 +240,7 @@ div.type-wrap { .contact { padding: 50px 20px; color: #333333; - background-color: #fafafa; + background-color: #FAFAFA; } .contact button { @@ -264,4 +255,4 @@ div.type-wrap { } /* Contact Ends */ -/*# sourceMappingURL=style.css.map */ +/*# sourceMappingURL=style.css.map */ \ No newline at end of file From 317a19d3333be3b5c031de76d0c8f38c84832212 Mon Sep 17 00:00:00 2001 From: GzinSocker Date: Tue, 6 Oct 2020 14:41:01 -0300 Subject: [PATCH 3/4] Center image skill hover highlighting --- css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d2847be..62c1d08 100755 --- a/css/style.css +++ b/css/style.css @@ -78,6 +78,15 @@ hr { width: 80%; } +.owl-carousel.skill .owl-item.active.center img, +.owl-carousel.skill .owl-item img { + transition: 0.25s; +} + +.owl-carousel.skill .owl-item.active.center img:hover { + height: 150px; +} + div.type-wrap { font-size: 50px; } @@ -240,7 +249,7 @@ div.type-wrap { .contact { padding: 50px 20px; color: #333333; - background-color: #FAFAFA; + background-color: #fafafa; } .contact button { From d22af89dae51a83f4ef8e2f2052942a7c6c0d37e Mon Sep 17 00:00:00 2001 From: GzinSocker Date: Tue, 6 Oct 2020 14:51:02 -0300 Subject: [PATCH 4/4] MessEge fix --- contact.html | 4 ++-- js/script.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contact.html b/contact.html index 9b28dc9..7963542 100755 --- a/contact.html +++ b/contact.html @@ -59,8 +59,8 @@

ProgrammerGaurav

- -
diff --git a/js/script.js b/js/script.js index dc6012a..1fac1e3 100755 --- a/js/script.js +++ b/js/script.js @@ -2,8 +2,8 @@ var frm = $('#contact'); frm.submit(function (e) { e.preventDefault(); let name = document.getElementById("name").value; - let messege = document.getElementById("messege").value; - var win = window.open(`https://wa.me/+918450996596?text=Hi%20I%27m%20${name},%20${messege}`, '_blank'); + let message = document.getElementById("message").value; + var win = window.open(`https://wa.me/+918450996596?text=Hi%20I%27m%20${name},%20${message}`, '_blank'); }); new WOW().init(); $(document).ready(function () {