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 |
| .editorconfig | 276 KB | March 05 2024 07:12:34 | 0666 |
|
| .env | 1385 KB | May 24 2024 16:43:55 | 0666 |
|
| .env.example | 1088 KB | March 05 2024 07:12:34 | 0666 |
|
| .gitattributes | 190 KB | March 05 2024 07:12:34 | 0666 |
|
| .gitignore | 245 KB | March 05 2024 07:12:34 | 0666 |
|
| .htaccess | 947 KB | July 04 2023 21:25:08 | 0664 |
|
| .rnd | 1024 KB | March 13 2024 04:51:14 | 0666 |
|
| README.md | 472 KB | March 22 2024 10:35:00 | 0666 |
|
| app | - | March 05 2024 07:12:34 | 0777 |
|
| artisan | 1739 KB | March 05 2024 07:12:34 | 0666 |
|
| bootstrap | - | March 05 2024 07:12:34 | 0777 |
|
| composer.json | 2829 KB | May 13 2024 12:10:04 | 0666 |
|
| composer.lock | 417205 KB | March 19 2024 12:13:14 | 0666 |
|
| config | - | July 03 2025 02:53:36 | 0777 |
|
| database | - | March 05 2024 07:12:34 | 0777 |
|
| index.php | 1816 KB | May 13 2024 10:32:36 | 0666 |
|
| lang | - | May 13 2024 14:53:26 | 0777 |
|
| manifest.json | 913 KB | May 14 2024 03:57:26 | 0664 |
|
| package.json | 398 KB | March 05 2024 07:12:34 | 0666 |
|
| phpunit.xml | 1206 KB | March 05 2024 07:12:34 | 0666 |
|
| public | - | July 03 2025 02:37:20 | 0777 |
|
| resources | - | May 13 2024 12:09:36 | 0777 |
|
| routes | - | March 05 2024 07:12:34 | 0777 |
|
| service-worker.js | 924 KB | March 05 2024 07:12:34 | 0666 |
|
| storage | - | March 05 2024 10:03:52 | 0777 |
|
| symlink.php | 218 KB | March 05 2024 07:12:34 | 0666 |
|
| tests | - | March 05 2024 07:12:34 | 0777 |
|
| vendor | - | March 19 2024 12:13:14 | 0777 |
|
| vite.config.js | 326 KB | March 05 2024 07:12:34 | 0666 |
|
/*-------------------------------------------------
[ ## 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;
}