Primo impegno ufficiale della Rappresentativa Under 18 Serie D. Ventidue giocatori classe 2007 e 2006 convocati dal selezionatore Giuliano Giannichedda saranno impegnati al Konami Youth Development Centre di Milano con i pari età dell’Inter in una gara amichevole in programma giovedì 23 Gennaio alle 11.00.
Segui qui la diretta
{source}










<script src=https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js defer></script>
<script src=https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js></script>
<link rel=”stylesheet” href=”https://gare.lnd.it/css/shortcode/style.css”>








{/source}
{source}




<div class=”box-shortcode” x-data=”calendar114″ id=”calendar-114″> <div x-show=”!loaded”> … Carico il tabellone </div> <div x-show=”loaded”> <div class=”header”> </div> <div style=”display: flex; flex-direction: column; row-gap: 0.25rem; align-items:center”> <template x-for=”fase114 in phases114″> <div style=”display: flex; flex-direction: column; width: 100%; align-items:center;”> <h3 x-text=”fase114.name” style=”text-center” class=”title”> </h3> <template x-for=”game in fase114.games”> <div class=”riga-partita” style=”width: 100%; margin-bottom: 5px;”> <div class=”data-box”> <template x-if=”new Date(game.start_at).getFullYear() >= 1992″> <div class=”orario-data”> <span style=”line-height: 1″ x-text=”game.formatted_start_at”></span> <span :class=”game.time_formatted === ’00:00′ ? ‘small-tbd’ : ”” style=”line-height: 1″ x-text=”game.time_formatted === ’00:00′ ? ‘ ‘ : game.time_formatted”></span> </div> </template> <template x-if=”new Date(game.start_at).getFullYear() < 1992″> <span style=”line-height: 1; font-size: .8rem”>Da definire</span> </template> </div> <div class=”central-column” style=”flex-direction: column; row-gap: 0.25rem; column-gap: 0.25rem”> <div class=”data-partita location-desktop” style=”line-height: 1; text-align: center; justify-content: center; flex-direction: row; align-items: center;” x-show=”game.location != null”> <svg style=”margin-right: .25rem” width=”18″ height=”18″ viewBox=”0 0 18 18″ fill=”none” xmlns=”http://www.w3.org/2000/svg”> <path d=”M9 10.125C8.44374 10.125 7.89997 9.96005 7.43746 9.65101C6.97495 9.34197 6.61446 8.90272 6.40159 8.3888C6.18872 7.87488 6.13302 7.30938 6.24154 6.76381C6.35006 6.21824 6.61793 5.7171 7.01126 5.32376C7.4046 4.93043 7.90574 4.66256 8.45131 4.55404C8.99688 4.44552 9.56238 4.50122 10.0763 4.71409C10.5902 4.92696 11.0295 5.28745 11.3385 5.74996C11.6476 6.21247 11.8125 6.75624 11.8125 7.3125C11.8116 8.05815 11.515 8.773 10.9878 9.30025C10.4605 9.82751 9.74565 10.1241 9 10.125ZM9 5.625C8.66625 5.625 8.33998 5.72397 8.06248 5.9094C7.78497 6.09482 7.56868 6.35837 7.44095 6.66672C7.31323 6.97507 7.27981 7.31437 7.34493 7.64172C7.41004 7.96906 7.57076 8.26974 7.80676 8.50574C8.04276 8.74175 8.34344 8.90246 8.67079 8.96758C8.99813 9.03269 9.33743 8.99927 9.64578 8.87155C9.95413 8.74383 10.2177 8.52753 10.4031 8.25003C10.5885 7.97252 10.6875 7.64626 10.6875 7.3125C10.6871 6.86509 10.5091 6.43612 10.1928 6.11975C9.87638 5.80338 9.44742 5.62545 9 5.625Z” fill=”currentColor”/> <path d=”M9.00001 16.875L4.25476 11.2787C4.18882 11.1947 4.12357 11.1101 4.05901 11.025C3.24843 9.95725 2.81054 8.65306 2.81251 7.3125C2.81251 5.67147 3.4644 4.09766 4.62478 2.93728C5.78516 1.7769 7.35898 1.125 9.00001 1.125C10.641 1.125 12.2148 1.7769 13.3752 2.93728C14.5356 4.09766 15.1875 5.67147 15.1875 7.3125C15.1895 8.65246 14.7518 9.95605 13.9416 11.0233L13.941 11.025C13.941 11.025 13.7723 11.2466 13.7469 11.2764L9.00001 16.875ZM4.95732 10.3472C4.95732 10.3472 5.08838 10.5204 5.11819 10.5576L9.00001 15.1358L12.8869 10.5514C12.9116 10.5204 13.0433 10.3461 13.0438 10.3455C13.706 9.47313 14.0638 8.4077 14.0625 7.3125C14.0625 5.96984 13.5291 4.68217 12.5797 3.73277C11.6303 2.78337 10.3427 2.25 9.00001 2.25C7.65735 2.25 6.36968 2.78337 5.42028 3.73277C4.47088 4.68217 3.93751 5.96984 3.93751 7.3125C3.93633 8.40838 4.29457 9.47442 4.95732 10.3472Z” fill=”currentColor”/> </svg> <span x-text=”game.location”></span> </div> <div style=”display: flex; align-items: center; gap: 0.5rem; flex-grow: 1; justify-content: center;”> <div style=”justify-content: flex-end;” class=”box-squadra”> <div class=”nome-squadra” style=”text-align: right” x-text=game.home_team.name></div> <div><img :src=”urlPath+’storage/’+game.home_team.logo” alt=”” class=”logo-squadra”> </div> </div> <div class=”box-risultato” x-show=”game.status == ‘Giocata’”> <span class=”span-risultato” x-text=”game.score_h + ‘-‘ + game.score_a”></span> <span class=”span-dtr” x-text=”‘DTR'” x-show=”game.end_type == ‘Calci di rigore'”></span> </div> <div class=”box-risultato” x-show=”game.status != ‘Giocata’”> <span class=”span-risultato” x-text=”‘VS'”></span> </div> <div class=”box-squadra”> <div><img :src=”urlPath+’storage/’+game.away_team.logo” alt=”” class=”logo-squadra”> </div> <div class=”nome-squadra” x-text=game.away_team.name>Team 2</div> </div> </div> <div class=”data-partita location-mobile” style=”line-height: 1; text-align: center; justify-content: center; flex-direction: row; align-items: center; margin-top: .25rem” x-show=”game.location != null”> <svg style=”margin-right: .25rem” width=”18″ height=”18″ viewBox=”0 0 18 18″ fill=”none” xmlns=”http://www.w3.org/2000/svg”> <path d=”M9 10.125C8.44374 10.125 7.89997 9.96005 7.43746 9.65101C6.97495 9.34197 6.61446 8.90272 6.40159 8.3888C6.18872 7.87488 6.13302 7.30938 6.24154 6.76381C6.35006 6.21824 6.61793 5.7171 7.01126 5.32376C7.4046 4.93043 7.90574 4.66256 8.45131 4.55404C8.99688 4.44552 9.56238 4.50122 10.0763 4.71409C10.5902 4.92696 11.0295 5.28745 11.3385 5.74996C11.6476 6.21247 11.8125 6.75624 11.8125 7.3125C11.8116 8.05815 11.515 8.773 10.9878 9.30025C10.4605 9.82751 9.74565 10.1241 9 10.125ZM9 5.625C8.66625 5.625 8.33998 5.72397 8.06248 5.9094C7.78497 6.09482 7.56868 6.35837 7.44095 6.66672C7.31323 6.97507 7.27981 7.31437 7.34493 7.64172C7.41004 7.96906 7.57076 8.26974 7.80676 8.50574C8.04276 8.74175 8.34344 8.90246 8.67079 8.96758C8.99813 9.03269 9.33743 8.99927 9.64578 8.87155C9.95413 8.74383 10.2177 8.52753 10.4031 8.25003C10.5885 7.97252 10.6875 7.64626 10.6875 7.3125C10.6871 6.86509 10.5091 6.43612 10.1928 6.11975C9.87638 5.80338 9.44742 5.62545 9 5.625Z” fill=”currentColor”/> <path d=”M9.00001 16.875L4.25476 11.2787C4.18882 11.1947 4.12357 11.1101 4.05901 11.025C3.24843 9.95725 2.81054 8.65306 2.81251 7.3125C2.81251 5.67147 3.4644 4.09766 4.62478 2.93728C5.78516 1.7769 7.35898 1.125 9.00001 1.125C10.641 1.125 12.2148 1.7769 13.3752 2.93728C14.5356 4.09766 15.1875 5.67147 15.1875 7.3125C15.1895 8.65246 14.7518 9.95605 13.9416 11.0233L13.941 11.025C13.941 11.025 13.7723 11.2466 13.7469 11.2764L9.00001 16.875ZM4.95732 10.3472C4.95732 10.3472 5.08838 10.5204 5.11819 10.5576L9.00001 15.1358L12.8869 10.5514C12.9116 10.5204 13.0433 10.3461 13.0438 10.3455C13.706 9.47313 14.0638 8.4077 14.0625 7.3125C14.0625 5.96984 13.5291 4.68217 12.5797 3.73277C11.6303 2.78337 10.3427 2.25 9.00001 2.25C7.65735 2.25 6.36968 2.78337 5.42028 3.73277C4.47088 4.68217 3.93751 5.96984 3.93751 7.3125C3.93633 8.40838 4.29457 9.47442 4.95732 10.3472Z” fill=”currentColor”/> </svg> <span x-text=”game.location”></span> </div> </div> <div class=”live-game” style=”display: flex; justify-content: flex-end;”> <div x-show=”game.live_match”> <a :href=”urlPath+’frontend/livematch/’ + game.live_match.id” target=”__blank” class=”visited:text-inherit” style=”border-radius: 5px; background-color: #f5f5f5; padding: 3px 5px; font-size: 12px; font-weight: 900; text-transform: uppercase; text-decoration: none;”> <span x-show=”game.live_match.status == ‘started'” style=”color: #ED0000″>LIVE MATCH</span> <span x-show=”game.live_match.status == ‘ended'” style=”color: #0067a5″>CRONACA</span> </a> </div> </div> </div> </template> </div> </template> </div> </div></div><script> function calendar114() { return { urlPath: “https://gare.lnd.it/”, loaded: false, competition: null, phases114: null, init() { axios.get(this.urlPath + ‘api/schema/playoff/114’) .then((resp) => { console.log(resp); this.loaded = true; this.competition = resp.data.competizione; this.phases114 = resp.data.partite; }); } } }</script>



{/source}

