Skip to content

Commit

Permalink
Optimize for faster loading experience
Browse files Browse the repository at this point in the history
  • Loading branch information
heisinbug committed Mar 10, 2024
1 parent 24eaf7d commit 47eaf5f
Show file tree
Hide file tree
Showing 53 changed files with 9 additions and 67,221 deletions.
16 changes: 8 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ h6 {
right: 15px;
bottom: 15px;
z-index: 996;
background: #1acc8d;
background: #190f0f;
width: 40px;
height: 40px;
border-radius: 50px;
Expand All @@ -94,7 +94,7 @@ h6 {
}

.back-to-top:hover {
background: #2be4a2;
background: #190f0f;
color: #fff;
}

Expand All @@ -120,15 +120,15 @@ h6 {
transition: all 0.5s;
z-index: 997;
transition: all 0.5s;
background: rgba(1, 4, 136, 0.9);
background: rgb(25, 15, 15);
}

#header.header-transparent {
background: transparent;
}

#header.header-scrolled {
background: rgba(1, 4, 136, 0.9);
background: rgb(25, 15, 15);
height: 60px;
}

Expand Down Expand Up @@ -202,7 +202,7 @@ h6 {
height: 2px;
bottom: 3px;
left: 30px;
background-color: #1acc8d;
background-color: #d81313;
visibility: hidden;
width: 0px;
transition: all 0.3s ease-in-out 0s;
Expand Down Expand Up @@ -247,7 +247,7 @@ h6 {
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #01036f;
color: #190f0f;
}

.navbar .dropdown ul a i {
Expand Down Expand Up @@ -419,7 +419,7 @@ h6 {

#hero:before {
content: "";
background: rgba(2, 5, 161, 0.91);
background: #190f0f;
position: absolute;
bottom: 0;
top: 0;
Expand Down Expand Up @@ -456,7 +456,7 @@ h6 {
border-radius: 50px;
transition: 0.5s;
color: #fff;
background: #1acc8d;
background: #ff6f00;
}

#hero .btn-get-started:hover {
Expand Down
Binary file modified assets/img/hero-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 47eaf5f

Please sign in to comment.