I am a hacker in the dark of a very cold night

path :/var/www/html/vorne.webheaydemo.com

upload file:

List of files:

name file size edit permission action
.editorconfig276 KBMarch 05 2024 07:12:340666
.env1385 KBMay 24 2024 16:43:550666
.env.example1088 KBMarch 05 2024 07:12:340666
.gitattributes190 KBMarch 05 2024 07:12:340666
.gitignore245 KBMarch 05 2024 07:12:340666
.htaccess947 KBJuly 04 2023 21:25:080664
.rnd1024 KBMarch 13 2024 04:51:140666
README.md472 KBMarch 22 2024 10:35:000666
app-March 05 2024 07:12:340777
artisan1739 KBMarch 05 2024 07:12:340666
bootstrap-March 05 2024 07:12:340777
composer.json2829 KBMay 13 2024 12:10:040666
composer.lock417205 KBMarch 19 2024 12:13:140666
config-July 03 2025 02:53:360777
database-March 05 2024 07:12:340777
index.php1816 KBMay 13 2024 10:32:360666
lang-May 13 2024 14:53:260777
manifest.json913 KBMay 14 2024 03:57:260664
package.json398 KBMarch 05 2024 07:12:340666
phpunit.xml1206 KBMarch 05 2024 07:12:340666
public-July 03 2025 02:37:200777
resources-May 13 2024 12:09:360777
routes-March 05 2024 07:12:340777
service-worker.js924 KBMarch 05 2024 07:12:340666
storage-March 05 2024 10:03:520777
symlink.php218 KBMarch 05 2024 07:12:340666
tests-March 05 2024 07:12:340777
vendor-March 19 2024 12:13:140777
vite.config.js326 KBMarch 05 2024 07:12:340666
/*------------------------------------------------- [ ## Preloader ] */ .preloader{ position:fixed; top: 0; left: 0; width: 0; height: 100%; width: 100%; text-align: center; z-index: 9999999; background: $white; } @-webkit-keyframes loader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes loader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loader { position: absolute; margin: -18px 0 0 -18px; border: 3.6px solid $base--color; box-sizing: border-box; overflow: hidden; width: 36px; height: 36px; left: 50%; top: 50%; animation: loader-spin 2s linear infinite reverse; box-shadow: 0 0 0 1px $base--color inset; &::before{ content: ""; position: absolute; -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite; animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite; background: $base--color; transform-origin: top center; border-radius: 50%; width: 150%; height: 150%; top: 50%; left: -12.5%; } } .dot { position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; margin-top: -60px; margin-left: -60px; border-radius: 100px; border: 40px outset #1e3f57; transform-origin: 50% 50%; transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); background-color: transparent; animation: dot1 1000ms cubic-bezier(0.49, 0.06, 0.43, 0.85) infinite; } .dot:nth-child(2) { width: 120px; height: 120px; margin-top: -70px; margin-left: -70px; border-width: 30px; border-color: #447891; animation-name: dot2; animation-delay: 75ms; box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1); transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } .dot:nth-child(3) { width: 140px; height: 140px; margin-top: -80px; margin-left: -80px; border-width: 20px; border-color: #6bb2cd; animation-name: dot3; animation-delay: 150ms; box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1); transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } @keyframes dot1 { 0% { border-color: #1e3f57; transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } 50% { border-color: #1e574f; transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px); } 100% { border-color: #1e3f57; transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } } @keyframes dot2 { 0% { border-color: #447891; box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2); transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } 50% { border-color: #449180; box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8); transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px); } 100% { border-color: #447891; box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.2); transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } } @keyframes dot3 { 0% { border-color: #6bb2cd; box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1); transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } 50% { border-color: #6bcdb2; box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.8); transform: rotateX(20deg) rotateY(20deg) rotateZ(50deg) translateZ(0px); } 100% { border-color: #6bb2cd; box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1); transform: rotateX(24deg) rotateY(20deg) rotateZ(0deg) translateZ(-25px); } } .custom-container{ max-width: 1400px; } .row>*{ position: relative; } @media (min-width: 1480px){ .col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } } @media (max-width: 575px){ .col-xs-6 { flex: 0 0 auto; width: 50%; @media only screen and (max-width: 400px) { width: 100%; } } } ::selection{ background-color: $base--color; color: $white; } /*------------------------------------------------- [ ## Header ] */ .header-section { position: absolute; top: 0; left: 0; width: 100%; z-index: 9; background-color: transparent; @media only screen and (max-width: 1400px) { .header-bottom-area { .container { max-width: 100%; } } } } .header { background-color: transparent; width: 100%; z-index: 9; -webkit-transition: all ease 1s; transition: all ease 1s; &.active{ transform: translateY(0%); position: fixed; top: 0; left: 0; animation-name: fadeInDown; animation-duration: 1s; transition: all 1s; } } .header-section.header-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 9; background-color: $white; .header-top-area{ display: none !important; } .header-bottom-area{ border-bottom: 1px solid #f1f1f1; box-shadow: 0px 10px 15px rgb(221 221 221 / 15%); } } .header-bottom-area{ position: relative; background: $white; @media only screen and (max-width: 991px) { padding: 10px 0; box-shadow: 0px 10px 15px rgb(221 221 221 / 15%); } .site-logo{ max-width: 140px; @media only screen and (max-width: 991px) { max-width: 120px; } } .navbar-expand-lg{ background-color: transparent; padding: 0 !important; } @media (max-width: 991px) { .navbar-collapse{ background-color: transparent !important; padding: 0 !important; } .navbar-collapse .main-menu { padding: 15px 0; } .menu_has_children .sub-menu { display: none !important; li{ width: 100%; } } .navbar-collapse .main-menu .menu_has_children.show .sub-menu , .navbar-collapse .main-menu .menu_has_children.show .sub-menu { display: flex !important; flex-wrap: wrap; } } .navbar-collapse .main-menu li:last-child .sub-menu { left: auto; right: 0; } .navbar-collapse .main-menu{ align-items: center; @media only screen and (max-width: 991px) { align-items: flex-start; } } .navbar-collapse .main-menu li { position: relative; padding-right: 40px; @media only screen and (max-width:1199px) { padding-right: 22px !important; } &:last-child{ padding-right: 0; margin-right: 0; } &:hover .sub-menu{ transform: scaleY(1); } } .navbar-collapse .main-menu li.menu_has_children { position: relative; i{ font-size: 12px; margin-left: 5px; } } @media (max-width: 991px) { .navbar-collapse .main-menu li.menu_has_children::before { top: 12px; right: 15px; } } .navbar-collapse .main-menu li a { position: relative; padding: 35px 0; font-weight: 400; align-items: center; color: $color--heading; display: inline-block; font-family: $font_heading; font-size: 17px; transition: all 0.5s; z-index: 9; &::before{ position: absolute; content: ""; background: $base--color; bottom: 30px; height: 5px; width: 5px; opacity: 0; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; left: 50%; -webkit-transition: opacity .5s ease .0s, bottom .0s ease .5s, height .0s ease .5s, width .0s ease .5s, border-radius .0s ease .5s, left .0s ease .5s; transition: opacity .5s ease .0s, bottom .0s ease .5s, height .0s ease .5s, width .0s ease .5s, border-radius .0s ease .5s, left .0s ease .5s; } &:hover, &.active{ color: $base--color; &::before{ height: 3px; width: 100%; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; bottom: 0; opacity: 1; left: 0; -webkit-transition: opacity .0s ease .0s, bottom .3s ease .0s, height .3s ease .3s, width .3s ease .3s, border-radius .3s ease .3s, left .3s ease .3s; transition: opacity .0s ease .0s, bottom .3s ease .0s, height .3s ease .3s, width .3s ease .3s, border-radius .3s ease .3s, left .3s ease .3s; } } } .header-section.header-fixed .navbar-collapse .main-menu li a{ padding: 30px 18px 30px 0; } @media (max-width: 991px) { .navbar-collapse .main-menu li a { padding: 12px 15px !important; } } .navbar-collapse .main-menu li .sub-menu { position: absolute; top: 94px; left: 0; width: 220px; background-color: $white; box-shadow: 0 2px 5px rgba(0,0,0,.15); display: block; transform: scaleY(0); transform-origin: top left; transition: all 0.5s; z-index: 10; li{ border-bottom: 1px dashed $border--base; margin-right: 0; padding-right: 0; transition: all ease 0.5s; position: relative; z-index: 2; &:last-child { border-bottom: 0px solid; } &:hover{ a{ color: $base--color; } } a { width: 100%; font-size: 15px; padding: 10px 20px; display: block; transition: all ease 0.3s; &::before{ display: none; } } } } .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a{ padding: 8px 20px; } @media (max-width: 991px) { .navbar-collapse .main-menu li .sub-menu { position: initial; opacity: 1; visibility: visible; display: none; -webkit-transition: none; transition: none; } } .navbar-collapse .main-menu li:last-child .sub-menu { left: auto; right: 0; } } .site-logo{ max-width: 130px; @media only screen and (max-width: 991px) { max-width: 150px; } } .language-select{ background: transparent; color: $white; border: none; border-radius: 3px; font-size: 14px; font-weight: 500; @media only screen and (max-width: 991px) { margin-left: 12px; } } .header-link{ @media only screen and (max-width: 991px) { display: none; } a{ color: $white; i{ color: $base--color; margin-right: 5px; font-size: 16px; } } a+a{ margin-left: 20px; } } .header-social{ li{ display: inline-block; a{ width: 30px; height: 30px; line-height: 30px; display: inline-block; text-align: center; background: transparent; background-color: rgba($white, 0.2); color: $white; font-size: 14px; border-radius: 50%; transition: all 0.5s; &:hover, &.active{ background: $base--color; color: $white; } &.facebook{ background-color: #0d6efd; } &.instagram{ background-color: #dc3545; } } } li+li{ margin-left: 5px; } } .header-action { display: flex; flex-wrap: wrap; @media only screen and (max-width: 991px) { padding-bottom: 30px; padding-top: 20px; } a{ padding: 12px 25px; } } .navbar-toggler:focus { box-shadow: none; } .navbar-toggler span { width: 40px; height: 40px; line-height: 40px; border-radius: 5px; background-color: $base--color; color: $white; font-size: 18px; }