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 |
|
/*-------------------------------------------------
[ ### blog block ]
*/
.blog-thumb{
overflow: hidden;
border-radius: 30px;
a{
display: block;
}
img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 30px;
transition: all 0.3s;
}
&:hover{
img{
transform: scale(1.1);
}
}
}
.blog-content{
background-color: $white;
box-shadow: 0px 10px 15px rgb(221 221 221 / 15%);
border-radius: 20px;
padding: 40px;
width: 90%;
margin: 0 auto;
margin-top: -80px;
position: relative;
z-index: 2;
@media only screen and (max-width: 991px) {
padding: 20px;
}
.category{
margin-bottom: 6px;
color: $base--color;
font-family: $font_sub_heading;
font-size: 18px;
letter-spacing: 1px;
}
.title{
margin-bottom: 15px;
a{
transition: all 0.3s;
&:hover{
color: $base--color;
}
}
}
}
.blog-date{
background-color: $base--color;
clip-path: polygon(0% 0%, 100% 12%, 95% 94%,4% 96%);
border-radius: 6px 18px 26px 22px;
font-family: $font_sub_heading;
font-size: 18px;
letter-spacing: 1px;
padding: 12px 25px;
color: $white;
float: right;
margin-top: -70px;
@media only screen and (max-width: 991px) {
margin-top: -50px;
}
.title{
margin-bottom: 0;
color: $white;
}
}
.blog-list {
margin-top: 30px;
margin-bottom: 20px;
li{
position: relative;
font-weight: 400;
padding-left: 35px;
padding-bottom: 15px;
&::before{
position: absolute;
top: 2px;
left: 0;
content: "\f00c";
font-family: "Line Awesome Free";
width: 20px;
height: 20px;
line-height: 20px;
background-color: $base--color;
border-radius: 50%;
font-size: 14px;
color: $white;
text-align: center;
font-weight: 900;
}
}
}
.blog-tag-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
align-items: center;
border-top: 1px dashed $border--base;
padding-top: 20px;
margin-top: 30px;
span{
font-weight: 600;
margin-right: 10px;
}
.blog-footer-tag{
li{
display: inline-block;
background-color: $bg--gray;
padding: 3px 10px;
font-weight: 500;
font-size: 14px;
}
li+li{
margin-left: 10px;
}
}
}
.blog-comment-area{
margin-top: 40px;
}
.sidebar{
position: sticky;
top: 10%;
}
.widget-box {
background: $white;
border: 1px solid #f1f1f1;
box-shadow: 0px 10px 15px rgb(221 221 221 / 15%);
padding: 30px;
border-radius: 10px;
@media only screen and (max-width: 991px) {
padding: 20px;
}
.widget-title{
margin-bottom: 20px;
position: relative;
z-index: 2;
&::before{
position: absolute;
content: "";
top: 3px;
left: -30px;
width: 3px;
height: 20px;
background-color: $base--color;
@media only screen and (max-width: 991px) {
left: -20px;
}
}
}
}
.widget-title-area{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
.widget-title{
margin-bottom: 0;
}
}
.search-widget-box{
.search-form{
position: relative;
button{
position: absolute;
top: 20px;
right: 20px;
background-color: transparent;
color: $color--text;
}
}
}
.category-widget-box{
.category-list{
margin-bottom: -15px;
li{
border: 1px solid $border--base;
padding: 15px 20px;
border-radius: 10px;
margin-bottom: 15px;
a{
display: block;
transition: all 0.3s;
&:hover{
color: $base--color;
}
}
span{
float: right;
}
}
}
}
.popular-widget-box {
margin-bottom: -20px;
}
.single-popular-item {
margin-bottom: 30px;
.popular-item-thumb{
width: 90px;
height: 90px;
border-radius: 5px;
overflow: hidden;
a{
display: block;
height: 100%;
}
img{
width: 100%;
height: 100%;
object-fit: cover;
}
}
.popular-item-content{
width: calc(100% - 90px);
padding-left: 20px;
.title{
margin-bottom: 0;
a{
transition: all 0.3s;
&:hover{
color: $base--color;
}
}
}
.date{
font-size: 13px;
font-weight: 600;
}
}
}
.tag-widget-box{
.tag-list {
margin: -5px;
li{
display: inline-block;
border: 1px solid $border--base;
font-size: 14px;
border-radius: 5px;
padding: 5px 10px;
margin: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
&:hover{
border: 1px solid $base--color;
color: $base--color;
}
}
}
}