|  | 
| 39 | 39 |                             </div> | 
| 40 | 40 |                             <hr> | 
| 41 | 41 |                             <div class="row"> | 
| 42 |  | -                                <div class="col-md-4"> | 
| 43 |  | -                                    <h4><i class="fas fa-crosshairs"></i> Kills: {{ player.kills }}</h4> | 
| 44 |  | -                                    <h4><i class="fas fa-skull"></i> Deaths: <strong>{{ player.deaths }}</strong><br></h4> | 
| 45 |  | -                                    <h4><i class="fas fa-dot-circle"></i> KDR: {{ player.kdr|number_format(2, '.', ',') }}<br></h4> | 
|  | 42 | +                                <div class="col-4 text-left col-centered"> | 
|  | 43 | +                                    <div class="row profile-stats"> | 
|  | 44 | +                                        <div class="col-9 text-right nopadding-right"> | 
|  | 45 | +                                            <h4>Kills</h4> | 
|  | 46 | +                                            <h1>{{player.kills}}</h1> | 
|  | 47 | +                                        </div> | 
|  | 48 | +                                        <div class="col-3 nopadding-right"> | 
|  | 49 | +                                            <i class="fas fa-crosshairs"></i> | 
|  | 50 | +                                        </div> | 
|  | 51 | +                                    </div> | 
|  | 52 | +                                    <div class="row profile-stats"> | 
|  | 53 | +                                        <div class="col-9 text-right nopadding-right"> | 
|  | 54 | +                                            <h4>Assists</h4> | 
|  | 55 | +                                            <h1>{{player.assists}}</h1> | 
|  | 56 | +                                        </div> | 
|  | 57 | +                                        <div class="col-3 nopadding-right"> | 
|  | 58 | +                                            <i class="far fa-handshake"></i> | 
|  | 59 | +                                        </div> | 
|  | 60 | +                                    </div> | 
|  | 61 | +                                    <div class="row profile-stats"> | 
|  | 62 | +                                        <div class="col-9 text-right nopadding-right"> | 
|  | 63 | +                                            <h4>Deaths</h4> | 
|  | 64 | +                                            <h1>{{player.deaths}}</h1> | 
|  | 65 | +                                        </div> | 
|  | 66 | +                                        <div class="col-3 nopadding-right"> | 
|  | 67 | +                                            <i class="fas fa-skull"></i> | 
|  | 68 | +                                        </div> | 
|  | 69 | +                                    </div> | 
| 46 | 70 |                                 </div> | 
| 47 |  | -                                <div class="col-md-4"> | 
| 48 |  | -                                    <h4><i class="far fa-handshake" style="font-size:16px;"></i> Assists: {{ player.assists }}</h4> | 
| 49 |  | -                                    <h4><i class="fas fa-meh"></i> Shots: {{ player.shots }}</h4> | 
| 50 |  | -                                    <h4><i class="fas fa-chess-queen"></i> Damage: {{ player.damage }}</h4> | 
|  | 71 | +                                <div class="col-4 text-center col-centered"> | 
|  | 72 | +                                    <div class="row profile-stats"> | 
|  | 73 | +                                        <div class="col-12"> | 
|  | 74 | +                                            <h4>Elo</h4> | 
|  | 75 | +                                            <h1>{{player.score}}</h1> | 
|  | 76 | +                                        </div> | 
|  | 77 | +                                    </div> | 
|  | 78 | +                                    <div class="row profile-stats"> | 
|  | 79 | +                                        <div class="col-12"> | 
|  | 80 | +                                            <h4>K/D Ratio</h4> | 
|  | 81 | +                                            <h1>{{ player.kdr|number_format(2, '.', ',') }}</h1> | 
|  | 82 | +                                        </div> | 
|  | 83 | +                                    </div> | 
|  | 84 | +                                    <div class="row profile-stats"> | 
|  | 85 | +                                        <div class="col-12"> | 
|  | 86 | +                                            <h4>Played Matches</h4> | 
|  | 87 | +                                            <h1><span class="text-success">{{player.match_win}}</span> | <span class="text-warning">{{player.match_draw}}</span> | <span class="text-danger">{{player.match_lose}}</span></h1> | 
|  | 88 | +                                        </div> | 
|  | 89 | +                                    </div> | 
| 51 | 90 |                                 </div> | 
| 52 |  | -                                <div class="col-md-4"> | 
| 53 |  | -                                    <h4><i class="fas fa-ruler-combined" style="font-size:18px;"></i> ADR: {{ player.adr|number_format(2, '.', ',') }}</h4> | 
| 54 |  | -                                    <h4><i class="fas fa-calculator"></i> Hits: {{ player.hits }}</h4> | 
| 55 |  | -                                    <h4><i class="fas fa-user-slash" style="font-size:16px;"></i>HS: {{ player.headshots }}</h4> | 
|  | 91 | +                                <div class="col-4 text-right col-centered"> | 
|  | 92 | +                                    <div class="row profile-stats"> | 
|  | 93 | +                                        <div class="col-3 nopadding-left"> | 
|  | 94 | +                                            <i class="fas fa-bullseye"></i> | 
|  | 95 | +                                        </div> | 
|  | 96 | +                                        <div class="col-9 text-left nopadding-left"> | 
|  | 97 | +                                            <h4>ADR</h4> | 
|  | 98 | +                                            <h1>{{ player.adr|number_format(2, '.', ',') }}</h1> | 
|  | 99 | +                                        </div> | 
|  | 100 | +                                    </div> | 
|  | 101 | +                                    <div class="row profile-stats"> | 
|  | 102 | +                                        <div class="col-3 nopadding-left"> | 
|  | 103 | +                                            <i class="fas fa-user-slash"></i> | 
|  | 104 | +                                        </div> | 
|  | 105 | +                                        <div class="col-9 text-left nopadding-left"> | 
|  | 106 | +                                            <h4>Headshots</h4> | 
|  | 107 | +                                            <h1>{{ player.headshots }}</h1> | 
|  | 108 | +                                        </div> | 
|  | 109 | +                                    </div> | 
|  | 110 | +                                    <div class="row profile-stats"> | 
|  | 111 | +                                        <div class="col-3 nopadding-left"> | 
|  | 112 | +                                            <i class="fas fa-history"></i> | 
|  | 113 | +                                        </div> | 
|  | 114 | +                                        <div class="col-9 text-left nopadding-left"> | 
|  | 115 | +                                            <h4>Time Played</h4> | 
|  | 116 | +                                            <h1 class="seconds-to-readable">{{player.connected}}</h1> | 
|  | 117 | +                                        </div> | 
|  | 118 | +                                    </div> | 
| 56 | 119 |                                 </div> | 
| 57 | 120 |                             </div> | 
|  | 121 | + | 
| 58 | 122 |                             {#<div class="social-icons-profile" style="margin-top:15px;">#} | 
| 59 | 123 |                                 {#<a href="https://steamcommunity.com/profiles/{{ player.steam }}" style="margin-left:10px;color:#171A21;"><i class="fab fa-steam"></i></a>#} | 
| 60 | 124 |                                 {#<a href="#" style="margin-left:10px;color:#6441a4;"><i class="fab fa-twitch"></i></a>#} | 
|  | 
| 79 | 143 |                         </div> | 
| 80 | 144 |                     </div> | 
| 81 | 145 |                     <hr> | 
| 82 |  | -                    <div class="row"> | 
|  | 146 | +                    <div class="row justify-content-center"> | 
| 83 | 147 |                         {% for match in matches %} | 
| 84 | 148 |                             <div class="col-md-4" style="margin-top:15px;"> | 
| 85 | 149 |                                 {% include 'partials/match/profile-matches.twig' with match %} | 
|  | 
0 commit comments