Home Team Name vs Rival Team Name
Lorem Ipsum.,,,
Content describing the upcoming game and what to expect…
Details
Date | Time | League | Season |
---|---|---|---|
February 21, 2020 | 12:39 pm | Primary League | 2020 |
Venue
Soccor Field |
---|
// position we will use later var lat = -37.8165647; var lon = 144.9475055; // initialize map map = L.map('sp_openstreetmaps_container', { zoomControl:false }).setView([lat, lon], 15); // set map tiles source L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © OpenStreetMap contributors', maxZoom: 18, }).addTo(map); // add marker to the map marker = L.marker([lat, lon]).addTo(map); map.dragging.disable(); map.touchZoom.disable(); map.doubleClickZoom.disable(); map.scrollWheelZoom.disable(); |
Lake Worth, FL |
Results
Team | 1st Half | 2nd Half | Goals |
---|---|---|---|
Home Team Name | Lorem Ipsum... | Lorem Ipsum... | Lorem Ipsum... |
Rival Team Name | Lorem Ipsum... | Lorem Ipsum... | Lorem Ipsum... |