Skip to content

Commit

Permalink
Header change
Browse files Browse the repository at this point in the history
  • Loading branch information
7Kushal committed Dec 27, 2020
1 parent a270665 commit cfded50
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 24 deletions.
66 changes: 55 additions & 11 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body {
margin: 0;
font-family: 'Exo', sans-serif;
}

.top-container{
background-color:#1c2b2d;
color: #66BFBF;
Expand All @@ -13,6 +14,8 @@ body {
margin: 0;
}
.hello{
position: relative;

width: 50%;
margin: auto;
}
Expand All @@ -23,24 +26,63 @@ 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;
color:#e6d5b8;
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;
Expand All @@ -51,6 +93,9 @@ a:hover{
left: 10px;

}
.first{
margin:4px;
}
h1{
/* font-family: 'Sacramento', cursive; */
margin-bottom: 0;
Expand All @@ -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;
Expand Down Expand Up @@ -97,7 +142,7 @@ h3{
color: #11999E;
}
p{
font-size: 1rem;
font-size: 2rem;
margin-bottom: 0;
margin-top: 4px;
color: white;
Expand Down Expand Up @@ -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;
Expand Down
35 changes: 22 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" href="images/row.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> -->
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Exo&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
Expand All @@ -18,32 +18,41 @@
</head>

<body>
<div class="top-container">
<div class="top-title">
<h1>Kushal jangir</h1>
</div>
<img class="background" src="images/jefferson.jpg" alt="mountain">
</div>
<!-- Image and text -->
<section class="first">
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Kushal Jangir</a>
</nav>
</header>
<div class="background">
<!-- <div class="top-title">
<h1>Kushal jangir</h1>
</div> -->
<!-- <img class="background" src="images/jefferson.jpg" alt="mountain"> -->
</div>
</section>

<div class="middle-container">
<div class="profile">
<!-- <img class="mypic" src="images/Myself.jpg" alt="kushal_jangir"> -->
<h2>Hello.</h2>
<h2>HELLO ! I'M COOL.</h2>
<p class="hello">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 .</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<h2>TECH STACK.</h2>
<div class="skill-row">
<img class="static" src="images/giphy.gif" alt="code_img">
<h3>Overall skills</h3>
<h3>PROJECTS</h3>
<p>I am a beginner programmer , my favorite languages are java , c++ and javascript👨‍💻 <br>
started from c , here i came a long way overcoming challenges and proving myself worthy <br>
i had completed many courses in tech from coursera and udemy </p>
</div>
<div class="skill-row">
<!-- <img class="animated" src="images/200w2.webp" alt="animated"> -->
<h3>Programming skills </h3>
<h3>EDUCATION BACKGROUND</h3>
<p>
HTML, CSS, JavaScript<br>
Java, Python <br>
Expand All @@ -55,7 +64,7 @@ <h3>Programming skills </h3>
</div>
<hr>
<div class="contact-me">
<h2 >Get In Touch</h2>
<h2 >STAY CONNECT</h2>
<a class="BUTTON_QTO" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
Expand All @@ -66,7 +75,7 @@ <h2 >Get In Touch</h2>
<a class="footer-link" href="https://www.linkedin.com">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>© 2020 kushal_jangir.</p>
<p>© 2020 kushal jangir.</p>
</div>

</body>
Expand Down
Empty file added index.js
Empty file.
File renamed without changes

0 comments on commit cfded50

Please sign in to comment.