From cfded50a2fc61b32165faa8f9cd9fe3c9a5a21c4 Mon Sep 17 00:00:00 2001 From: kushal jangir Date: Sun, 27 Dec 2020 14:05:53 +0530 Subject: [PATCH] Header change --- css/styles.css | 66 +++++++++++++++++++++----- index.html | 35 +++++++++----- index.js | 0 images/jefferson.jpg => jefferson.jpg | Bin 4 files changed, 77 insertions(+), 24 deletions(-) create mode 100644 index.js rename images/jefferson.jpg => jefferson.jpg (100%) diff --git a/css/styles.css b/css/styles.css index d7062ce..c64b1ed 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,7 @@ body { margin: 0; font-family: 'Exo', sans-serif; } + .top-container{ background-color:#1c2b2d; color: #66BFBF; @@ -13,6 +14,8 @@ body { margin: 0; } .hello{ + position: relative; + width: 50%; margin: auto; } @@ -23,16 +26,54 @@ hr{ margin: 40px auto 40px auto; } a{ - color: #66BFBF; + color: white; margin: 3px 10px 3px 10px; text-decoration: none; } a:hover{ color: #FFFFFF; } +.container { + padding: 0px 15px 0px 15px; +} +/* */ + +header { + font-size: 2rem; + position: fixed; + top: 0; + left: 0; + width: 100%; + margin-top: 0; + margin-left: 0px; + margin-right: 0px; + padding: .1rem 0; + background: rgba(0, 0, 0, .90); + z-index: 3; + will-change: transform; + transition: background .3s, + -webkit-transform .5s cubic-bezier(.694,.048,.335,1); + transition: transform .5s cubic-bezier(.694,.048,.335,1),background .3s; + transition: transform .5s cubic-bezier(.694,.048,.335,1),background .3s, + -webkit-transform .5s cubic-bezier(.694,.048,.335,1); + transform: translateY(0); + -webkit-transform: translateY(0); +} + .background{ width: 100%; - margin:0; + margin:0px; + position: relative; + background: url(https://images.unsplash.com/photo-1563206767-5b18f218e8de?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1049&q=80) no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + background-size: cover; + text-align: center; + color: #fff; + padding-top: 110px; + min-height: 500px; + letter-spacing: 2px; + font-family: "Montserrat", sans-serif; } .bottom-container{ background-color: black; @@ -40,7 +81,8 @@ a:hover{ margin:0 0 0 0; padding-bottom: 27px; } -.top-title{ +.navbar-brand{ + font-size: 2rem; font-family: 'Ubuntu', sans-serif; text-transform: capitalize; color: white; @@ -51,6 +93,9 @@ a:hover{ left: 10px; } +.first{ + margin:4px; +} h1{ /* font-family: 'Sacramento', cursive; */ margin-bottom: 0; @@ -63,7 +108,7 @@ h2{ line-height: 2; margin-top: 0; margin-bottom: 0; - font-size: 1.8rem; + font-size: 2rem; } .profile{ display: inline-block; @@ -97,7 +142,7 @@ h3{ color: #11999E; } p{ - font-size: 1rem; + font-size: 2rem; margin-bottom: 0; margin-top: 4px; color: white; @@ -139,13 +184,12 @@ p{ padding: 0; } .background{ - width: 100%; - margin:2px; - } - .top-title{ - /* display: block; */ - margin: auto; + width:100%; + background-size:auto; text-align: center; + color: #fff; + padding-top: 110px; + min-height: 350px; } h1{ margin: auto; diff --git a/index.html b/index.html index e568a04..c7d4fe5 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + @@ -18,32 +18,41 @@ -
-
-

Kushal jangir

-
- mountain -
+ +
+
+ +
+
+ + +
+
+
-

Hello.

+

HELLO ! I'M COOL.

I Graduated from NIT surat a self taught programmer and much more to come done my schooling from central academy and i love playing cricket and .


-

My Skills.

+

TECH STACK.

code_img -

Overall skills

+

PROJECTS

I am a beginner programmer , my favorite languages are java , c++ and javascript👨‍💻
started from c , here i came a long way overcoming challenges and proving myself worthy
i had completed many courses in tech from coursera and udemy

-

Programming skills

+

EDUCATION BACKGROUND

HTML, CSS, JavaScript
Java, Python
@@ -55,7 +64,7 @@

Programming skills


-

Get In Touch

+

STAY CONNECT

CONTACT ME
@@ -66,7 +75,7 @@

Get In Touch

LinkedIn Twitter Website -

© 2020 kushal_jangir.

+

© 2020 kushal jangir.

diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/images/jefferson.jpg b/jefferson.jpg similarity index 100% rename from images/jefferson.jpg rename to jefferson.jpg