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
/*------------------------------------------------- [ ## Buttons ] */ input[type="button"] { @extend button; } input[type="reset"] { @extend button; } input[type="submit"] { @extend button; &:hover { color: $white; } } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; &:focus { outline: none; } } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } .btn { -webkit-transition: all 0.3s ease 0.02s; transition: all 0.3s ease 0.02s; } .btn:active, .btn:focus { box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset; } .btn { border: 0px solid; border-radius: 0px; font-weight: 500; font-size: 16px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; @media only screen and (max-width: 767px) { font-size: 14px; } } .btn-rounded{ border-radius: 3px; } .btn-capsule{ border-radius: 100px; } /*------------------------------------------------- [ ## custom btn ] */ .btn--primary{ background-color: #7367f0; } .btn--secondary { background-color: #868e96; } .btn--success { background-color: #28c76f; } .btn--danger { background-color: #ea5455; } .btn--warning { background-color: #ff9f43; } .btn--info { background-color: #1e9ff2; } .btn--dark { background-color: #10163A; } .badge--primary{ background-color: #7367f0; } .badge--secondary { background-color: #868e96; } .badge--success { background-color: #28c76f; } .badge--danger { background-color: #ea5455; } .badge--warning { background-color: #ff9f43; } .badge--info { background-color: #1e9ff2; } .badge--dark { background-color: #10163A; } .border--primary{ border: 1px solid #7367f0; } .border--secondary { border: 1px solid #868e96; } .border--success { border: 1px solid #28c76f; } .border--danger { border: 1px solid #ea5455; } .border--warning { border: 1px solid #ff9f43; } .border--info { border: 1px solid #1e9ff2; } .border--dark { border: 1px solid #10163A; } .badge{ font-weight: 400; border-radius: 999px; padding: 5px 20px 7px 20px; font-size: 11px; } .btn--base { position: relative; background: $base--color; border-radius: 15px; color: $white; padding: 20px 35px; font-size: 20px; font-family: $font_sub_heading; letter-spacing: 1px; text-align: center; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; &.active{ background: transparent; color: $base--color; &:focus, &:hover { color: $white; background: $base--color; } } &:focus, &:hover { color: $white; box-shadow: 0 10px 20px rgba($base--color,.4); } @media only screen and (max-width: 991px) { padding: 15px 25px; font-size: 17px; } } .custom-btn{ color: $base--color !important; font-weight: 700; }