Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Feb 7, 2024
1 parent 2275f73 commit e7a0e77
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
28 changes: 16 additions & 12 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ label {
.newsletter-form [type="submit"]:hover,
.btn:hover > .text,
.btn:hover > .text::after {
color: #00172F;
color: #22202c;
}
.btn > .shape {
background: #754FFE none repeat scroll 0 0;
Expand Down Expand Up @@ -412,6 +412,9 @@ label {
.offCanvas-content .title span {
color: #754FFE;
}
span-eshan {
color: #fff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
display: none;
}
Expand Down Expand Up @@ -828,7 +831,7 @@ label {
transform: translateX(100%);
height: 100%;
display: block;
background-color: #754FFE;
background-color: #22202c;
z-index: 1020;
-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
Expand All @@ -840,7 +843,8 @@ label {
width: 56px;
height: 56px;
flex: 0 0 56px;
background: rgba(254, 255, 254, 0.06);
/* background: rgba(254, 255, 254, 0.06); */
background: #22202c06;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -865,7 +869,7 @@ label {
}
.offcanvas-contact .footer-social li a:hover {
background: #754FFE;
color: #00172F;
color: #22202c;
}
.offCanvas-body {
display: flex;
Expand All @@ -890,7 +894,7 @@ label {
-o-transition: all 700ms ease;
opacity: 0;
visibility: hidden;
background: #00172F;
background: #22202c;
}
.offcanvas-menu-visible .offCanvas-overlay {
opacity: 0.6;
Expand Down Expand Up @@ -1005,17 +1009,17 @@ label {
.btn.btn-style-two,
.banner-two-padding .banner-content .btn {
background: #754FFE;
color: #00172F;
color: #22202c;
}
.btn.btn-style-two > .text,
.btn.btn-style-two > .text::after,
.banner-two-padding .banner-content .btn .text,
.banner-two-padding .banner-content .btn > .text::after {
color: #00172F;
color: #22202c;
}
.btn.btn-style-two .shape,
.banner-two-padding .banner-content .btn .shape {
background: #00172F;
background: #22202c;
}
.btn.btn-style-two:hover,
.btn.btn-style-two:hover .text,
Expand Down Expand Up @@ -1647,7 +1651,7 @@ label {
margin: 0 auto 60px;
}
.team-thumb {
background: #00172F;
background: #22202c;
/* position: calc(width/2); */
border-radius: 999px;
overflow: hidden;
Expand Down Expand Up @@ -1906,7 +1910,7 @@ label {
min-height: 720px;
display: flex;
align-items: center;
background: #00172F;
background: #22202c;
position: relative;
z-index: 1;
}
Expand Down Expand Up @@ -2189,7 +2193,7 @@ label {
}
.tagcloud a:hover {
background: #754FFE;
color: #00172F;
color: #22202c;
}
.blog-details-content .standard-post-meta {
margin: 0 0 25px;
Expand Down Expand Up @@ -2852,7 +2856,7 @@ blockquote::before {
}
.contact-form [type=submit]:hover {
background: #754FFE;
color: #00172F;
color: #22202c;
}

/* 24. 404 */
Expand Down
Binary file added assets/img/icons/off-canvas-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/others/eshan-avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</ul>
</div>
<div class="offcanvas-btn">
<a href="#"><img src="assets/img/icons/dots.png" alt="Icon"></a>
<a href="#"><img src="assets/img/icons/off-canvas-icon.png" alt="Icon"></a>
</div>
</nav>
</div>
Expand Down Expand Up @@ -113,7 +113,7 @@
<div class="offCanvas-toggle"><img src="assets/img/icons/cross.svg" alt="icon"></div>
<div class="offCanvas-body">
<div class="offCanvas-content">
<h3 class="title">Digital safety <span>starts here</span> for both commercial and personal</h3>
<h3 class="title">Digital safety for both commercial and personal</h3>
<p>Nam libero tempore, cum soluta nobis eligendi cumque quod placeat facere possimus assumenda omnis dolor repellendu sautem temporibus officiis</p>
</div>
<div class="offcanvas-contact footer-contact-info">
Expand Down Expand Up @@ -439,7 +439,7 @@ <h2 class="title">Maintainers & Developers</h2>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="team-item">
<div class="team-thumb">
<img src="assets/img/team/team_01.jpg" alt="img">
<img src="assets/img/others/eshan-avatar.jpg" alt="img">
</div>
<div class="team-content">
<h4 class="name">Eshan Roy (Eshanized)</h4>
Expand Down

0 comments on commit e7a0e77

Please sign in to comment.