Hello! Im Rodion Ushakov
Goal: To become a full-fledged Frontend developer Strengths: responsible, quick to learn, I always like something new
My Education
Secondary educationMy Contacts
TELEGRAM: @Rodya1 DISCORD: _rodyaExperience
Work experience: Freelance, I've been working for six months, I make small orders like change a button, add. For experience, I make templates for the GameCMS engine. Programming languages: CSS and HTMLSample Code
<div class="profile_page_nav nav nav-tabs mt-2">
{if(is_auth() && '{profile_id}' == $_SESSION['id'])}
<a href="../profile?id={{$user->id}}" class="profile_btn active">Профиль</a>
<a class="profile_btn" href="../purse">Кошелек</a>
<a class="profile_btn" href="../my_stores">Привилегии</a>
<a class="profile_btn" href="../friends">Друзья</a>
<a class="profile_btn" href="../messages">Сообщения</a>
<a class="profile_btn" href="../notifications">Уведомления</a>
{else}
<a class="profile_btn" data-toggle="tab" href="#friends">Друзья</a>
<a class="profile_btn" data-toggle="tab" href="#stores">Привилегии</a>
{/if}
</div>