ALT-FSOnline

User info

Welcome, Guest! Please login or register.


You are here » ALT-FSOnline » Just some junk » Test


Test

Posts 1 to 30 of 30

1

just some junk text

0

2

asdf

0

3

<!-- round edges for forums -->
<style>.category .intd,
.category .wrp-td {
  background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

0

4

<!-- round edges for forums - right field -->
<style>.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

0

5

<!-- round edges for forums - theme name field -->
<style>.punbb .main .tcl {
    overflow: hidden;
    text-align: left;
    width: 30%;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

0

6

all round edges:

<!-- round edges for forums -->
<style>.category .intd,
.category .wrp-td {
  background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

<!-- round edges for forums - fields -->
<style>.punbb .main .tcr,  .punbb .main .tcl,
   {
    overflow: hidden;
    text-align: left;
    width: 30%;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>
<!-- round edges for forums - themes field -->
<style>.punbb .main .tc2
    {
    overflow: hidden;
    text-align: center;
    width: 10%;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>
<!-- round edges for forums - posts field -->
<style>.punbb .main .tc3 {
    overflow: hidden;
    text-align: center;
    width: 10%;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:20px; /*Скругления*/
  border-width:5px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

0

7

https://i.imgur.com/UnvQOwy.png
https://i.imgur.com/8IpiV3u.png

code for ^:

<!-- round edges for forums - right field -->
<style>.punbb .main .tcr,  .punbb .main .tcl, .punbb .main .tc2
    {
    overflow: hidden;
    text-align: left;
    width: auto;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 1em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:5px; /*Скругления*/
  border-width:5px 0 5px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

<!-- round edges for forums - posts field -->
<style>.punbb .main .tc3 {
    overflow: hidden;
    text-align: center;
    width: 5%;
    background-color:none; /*Фон*/
  box-shadow:inset 0 0 1em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:5px; /*Скругления*/
  border-width:5px 0 5px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:none;
  padding:12px; /* Отступ от краёв */
}
</style>

0

8

<!-- round edges for everything -->
<style>
    punbb .main .tcr,  .punbb .main .tcl, .punbb .main .tc2, .punbb .main .tc3 {
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;

    -webkit-box-shadow:0px 5px 5px #000;
    -khtml-box-shadow:0px 5px 5px #000;
    -moz-box-shadow:0px 5px 5px #000;
    box-shadow: 0px 5px 5px #000;

    }
</style>

0

9

https://i.imgur.com/2D3p3Nd.jpg

0

10

https://i.imgur.com/fAaK0jd.png

<img width="300px" class="img" src="https://i.imgur.com/fAaK0jd.png">
<style>
.img {
position: absolute;
z-index: 1;
top: 0px;
right: 0px;
}</style>

0

11

/* Вертикальное меню в профиле и сообщениях */
#profile > .container {
  padding: 1em 1em 1em 0 !important;
}
#profilenav {
  float: left;
  display: inline-block;
  width: 42px;
  margin: 0 1em 0;
  z-index: 10;
}
#profilenav ul, #profilenav li {
  padding: 0;
  margin: 0;
}
#profilenav h2 {
  display: none;
}
#profilenav ul {
  border: 1px solid #dbdbdb;
  background: #ebebeb;
  margin-bottom: 1em;
  width: 42px;
}
#profilenav ul li {
  border-bottom: 1px solid #dbdbdb;
}
#profilenav ul li:last-child {
  border-bottom: 0;
}
#profilenav li a {
  display: block;
  height: 0;
  width: 0;
  padding: 21px;
  color: transparent;
  text-decoration: none !important;
  text-indent: -9999px;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
}
#profilenav li a:hover {
  line-height: 0;
  padding-left: 50px;
}
#profilenav li a:hover, #nav-standard li a:hover, #pun-adnav li a:hover {
  text-decoration: none !important;
}
#profilenav ul li a:hover {
  position: relative;
  padding-right: 120px;
  color: #fff;
  text-indent: 0;
}
#pun-profile #profilenav ul li a, #pun-messages #profilenav ul li a {
  background-repeat: no-repeat;
}

