This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Нужен верстальщик

Arxont

Начинающий специалист
Автор темы
11 Янв 2021
17
4
47
Нужен верстальщик, для выполнения верстки hud, регистрация, создание персонажа.
 

PERS

Активный участник
14 Сен 2020
113
10
37
Разработка дизайна и верстка, или просто верстка по готовому дизайну ?
 

Agressor

Специалист
27 Окт 2020
373
54
93
А тебе он зачем? Люди пишут сами цену, а тут ты спрашиваешь бюджет. Или ты смотря на бюджет хочешь попросить цену? Если он скажет 600000, ты скажешь 300000?
 

PERS

Активный участник
14 Сен 2020
113
10
37
Ну если бюджет 500р то зачем оно надо ?!
 

filecore

Специалист
high coder
6 Окт 2020
227
87
82
Ну если бюджет 500р то зачем оно надо ?!
для тебя 500р и то много

CSS:
    @media  (max-width: 1300px)  {
        .inGameHud {zoom: 70%}
    }
    @media (min-width: 1301px) and (max-width: 1400px) {
        .inGameHud {zoom: 80%}
    }
    @media (min-width: 1401px) and (max-width: 1650px) {
        .inGameHud {zoom: 80%}
    }
    @media (min-width: 1651px) and (max-width: 2560px) {
        .inGameHud {zoom: 100%}
    }

    .inGameHud .toprigth{
        position: relative;
        top: 2%;
        left: 1670px;
        width: 150px;
        height: 150px;
        display: inline-block;
        font-size: 20px;
        text-align: left;
        line-height: 1.7; 
        opacity: 0.8;
    }

HTML:
                <table style="font-size:15px;font-weight: 900;color:#fff;">
                    <tr><td><p class="help-buttons">M</p></td><td><p class="help-buttons2">Телефон</p></td></tr>
                    <tr><td><p class="help-buttons">I</p></td><td><p class="help-buttons2">Инвентарь</p></td></tr>
                    <tr><td><p class="help-buttons">B</p></td><td><p class="help-buttons2">Завести ТС</p></td></tr>
                    <tr><td><p class="help-buttons">L</p></td><td><p class="help-buttons2">Замок ТС</p></td></tr>
                    <tr><td><p class="help-buttons">5</p></td><td><p class="help-buttons2">Никнеймы</p></td></tr>
                    <tr><td><p class="help-buttons">F3</p></td><td><p class="help-buttons2">Перезагрузить микрофон</p></td></tr>
                    <tr><td><p class="help-buttons">F5</p></td><td><p class="help-buttons2">Скрыть HUD</p></td></tr>
                    <tr><td><p class="help-buttons">F10</p></td><td><p class="help-buttons2">Донат панель</p></td></tr>
                </table>

            <div class="speedometer_hud" :style="{ opacity: inVeh ? 1 : 0 }">
                <div class="speedcount" v-if="speed < 100">
                    <a class="count">{{speed}}</a>
                    <p>км/ч</p>
                </div>
                <div class="speedcount" v-else-if="speed < 200">
                    <a class="count" style="color:#eda123">{{speed}}</a>
                    <p>км/ч</p>
                </div>
                <div class="speedcount" v-else="speed < 300">
                    <a class="count" style="color:red">{{speed}}</a>
                    <p>км/ч</p>
                </div>
                <div class="speedcount" v-else="speed < 450">
                    <a class="count" style="color:rgb(234, 0, 255)">{{speed}}</a>
                    <p>км/ч</p>
                </div>
    
                <div class="fuel">
                    <a>{{fuel}} л.</a>
                    <img src="hud/fuel.svg" style="opacity:0.2" class="fuel_ico">
                </div>
            </div>
 
Реакции: Agressor и UchihaMadara

Vice

Специалист
VIP
14 Сен 2020
207
33
90
Бля, зумить верстку это конечно сильно, адаптив на максималках. Отступ от левого края в 1600 пикселей удивил.
 

PERS

Активный участник
14 Сен 2020
113
10
37
Прочитай внимательно что написано в теме