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
/*------------------------------------------------- [ ### 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; } } } }