/* Цвет при наведении и активного пункта */
#profilenav li.isactive a, #profilenav ul li a:hover {
  background-color: #4c9b72;
  box-shadow: none;
  border: 0;
}
/* Спрайт для Профиль */
#pun-profile #profilenav ul li a {
  background-image: url(https://forumstatic.ru/files/0007/af/57/65555.png);
}
/* Спрайт для Сообщения */
#pun-messages #profilenav ul li a {
  background-image: url(https://forumstatic.ru/files/0007/af/57/55565.png);
}

/* Входящие / Просмотр */
#pun-messages #profilenav ul .item1 a {
  background-position: 0 0;
}
#pun-profile #profilenav ul .view a:hover, #pun-profile #profilenav ul .view.isactive a, #pun-messages #profilenav ul .item1.isactive a, #pun-messages #profilenav ul .item1 a:hover {
  background-position: -42px 0;
}
/* -- */
/* Отправленные */
#pun-messages #profilenav ul .item2 a {
  background-position: 0 -42px;
}
#pun-messages #profilenav ul .item2.isactive a, #pun-messages #profilenav ul .item2 a:hover {
  background-position: -42px -42px;
}
/* -- */
/* Новое сообщение */
#pun-messages #profilenav ul:last-child .item1 a {
  background-position: 0 -84px;
}
#pun-messages #profilenav ul:last-child .item1.isactive a, #pun-messages #profilenav ul:last-child .item1 a:hover {
  background-position: -42px -84px;
}
/* -- */
/* Статус / Аватар */
#pun-messages #profilenav ul:last-child .item2 a {
  background-position: 0 -126px;
}
#pun-messages #profilenav ul:last-child .item2.isactive a, #pun-messages #profilenav ul:last-child .item2 a:hover {
  background-position: -42px -126px;
}
/* -- */
/* Всё прочитано */
#pun-messages #profilenav ul:last-child .item3 a {
  background-position: 0 -168px;
}
#pun-messages #profilenav ul:last-child .item3.isactive a, #pun-messages #profilenav ul:last-child .item3 a:hover {
  background-position: -42px -168px;
}
/* -- */
/* Очистить папку */
#pun-messages #profilenav ul:last-child .item4 a {
  background-position: 0 -210px;
}
#pun-messages #profilenav ul:last-child .item4.isactive a, #pun-messages #profilenav ul:last-child .item4 a:hover {
  background-position: -42px -210px;
}
/* -- */
/* - Начало Профиль - */
/* Основной */
#pun-profile #profilenav ul .item1 a {
  background-position: 0 -42px;
}
#pun-profile #profilenav ul .item1 a:hover, #pun-profile #profilenav ul .item1.isactive a {
  background-position: -42px -42px;
}
/* -- */
/* Персональный */
#pun-profile #profilenav ul .item2 a {
  background-position: 0 -84px;
}
#pun-profile #profilenav ul .item2 a:hover, #pun-profile #profilenav ul .item2.isactive a {
  background-position: -42px -84px;
}
/* -- */
/* Общения */
#pun-profile #profilenav ul .item3 a {
  background-position: 0 -126px;
}
#pun-profile #profilenav ul .item3 a:hover, #pun-profile #profilenav ul .item3.isactive a {
  background-position: -42px -126px;
}
/* -- */
/* Аватар */
#pun-profile #profilenav ul .item4 a {
  background-position: 0 -168px;
}
#pun-profile #profilenav ul .item4 a:hover, #pun-profile #profilenav ul .item4.isactive a {
  background-position: -42px -168px;
}
/* -- */
/* Подпись */
#pun-profile #profilenav ul .item5 a {
  background-position: 0 -210px;
}
#pun-profile #profilenav ul .item5 a:hover, #pun-profile #profilenav ul .item5.isactive a {
  background-position: -42px -210px;
}
/* -- */
/* Отображения */
#pun-profile #profilenav ul .item6 a {
  background-position: 0 -252px;
}
#pun-profile #profilenav ul .item6 a:hover, #pun-profile #profilenav ul .item6.isactive a {
  background-position: -42px -252px;
}
/* -- */
/* Приватность */
#pun-profile #profilenav ul .item7 a {
  background-position: 0 -294px;
}
#pun-profile #profilenav ul .item7 a:hover, #pun-profile #profilenav ul .item7.isactive a {
  background-position: -42px -294px;
}
/* -- */
/* Дополнительно */
#pun-profile #profilenav ul .item8 a {
  background-position: 0 -336px;
}
#pun-profile #profilenav ul .item8 a:hover, #pun-profile #profilenav ul .item8.isactive a {
  background-position: -42px -336px;
}
/* -- */
/* Приглашения */
#pun-profile #profilenav ul .item9 a {
  background-position: 0 -378px;
}
#pun-profile #profilenav ul .item9 a:hover, #pun-profile #profilenav ul .item9.isactive a {
  background-position: -42px -378px;
}
/* -- */
/* Загрузки */
#pun-profile #profilenav ul .item10 a {
  background-position: 0 -420px;
}
#pun-profile #profilenav ul .item10 a:hover, #pun-profile #profilenav ul .item10.isactive a {
  background-position: -42px -420px;
}
/* -- */
/* Управление */
#pun-profile #profilenav ul .item11 a {
  background-position: 0 -462px;
}
#pun-profile #profilenav ul .item11 a:hover, #pun-profile #profilenav ul .item11.isactive a {
  background-position: -42px -462px;
}
/* -- */
/* - Конец Профиль - */

