|
|
@ -1,33 +1,59 @@ |
|
|
|
<!--тут меню кнопочки всякая хуйня--> |
|
|
|
<div style="display: flex"> |
|
|
|
<div style="width: 15%"><img style="height: 25%" src="assets/images/Engineertaunt1.png"></div> |
|
|
|
<div |
|
|
|
style="display: flex; width: 66%; padding-left: calc((100% - 66%)/2); padding-right: calc((100% - 66%)/2); margin: 0 auto; background: linear-gradient(to top, #f2a998, #e65e11);"> |
|
|
|
<div style="width: 15%"><img style="height: 250px; padding-top: 20px" src="assets/images/Engineertaunt1.png"></div> |
|
|
|
<div style="width: 85%"> |
|
|
|
<div style="display: flex; justify-content: space-between"> |
|
|
|
<div *ngFor="let b of go2urls" style="text-align: center; border: 1px solid black; border-radius: 5px"> |
|
|
|
<!--кнопочки страниц--> |
|
|
|
<mat-toolbar style="background: unset !important; margin-bottom: 2%"> |
|
|
|
<span class="spacer"></span> |
|
|
|
<button *ngFor="let b of go2urls" mat-icon-button style="color: #fbf1d7; margin: 0 1%;"> |
|
|
|
<mat-icon>{{b.ico}}</mat-icon> |
|
|
|
<br> |
|
|
|
<p style="margin: 0 0">{{b.name}}</p> |
|
|
|
</div> |
|
|
|
<p style="margin: 0 0; line-height: 10px">{{b.name}}</p> |
|
|
|
</button> |
|
|
|
<span class="spacer"></span> |
|
|
|
</mat-toolbar> |
|
|
|
<div > |
|
|
|
<mat-grid-list cols="3" rowHeight="75px" style="color: #fbf1d7; padding-bottom: 1%"> |
|
|
|
<mat-grid-tile rowspan="1" colspan="1" style="border-radius: 15px; border: 0 solid black; background: rgba(255,255,255,0.25)"> |
|
|
|
<h2> |
|
|
|
<mat-icon>person</mat-icon> |
|
|
|
<p style="display: inline">Сейчас играют</p> |
|
|
|
</h2> |
|
|
|
<span class="spacer"></span> |
|
|
|
<h2>102</h2> |
|
|
|
</mat-grid-tile> |
|
|
|
<mat-grid-tile rowspan="1" colspan="1" style="border-radius: 15px; border: 0 solid black; background: rgba(255,255,255,0.25)"> |
|
|
|
<h2> |
|
|
|
<mat-icon>person</mat-icon> |
|
|
|
<p style="display: inline">Пик игроков за день</p> |
|
|
|
</h2> |
|
|
|
<span class="spacer"></span> |
|
|
|
<h2>252</h2> |
|
|
|
</mat-grid-tile> |
|
|
|
<mat-grid-tile rowspan="1" colspan="1" style="border-radius: 15px; border: 0 solid black; background: rgba(255,255,255,0.25)"> |
|
|
|
<h2> |
|
|
|
<mat-icon>person</mat-icon> |
|
|
|
<p style="display: inline">Серверов работает</p> |
|
|
|
</h2> |
|
|
|
<span class="spacer"></span> |
|
|
|
<h2>13|13</h2> |
|
|
|
</mat-grid-tile> |
|
|
|
</mat-grid-list> |
|
|
|
</div> |
|
|
|
<div style="display: flex"> |
|
|
|
<div style="width: 33%; background: rgba(255,255,255,0.5);border: 1px solid rgba(0,0,0,0); border-radius: 5px"> |
|
|
|
<mat-icon>person</mat-icon> |
|
|
|
<p style="display: inline">Сейчас играют</p> |
|
|
|
<h3 style="display: inline">555</h3> |
|
|
|
</div> |
|
|
|
<div style="width: 33%; background: rgba(255,255,255,0.5);border: 1px solid rgba(0,0,0,0); border-radius: 5px"> |
|
|
|
<mat-icon>person</mat-icon> |
|
|
|
<p style="display: inline">Сейчас играют</p> |
|
|
|
<h3 style="display: inline">555</h3> |
|
|
|
</div><div style="width: 33%; background: rgba(255,255,255,0.5);border: 1px solid rgba(0,0,0,0); border-radius: 5px"> |
|
|
|
<mat-icon>person</mat-icon> |
|
|
|
<p style="display: inline">Сейчас играют</p> |
|
|
|
<h3 style="display: inline">555</h3> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div>i love search</div> |
|
|
|
<div> |
|
|
|
<div style="width: 5%">1523</div> |
|
|
|
<mat-form-field style="width: 100%" appearance="fill"> |
|
|
|
<mat-label>Введите ник...</mat-label> |
|
|
|
<input matInput placeholder="отдыхаем" value=""> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
<div style="padding-bottom: 1%"> |
|
|
|
<mat-chip-list aria-label="Fish selection"> |
|
|
|
<mat-chip>One fish</mat-chip> |
|
|
|
<mat-chip>Two fish</mat-chip> |
|
|
|
<mat-chip color="primary" selected>Primary fish</mat-chip> |
|
|
|
<mat-chip color="accent" selected>Accent fish</mat-chip> |
|
|
|
</mat-chip-list> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|