Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmy02 committed Nov 21, 2024
1 parent f639e69 commit 2466871
Show file tree
Hide file tree
Showing 210 changed files with 54,891 additions and 10 deletions.
132 changes: 132 additions & 0 deletions docs/assets/css/demo4.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
#header.dark, #header.sticky-dark.is-sticky {
background-color: #25233D;
}

ul#primary-menu ul.sub-menu{
background-color: #211F35;
}
.rev_slider .tp-caption{
visibility: visible !important;
}
.rev_slider .tp-caption.ol-title, .rev_slider .tp-caption.ol-subtitle {
color: #fff;
text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.rev_slider .tp-caption.ol-title {
font-size: 65px;
text-transform: uppercase;
}
.rev_slider .tp-caption.ol-subtitle {
font-size: 18px;
letter-spacing: 4px !important;
color: #fff;
}

.rev_slider .rev-scroll-btn{
border-width: 2px !important;
}
.rev_slider .rev-scroll-btn span{
width: 4px;
height: 8px;
border-radius: 2px;
margin: -4px 0 0 -2px;
}
#footer{
position: relative;
background-position: center bottom;
height: 90vh;
min-height: 400px;
}
#footer #footer-main, #footer #footer-bar{
background-color: transparent;
}
#footer #footer-bar{
border-top:none;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}

#header.nav-dark #nav li ul.sub-menu, #header.nav-dark #nav li.mega-menu .megamenu-wrapper, #header.nav-dark .cart .cart-inner, .nav-dark #header #nav li ul.sub-menu, .nav-dark #header #nav li.mega-menu .megamenu-wrapper, .nav-dark #header .cart .cart-inner{
background-color: #1F1E35;
}

#footer{

}

#footer:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 20%, rgba(246,246,246,0.87) 68%, rgba(245,245,245,0.79) 100%);
}

@media (max-width: 992px) {
#footer{
height: auto;
}
#footer #footer-bar{
position: static;
}
}



.animated-subtitle {
display: inline-block;
opacity: 0;
transform: translateY(-25px);
transition: opacity 1.5s ease-out, transform 1.5s ease-out;
font-size: 20px;
letter-spacing: 3px;
line-height: 1;
color: #fff;
position: relative;
top: 60%;
text-align: center;
}


.button-container {
display: flex;
justify-content: center;
align-items: center;
height: fit-content; /* Or a fixed height */
width: fit-content;
position: relative;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
}

.animated-button {
opacity: 0;
transform: translateY(25px);
transition: opacity 1.5s ease-out, transform 1.5s ease-out;
font-family: "Play", sans-serif;
font-size: 14px;
font-weight: bold;
padding: 12px 50px;
background-color: transparent;
border: 1px solid #dedede;
color: #fff;
border-radius: 60px;
top: 50%;
}

.animated-button:hover, .animated-button:focus {
background-color: #eee;
color: #555;
text-decoration: none;
}

.show {
opacity: 1;
transform: translateY(0);
}
Binary file added docs/assets/css/fonts/FontAwesome.otf
Binary file not shown.
Binary file added docs/assets/css/fonts/fontawesome-webfont.eot
Binary file not shown.
655 changes: 655 additions & 0 deletions docs/assets/css/fonts/fontawesome-webfont.svg
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 docs/assets/css/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added docs/assets/css/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added docs/assets/css/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added docs/assets/css/fonts/ol-icon-set.eot
Binary file not shown.
399 changes: 399 additions & 0 deletions docs/assets/css/fonts/ol-icon-set.svg
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 docs/assets/css/fonts/ol-icon-set.ttf
Binary file not shown.
Binary file added docs/assets/css/fonts/ol-icon-set.woff
Binary file not shown.
Loading

0 comments on commit 2466871

Please sign in to comment.