0

12

https://i.imgur.com/QBupM7h.jpg

0

13

https://i.imgur.com/QwdJCN9.jpg
https://i.imgur.com/FZoEFiv.jpg

0

14

https://www.instagram.com/p/CWdb3pOqEt3 … =copy_link

0

15

https://instagram.com/stories/azagitova … hare_sheet

0

16

Code:
<!--Кнопка Вверх-->
<a href="#" class="scrollup" title="Наверх">Наверх</a>
<script type="text/javascript">
$(document).ready(function(){
$(window).scroll(function(){
if($(this).scrollTop()>100){$('.scrollup').fadeIn();}else{$('.scrollup').fadeOut();}
});$('.scrollup').click(function(){
$("html, body").animate({scrollTop:0},600);
return false;});});
</script><style>
.scrollup{
width:31px;
height:30px;
position:fixed;
bottom:30px;
right:35px;
display:none;
text-indent:-9999px;
background:rgba(0,0,0,0.35) url(/files/0014/ef/99/34838.png) 7px 10px no-repeat;
background-size:17px;
transition:background-color 1s linear,transform 1s linear,opacity 0s linear!important;
border-radius:50%;
-moz-border-radius:50%;
z-index: 99999;
}
.scrollup:hover{
background-color:rgba(0,0,0,0.85);
transition:background-color 1s linear,transform 1s linear,opacity 0 linear!important;
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
</style>
<!-- Кнопка Вверх (end) -->

0

17

https://i.imgur.com/SD3ON1C.png

https://i.imgur.com/V6JamUl.png

0

18

current - green arrows

Code:
<!--Кнопки Вверх- Вниз -->
<div class="go-up" id="ToTop" title="Наверх" onmousedown="$('html,body').animate({scrollTop:0},{ 'duration': 500, 'easing':'linear' });$(this).css({'margin':'0'});" onmouseup="$('html,body')"></div>
<div class="go-down" id="OnBottom" title="Вниз" onmousedown="$('html,body').animate({scrollTop:$(document).height()},{ 'duration': 500, 'easing':'linear' });$(this).css({'margin':'0'});" onmouseup="$('html,body')"></div>
<style>
.go-up, .go-down {display: block; 
position:fixed; /*позиционируем*/
width: 25px; /*ширина кнопки*/
height: 25px; /*высота кнопки*/
right: 3px; /*отступ справа, если надо отступить слева - left*/
cursor: pointer; 
background-repeat: no-repeat; 
opacity: .7; /*прозрачность*/
z-index:9999; /*показываем поверх всех элементов на странице*/
bottom: 174px; /*отступ снизу*/} 
.go-up:hover, .go-down:hover {opacity: 1; /*эффект при наведении*/}
.go-up {margin-bottom: 61px !important; /*отступ снизу, чтобы стрелки не наезжали друг на друга*/
background-position: top;}
.go-down {background-position: bottom;}
.go-up, .go-down {background-image: url('https://i.imgur.com/V6JamUl.png' /*картинка стрелок*/); }
</style>
<!-- Кнопки Вверх-Вниз (end) -->

0

19

https://i.imgur.com/7Eyp9GE.png

https://i.imgur.com/67ExPrn.png

0

20

https://i.imgur.com/nSgcS8P.png
https://i.imgur.com/nHC5XCd.png
https://i.imgur.com/A55jLCg.png

0

21

<!-- Snow -->
<script type="text/javascript" src="https://forumstatic.ru/files/0011/e9/e1/16008.js"></script>
<script type="text/javascript">
$(function() {
$().jSnow({flakes:15, flakeMaxSize:20, flakeMinSize:10, flakeCode:["*", "https://i.imgur.com/0qv2hUF.png", "https://i.imgur.com/08qX4QO.png"], flakeColor:["#479f9f","#edf8f5","#f7fbfa"],interval:60});
});
</script><!-- Snow (end)-->

0

22

https://forumstatic.ru/files/001b/5e/66/64132.mp4

https://forumstatic.ru/files/001b/5e/66/19464.mp3?v=1

0

23

https://www.instagram.com/p/CXsRoQXoLFP … =copy_link

0

24

Morning rituals, without which you cannot imagine your morning.
I have a lot of dogs, I don't spend the morning without Shanti kissing in the face, Masaru also runs up to me to cheer up. They follow me on my heels and watch what I do. Then, there is no morning without a mug of tea. Tea - green, according to the mood. What year my morning does not pass without turning on the First channel, Good morning ... Grandma hoisted me to turn on the TV.
You are the leading legend. What role does time management play in a career?
Many people joke that I have a teleport. My mom does this a lot. She paints everything. It's impossible to remember everything, especially on New Year's holidays, because everyone suddenly starts calling somewhere, a show, a lot of things. Mom decided not to bother me with these questions, she writes everything herself and says: Alina, you have such and such an event on such and such a date. She helps me a lot.
Do you have the opportunity to say: that's it, am I having a day off today or not?
Of course, sometimes I want to say so, My conscience does not allow me to do this, because the whole day I will think: here I could do this and that, but instead I am sitting on the sofa, and I immediately have remorse. And you can't do that.
You are the owner of three historical records among adults and five among juniors, you are a legend of FC, in general of sports. Do you have leadership qualities that allow you to be a legend, facilitate communication with peers or interfere? When a strong-willed girl is friends, sometimes misunderstandings in communication probably arise?
Probably not, because in life I am different. I want to go to the goals, but I understand that all people are different, and with whom I am friends, we still have a share of similarities. With some people, since we have different characters, different lifestyles, people sometimes do not agree on some points, but I haven’t had this yet. I communicate with people calmly.
Guys, who are you friends with, from a sports community or completely different people?
More from sports, but at the university where I study there is a friend. I have friends who were involved in sports in the past, but still, sports are present in their lives, and they once had a life before sports.
If a person does not play sports, could you communicate with him, or only with those who are involved?
I'm interested with people. It seems to me that this is complete nonsense: "Now, if you are friends with me, you should go in for sports," there is no such thing.
You are a very attractive, beautiful girl, we follow your performance with an open mouth, how important is appearance for an athlete and a real leader, or is it not important now, the main thing is strong-willed qualities?
Now is such an era that it doesn't matter how you look, how you feel, what you do, because everything has merged, and people are charismatic, charisma is the main thing. I know many people who are less attractive outwardly, but they have such a charisma that shines from the inside. Appearance is not important.
+
You always look gorgeous. You could afford to go to the shooting, go to the training session "I didn't wash my head, nothing" or beauty rituals - this is important, self-care.
Even when I was little, I would tint my eyes, then my marigolds.
Girl-girl.
Yes. Always be well groomed. When I moved to Moscow ... coach Eteri Georgievna is watching this. She didn’t tell me: “You need to put on makeup now,” but she told some girls: “You need to tint your eyelashes, and always in training, if you look good, it’s nice to work with you.” From that moment I looked at the girls to whom she says this, and I: "Yeah, tomorrow I will tint my eyelashes" (Understood) She instilled in me - to always be well-groomed from head to toe. I remember after arriving in Japan (there were long flights, meeting cameras), she said to wear makeup. I painted on the plane.
Do you enjoy it, do you feel that this is a part of your life or is it a necessary measure, because you are always in public?
No, I like it, I even ran to the store before training and bought myself lipstick and shadows. I had very little time, but I somehow found him to put on makeup, get my hair done, I immediately feel more cheerful.
+
What things are in your purse, besides your mobile, documents? Without what do you not leave the house?
These are perfume, headphones.
Have a favorite scent? A lot, I'm in search of my own scent, always changing something. Headphones. I love big bags, I just carry and think: "Damn, what is it for me?" and carry. There skates can be found when I run from rehearsal to rehearsal, training clothes.
Those. can you leave home for a week and feel comfortable?
Yes, i.e. huge cosmetic bag, something else.
Ritual items, baubles?
Yes, but it's a secret.
Do you have time for things outside of sports, reading or watching a movie?
I'm on the plane downloading a movie or trying to read a book. Why am I trying? If I don’t read a book in one day, then I’ll just put it aside, forget it, bookmark it and that's it. Those. if you don’t read every day, then the plot is forgotten and becomes uninteresting? Yes.
When I read, I often fall asleep .. - Class. - Then I reread it again, dol

0

25

I can’t finish reading. .. Do you have the same story?
I am currently studying at the university, so I read. But sometimes I buy a book and decide to read inside and out, but my poor quality is that I don’t know how to do that to the end. - I understand you well, because sometimes it happens to me too, bored, tired, schedule ..
What can you advise from what you read?
"Do not ssy", "Do not whine", there it explains in understandable, not confused language, a psychological book. No need to bother with details, just let it pass. - Catching Zen. - I am such a person - they will tell me something, and I am on myself, and then I scroll, I cannot let go for a long time and it eats me up morally. It got better after that book. This is such a problem that I let go.
Read the book and we will be easier to relate to the problems.
Now it's fashionable to watch TV series. What TV shows did you like?
Squid game. From the films - I'm watching New Year's already, this is Home Alone. Every New Year, it seems to me, everyone does it. - In terms of popularity, he bypasses the Irony of Fate. - I do not know. I also watch the Irony of Fate. Parents turn on, I used to look, it is not interesting, but with age you understand the essence and it is interesting. Then the Grinch and the Yolki, everyone is watching. I'm waiting for the new film Yolki. I love to watch on New Year's Eve.
When you go headlong into work, sports, holidays fly by, and you don't have time to feel this mood. how do you create it for yourself?
The last two years I have been running shows, winter ones. Last year I had the 31st and this 31st show, only in St. Petersburg. Then I was with my parents, now I will be alone to celebrate the New Year. - You are something sad. - Well, that's work. Of course, something atmospheric leaves when I was worried for a week, the New Year is coming soon. But in sports we have the Czech Republic on New Year's Eve, you think, this is the Czech Republic, you need to get together, and then, suddenly: how is the New Year already? You yourself need to create a holiday: put up a Christmas tree, buy something.
If you are not with your family, there is your team, have they become close people?
Yes, we have been together for so much time, two months in Sochi, together at work. They call me for a walk, but I'm not a party person at all, so after the show I feel like an old grandmother, it's better to just lie down, wash, lie in the bath, watch TV shows. There is little time for this.
++
What would you do if not for sports and television?
I would go to rhythmic gymnastics. My mother is both in figure skating and in gymnastics, such an interesting story was. I went in for figure skating, went to the HG, and since I constantly had rolling, general physical training, additional classes, she said, we just go to stretching for figure skating. But a month passed, and I stopped going to FC altogether. And I just thought it was necessary, to remove the FC for the time being. And when she asked: is everything with FC? She: Yes. I burst into tears. And she shoved me back there, and I threw HG.
What about something else?
I probably would have thought that I could become an actress. But when I was little, I was very shy. Sport made me such that I opened up to some extent. It goes with time. When I was in Izhevsk, I once passed by the children, they were handing out leaflets, I asked how much money they pay for this, they: 100 rubles. I thought: hurry up to 14 years, and I will distribute flyers (laughs). This is also work, people earn money.
What genre would you like to act in?
In the comedy, in the same Yolki, there is a cool plot. I watched so many things that the names are forgotten, and from the plots comedy and fantasy.
Gentlemen, young producers, we have a young talented actress (playfully) ..
At the age of 19, you have a great influence on the audience, millions of people follow you, get inspired. Do you feel the responsibility of a champion leader?
Yes. I didn’t understand this before. I thought: how can I influence a person, he has his own head on his shoulders. But, on the other hand, I understand that if a person is an idol, and you look at him, at some point he flips and thinks: you have to do as she does. When I do something, and they: wow, I have to do it too. I jumped on a bungee in Sochi and many people: I
scary, but I want it too.
Did you motivate, inspire you to take an extreme action?
Yes, but all the same, each person should think as he wants.
You can be inspired, but not necessarily do what the idol is. - Yes, you have to want to do something yourself. I am for it. - Be inspired by Alina, but don't do it yourself. And there are people you follow who motivate you.
I have a lot of people like that. I try not to completely imitate, I take from each person those qualities that I like and turn over to myself. But you have to be as you feel yourself, and not pretend to be another person.
Golden words, but it's hard. We are in the information field and there are cool people around and thanks to social networks it always seems that they are your close friends, although we may even be strangers. Is it easy to lose yourself, your true face? How to understand where the real you are, and where is that from the outside?
It is very difficult, in this world many people are drawn into the desire to imitate someone. Many people play, such an era. I have had many situations, I am a media person, I go to all sorts of events, there are people, I will not say who, I am for

0

26

I followed these people. - On the Internet, you saw them ... - And I thought: "Wow," and these are completely different people on the Internet and in life.
I started from the bottom, achieved everything myself, I don’t forget that. And if I wanted to do something like that, my parents let me down. I thought: "What the hell are they teaching me?" And now I understand that it was right. It's good that at some point they said "stop". - It came to me at 25 that my parents were right, before that "no, I know everything myself"
This is a common problem. - Infantilism. And who is your greatest reference point - your parents and your coach?
In total. Together we reached all the victories. Eteri Georgievna prompted, and her parents, when she got off the ice, prompted.
When does an athlete need to finish, or sports with you forever, or stop?
Do not know. Sport is always with you, all your life. Once you start playing sports, you cannot quit. I see people write on Instagram: “I started to play sports thanks to you and I still continue to do it,” I think it's impossible to quit sports. You wake up sluggish, you don't want to go to workout, but if you overcame yourself, went out to run for literally 10 minutes, then you yourself will want to do something else. And then you have cheerfulness for the whole day.
Something hurts, temperature, and I go out on the ice, and I feel better.
Advice that will allow you to get up when you feel bad, you want to lie in bed, but you have to get up and go?
I think it depends on the person. I, too, may not want to, "Leave me alone" - I can say so, I am a person first of all. You need to understand what needs to be done on this day and say to yourself: "Get up and walk."
Let's be inspired by such wonderful people as Alina. You motivate with your victories, broadcasting.
Thanks!

0

27

https://i.imgur.com/WtTym1r.jpg

0

28

Истории чемпионок от Алины Загитовой

0

29

[html]<!-- Автопрокрутка картинок -->
<div class="SL" style="width:auto;text-align:center"></div>
<script>
var arraySL = [ //Cписок ссылок на Изображения:
'https://forumstatic.ru/files/0013/44/56/61036.png',
'https://forumstatic.ru/files/0013/44/56/73446.png',
'https://forumstatic.ru/files/0013/44/56/54143.png',
'https://forumstatic.ru/files/0013/44/56/21344.png',
'https://forumstatic.ru/files/0013/44/56/87837.png'
]
var heightSL = 'auto'; //'auto'//'386px'; //Высота в пикселах или 'auto';
var SLtime = 5; //Время в секундах;
</script>
<script  type="text/javascript" src="https://forumstatic.ru/files/0013/44/56/17756.js"></script>[/html]

0

30

https://i.imgur.com/UuiJUrS.jpg

0


You are here » ALT-FSOnline » Just some junk » Test