Skip to content

Commit

Permalink
image correction
Browse files Browse the repository at this point in the history
  • Loading branch information
devzakir committed Feb 24, 2021
1 parent fb3747e commit 621fe45
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 103 deletions.
107 changes: 4 additions & 103 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ body {
.banner {
background-size: cover;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/slider-1.jpg") center no-repeat;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/slider.jpg") center no-repeat;
position: relative;
}

Expand Down Expand Up @@ -373,106 +373,6 @@ th {
font-size: 16px
}

/*
.about_right h3 {
border-bottom: 5px solid #0096c7;
display: inline-block;
font-size: 40px;
font-weight: bold;
margin: 22px 0 23px;
padding: 0 2px 8px 0;
text-transform: uppercase;
}
.about_right p {
font-size: 18px;
margin: 20px 0px 0px 0px;
}
.about_social {
margin: 50px 0 0;
}
.cv {
border: 1px solid #0096c7;
color: #0096c7;
display: inline-block;
font-size: 18px;
font-weight: 600;
margin: 5px 50px 0 0;
padding: 11px 30px;
text-align: center;
text-transform: uppercase;
transition: all 0.5s linear 0s;
vertical-align: middle;
}
.cv-hvr-radial-out {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.cv-hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0096c7;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.cv-hvr-radial-out:hover,
.cv-hvr-radial-out:focus,
.cv-hvr-radial-out:active {
color: #fff;
}
.cv-hvr-radial-out:hover:before,
.cv-hvr-radial-out:focus:before,
.cv-hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.about_social i {
margin: 5px;
color: #000;
width: 50px;
height: 50px;
border: 1px solid gray;
line-height: 50px;
font-size: 20px;
transition: all .5s linear;
text-align: center;
vertical-align: middle;
}
.about_social i:hover {
color: #fff;
background-color: #0096c7;
border-color: #0096c7;
}
*/


/* === Skills Part === */
.skills_row{
margin-top: 20px;
Expand Down Expand Up @@ -818,7 +718,7 @@ th {
width: 100%;
}

.cleft_social i {
.cleft_social a {
font-size: 22px;
height: 50px;
width: 50px;
Expand All @@ -829,9 +729,10 @@ th {
color: #fff;
z-index: 1;
transition: all .4s linear;
display: inline-block;
}

.cleft_social i:hover {
.cleft_social a:hover {
background-color: #46959B;
border-color: #46959B;
}
Expand Down
Binary file removed img/about_us.jpg
Binary file not shown.
Binary file removed img/about_us.old.jpg
Binary file not shown.
Binary file removed img/blog-1.jpg
Binary file not shown.
Binary file removed img/blog-2.jpg
Binary file not shown.
Binary file removed img/blog-3.jpg
Binary file not shown.
Binary file removed img/clients_bg.jpg
Binary file not shown.
Binary file removed img/counter_bg.jpg
Binary file not shown.
Binary file removed img/logo.png
Binary file not shown.
Binary file removed img/m.jpg
Binary file not shown.
Binary file removed img/skill_bg.jpg
Binary file not shown.
Binary file removed img/slider-2.jpg
Binary file not shown.
Binary file removed img/slider-3.jpg
Binary file not shown.
File renamed without changes

0 comments on commit 621fe45

Please sign in to comment.